From: Ross Burton Date: Wed, 11 Sep 2013 14:35:34 +0000 (-0700) Subject: dev-manual: Update to bblayers.conf example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=775fbab59796023e24aabb8c6c8deeb8c5434c8f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: Update to bblayers.conf example The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead. (From yocto-docs rev: 4520a2e41bf229481bd959e494e5bde84bbcfc51) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0f630bd15ee..2a3891e58dc 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5027,15 +5027,15 @@ BBFILES ?= "" BBLAYERS ?= " \ - ##COREBASE##/meta \ - ##COREBASE##/meta-yocto \ - ##COREBASE##/meta-yocto-bsp \ - ##COREBASE##/meta-mylayer \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/meta-yocto-bsp \ + ##OEROOT##/meta-mylayer \ " BBLAYERS_NON_REMOVABLE ?= " \ - ##COREBASE##/meta \ - ##COREBASE##/meta-yocto \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ " Creating and providing an archive of the