diff options
Diffstat (limited to 'documentation')
-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 |