<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/cdrkit, branch 2011.05</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.05</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.05'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-02-02T22:00:35+00:00</updated>
<entry>
<title>cdrkit: drop host-cmake dependencies</title>
<updated>2011-02-02T22:00:35+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-01-27T14:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fe34e2e06dc57c75a5b29e4acf4df59bbc99709a'/>
<id>urn:sha1:fe34e2e06dc57c75a5b29e4acf4df59bbc99709a</id>
<content type='text'>
Now that it's been converted to cmaketargets it doesn't need the
host-cmake dependencies since this are fulfilled in the infrastructure.

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>cdrkit: convert to CMAKETARGETS infrastructure</title>
<updated>2011-01-26T22:22:32+00:00</updated>
<author>
<name>Bjørn Forsman</name>
<email>bjorn.forsman@gmail.com</email>
</author>
<published>2011-01-26T21:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=12d2ea9ae79f0a13989a37ee5af5ee9062c8efe7'/>
<id>urn:sha1:12d2ea9ae79f0a13989a37ee5af5ee9062c8efe7</id>
<content type='text'>
Signed-off-by: Bjørn Forsman &lt;bjorn.forsman@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>cdrkit: fix build with ccache</title>
<updated>2011-01-20T20:23:23+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-01-20T20:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=464f862d82c2c1dee1f154e587e8771bbf45f780'/>
<id>urn:sha1:464f862d82c2c1dee1f154e587e8771bbf45f780</id>
<content type='text'>
Cmake gets confused about ccache, so don't use ccache for cmake builds.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>cdrkit: fix TARGET_CC/TARGET_CFLAGS for CMake</title>
<updated>2010-07-29T14:04:38+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-29T08:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0eae20b7be89bc76225a15c7238ff0c809259ac3'/>
<id>urn:sha1:0eae20b7be89bc76225a15c7238ff0c809259ac3</id>
<content type='text'>
Since the reorganization of the variables in package/Makefile.in,
TARGET_CC and TARGET_CXX now directly contain the --sysroot= option in
addition to the compiler path. This is due to some ./configure scripts
using just $(TARGET_CC) for some tests instead of $(TARGET_CC)
$(TARGET_CFLAGS).

However, in the case of CMake, this fails as CMake really only wants
the path of the compiler in its CMAKE_C_COMPILER and
CMAKE_CXX_COMPILER variables. So here, we recompute proper values for
CMake by removing the --sysroot option from the compiler variables and
re-adding it to the flags variables.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>cdrkit: fix build by adding zlib as dependency</title>
<updated>2010-06-08T20:42:42+00:00</updated>
<author>
<name>Bjørn Forsman</name>
<email>bjorn.forsman@gmail.com</email>
</author>
<published>2010-06-07T11:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e3b4430c3de11011e8b208273d5effd2e0776946'/>
<id>urn:sha1:e3b4430c3de11011e8b208273d5effd2e0776946</id>
<content type='text'>
Signed-off-by: Bjørn Forsman &lt;bjorn.forsman@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>cdrkit: fix build on uClibc</title>
<updated>2010-06-05T07:00:32+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-05T07:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1b9d9cbafde8c6687be9959493cad58d26d0546b'/>
<id>urn:sha1:1b9d9cbafde8c6687be9959493cad58d26d0546b</id>
<content type='text'>
cdrkit unconditionally enables code using rcmd(3), which isn't available
on uClibc.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>cdrkit: needs largefile support in toolchain</title>
<updated>2010-05-22T19:06:34+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-22T19:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f58b8cdef45b7e19c77af3fd801674f201688449'/>
<id>urn:sha1:f58b8cdef45b7e19c77af3fd801674f201688449</id>
<content type='text'>
At the same time fix indentation in Config.in

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>cdrkit: new package</title>
<updated>2010-04-09T09:03:55+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-02T21:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1ef21e7bd454e531286d33c720e9f49ace3ecc6a'/>
<id>urn:sha1:1ef21e7bd454e531286d33c720e9f49ace3ecc6a</id>
<content type='text'>
Supported both for the target and the host. Will be used by the root
filesystem generation code, thanks to genisoimage.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
