]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: handle lack of uninative when filtering sstate
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2016 04:45:00 +0000 (16:45 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:32:02 +0000 (10:32 +0100)
commit9f39deea7c4af5244dbfa824a52e11590a1d4df6
tree748c496b3586648cb0ef7f35a99d4a797f799d42
parent7bc95253098aca2ff195b159b34d9ac041806c75
classes/populate_sdk_ext: handle lack of uninative when filtering sstate

If the build in which the eSDK is being built isn't using uninative,
this will have an effect on NATIVELSBSTRING, which will mean that the
eSDK installer won't be able to find any of the native sstate packages.
To keep things simple, under this scenario just disable uninative
temporarily while we run the SDK installer to help us check the presence
of the sstate artifacts we need. Ideally I'd rather not have things like
this that are artificial in this verification step, but on the other
hand this was the least ugly way to solve the problem.

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