<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/glibc-package.bbclass, branch testing</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>classes,bitbake.conf: Remove CROSS_DIR, install cross-packages into native sysroot</title>
<updated>2010-07-22T17:09:29+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-07-21T17:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=526394a2f3cd44f09612687cad46a19e9af88402'/>
<id>526394a2f3cd44f09612687cad46a19e9af88402</id>
<content type='text'>
* Update references to CROSS_DIR in classes and bitbake.conf.
* This patch is based on Joshua Lock's work in poky.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Acked-by: Richard Purdie &lt;rpurdie@rpsys.net&gt;
Ackef-by: Chris Larson &lt;clarson@kergoth.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update references to CROSS_DIR in classes and bitbake.conf.
* This patch is based on Joshua Lock's work in poky.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Acked-by: Richard Purdie &lt;rpurdie@rpsys.net&gt;
Ackef-by: Chris Larson &lt;clarson@kergoth.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclass</title>
<updated>2010-03-03T21:04:57+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2010-03-03T21:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=27de16184dccb7b3a49bd08c9282fe4843d00251'/>
<id>27de16184dccb7b3a49bd08c9282fe4843d00251</id>
<content type='text'>
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so
we can check for the right binary in sanity.bbclass.  This code was
duplicated by glibc-package and eglibc-package anyhow and with the new fn
we can clean up the usage in these classes a bit.  Now that we have a class
for qemu stuff, and the gcc check is just for qemu, move it there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so
we can check for the right binary in sanity.bbclass.  This code was
duplicated by glibc-package and eglibc-package anyhow and with the new fn
we can clean up the usage in these classes a bit.  Now that we have a class
for qemu stuff, and the gcc check is just for qemu, move it there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add glibc-pic package</title>
<updated>2010-03-02T17:51:35+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2010-03-01T16:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2d132de5abecf53a9e340dc376bc8af4cfb07464'/>
<id>2d132de5abecf53a9e340dc376bc8af4cfb07464</id>
<content type='text'>
glibc-package.bbclass:  Add glibc-pic package

By default, in our glibc builds we don't have these libraries.  They may
however come from various binary toolchains, or custom source builds.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glibc-package.bbclass:  Add glibc-pic package

By default, in our glibc builds we don't have these libraries.  They may
however come from various binary toolchains, or custom source builds.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>glibc-package.bbclass: Add support for precompiled glibc trees (from Poky)</title>
<updated>2009-11-20T17:21:40+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-20T17:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2b05f41b11d043ec5da59c536302d9ad1e937038'/>
<id>2b05f41b11d043ec5da59c536302d9ad1e937038</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>glibc-package.bbclass: Fix case PN = glibc and corrupts FILES variables</title>
<updated>2009-11-20T17:16:18+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-20T17:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f0af65955d289e8370a4248c302e052de92a1ede'/>
<id>f0af65955d289e8370a4248c302e052de92a1ede</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>glibc: Separate out core glibc packaging functionality into a class which can be reused by external toolchains (from Poky)</title>
<updated>2009-11-20T00:54:17+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-20T00:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b666b55230d7d017e147366cc64fd105efb5bae4'/>
<id>b666b55230d7d017e147366cc64fd105efb5bae4</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
