<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/boot/uboot, branch 2013.05</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2013.05</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2013.05'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-05-07T07:26:04+00:00</updated>
<entry>
<title>uboot: add custom version option</title>
<updated>2013-05-07T07:26:04+00:00</updated>
<author>
<name>Fabio Porcedda</name>
<email>fabio.porcedda@gmail.com</email>
</author>
<published>2013-05-06T21:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0a93b81487ee4a3af0d5b5c0fc3eeb70d8a3c244'/>
<id>urn:sha1:0a93b81487ee4a3af0d5b5c0fc3eeb70d8a3c244</id>
<content type='text'>
Add custom version option as used in the linux kernel and barebox.
This way we can easily specify newer and older version.
Remove the list of the older versions because is obsoleted
by the new custom version option that is more flexible.

Signed-off-by: Fabio Porcedda &lt;fabio.porcedda@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add 2013.04, deprecate 2011.12 / 2012.04, drop 2011.06 / 2011.09</title>
<updated>2013-04-24T07:14:53+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-04-24T07:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3510d8b4af396106e315e21440bc63c2cdf534b1'/>
<id>urn:sha1:3510d8b4af396106e315e21440bc63c2cdf534b1</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uboot: simplify patch wildcard for BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR</title>
<updated>2013-04-11T05:47:54+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-04-10T22:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=964f36fe06a9fdd7be4b5b942176454a6cc052e4'/>
<id>urn:sha1:964f36fe06a9fdd7be4b5b942176454a6cc052e4</id>
<content type='text'>
To match the logic we have for BR2_LINUX_KERNEL_PATCH. The user has
already specified a custom patch directory, so we don't need to be
so specific about the what file names we accept, and it becomes quite
cumbersome when a custom git version is used.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uboot: integrate mkenvimage</title>
<updated>2013-03-24T19:49:15+00:00</updated>
<author>
<name>Arnaud Rébillout</name>
<email>rebillout@syscom.ch</email>
</author>
<published>2012-12-20T02:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7b252919409e7bb63f6035fbe3b7167f4abbfed1'/>
<id>urn:sha1:7b252919409e7bb63f6035fbe3b7167f4abbfed1</id>
<content type='text'>
This commit provides configuration options to automatically generate a
binary environment image for U-Boot.
Two options are available (and mandatory):
 * the location of a text file describing U-Boot environment.
 * the size of the environment.

[Peter: fix Config.in indentation + typo]
Signed-off-by: Arnaud Rébillout &lt;rebillout@syscom.ch&gt;
Acked-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: bump 2013.01.x version</title>
<updated>2013-02-03T14:29:14+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-02-03T14:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ea6f3bd9f25d7a0c3e39a166036a7f8b74935a72'/>
<id>urn:sha1:ea6f3bd9f25d7a0c3e39a166036a7f8b74935a72</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add 2013.01</title>
<updated>2013-01-18T11:44:05+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-01-18T00:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4cd111e0df777fdce6f851872e52acd0de51e75d'/>
<id>urn:sha1:4cd111e0df777fdce6f851872e52acd0de51e75d</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>linux, uboot, mxs-bootlets, barebox: avoid double slash in CUSTOM_TARBALL</title>
<updated>2013-01-13T19:39:47+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2013-01-09T12:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=579fea227394db02916d7487762c79a8e76e8748'/>
<id>urn:sha1:579fea227394db02916d7487762c79a8e76e8748</id>
<content type='text'>
Closes #5846

The $(dir ...) function leaves a slash at the end, so that the LINUX_SITE
variable for a custom tarball ends in a slash. The DOWNLOAD macro adds
another slash between SITE and SOURCE, which results in a double slash in
the download URL.

Fix this by stripping off the final slash from the _SITE in all packages that
have a custom tarball.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: update at91 patches to match mainline</title>
<updated>2012-11-02T20:27:18+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@piout.net</email>
</author>
<published>2012-10-25T22:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a1504a791ce8bc6222d7d604295550e2fcbef8a6'/>
<id>urn:sha1:a1504a791ce8bc6222d7d604295550e2fcbef8a6</id>
<content type='text'>
The patch that was included in buildroot was not the same as the final
one submitted in the mainline.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@piout.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add 2012.10, deprecate 2011.09, remove 2011.03</title>
<updated>2012-10-15T21:04:06+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-10-15T21:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=501ba89958a6202745fbb65f7d2f3ca4e257429a'/>
<id>urn:sha1:501ba89958a6202745fbb65f7d2f3ca4e257429a</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uboot: improve help text of BR2_TARGET_UBOOT_BOARDNAME</title>
<updated>2012-09-20T20:27:14+00:00</updated>
<author>
<name>Arnout Vandecappelle</name>
<email>arnout@mind.be</email>
</author>
<published>2012-08-26T11:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b189c516d4fd810a95feaff34da97579783f5e5b'/>
<id>urn:sha1:b189c516d4fd810a95feaff34da97579783f5e5b</id>
<content type='text'>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
