]> code.ossystems Code Review - openembedded-core.git/commit
devtool: if workspace layer exists, still ensure it's in bblayers.conf
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 8 May 2015 14:26:04 +0000 (15:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 21:21:55 +0000 (22:21 +0100)
commit313b622a6c6613092ed18a2158e090521344f6c0
tree39a2753003ec2b237fb28f61b7b1e96470ff97d8
parent986ad99aee98dd5b7f30d59098dd9275097b8276
devtool: if workspace layer exists, still ensure it's in bblayers.conf

When we run devtool, if the workspace layer already exists but isn't in
bblayers.conf (perhaps because it was previously created but
subsequently removed from bblayers.conf by the user) then we should add
it and notify the user, otherwise devtool operations won't work.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/devtool