The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead.
Signed-off-by: Ross Burton <[email protected]>
---
documentation/dev-manual/dev-manual-common-tasks.xml | 12 ++++++------
1 file 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 7fa9149..9fadd7b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4980,15 +4980,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
--
1.7.10.4
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto