]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: fail if SDK_ARCH != BUILD_ARCH
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 18 Nov 2015 20:59:36 +0000 (09:59 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:07:18 +0000 (21:07 +0000)
commit9e30e849eda3b0a0c54d3f7ed0102760fdaef06c
treed20764625669051ac33e672db0889540acf8929f
parent90f46f74a088a7b965d2205eceb9eff6f276dd38
classes/populate_sdk_ext: fail if SDK_ARCH != BUILD_ARCH

The extensible SDK relies upon uninative, and with the way that
uninative works, the build system architecture must be the same as the
SDK architecture or the extensible SDK won't be usable. At some point in
future hopefully we can remove this limitation, but until then it's
disingenuous to allow this to build, so add a check to ensure
SDK_ARCH == BUILD_ARCH and fail if it isn't.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_ext.bbclass