<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/target/linux, 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-06-22T19:20:26Z</updated>
<entry>
<title>Remove old Linux infrastructure</title>
<updated>2010-06-22T19:20:26Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-03T16:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fe1cba690a9afdd661abf0285b08ce95c6347de7'/>
<id>urn:sha1:fe1cba690a9afdd661abf0285b08ce95c6347de7</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>linux: fix dependency on mkimage</title>
<updated>2010-06-13T13:20:28Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-06-07T21:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fa2a311b7756fc458ae55b5aa90ac865cef6c498'/>
<id>urn:sha1:fa2a311b7756fc458ae55b5aa90ac865cef6c498</id>
<content type='text'>
After the rework of the U-Boot configuration/compilation process, we
need to slightly rework how target/linux/Makefile.in.advanced depends
on mkimage on the host to produce an uImage.

target/linux/Makefile.in doesn't need to be fixed as it just doesn't
handle this dependency for the moment.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>linux: zImage target no longer available on x86</title>
<updated>2010-05-28T10:03:56Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-28T10:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=98de259aee970b70f06f7e98253fbf20419057a0'/>
<id>urn:sha1:98de259aee970b70f06f7e98253fbf20419057a0</id>
<content type='text'>
The legacy zImage target for x86 was removed from the kernel in 2.6.30,
and we state in Config.in that we'll use bzImage if BR2_PACKAGE_LINUX_FORMAT
isn't set, so ensure we do so for x86.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/linux: bump 2.6.32 and 2.6.33 versions</title>
<updated>2010-05-16T20:30:22Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2010-05-13T01:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=eea3ff264f721a15ef00e331513d71e733d63c2e'/>
<id>urn:sha1:eea3ff264f721a15ef00e331513d71e733d63c2e</id>
<content type='text'>
New versions of the 2.6.32 and 2.6.33 kernel were released today
and it is suggested that all users should upgrade.

Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Remove last users of the ROOTFS_SUFFIX thing</title>
<updated>2010-05-02T22:00:06Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-28T21:40:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=420cf17bffa7ad55b744b253bcb292f798a04b69'/>
<id>urn:sha1:420cf17bffa7ad55b744b253bcb292f798a04b69</id>
<content type='text'>
The ROOTFS_SUFFIX thing has been removed in
325bfd1cbae03fe286796d3fa7de7c0a3227f7a5, so get rid of the last users.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Get rid of KERNEL_CROSS</title>
<updated>2010-05-02T22:00:06Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-28T21:40:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bf759874243e522acc39ea7fb4060a3075e2a712'/>
<id>urn:sha1:bf759874243e522acc39ea7fb4060a3075e2a712</id>
<content type='text'>
In both internal and external toolchain cases, KERNEL_CROSS was
defined to *exactly* the same value as TARGET_CROSS. It isn't modified
anywhere, and is just used by kernel compilation and pcmcia
compilation.

Therefore, get rid of KERNEL_CROSS and use TARGET_CROSS instead.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>linux-advanced: Fix Kernel EXTRAVERSION for BR2_LINUX26_CUSTOM</title>
<updated>2010-05-01T19:08:43Z</updated>
<author>
<name>serj.kalichev</name>
<email>serj.kalichev@gmail.com</email>
</author>
<published>2010-05-01T19:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d07aee18c46a6158ea67b51a6d7bb76946ca8698'/>
<id>urn:sha1:d07aee18c46a6158ea67b51a6d7bb76946ca8698</id>
<content type='text'>
Closes #1267

Signed-off-by: serj.kalichev &lt;serj.kalichev@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Repair initramfs dependancies after move to fs</title>
<updated>2010-04-19T22:02:36Z</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2010-04-19T14:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=102ca91d741d0d271d96170df491bec7fdb7880a'/>
<id>urn:sha1:102ca91d741d0d271d96170df491bec7fdb7880a</id>
<content type='text'>
The restructure for building root filesystems changed the target name
for the initramfs file, to build the file the trget is now
initramfs-root but the generated file is rootfs.initramfs

Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/linux: bump 2.6.{27, 31, 32, 33} stable versions</title>
<updated>2010-04-03T02:51:23Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2010-04-02T16:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=98366ba442ac5eb2b1b5a3970a53f86863617642'/>
<id>urn:sha1:98366ba442ac5eb2b1b5a3970a53f86863617642</id>
<content type='text'>
Now that the kernel-headers are bumped, also bump the linux
targets to match.

Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/linux: remove ancient (&lt;2.6.27) versions</title>
<updated>2010-03-14T20:32:56Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-03-14T20:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=aeccae953ca68bf2c7453546931c0b2edb4f7911'/>
<id>urn:sha1:aeccae953ca68bf2c7453546931c0b2edb4f7911</id>
<content type='text'>
And get rid of the corresponding at91 patches as well.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
