]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: ensure eSDK can build without uninative enabled
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2016 04:44:59 +0000 (16:44 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:32:02 +0000 (10:32 +0100)
commit7bc95253098aca2ff195b159b34d9ac041806c75
tree2897b639c0175568ed12003b589fd93d2cb28193
parentd65a6ee9e7a9c63b9a16bdb5025af8a7c6433c4f
classes/populate_sdk_ext: ensure eSDK can build without uninative enabled

We were relying on uninative being enabled in the build in which the
eSDK was being produced, which is not the case for example for OE-Core's
default configuration. Move the code that copies the uninative tarball
and writes the checksum to copy_buildsystem so that it happens early
enough for that part of the configuration to be set up when we do the
filtering (which requires running bitbake).

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