<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/cross.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>cross.bbclass: Override STAGING_* paths to match cross installation</title>
<updated>2010-08-21T17:42:18+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-08-09T06:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d2a283ad002660e46b2f8d40a8ddfabad457d8a4'/>
<id>d2a283ad002660e46b2f8d40a8ddfabad457d8a4</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cross.bbclass: Drop automatic stage function and associated gcc dummy stub</title>
<updated>2010-08-07T06:45:26+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-01T19:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3027c97a05a29011c0929e53b698922dca4644c0'/>
<id>3027c97a05a29011c0929e53b698922dca4644c0</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.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;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bitbake.conf,cmake.bbclass,cross.bbclass,icecc.bbclass: Point the toolchain paths to new multi-machine friendly toolchain install location.</title>
<updated>2010-08-03T19:46:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-07-30T07:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=4f96a91b1b063a15683b1ae9167ac8a345cc13b2'/>
<id>4f96a91b1b063a15683b1ae9167ac8a345cc13b2</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>packaged-staging: Place cross/native/etc into the normal path</title>
<updated>2010-07-27T23:10:29+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2010-07-27T23:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8085586dd2ae51c9cddb3adf865acbdcb502db53'/>
<id>8085586dd2ae51c9cddb3adf865acbdcb502db53</id>
<content type='text'>
With the changes to move ${CROSS_DIR} into sysroots/ we now
$ORIGIN-mangle cross packages (and already were native) so change
the comment from cross.bbclass while we're at this and then put
these recipes into the usual packaged-staging cache.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the changes to move ${CROSS_DIR} into sysroots/ we now
$ORIGIN-mangle cross packages (and already were native) so change
the comment from cross.bbclass while we're at this and then put
these recipes into the usual packaged-staging cache.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</pre>
</div>
</content>
</entry>
<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>cross.bbclass: fix build of meta-toolchain</title>
<updated>2010-05-18T08:51:06+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2010-05-14T21:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=39b030e6dadf68800c0362c0a53ddd78fb3f652c'/>
<id>39b030e6dadf68800c0362c0a53ddd78fb3f652c</id>
<content type='text'>
* without this bitbake meta-toolchain fails because it doesn't find who
 provides gdb-cross-sdk
* found thanks to a hint from Phil Blundell on IRC
* tested with Angstrom/ARMv5te

Signed-off-by: Eric Bénard &lt;eric@eukrea.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>
* without this bitbake meta-toolchain fails because it doesn't find who
 provides gdb-cross-sdk
* found thanks to a hint from Phil Blundell on IRC
* tested with Angstrom/ARMv5te

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cross bbclass: add extra sed for gcc 4.3.x adding -L${STAGING_LIBDIR_NATIVE} to cross libstdc++.la</title>
<updated>2010-05-17T05:30:44+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-05-17T05:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9ab15d363346c69c75886339b3efa246ab37d0cd'/>
<id>9ab15d363346c69c75886339b3efa246ab37d0cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cross.bbclass: In sysroot_stage_all, only process src dirs if they exist.</title>
<updated>2010-05-05T14:06:08+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2010-05-04T00:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f333d06ee4b55b9c3791edb4a191688b19d6724b'/>
<id>f333d06ee4b55b9c3791edb4a191688b19d6724b</id>
<content type='text'>
Fixes module-init-tools-cross on DISTRO=minimal MACHINE=mpc8315e-rdb

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes module-init-tools-cross on DISTRO=minimal MACHINE=mpc8315e-rdb

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cross/staging.bbclass: Make sure .la files get mangled and add extra mangling for problematic cross paths</title>
<updated>2010-05-05T14:05:55+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-05-01T23:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=84c2bb3f0570c45887f3b04136c86ad78e29c697'/>
<id>84c2bb3f0570c45887f3b04136c86ad78e29c697</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>gettext enhancements: Make it easier to use the right gettext</title>
<updated>2010-05-05T14:05:40+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-03-31T11:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=12a05b660c12d2be2efd44db7372159ab62bd4fd'/>
<id>12a05b660c12d2be2efd44db7372159ab62bd4fd</id>
<content type='text'>
This patch adds a check to insane to ensure that gettext exists in the
dependancy list when it is used in the configure.[ac|in]

Further we enhance the gettext class to enable easy addition of the required
gettext dependancies by inheriting the gettext class.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a check to insane to ensure that gettext exists in the
dependancy list when it is used in the configure.[ac|in]

Further we enhance the gettext class to enable easy addition of the required
gettext dependancies by inheriting the gettext class.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
