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 | 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 0f630bd15e..2a3891e58d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5027,15 +5027,15 @@ | |||
5027 | BBFILES ?= "" | 5027 | BBFILES ?= "" |
5028 | 5028 | ||
5029 | BBLAYERS ?= " \ | 5029 | BBLAYERS ?= " \ |
5030 | ##COREBASE##/meta \ | 5030 | ##OEROOT##/meta \ |
5031 | ##COREBASE##/meta-yocto \ | 5031 | ##OEROOT##/meta-yocto \ |
5032 | ##COREBASE##/meta-yocto-bsp \ | 5032 | ##OEROOT##/meta-yocto-bsp \ |
5033 | ##COREBASE##/meta-mylayer \ | 5033 | ##OEROOT##/meta-mylayer \ |
5034 | " | 5034 | " |
5035 | 5035 | ||
5036 | BBLAYERS_NON_REMOVABLE ?= " \ | 5036 | BBLAYERS_NON_REMOVABLE ?= " \ |
5037 | ##COREBASE##/meta \ | 5037 | ##OEROOT##/meta \ |
5038 | ##COREBASE##/meta-yocto \ | 5038 | ##OEROOT##/meta-yocto \ |
5039 | " | 5039 | " |
5040 | </literallayout> | 5040 | </literallayout> |
5041 | Creating and providing an archive of the | 5041 | Creating and providing an archive of the |