]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image.bbclass/populate_sdk_base.bbclass: shift position of sdk complementary install...
authorHongxu Jia <hongxu.jia@windriver.com>
Mon, 27 Jan 2014 02:05:10 +0000 (10:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:29 +0000 (11:50 +0000)
commit907458935bab391f5bfba8f581ea9835078548d9
treedce24256eceb2941857ed3b3c5981b99a2e5eb5f
parent417b27ce5c1ea2fe2057caa898291cce0c043359
image.bbclass/populate_sdk_base.bbclass: shift position of sdk complementary install definition

The sdk complementary install operation was defined in image.bbclass,
but the sdk recipe (such as meta-toolchain.bb) didn't inherit this
bbclass but populate_sdk, and both of image and populate_sdk bbclass
inherited populate_sdk_base bbclass, so move the sdk complementary
install definition to populate_sdk_base bbclass fixed this issue.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/classes/image.bbclass
meta/classes/populate_sdk_base.bbclass