diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-04 16:09:20 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:58:14 +0000 |
commit | 1fd183e0b8c27107d51dae86a340fc7558d6ff1a (patch) | |
tree | 91b326cff0fc9bd8f3c6d9e7f4c3947232b7df04 | |
parent | 477b8fb6092b8d7f5db41e31643b8bca7cd455b0 (diff) | |
download | poky-1fd183e0b8c27107d51dae86a340fc7558d6ff1a.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.
(From meta-yocto rev: 31f937ebfe916aadcd0beb5f8088d88feadc2a98)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/bblayers.conf.sample | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-poky/conf/bblayers.conf.sample b/meta-poky/conf/bblayers.conf.sample index b948df2faf..a371994437 100644 --- a/meta-poky/conf/bblayers.conf.sample +++ b/meta-poky/conf/bblayers.conf.sample | |||
@@ -10,7 +10,3 @@ BBLAYERS ?= " \ | |||
10 | ##OEROOT##/meta-poky \ | 10 | ##OEROOT##/meta-poky \ |
11 | ##OEROOT##/meta-yocto-bsp \ | 11 | ##OEROOT##/meta-yocto-bsp \ |
12 | " | 12 | " |
13 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
14 | ##OEROOT##/meta \ | ||
15 | ##OEROOT##/meta-poky \ | ||
16 | " | ||