]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: check that extensible SDK prepared correctly
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 12 Jan 2016 18:47:47 +0000 (07:47 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jan 2016 00:08:25 +0000 (00:08 +0000)
commit2306683634435b990e63020fc5cf91753bbaf7b6
tree84ec18c6cdbfb96ee6ed6a8b5b675006fdcb9fae
parentbd1557bfd726e44c23ab6220867119c57ac6b596
classes/populate_sdk_ext: check that extensible SDK prepared correctly

After the change to use --setscene-only when running bitbake to prepare
the SDK at the end of installation, add a check that the SDK got
prepared correctly by doing a dry-run and looking at the output for any
real tasks that we don't expect. In order to make this easier, the
preparation shell script was rewritten in python.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass
meta/files/ext-sdk-prepare.py [new file with mode: 0644]
meta/files/ext-sdk-prepare.sh [deleted file]