<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/classes, branch green</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=green</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=green'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-07-07T11:56:25+00:00</updated>
<entry>
<title>package_*.bbclass: Only set pkg in overrides. These are the only values we're interested in expanding and this makes sure we obtain the expected data</title>
<updated>2010-07-07T11:56:25+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-07T11:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2b9dbe57a4bf072f907f34da15042bc7e3386ac6'/>
<id>urn:sha1:2b9dbe57a4bf072f907f34da15042bc7e3386ac6</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packaging"</title>
<updated>2010-07-07T11:24:49+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-07T11:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d538d8e17197f5dda39abbff3b4bd171f8248af9'/>
<id>urn:sha1:d538d8e17197f5dda39abbff3b4bd171f8248af9</id>
<content type='text'>
This reverts commit 3abe7a0624e1215124799f97c872682a98659760 which was incorrect
in some assumptions about OVERRIDE handling order.
</content>
</entry>
<entry>
<title>classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packaging</title>
<updated>2010-07-03T12:35:22+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-07-01T15:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d42f0b915306baebdf505702b693e953e3b54e5e'/>
<id>urn:sha1:d42f0b915306baebdf505702b693e953e3b54e5e</id>
<content type='text'>
The OVERRIDES variable was being incorrectly set with the end result of the
runtime dependencies of the package not being encoded in it's package metadata.

This broke opkg-native in meta-toolchain.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian: ensure package dependencies are generated correctly</title>
<updated>2010-06-25T13:58:34+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-25T12:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7646f333e14ed2e4f34552544e1428218fd08f3b'/>
<id>urn:sha1:7646f333e14ed2e4f34552544e1428218fd08f3b</id>
<content type='text'>
cross-canadian packages need to look for their SOLIBS in the nativesdk
sysroot so that dependencies are correctly picked up and meta-toolchains are
correctly built.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: Remove additional binaries from staging</title>
<updated>2010-06-23T17:44:59+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-06-23T04:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0128976cb09fa59cb49b4d6370a09f0ad4118897'/>
<id>urn:sha1:0128976cb09fa59cb49b4d6370a09f0ad4118897</id>
<content type='text'>
* Remove additonal binaries known to cause "strip command failed"
  errors during do_package on cross platforms.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>sanity.bbclass: Fix test for i686 SDKMACHINE</title>
<updated>2010-06-14T11:51:34+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-14T11:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=dc123ba83112a61b77d6e6b3643c4a7da206a2ca'/>
<id>urn:sha1:dc123ba83112a61b77d6e6b3643c4a7da206a2ca</id>
<content type='text'>
The 'is' keyword tests for object identity, returning True if the variables are
both referencing the same object. Changed the test to use the equality
operator, which compares the values of the objects.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>packaged-staging.bbclass: fix typo in scan_cmd</title>
<updated>2010-06-11T13:43:33+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-11T13:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6129f9fc444bb284d653a05f894420159ceb4e27'/>
<id>urn:sha1:6129f9fc444bb284d653a05f894420159ceb4e27</id>
<content type='text'>
it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE spotted by Chris Larson
&lt;chris_larson@mentor.com&gt;

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>poky.bbclass: Add second fall-back sources mirror</title>
<updated>2010-06-11T09:19:03+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-06-09T20:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b5fc6abac95a541a1a2f4250c6acffad629faa79'/>
<id>urn:sha1:b5fc6abac95a541a1a2f4250c6acffad629faa79</id>
<content type='text'>
* Green and newer releases can now use http://autobuilder.pokylinux.org/sources/

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>rootfs_ipk.bbclass: ensure the package manager can create lock files</title>
<updated>2010-06-10T13:49:50+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-10T13:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=eb3c93f40121299d9ab83fee810c43f802900fd6'/>
<id>urn:sha1:eb3c93f40121299d9ab83fee810c43f802900fd6</id>
<content type='text'>
The opkg package manager uses /usr/lib/opkg to store lock files in, modify the
remove_package_data_files() function to create an empty directory once the data
files are removed so that the lock can be created.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>packaged-staging.bbclass: Use a differnet opkg.conf for each TARGET_ARCH</title>
<updated>2010-06-10T10:36:23+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-10T10:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6a7549ff000ec697d1ec30242d4aca1ee47307c5'/>
<id>urn:sha1:6a7549ff000ec697d1ec30242d4aca1ee47307c5</id>
<content type='text'>
Assembling an appropriate opkg.conf in the pstage_helper is difficult when
building for multiple target architectures in one Poky directory, work around
this by generating an appropriate opkg.conf for the TARGET_ARCH and using an
${TARGET_ARCH}-opkg.conf for packaged staging.

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