diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-04 16:22:50 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 17:16:53 +0000 |
commit | df13ce41f8578b5a0695e701365bfeb87f4981dc (patch) | |
tree | 1629ef85aae62c38f064520d4e4796cccc152b22 /meta/conf | |
parent | 34cf2f6be0c9b7c222d770b6af8f59addaf407b6 (diff) | |
download | openembedded-core-contrib-df13ce41f8578b5a0695e701365bfeb87f4981dc.tar.gz |
bblayers.conf.sample: remove BBLAYERS_NON_REMOVABLE
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bblayers.conf.sample | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index 46126df051c..c985f4f2420 100644 --- a/meta/conf/bblayers.conf.sample +++ b/meta/conf/bblayers.conf.sample @@ -8,8 +8,3 @@ BBFILES ?= "" BBLAYERS ?= " \ ##OEROOT##/meta \ " - -BBLAYERS_NON_REMOVABLE ?= " \ - ##OEROOT##/meta \ - " - |