<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/target, branch 2010.02</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.02</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.02'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-02-26T07:52:22Z</updated>
<entry>
<title>squashfs: pass CFLAGS/LDFLAGS and add host-zlib dependency</title>
<updated>2010-02-26T07:52:22Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-26T07:36:38Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=be8a104c3cd65190e32aebcbc8430fb23c42361f'/>
<id>urn:sha1:be8a104c3cd65190e32aebcbc8430fb23c42361f</id>
<content type='text'>
Squashfs depends on host-zlib, so we add this as a dependency. As
host-zlib is installed in $(HOST_DIR), we must pass $(HOST_CFLAGS) and
$(HOST_LDFLAGS).

Unfortunately, if we pass CFLAGS=$(HOST_CFLAGS), we override the
CFLAGS defined in the Makefile, and the build fails. Therefore, we
borrow a patch from OpenEmbedded to fix this problem.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>cramfs: add CFLAGS/LDFLAGS and host-zlib dependency</title>
<updated>2010-02-26T07:52:22Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-26T07:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c4ba3fdae5a576ed26815a3ef637614b2017fc18'/>
<id>urn:sha1:c4ba3fdae5a576ed26815a3ef637614b2017fc18</id>
<content type='text'>
cramfs depends on host-zlib, so it must be built prior to cramfs.

Moreover, we need to pass the HOST_CFLAGS and HOST_LDFLAGS variables,
otherwise it doesn't find zlib in $(HOST_DIR).

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>bump linux kernel versions</title>
<updated>2010-02-24T20:46:35Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2010-02-23T22:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c9ad8be52775b58dd55f58bde2d142d519f0580d'/>
<id>urn:sha1:c9ad8be52775b58dd55f58bde2d142d519f0580d</id>
<content type='text'>
Bump all the linux kernel version to the latest available and add a
help note for all of them with the release data and status.

The long-term stable 2.6.27 kernel is really out of date (.27 -&gt; .45).

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>linux-advanced: Fix probing of kernel version</title>
<updated>2010-02-23T22:17:40Z</updated>
<author>
<name>Cameron Hutchison</name>
<email>lists@xdna.net</email>
</author>
<published>2010-02-23T22:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c1c171acbe3145af9647ddb42c4fe3af491689c0'/>
<id>urn:sha1:c1c171acbe3145af9647ddb42c4fe3af491689c0</id>
<content type='text'>
Probing the kernel version uses command substitution to capture the
result of a make command. If the top-level make is run with -C, the
sub-make will print entering/leaving directory messages, mucking up the
output we're trying to capture.

Invoke the sub-make with --no-print-directory so we get clean output.

Signed-off-by: Cameron Hutchison &lt;cam@camh.ch&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>linux-advanced: add 2.6.32.8</title>
<updated>2010-02-23T12:17:45Z</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2010-02-23T12:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dc88b05c33173bafbcb733e4d75e420dbfc2fd43'/>
<id>urn:sha1:dc88b05c33173bafbcb733e4d75e420dbfc2fd43</id>
<content type='text'>
Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>at91boostrap makefile, correct typo in line continuation character.</title>
<updated>2010-02-17T11:03:56Z</updated>
<author>
<name>Rob Alley</name>
<email>ralley@NZ-DEV-HW-BS3.nw.local</email>
</author>
<published>2010-01-27T13:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6c9d3873c0cc9f55bf3f1ddd409d496734d9a158'/>
<id>urn:sha1:6c9d3873c0cc9f55bf3f1ddd409d496734d9a158</id>
<content type='text'>
The rule to copy the resulting binary file into the binary directory had
a typo in the line continuation character that results in a spurious error
message being produced.

Signed-off-by: Rob Alley &lt;Rob.Alley@navmanwireless.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/jffs2: Don't select BR2_PACKAGE_MTD</title>
<updated>2010-02-03T14:11:41Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-02-03T14:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cb9da8512e94f14d5a6123ef6f3f9ba527a0d2e7'/>
<id>urn:sha1:cb9da8512e94f14d5a6123ef6f3f9ba527a0d2e7</id>
<content type='text'>
Mtd-utils on the target are not a requirement to using jffs2.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Bump iptables to 1.4.6</title>
<updated>2010-01-20T09:46:19Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2010-01-19T18:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0908e85ce30fe20c8aadcbab37f305b2930d0e79'/>
<id>urn:sha1:0908e85ce30fe20c8aadcbab37f305b2930d0e79</id>
<content type='text'>
Closes #913.

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>Drop generic package selection (access point, firewall, dev system)</title>
<updated>2009-12-26T08:13:10Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2009-12-14T20:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4833d1355cfd02c157c3d7320c2254157beb86b5'/>
<id>urn:sha1:4833d1355cfd02c157c3d7320c2254157beb86b5</id>
<content type='text'>
Closes #813.

Drop generic package selection (access point, firewall, dev system) since
they're too ambiguous and not very useful.

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>target/u-boot: add 2009.11 and update target mkimage so it builds with 2009.11</title>
<updated>2009-12-18T08:33:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-12-18T08:33:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cc9fb53408964b278d01ec9678f239c9ae28970d'/>
<id>urn:sha1:cc9fb53408964b278d01ec9678f239c9ae28970d</id>
<content type='text'>
In 2009.11, a number of extra files are needed to build mkimage. Adjust
the makefile to add those if available, so it builds with both 2009.11
and older releases.

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