<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/classes/cross-canadian.bbclass, branch bernard</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=bernard</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=bernard'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-01-28T17:00:59+00:00</updated>
<entry>
<title>cross-canadian.bbclass: Correct deb package arch.</title>
<updated>2011-01-28T17:00:59+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2011-01-28T01:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e8dfc44a0c608fbea8458946a5c38677f2034cae'/>
<id>urn:sha1:e8dfc44a0c608fbea8458946a5c38677f2034cae</id>
<content type='text'>
Set DPKG_ARCH to make debian package to be generated with correct
architecture.

Signed-off-by: Lianhao Lu &lt;lianhao.lu@intel.com&gt;
</content>
</entry>
<entry>
<title>bitbake: machine specific sysroots implementation</title>
<updated>2011-01-25T12:25:46+00:00</updated>
<author>
<name>Dongxiao Xu</name>
<email>dongxiao.xu@intel.com</email>
</author>
<published>2011-01-18T08:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7f41f1a8888a1f7f091101d19b9b0c4787f5a6fc'/>
<id>urn:sha1:7f41f1a8888a1f7f091101d19b9b0c4787f5a6fc</id>
<content type='text'>
This commit changes the sysroots path to be machine specific.

Changes includes:

1) STAGING_DIR_TARGET and STRAGING_DIR_HOST points to machine specific
paths.

2) task stamp files. Adding ${MACHINE} info into stamp files for
do_populate_sysroots and do_package tasks. Add a BB_STAMPTASK_BLACKLIST
to keep native, nativesdk, crosssdk, and cross-canadian stamp unchanged.

3) siteconfig path. Separate the site config path for different machines
to avoid one machine adopting the cache file of another machine.

4) sstate. Add machine name to sstate manifest file.
Change relocation code for sstate paths since sysroot is machine.
Keep native, nativesdk, crosssdk, and cross-canadian unchanged.

5) toolchain scripts. Change the environment path to point to machine
specific sysroots in toolchain scripts bbclass.

6) Relocate la files when populating to a different machine of the same
architecture.

7) Exclude STAGING_DIR_TARGET and STAGING_DIR_HOST parameter from sstate
siginfo since they contain ${MACHINE} information.

Signed-off-by: Dongxiao Xu &lt;dongxiao.xu@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-environment: Added package of meta-environment-${TARGET_ARCH} for</title>
<updated>2010-12-21T08:53:20+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2010-12-16T01:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6a31a2a89e60a3890239b7ff889b9ee1c249faf5'/>
<id>urn:sha1:6a31a2a89e60a3890239b7ff889b9ee1c249faf5</id>
<content type='text'>
environment files.

[BUGID #565] Fixing bug #565, added package of
meta-environment-${TARGET_ARCH} for environment files used by
cross-canadian toolchain.

Also corrected the situation of empty config site file for target.

Signed-off-by: Lianhao Lu &lt;lianhao.lu@intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian: Update after PN changes to include TARGET_ARCH</title>
<updated>2010-12-10T16:57:21+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-12-10T16:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=05053efa86e457fd08785d1401365bd763342477'/>
<id>urn:sha1:05053efa86e457fd08785d1401365bd763342477</id>
<content type='text'>
This patch massively simplifies the canadian packaging and allows
multiple toolchain targets to be parallel installed into the same
nativesdk sysroot without package name conflits. Since we now do
this, we can simplify cross-canadian to become more like nativesdk.

This is a first pass over this task, similar changes would be
desireable to cross and the whole MULTIMACH_ARCH mess can then
probably be similified much further.

Signed-off-by: Richgard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.</title>
<updated>2010-12-10T15:36:48+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2010-12-06T09:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2021e2a74f4a8cb2066279e3006087fd3b198bc9'/>
<id>urn:sha1:2021e2a74f4a8cb2066279e3006087fd3b198bc9</id>
<content type='text'>
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for
cross-canadian packages. This is due to the TARGET_ARCH of x86_64
would results incorrect packaging in cross-canadian packages.

The pacakge name appendix of x86_64 target in cross-canadian
packages is x86-64.

Signed-off-by: Lianhao Lu &lt;lianhao.lu@intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian bbclass: replace hardcoded -pokysdk with SDK_VENDOR</title>
<updated>2010-11-03T12:58:23+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>k-kooi@ti.com</email>
</author>
<published>2010-11-03T08:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8e51f52dc5654ec46d1e09bc6e5b2eb57a4208df'/>
<id>urn:sha1:8e51f52dc5654ec46d1e09bc6e5b2eb57a4208df</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian.bbclass: Set TOOLCHAIN_OPTIONS to point at the correct sysroot</title>
<updated>2010-08-17T18:55:39+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-17T18:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=cb5d51a4851930f288be526589298c778e3887dd'/>
<id>urn:sha1:cb5d51a4851930f288be526589298c778e3887dd</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian: Move binaries into a subdirectory of bin to allow multimachine installs and update users accordingly</title>
<updated>2010-08-03T19:04:33+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-03T19:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ec8f5299d96d938b56c68d4ffa701b0c8a061de6'/>
<id>urn:sha1:ec8f5299d96d938b56c68d4ffa701b0c8a061de6</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian.bbclass: Tweak secondary toolchain path component to account for multimachine</title>
<updated>2010-07-25T14:42:56+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-25T14:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=faf6b2d33e8ce7fe7fdf5d8379b19c2e49b8c997'/>
<id>urn:sha1:faf6b2d33e8ce7fe7fdf5d8379b19c2e49b8c997</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian.bbclass: Add in the target compiler paths as well as the sdk compilers</title>
<updated>2010-07-25T00:37:53+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-25T00:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0babe2c5071f9d3c0504bbaf3cd4ab1dc9c2da60'/>
<id>urn:sha1:0babe2c5071f9d3c0504bbaf3cd4ab1dc9c2da60</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
</feed>
