]> code.ossystems Code Review - openembedded-core.git/commitdiff
bblayers.conf.sample: remove BBLAYERS_NON_REMOVABLE
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 4 Mar 2016 03:22:50 +0000 (16:22 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Mar 2016 17:16:53 +0000 (17:16 +0000)
Hob was the only thing paying attention to this, and now Hob itself has
been removed we can remove this as well.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bblayers.conf.sample

index 46126df051c92167eaa44594007f3f48a812743a..c985f4f24201e4117fafa87ff21caf7ef8536a0c 100644 (file)
@@ -8,8 +8,3 @@ BBFILES ?= ""
 BBLAYERS ?= " \
   ##OEROOT##/meta \
   "
-
-BBLAYERS_NON_REMOVABLE ?= " \
-  ##OEROOT##/meta \
-  "
-