diff options
| -rw-r--r-- | meta-yocto/conf/bblayers.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample index 7897750320..edbccf02ce 100644 --- a/meta-yocto/conf/bblayers.conf.sample +++ b/meta-yocto/conf/bblayers.conf.sample | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 2 | # changes incompatibly | 2 | # changes incompatibly |
| 3 | LCONF_VERSION = "4" | 3 | LCONF_VERSION = "5" |
| 4 | 4 | ||
| 5 | BBPATH = "${TOPDIR}" | ||
| 5 | BBFILES ?= "" | 6 | BBFILES ?= "" |
| 7 | |||
| 6 | BBLAYERS ?= " \ | 8 | BBLAYERS ?= " \ |
| 7 | ##COREBASE##/meta \ | 9 | ##COREBASE##/meta \ |
| 8 | ##COREBASE##/meta-yocto \ | 10 | ##COREBASE##/meta-yocto \ |
