]> code.ossystems Code Review - openembedded-core.git/commit
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:31:44 +0000 (14:31 +0100)
commit587c1d5bac71fa6faa65ee3a271391cbf931e8f7
tree8c47522a7ee53e0e24fbb3a2e287641fca4b7873
parent46559f36d8a39655060b45d3d235de44a2c4c09b
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.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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