<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/include/image.mk, branch reboot</title>
<subtitle>lynxis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/'/>
<updated>2016-04-26T11:43:24Z</updated>
<entry>
<title>include: add a no dict version of lzma to new image build code</title>
<updated>2016-04-26T11:43:24Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:43:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=2d255ac8d90c3cfa21a29056bade0a6d70335536'/>
<id>urn:sha1:2d255ac8d90c3cfa21a29056bade0a6d70335536</id>
<content type='text'>
Required to compress kernels in a brnboot compatible way.

Signed-off-by: Mathias Kresin &lt;openwrt@kresin.me&gt;

SVN-Revision: 49240
</content>
</entry>
<entry>
<title>include/image.mk: allow including U-Boot environment in UBI</title>
<updated>2016-03-20T14:41:06Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-20T14:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=4fe3fda78af4c9ebad06d8efc342ce58237cc44a'/>
<id>urn:sha1:4fe3fda78af4c9ebad06d8efc342ce58237cc44a</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 49039
</content>
</entry>
<entry>
<title>include: image.mk: use correct flag for fixed mtimes with make_ext4fs (#21768)</title>
<updated>2016-02-01T13:58:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-01T13:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=f6b399c8ab0e9a10991b61046426cbf48a14058c'/>
<id>urn:sha1:f6b399c8ab0e9a10991b61046426cbf48a14058c</id>
<content type='text'>
The correct flag for fixed mtime is -T, not -t.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48610
</content>
</entry>
<entry>
<title>include/image.mk: fix missing right parenthesis (#21766)</title>
<updated>2016-02-01T13:42:59Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-01T13:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=dc476f5fa4e81af995dc310715d5699cd7443c2e'/>
<id>urn:sha1:dc476f5fa4e81af995dc310715d5699cd7443c2e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48609
</content>
</entry>
<entry>
<title>include/image: use SOURCE_DATE_EPOCH if set for squashfs + ext4 images</title>
<updated>2016-01-31T23:29:31Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-31T23:29:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=6a42ee65173b29f04602bbcf4ad3da5f0d16cc6b'/>
<id>urn:sha1:6a42ee65173b29f04602bbcf4ad3da5f0d16cc6b</id>
<content type='text'>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

SVN-Revision: 48588
</content>
</entry>
<entry>
<title>include/image: don't save gzip name/timestamp metadata</title>
<updated>2016-01-31T23:29:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-31T23:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=08a0095a9ee3a350c846dfbae440a7df98845626'/>
<id>urn:sha1:08a0095a9ee3a350c846dfbae440a7df98845626</id>
<content type='text'>
Signed-off-by: bryan newbold &lt;bnewbold@robocracy.org&gt;

SVN-Revision: 48587
</content>
</entry>
<entry>
<title>build system: have tar use $SOURCE_DATE_EPOCH for --mtime</title>
<updated>2016-01-31T23:29:16Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-31T23:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=be6acba4dc5c9013a8f61fb2e9d2dbb976126aa8'/>
<id>urn:sha1:be6acba4dc5c9013a8f61fb2e9d2dbb976126aa8</id>
<content type='text'>
The --mtime argument to 'tar' sets the modification time for all files within
the archive, which determines the timestamp files will get when they are
extracted. In this case, rootfs and other tarballs will get mtimes which
correspond to the last commit timestamp of the build system, as reported by
git/subversion.

This is a step towards reproducible image builds.

Signed-off-by: bryan newbold &lt;bnewbold@robocracy.org&gt;
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48586
</content>
</entry>
<entry>
<title>build: skip rebuild of kernel images if the source did not change</title>
<updated>2016-01-06T18:38:49Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-06T18:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=4ab26a52ef687a42a318d52440e27d0f5a8d6769'/>
<id>urn:sha1:4ab26a52ef687a42a318d52440e27d0f5a8d6769</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48145
</content>
</entry>
<entry>
<title>export KERNEL_INITRAMFS_IMAGE</title>
<updated>2016-01-04T15:11:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-04T15:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=c9f75a77eda51ee51214b53ff62e84a95753c817'/>
<id>urn:sha1:c9f75a77eda51ee51214b53ff62e84a95753c817</id>
<content type='text'>
`Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile`
references `$(KERNEL_INITRAMFS_IMAGE)`
which is not exported

Signed-off-by: YounJae Rho &lt;luxflow@live.com&gt;

SVN-Revision: 48116
</content>
</entry>
<entry>
<title>image.mk: use new pure make functions for sanitizing image filenames</title>
<updated>2016-01-03T20:58:02Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-03T20:58:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=6a90baf2bf5799cfcec9912bdd5c670603e5314a'/>
<id>urn:sha1:6a90baf2bf5799cfcec9912bdd5c670603e5314a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48106
</content>
</entry>
</feed>
