<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/liboil, branch 2009.05_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-03-19T08:34:23Z</updated>
<entry>
<title>liboil: don't build examples</title>
<updated>2009-03-19T08:34:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T08:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f58ff9a25f24576e032c65d762e5b8fdd2cf5c1c'/>
<id>urn:sha1:f58ff9a25f24576e032c65d762e5b8fdd2cf5c1c</id>
<content type='text'>
Add patch missing from r25053.
</content>
</entry>
<entry>
<title>liboil: don't build examples</title>
<updated>2009-01-26T14:49:37Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-26T14:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4d097fe8f9bcaa45d358a910048490c90802f235'/>
<id>urn:sha1:4d097fe8f9bcaa45d358a910048490c90802f235</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add explanation why examples are disabled for liboil</title>
<updated>2009-01-25T23:47:47Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-25T23:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b5a4f6247c26fea0c134b6c04f5c0662fa6a3523'/>
<id>urn:sha1:b5a4f6247c26fea0c134b6c04f5c0662fa6a3523</id>
<content type='text'>
</content>
</entry>
<entry>
<title>liboil make fails on ARM with release toolset for a few unneeded examples due to use of hidden __clz_tab, do not build them for now, but problem may need further examination</title>
<updated>2009-01-25T08:16:53Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-25T08:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=df8f9549fdd6a3248efe505e94ca509a32db18f0'/>
<id>urn:sha1:df8f9549fdd6a3248efe505e94ca509a32db18f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The liboil Makefile will use "-mcpu=vfp" when building for ARM.</title>
<updated>2009-01-18T10:51:53Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-18T10:51:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6da70de5034ae3933c6d072378a8860078686200'/>
<id>urn:sha1:6da70de5034ae3933c6d072378a8860078686200</id>
<content type='text'>
The VFP is only available for a few ARM CPUs at the moment,
so this breaks the liboil build.

A patch is available upstream which only enables "-mfpu=vfp"
if "--enable-vfp" is given to "configure".
Autotools needs to be run for liboil for this to take effect.

A new configuration BR2_VFP_FLOAT is added to allow enabling vfp.
If this is "yes", then "-mfpu=vfp" is added to CFLAGS.



</content>
</entry>
<entry>
<title>buildroot: get rid of s390 support</title>
<updated>2009-01-12T14:36:14Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-12T14:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b24c3215c13b0f25979c744af4b2e58359b5723b'/>
<id>urn:sha1:b24c3215c13b0f25979c744af4b2e58359b5723b</id>
<content type='text'>
As discussed on the list. It isn't supported by uclibc, so I strongly doubt
anyone has been using it.
</content>
</entry>
<entry>
<title>Liboil is a library of simple functions that are optimized for various</title>
<updated>2008-12-03T09:02:46Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2008-12-03T09:02:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e5d9702dfd020fccb461844b549f718ae629aacf'/>
<id>urn:sha1:e5d9702dfd020fccb461844b549f718ae629aacf</id>
<content type='text'>
CPUs. It is required by various GStreamer plugins.

Signed-off-by: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;

Modifications by Thomas Petazzoni:

 - Remove the glib2 dependency, which is only necessary to build a few
   examples. If glib2 is enabled in the configuration, then we still
   depend on it in order to build the examples, but that's just
   pedantic, not so useful.

 - Remove the oil-bugreport program installed to the target by
   install-strip.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;

</content>
</entry>
</feed>
