<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/toolchain/kernel-headers/kernel-headers-new.makefile, branch 2012.02_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-12-13T20:52:16Z</updated>
<entry>
<title>kernel-headers: simplify</title>
<updated>2010-12-13T20:52:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-12-13T20:52:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=742f393ffb0d13c33d4f1184fbaf906ae2310470'/>
<id>urn:sha1:742f393ffb0d13c33d4f1184fbaf906ae2310470</id>
<content type='text'>
Old-style kernel headers got removed almost 2 years ago, so get rid of
the seperate kernel-headers-new.makefile file and move the content
to the main kernel-headers.mk.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>strip path when untaring kernel for headers</title>
<updated>2010-12-13T16:19:05Z</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2010-12-05T21:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cc1cff42804563cb12ebcc265ac004a4b5517ff5'/>
<id>urn:sha1:cc1cff42804563cb12ebcc265ac004a4b5517ff5</id>
<content type='text'>
This is needed when custom/snapshot kernel headers are selected.
Buildroot expects to find dl/linux-2.6.tar.bz2 and also expects
it to extract to output/toolchain/linux-2.6, but if you tar
custom kernel sources directory can be anything, etc. linux-git.
In that case buildroot would extract it to output/toolchain/linux-git.
So fix this behaviour, by using tar strip-directory/component.

Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: remove obsolete openswan support</title>
<updated>2010-03-14T20:36:24Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-03-14T20:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9d3e9e0f2cb7046d57054f4c01b8012068b95adb'/>
<id>urn:sha1:9d3e9e0f2cb7046d57054f4c01b8012068b95adb</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: get rid of ancient 2.6.26 version</title>
<updated>2010-03-14T20:36:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-03-14T20:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fb0e64d5100e54658d8f70969b62d9e689fc5064'/>
<id>urn:sha1:fb0e64d5100e54658d8f70969b62d9e689fc5064</id>
<content type='text'>
And remove the -rt support we had for that version.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: make snapshot option more user friendly</title>
<updated>2009-12-06T14:54:03Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-12-06T14:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=79c9a433ed0baaf568aa8b27c692001798905742'/>
<id>urn:sha1:79c9a433ed0baaf568aa8b27c692001798905742</id>
<content type='text'>
Closes #751.

Make kernel headers snapshot more user friendly by making it more obvious
that it's about using a local kernel snapshot, and error out with a sensible
error message if the option is enabled but no linux-2.6.tar.bz2 is present
in DL_DIR, rather than trying to fetch it from kernel.org.

Furthermore fix the bug where it tried to use linux-2.6..tar.bz2 instead of
linux-2.6.tar.bz2.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>rename TOOL_BUILD_DIR to TOOLCHAIN_DIR</title>
<updated>2009-09-23T07:15:27Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-09-22T23:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cb5710c538fce01f4875a64e6de4b37a7718005b'/>
<id>urn:sha1:cb5710c538fce01f4875a64e6de4b37a7718005b</id>
<content type='text'>
To reflect the new output directory hierachy rename the Makefile variable
TOOL_BUILD_DIR to TOOLCHAIN_DIR.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/kernel: remove ancient versions</title>
<updated>2009-06-11T10:30:30Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-06-11T10:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6fac68300eeddb0a3eec2e745b208e4f39ff5811'/>
<id>urn:sha1:6fac68300eeddb0a3eec2e745b208e4f39ff5811</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>linux: always apply platform patches if available</title>
<updated>2009-02-25T14:28:35Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-25T14:28:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=aae3f1b6b3447ea5f38bfc821d71a0853e7caa46'/>
<id>urn:sha1:aae3f1b6b3447ea5f38bfc821d71a0853e7caa46</id>
<content type='text'>
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply
platform patches if available.
</content>
</entry>
<entry>
<title>kernel-headers: update -rt support for 2.6.24 / 2.6.26</title>
<updated>2009-02-25T14:27:49Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-25T14:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e95aedd05be8204ba3e7cd85eddf686024b8530c'/>
<id>urn:sha1:e95aedd05be8204ba3e7cd85eddf686024b8530c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patches</title>
<updated>2009-02-25T14:26:03Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-25T14:26:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8259f1529a6190db675a1b6a27f33096ee5b0bc9'/>
<id>urn:sha1:8259f1529a6190db675a1b6a27f33096ee5b0bc9</id>
<content type='text'>
</content>
</entry>
</feed>
