summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
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 425b05a03b..e7d5d02f15 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3060,15 +3060,15 @@
3060 BBFILES ?= "" 3060 BBFILES ?= ""
3061 3061
3062 BBLAYERS ?= " \ 3062 BBLAYERS ?= " \
3063 $HOME/poky/meta \ 3063 ##COREBASE##/meta \
3064 $HOME/poky/meta-yocto \ 3064 ##COREBASE##/meta-yocto \
3065 $HOME/poky/meta-yocto-bsp \ 3065 ##COREBASE##/meta-yocto-bsp \
3066 $HOME/poky/meta-mylayer \ 3066 ##COREBASE##/meta-mylayer \
3067 " 3067 "
3068 3068
3069 BBLAYERS_NON_REMOVABLE ?= " \ 3069 BBLAYERS_NON_REMOVABLE ?= " \
3070 $HOME/poky/meta \ 3070 ##COREBASE##/meta \
3071 $HOME/poky/meta-yocto \ 3071 ##COREBASE##/meta-yocto \
3072 " 3072 "
3073 </literallayout> 3073 </literallayout>
3074 Creating and providing an archive of the metadata layers 3074 Creating and providing an archive of the metadata layers