]> 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>
Sun, 28 Jun 2015 08:42:00 +0000 (09:42 +0100)
commit2904c1130ea7cc1abde0609f1ba1394e0f31a6fa
tree794b7d7ba9bd1423730f82dc88403c58b9e326a4
parent2791fe9236f7173e6b998cf9b40fe238566ed8ee
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.

(From OE-Core master rev: 313b622a6c6613092ed18a2158e090521344f6c0)

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