1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

dev-manual: use path independent bblayers.conf example

(From yocto-docs rev: 1189fddd801beaabdd8df6923f6a8d3491b1afb4)

Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kevin Strasser
2013-01-28 14:43:07 -08:00
committed by Richard Purdie
parent 23737926d2
commit 9a7bd85ea2
@@ -3060,15 +3060,15 @@
BBFILES ?= "" BBFILES ?= ""
BBLAYERS ?= " \ BBLAYERS ?= " \
$HOME/poky/meta \ ##COREBASE##/meta \
$HOME/poky/meta-yocto \ ##COREBASE##/meta-yocto \
$HOME/poky/meta-yocto-bsp \ ##COREBASE##/meta-yocto-bsp \
$HOME/poky/meta-mylayer \ ##COREBASE##/meta-mylayer \
" "
BBLAYERS_NON_REMOVABLE ?= " \ BBLAYERS_NON_REMOVABLE ?= " \
$HOME/poky/meta \ ##COREBASE##/meta \
$HOME/poky/meta-yocto \ ##COREBASE##/meta-yocto \
" "
</literallayout> </literallayout>
Creating and providing an archive of the metadata layers Creating and providing an archive of the metadata layers