diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-11 07:35:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-12 16:50:11 +0100 |
commit | 775fbab59796023e24aabb8c6c8deeb8c5434c8f (patch) | |
tree | 1decfff8d42b38f09f24f8e394164ff930f7dd1f /documentation/dev-manual | |
parent | 91b9202de9be26b48a893589108d64d86a6e9f68 (diff) | |
download | ast2050-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.xml | 12 |
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 |