]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: drop work-config.inc
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:18 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:12:51 +0000 (18:12 +0100)
commit84a1f82acd3b6ebb3c073aae6b996d2203dad2ce
tree383032002ad210b7b68be5a5b3820fde47c90fc8
parentef7001232ac2da8ee63ec568d1abba13e4fd4382
classes/populate_sdk_ext: drop work-config.inc

This is not actually used for anything - I thought that we would need to
use it within devtool to set global configuration, but we're able to do
everything we need within the bbappends it creates, which also saves on
parse time. If we're not going to use work-config.inc let's just drop it
completely.

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
scripts/lib/devtool/sdk.py