summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-11 07:35:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-12 16:50:11 +0100
commit775fbab59796023e24aabb8c6c8deeb8c5434c8f (patch)
tree1decfff8d42b38f09f24f8e394164ff930f7dd1f /documentation/dev-manual
parent91b9202de9be26b48a893589108d64d86a6e9f68 (diff)
downloadast2050-yocto-poky-775fbab59796023e24aabb8c6c8deeb8c5434c8f.zip
ast2050-yocto-poky-775fbab59796023e24aabb8c6c8deeb8c5434c8f.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0f630bd..2a3891e 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 \
"
</literallayout>
Creating and providing an archive of the
OpenPOWER on IntegriCloud