]> code.ossystems Code Review - openembedded-core.git/commit
devtool: build: support using BBCLASSEXTENDed names
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jan 2016 11:15:55 +0000 (00:15 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 15:41:07 +0000 (15:41 +0000)
commit25dc5ac42c9da53c01416e7fdcc819d729281133
treeabf8acf79fe3f0318db6980ad657bbbae3256711
parente1bf6a30679a83d4dbcf37276204f639541e95f9
devtool: build: support using BBCLASSEXTENDed names

It's logical that you would want to build BBCLASSEXTENDed items
separately through devtool build, so simply allow that - we're just
passing the name verbatim to bitbake, so all it means is adjusting the
validation.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/__init__.py
scripts/lib/devtool/build.py