bitbake.conf: Add SDK_PACKAGE_ARCHS
authorMark Hatle <mark.hatle@windriver.com>
Mon, 1 Aug 2011 17:11:22 +0000 (12:11 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Aug 2011 13:32:11 +0000 (14:32 +0100)
commitb09da284c34447ca7962fbfc4dd8e745dfbef94a
treedfd8f57356dfefa7911ad8e3ebac48aaf1f940ae
parentfd9f06ac35214f66f3991e8bd69991fcec1607c4
bitbake.conf: Add SDK_PACKAGE_ARCHS

Add SDK_PACKAGE_ARCHS to avoid the sed operations we were previously doing
inside of the variouns populate_sdk functions and related items.

Also add documentation to populate_sdk to explain when the various functions
are expected to be doing.

Finally fix a bug in populate_sdk_rpm where the wrong value was being set,
noticed while working on this change.

(From OE-Core rev: 587c1d5bac71fa6faa65ee3a271391cbf931e8f7)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass
meta/classes/populate_sdk.bbclass
meta/classes/populate_sdk_deb.bbclass
meta/classes/populate_sdk_rpm.bbclass
meta/conf/bitbake.conf