<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena, branch 2010.05_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.05_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-05-03T14:12:45Z</updated>
<entry>
<title>update for 2010.05-rc1</title>
<updated>2010-05-03T14:12:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-03T14:12:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=aac61fdcc3688e494f9bd31cbc5c3c16191c2d93'/>
<id>urn:sha1:aac61fdcc3688e494f9bd31cbc5c3c16191c2d93</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: update list of new/updated packages</title>
<updated>2010-05-03T14:07:20Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-03T14:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5724e099ea5540498b4206a73e8dd8031f019c66'/>
<id>urn:sha1:5724e099ea5540498b4206a73e8dd8031f019c66</id>
<content type='text'>
Mainly package changes done by Thomas' pull requests.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ccache: fix ccache-target dependencies</title>
<updated>2010-05-03T13:13:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-03T13:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ccb58a730dfffb2d802230ebf6c83569657b4c1e'/>
<id>urn:sha1:ccb58a730dfffb2d802230ebf6c83569657b4c1e</id>
<content type='text'>
Ccache for the target doesn't make sense without a toolchain, so make
it depend on it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>bzip2: fixup build after ea448fe (convert to gentargets, add host package, bump version)</title>
<updated>2010-05-03T13:07:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-03T13:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2a2403af1d8f87e31e79b5927bb64c74c6993e2c'/>
<id>urn:sha1:2a2403af1d8f87e31e79b5927bb64c74c6993e2c</id>
<content type='text'>
Fix a few typos/mistakes introduced in commit ea448fe:

- bzip2 soname is not the same as package version
- It is PKG_INSTALL_STAGING, not PKG_STAGING_INSTALL
- Typo: BZIP2_INSTALL_TARGET_CMDS, not B2IP_INSTALL_TARGET_CMDS

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: Add $(HOST_DIR)/usr/lib to LD_LIBRARY_PATH for host but not target</title>
<updated>2010-05-03T11:37:11Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-05-01T12:10:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0d1830b07db4ebfd14e77a258de6fb391e57e960'/>
<id>urn:sha1:0d1830b07db4ebfd14e77a258de6fb391e57e960</id>
<content type='text'>
Some packages like icu requires to be compiled against the host system
first to be able to compile against the target. This is due to the
usage of self generated binaries by the package to build itself. When
the generated tools also depends on generated libraries it is required
to add the path to these libraries in the library path
(LD_LIBRARY_PATH) especially for the configure step.

Adding $(HOST_DIR)/usr/lib to LD_LIBRARY_PATH for target compilation
might break the link step by mixing host libraries and target
binaries.

Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.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/generic: inittab: fix devpts mounts when devtmpfs is used</title>
<updated>2010-05-03T10:01:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-03T10:01:19Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d39641ccd64b82494716e4bf35ac5d0c8fa67201'/>
<id>urn:sha1:d39641ccd64b82494716e4bf35ac5d0c8fa67201</id>
<content type='text'>
If devtmpfs (the kernel-maintained /dev filesystem) is used, no
/dev/pts directory is created, causing the devpts mount to fail, which
in term causes stuff like dropbear to fail.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ncurses: fix path to patch ncurses5-config</title>
<updated>2010-05-03T08:06:34Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-04-30T00:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3bb02f5ba5e81655f43b55ee3709084605542dd1'/>
<id>urn:sha1:3bb02f5ba5e81655f43b55ee3709084605542dd1</id>
<content type='text'>
Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>linux-fusion: bump to 8.1.1</title>
<updated>2010-05-03T07:33:24Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-04-30T00:58:49Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=79832827f3e1bb26095a7ad5237d28c89c8b0eb7'/>
<id>urn:sha1:79832827f3e1bb26095a7ad5237d28c89c8b0eb7</id>
<content type='text'>
Also convert to generic package infrastructure

Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.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>directfb: added directfb tests installation option</title>
<updated>2010-05-03T07:26:37Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-04-30T00:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=58633266d53994737b469fe3205c7e138203a850'/>
<id>urn:sha1:58633266d53994737b469fe3205c7e138203a850</id>
<content type='text'>
Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.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>directfb: bump to 1.4.3</title>
<updated>2010-05-03T07:26:10Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-04-30T00:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=38b915c18523647cbfeee9bbb814ea612c28bf62'/>
<id>urn:sha1:38b915c18523647cbfeee9bbb814ea612c28bf62</id>
<content type='text'>
Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.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>
</feed>
