<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/yousong/include/image.mk, branch master</title>
<subtitle>Yousong Zhou staging tree</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/yousong/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/'/>
<updated>2017-02-26T12:31:44Z</updated>
<entry>
<title>build: get rid of host.mk</title>
<updated>2017-02-26T12:31:44Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-20T13:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96'/>
<id>urn:sha1:9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96</id>
<content type='text'>
Defined required host related variables in toplevel.mk instead

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>image.mk: add generic function for gzipping images if enabled</title>
<updated>2017-01-13T15:59:28Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-13T15:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=8af5e5751d230fda28a0921f1e312b5090a5ac97'/>
<id>urn:sha1:8af5e5751d230fda28a0921f1e312b5090a5ac97</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>image: when using the new image build code, gzip ext4 images by default</title>
<updated>2017-01-13T15:59:28Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-13T14:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=87b668765e1e987aebef8cf0aae657569b631477'/>
<id>urn:sha1:87b668765e1e987aebef8cf0aae657569b631477</id>
<content type='text'>
This reduces the amount of hacks in the makefile code.

Remove the apm821xx code to do the same - it was broken and left both
compressed and uncompressed images in $(BIN_DIR)

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>image.mk: use LINUX_KARCH rather than ARCH for mkits</title>
<updated>2017-01-13T13:54:11Z</updated>
<author>
<name>Ian Pozella</name>
</author>
<published>2016-09-26T14:06:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=859693509f33a90c3eae29190b6f7b7533a5fff0'/>
<id>urn:sha1:859693509f33a90c3eae29190b6f7b7533a5fff0</id>
<content type='text'>
The generated 'its' is passed to mkimage which expects linux arch
strings rather than the full arch (e.g. mips not mipsel).

It currently works in some cases where LINUX_KARCH == ARCH but
otherwise you get an unknown arch build error.

Signed-off-by: Ian Pozella &lt;Ian.Pozella@imgtec.com&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: remove obsolete parallel build related options</title>
<updated>2017-01-10T11:10:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-05T23:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=1e1d735e5213dac7c582304f58da674714f6aade'/>
<id>urn:sha1:1e1d735e5213dac7c582304f58da674714f6aade</id>
<content type='text'>
Always use the main make jobserver, which has been the default for ages

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: fix build of ubifs images</title>
<updated>2017-01-09T15:31:39Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-09T15:31:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=5903c46ef8b1126a2a977496c918f23d09e1c361'/>
<id>urn:sha1:5903c46ef8b1126a2a977496c918f23d09e1c361</id>
<content type='text'>
--force-compr was added by the xz compression patch, which is gone now.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: use mkhash to replace various quirky md5sum/openssl calls</title>
<updated>2017-01-05T10:09:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-25T15:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=84bd74057f0d2543ddbc7de2351b0a310df329c6'/>
<id>urn:sha1:84bd74057f0d2543ddbc7de2351b0a310df329c6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: support adding version code to file names (FS#323)</title>
<updated>2016-12-09T16:16:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-12-05T15:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=9791fb2ac25fca2fb64a2d1ccbb5e7721a9165ec'/>
<id>urn:sha1:9791fb2ac25fca2fb64a2d1ccbb5e7721a9165ec</id>
<content type='text'>
Now that the VERSION_NUMBER variable holds the human friendly name and not
the commit ID anymore, we need to support adding the revision ID as well.

Introduce a new config variable CONFIG_VERSION_CODE_FILENAMES which, if set,
causes the resulting file names to contain a commit ID designation as printed
by scripts/getver.sh.

Also sanitize the input variables to ensure that the resulting strings are
lowercased and no not contain spaces.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>build: add support code for appending metadata to images</title>
<updated>2016-11-19T10:24:10Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-11-14T16:31:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=77265e00c70a7f6c01d2bc68c3a41de34b18deb3'/>
<id>urn:sha1:77265e00c70a7f6c01d2bc68c3a41de34b18deb3</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>config: ext4: drop option to set maximum number of inodes</title>
<updated>2016-10-27T17:24:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-10-15T23:59:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=d1ae4c4958e6394a0f00be334bc045bce9f0614d'/>
<id>urn:sha1:d1ae4c4958e6394a0f00be334bc045bce9f0614d</id>
<content type='text'>
There is very little practical use to limit the number of available inodes on
an ext4 filesystem and the make_ext4fs utility is able to calculate useful
defaults by itself.

Drop the option to make resulting ext4 filesystems more flexible by default.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
Acked-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
</feed>
