<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jogo/toolchain/kernel-headers, branch master</title>
<subtitle>Staging tree of Jonas Gorski</subtitle>
<id>https://git.openwrt.org/openwrt/staging/jogo/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/jogo/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/'/>
<updated>2019-10-16T15:10:38Z</updated>
<entry>
<title>toolchain/kernel-headers: don't use TARGET_CFLAGS</title>
<updated>2019-10-16T15:10:38Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2019-10-12T07:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=14881b49d8d7e84f67074845d039f43df1a0d663'/>
<id>urn:sha1:14881b49d8d7e84f67074845d039f43df1a0d663</id>
<content type='text'>
Kernel utilities (e.g. scripts/kconfig/conf) are being built to run on
the host system at this stage, therefore it makes no sense to use the
target system CC flags.  Use HOSTCFLAGS instead

While we're here rename KMAKE macro to HOST_KMAKE to make it even more
obvious that we're building for host.

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: adjust PKG_ variables when using git clone method</title>
<updated>2018-01-27T15:46:45Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2018-01-17T10:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=ca7e8627dbbbcae0d1bfacea51d9b564617195de'/>
<id>urn:sha1:ca7e8627dbbbcae0d1bfacea51d9b564617195de</id>
<content type='text'>
When using an external git clone for the kernel repo,
the build would fail because the build won't download
[via git] the kernel tarball.

This is because the `toolchain/kernel-headers` assumes
that the kernel would get downloaded via normal HTTP.
The reason for this is the `HostBuild` rule, which
calls the `Download/default` rule.

To use the `Download/default` we just need to conditionally
adjust some PKG_ vars.

We can safely use `LINUX_VERSION` as it was already adjusted
in the `kernel-version.mk` to avoid collisions with other tarballs.

Fixes:
 https://bugs.openwrt.org/index.php?do=details&amp;task_id=503

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: use KERNEL_MAKE_FLAGS for kernel file compilations</title>
<updated>2017-10-29T15:17:05Z</updated>
<author>
<name>Karl Vogel</name>
</author>
<published>2017-10-13T09:10:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=76378c6b9fe6aa7fcdbbc7c050ae6392b71a72b8'/>
<id>urn:sha1:76378c6b9fe6aa7fcdbbc7c050ae6392b71a72b8</id>
<content type='text'>
The build system already defines KERNEL_CROSS which defaults to TARGET_CROSS.
Make use of this variable for kernel makefiles.

Signed-off-by: Karl Vogel &lt;karl.vogel@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: remove old kernel-headers build directories</title>
<updated>2017-06-16T13:16:52Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-06-16T13:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=76b62e602233d1a2e1f8ef1c0833bd22ebaaf832'/>
<id>urn:sha1:76b62e602233d1a2e1f8ef1c0833bd22ebaaf832</id>
<content type='text'>
Saves space after updating kernel versions

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>Remove existing old link before creating a new one</title>
<updated>2016-07-25T08:39:27Z</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2009-08-03T08:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=d0619fb02ce1464ccc0aa75ebf28c3b2e1c5e11e'/>
<id>urn:sha1:d0619fb02ce1464ccc0aa75ebf28c3b2e1c5e11e</id>
<content type='text'>
This is needed after a kernel update, otherwise the
new link is written as linux/linux-$(LINUX_VERSION).

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>toolchain: remove obsolete kernel version check</title>
<updated>2015-11-07T16:22:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-07T16:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=05baf2ced2883dd4642064f493360df740a408ea'/>
<id>urn:sha1:05baf2ced2883dd4642064f493360df740a408ea</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47413
</content>
</entry>
<entry>
<title>toolchain: remove obsolete references to the cris architecture</title>
<updated>2015-03-24T10:07:31Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-24T10:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=793a4515845027a38eb32b7c3297ae8266b8c761'/>
<id>urn:sha1:793a4515845027a38eb32b7c3297ae8266b8c761</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44964
</content>
</entry>
<entry>
<title>toolchain/kernel-headers: remove an obsolete patch directory</title>
<updated>2015-03-17T11:16:45Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-17T11:16:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=a80c80580c91272f05f0c7ee9960e9646ea64ed3'/>
<id>urn:sha1:a80c80580c91272f05f0c7ee9960e9646ea64ed3</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44871
</content>
</entry>
<entry>
<title>toolchain-headers: also copy asm-eva.h for mips(el) for 3.15+</title>
<updated>2014-12-01T13:27:06Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2014-12-01T13:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=100e2feb22e6f51584dcc06812c2cdf9dc9fb52c'/>
<id>urn:sha1:100e2feb22e6f51584dcc06812c2cdf9dc9fb52c</id>
<content type='text'>
Kernel 3.15's asm.h includes eva-asm.h, so copy it also, else lzma-loader
won't compile due to a missing include.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

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