diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 8f09e968d9..0383e5a2a8 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -213,13 +213,15 @@ LCONF_VERSION = "6" + BBPATH = "${TOPDIR}" BBFILES ?= "" - BBLAYERS = " \ + + BBLAYERS ?= " \ /path/to/poky/meta \ /path/to/poky/meta-yocto \ /path/to/poky/meta-yocto-bsp \ /path/to/poky/meta-mylayer \ - " + " @@ -230,6 +232,14 @@ During the processing of each conf/layer.conf file, BitBake adds the recipes, classes and configurations contained within the particular layer to the source directory. + + Removing the meta-yocto layer exposes a bug for the + current release of the Yocto Project. + If for some reason you do remove this layer from the + bblayers.conf, you must set the + LCONF_VERSION variable to "5". + See [YOCTO_#3176] + for more information.