]> 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)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 28 Dec 2015 07:03:15 +0000 (23:03 -0800)
commit1042d020d5d1b6af3f32e5fe29562d1dce765f0a
tree362c69bcc8767e2364f1e5c15fd623f14547138d
parentdbacd35c0db2e9f4b9b2a20ffa6bcc5f78432d8a
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.

(From OE-Core master rev: 9e30e849eda3b0a0c54d3f7ed0102760fdaef06c)

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