<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/xback/include/image-commands.mk, branch v17.01.0</title>
<subtitle>Staging tree of Koen Vandeputte</subtitle>
<id>https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.0</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/'/>
<updated>2017-01-13T13:54:11Z</updated>
<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.openwrt.org/openwrt/staging/xback/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: add image command for calling kernel2minor</title>
<updated>2017-01-07T16:50:54Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-06T15:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=c2e6ca26e52d1675ed1d9c7edbde257817806176'/>
<id>urn:sha1:c2e6ca26e52d1675ed1d9c7edbde257817806176</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&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.openwrt.org/openwrt/staging/xback/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>image: remove padding parameter from append-kernel/append-rootfs</title>
<updated>2016-09-13T17:36:41Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2016-09-11T17:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=61c2a7339a70b34cc357f9f190921365c39073f9'/>
<id>urn:sha1:61c2a7339a70b34cc357f9f190921365c39073f9</id>
<content type='text'>
Using pad-to instead of passing the optional padding to append-kernel
or append-rootfs. It could be that the value of a variable is passed.
In case the variable is empty no error is thrown.

Furthermore the purpose of the extra parameter is hard to get without
reading the code.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>octeon: use new ext4/f2fs overlay support</title>
<updated>2016-09-10T10:17:39Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-09-08T12:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=d2a7df0792020c430477abed244f5b76bb990b7f'/>
<id>urn:sha1:d2a7df0792020c430477abed244f5b76bb990b7f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>image: pass device blocksize to padjffs2</title>
<updated>2016-09-03T05:40:15Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2016-09-03T05:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=ddd259b0d5d0d4ec0084cb7cb30992b63780e962'/>
<id>urn:sha1:ddd259b0d5d0d4ec0084cb7cb30992b63780e962</id>
<content type='text'>
At the moment the padding steps are hardcoded. Especially images for
devices with a 4K sector size can be unnecessarily bloated using the
hardcoded padding steps.

It has been observed that 192Kb of padding was added to the image of a
4MB device, albeit due to the 4K sector size the minimum required extra
padding for the jffs2 rootfs_data is 20Kb.

In worst case it means that the image-size check could fail albeit
there is enough space for all selected packages

For device build code not exposing the blocksize, use the hardcoded
padding further on.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>image: add support for k unit suffix to append-ubi</title>
<updated>2016-09-04T06:51:58Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2016-09-04T06:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=3e7524c184d147de6b0c8154c5c4f4019993922f'/>
<id>urn:sha1:3e7524c184d147de6b0c8154c5c4f4019993922f</id>
<content type='text'>
Allows to use the same unit for all definitions of the blocksize to be
consistent regardless of the used filesystem.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>image: add support for k unit suffix to pad-offset</title>
<updated>2016-09-03T05:36:12Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2016-09-03T05:36:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=b99a93ebaf0dc34ab0de452e3034b28f21085988'/>
<id>urn:sha1:b99a93ebaf0dc34ab0de452e3034b28f21085988</id>
<content type='text'>
Allows to specificy the padding and offset in kilobytes to be
consistent with pad-to.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>scripts/ubinize-image.sh: add support for adding custom partitions</title>
<updated>2016-08-31T11:05:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-31T16:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=a84a74f618b0d3eadea622a45f62c9401c4f82ba'/>
<id>urn:sha1:a84a74f618b0d3eadea622a45f62c9401c4f82ba</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>include/image.mk: allow image code to override uImage name</title>
<updated>2016-08-03T13:30:13Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-08-03T00:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=4df20117943dcc5dab6705e8dad7a6cfbc30dfb0'/>
<id>urn:sha1:4df20117943dcc5dab6705e8dad7a6cfbc30dfb0</id>
<content type='text'>
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
</feed>
