<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/boot, branch 2010.11_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-09-28T12:43:25+00:00</updated>
<entry>
<title>barebox/u-boot/linux: don't error out on missing config when make source</title>
<updated>2010-09-28T12:43:25+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-28T12:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3e5e39a8a25a4a085afe08bdcf46933c8d569ed7'/>
<id>urn:sha1:3e5e39a8a25a4a085afe08bdcf46933c8d569ed7</id>
<content type='text'>
As it breaks 'make allyesconfig; make source', used for the source mirror.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: pass ARCH/CROSS_COMPILE when running make &lt;board&gt;_config</title>
<updated>2010-09-27T10:37:45+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-27T10:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a0b6710b88e7423a8f76a4b35a4a34fc55f3dead'/>
<id>urn:sha1:a0b6710b88e7423a8f76a4b35a4a34fc55f3dead</id>
<content type='text'>
Gets rid of a bunch of (ignored) errors about missing cross compiler.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: fix custom patch handling</title>
<updated>2010-07-29T20:18:56+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-29T13:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=af0a3d1cde4a65ee2487c5e042dc40fd346c5340'/>
<id>urn:sha1:af0a3d1cde4a65ee2487c5e042dc40fd346c5340</id>
<content type='text'>
When U-Boot is enabled and no custom patch directory has been set,
then the current test:

  ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),"")

works. However, when U-Boot is not enabled, but still gets compiled
because mkimage is needed to build the kernel,
BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is completely empty. It does not
even have quotes. So the test in fact needs to be:

 ifneq ($(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),)

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>u-boot: fix custom patch dir handling</title>
<updated>2010-07-26T20:45:48+00:00</updated>
<author>
<name>Ossy</name>
<email>ossy1980@gmx.net</email>
</author>
<published>2010-07-26T20:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=98d5a8bcd0e51cc4060d73bc238cf25ae8457869'/>
<id>urn:sha1:98d5a8bcd0e51cc4060d73bc238cf25ae8457869</id>
<content type='text'>
Signed-off-by: Ossy &lt;ossy1980@gmx.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add Marvell u-boot.kwb support</title>
<updated>2010-07-26T14:14:41+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-26T14:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3cd5174ed796400a9566c0ea52f3551cba52bfe0'/>
<id>urn:sha1:3cd5174ed796400a9566c0ea52f3551cba52bfe0</id>
<content type='text'>
Marvell boards like the sheevaplug needs a special .kwb image format,
so add an option for it similar to how we handle zImage/uImage/..
for the kernel.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: fix version detection and get rid of unneeded double CFLAGS/LDFLAGS</title>
<updated>2010-07-14T19:08:26+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-14T19:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1acd72a1ab7b1f9cac453d29ec55a6676a16f15b'/>
<id>urn:sha1:1acd72a1ab7b1f9cac453d29ec55a6676a16f15b</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update all packages to quote $(TARGET_CC)</title>
<updated>2010-07-07T06:20:21+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-06T07:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a1c8fa41f6f6e5047182fe90656bcd30243bca8d'/>
<id>urn:sha1:a1c8fa41f6f6e5047182fe90656bcd30243bca8d</id>
<content type='text'>
Now that TARGET_CC contains several space-separated words, it must be
used quoted everywhere.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>u-boot: add 2010.06 release</title>
<updated>2010-07-05T14:54:45+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-05T14:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b9997ca731a42eaa4c04dd6c2bf8632b72dac038'/>
<id>urn:sha1:b9997ca731a42eaa4c04dd6c2bf8632b72dac038</id>
<content type='text'>
A few minor modifications of u-boot.mk is needed to support 2010.06:

- U-Boot now uses ARCH=powerpc like the kernel (instead of ARCH=ppc)
- Library files have moved, so adjust the target mkimage/fw_printenv rules
  (still compatible with older versions)

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix u-boot 2010.03 build for AVR32 targets</title>
<updated>2010-06-23T21:00:42+00:00</updated>
<author>
<name>Thiago A. Correa</name>
<email>thiago.correa@gmail.com</email>
</author>
<published>2010-06-23T03:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b1f184a0d8a2471a25d729282456f7aee0f9e858'/>
<id>urn:sha1:b1f184a0d8a2471a25d729282456f7aee0f9e858</id>
<content type='text'>
Signed-off-by: Thiago A. Correa &lt;thiago.correa@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>at91dataflashboot: fix patch target</title>
<updated>2010-06-14T21:06:37+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-14T20:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d2f6fcd1b4e0cffd621f2ceec347536e4322e8a4'/>
<id>urn:sha1:d2f6fcd1b4e0cffd621f2ceec347536e4322e8a4</id>
<content type='text'>
Touch destination file so the patch target isn't rerun for every
invocation.

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