From: Paul Eggleton Date: Fri, 4 Mar 2016 03:22:50 +0000 (+1300) Subject: bblayers.conf.sample: remove BBLAYERS_NON_REMOVABLE X-Git-Tag: 2016-4~555 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=df13ce41f8578b5a0695e701365bfeb87f4981dc;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index 46126df051..c985f4f242 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 \ - " -