<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jow/tools/padjffs2, branch main</title>
<subtitle>Staging tree of Jo-Philipp Wich</subtitle>
<id>https://git.openwrt.org/openwrt/staging/jow/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/jow/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/'/>
<updated>2024-05-22T09:56:45Z</updated>
<entry>
<title>tools/padjffs2: use Host/Prepare/Default instead of raw commands</title>
<updated>2024-05-22T09:56:45Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-05-22T09:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=01048c7456785bc4a45452c84d8f31635e1fa60b'/>
<id>urn:sha1:01048c7456785bc4a45452c84d8f31635e1fa60b</id>
<content type='text'>
Now that Host/Prepare/Default is always defined, we can use that instead
of using raw commands to move files from the src directory to
HOST_BUILD_DIR.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: drop PKG_VERSION for purely local packages</title>
<updated>2020-07-23T08:54:33Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2020-07-22T23:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=240793d1757e5105d6b9c85a9326674e0677cd70'/>
<id>urn:sha1:240793d1757e5105d6b9c85a9326674e0677cd70</id>
<content type='text'>
This applies to tools directory what has been done for package/ in
commit 9c170cb92f4f ("package: drop PKG_VERSION for purely local
packages"):

In the package guidelines, PKG_VERSION is supposed to be used as
"The upstream version number that we're downloading", while
PKG_RELEASE is referred to as "The version of this package Makefile".
Thus, the variables in a strict interpretation provide a clear
distinction between "their" (upstream) version in PKG_VERSION and
"our" (local OpenWrt trunk) version in PKG_RELEASE.

For local (OpenWrt-only) packages, this implies that those will only
need PKG_RELEASE defined, while PKG_VERSION does not apply following
a strict interpretation. While the majority of "our" packages actually
follow that scheme, there are also some that mix both variables or
have one of them defined but keep them at "1".

This is misleading and confusing, which can be observed by the fact
that there typically either one of the variables is never bumped or
the choice of the variable to increase depends on the person doing the
change.

Consequently, this patch aims at clarifying the situation by
consistently using only PKG_RELEASE for "our" packages. For tools/,
only three packages were affected. This fixes two of them, and
leaves the remaining wrt350nv2-builder untouched, as the code there
seems to have some versioning of its own that is treated as upstream
version in PKG_VERSION.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>tools: padjffs2: add option to output padding data to stdout</title>
<updated>2016-07-11T11:26:33Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2016-07-09T12:15:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=d06b68fe83ebb969baa64335779045d80bc41f89'/>
<id>urn:sha1:d06b68fe83ebb969baa64335779045d80bc41f89</id>
<content type='text'>
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: remove static linking support</title>
<updated>2015-02-06T00:00:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-06T00:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=f7e56763e12bdff2261929bbcb691e770341d043'/>
<id>urn:sha1:f7e56763e12bdff2261929bbcb691e770341d043</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44285
</content>
</entry>
<entry>
<title>padjffs2: add a different kind of padding (using standard jffs2 elements) to work around broken boot loaders for kernel partitions</title>
<updated>2013-11-14T19:04:44Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-11-14T19:04:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=cc8350c5ec60e476983d923a4e34fd21a7e49829'/>
<id>urn:sha1:cc8350c5ec60e476983d923a4e34fd21a7e49829</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 38804
</content>
</entry>
<entry>
<title>tools/padjffs2: allow to specify extra offset</title>
<updated>2013-09-25T20:03:19Z</updated>
<author>
<name>Gabor Juhos</name>
</author>
<published>2013-09-25T20:03:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=2bcab84045703b948333ff26a4e37a60f8407df0'/>
<id>urn:sha1:2bcab84045703b948333ff26a4e37a60f8407df0</id>
<content type='text'>
This will be useful for firmware images which are
using a custom header.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38195
</content>
</entry>
<entry>
<title>convert remaining tools to $(HOST_STATIC_LINKING) (#12012)</title>
<updated>2012-08-12T13:27:49Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-12T13:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=7304953292a00d8e6d00ab19259294ebcb95dd80'/>
<id>urn:sha1:7304953292a00d8e6d00ab19259294ebcb95dd80</id>
<content type='text'>
SVN-Revision: 33148
</content>
</entry>
<entry>
<title>padjffs2: link statically</title>
<updated>2012-08-10T19:26:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-10T19:26:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=9903c3ead8e1d3c0ced9987f47c7f50b6c5403ae'/>
<id>urn:sha1:9903c3ead8e1d3c0ced9987f47c7f50b6c5403ae</id>
<content type='text'>
SVN-Revision: 33100
</content>
</entry>
<entry>
<title>tools: clean up Makefiles / make ccache work</title>
<updated>2012-01-15T11:43:13Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2012-01-15T11:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=ccb6b0a063a4133ac59c811476b670c7d66f84ed'/>
<id>urn:sha1:ccb6b0a063a4133ac59c811476b670c7d66f84ed</id>
<content type='text'>
SVN-Revision: 29754
</content>
</entry>
<entry>
<title>padjffs2: fix a compiler warning that makes the build fail because of -Werror</title>
<updated>2011-07-02T09:47:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2011-07-02T09:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=e194acb471e4e304b3a7aeb144d8ce8472dc8092'/>
<id>urn:sha1:e194acb471e4e304b3a7aeb144d8ce8472dc8092</id>
<content type='text'>
SVN-Revision: 27361
</content>
</entry>
</feed>
