diff options
Diffstat (limited to 'conf/bblayers.conf.bbb.sample')
| -rw-r--r-- | conf/bblayers.conf.bbb.sample | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/conf/bblayers.conf.bbb.sample b/conf/bblayers.conf.bbb.sample index ddd469b..2a3ce11 100644 --- a/conf/bblayers.conf.bbb.sample +++ b/conf/bblayers.conf.bbb.sample | |||
| @@ -27,9 +27,9 @@ | |||
| 27 | ## | 27 | ## |
| 28 | ############################################################################ | 28 | ############################################################################ |
| 29 | 29 | ||
| 30 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 30 | # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 31 | # changes incompatibly | 31 | # changes incompatibly |
| 32 | LCONF_VERSION = "6" | 32 | POKY_BBLAYERS_CONF_VERSION = "2" |
| 33 | 33 | ||
| 34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
| 35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
| @@ -37,7 +37,7 @@ BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..' | |||
| 37 | 37 | ||
| 38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
| 39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
| 40 | ${BSPDIR}/sources/poky/meta-yocto \ | 40 | ${BSPDIR}/sources/poky/meta-poky \ |
| 41 | ${BSPDIR}/sources/meta-beagleboard/common-bsp \ | 41 | ${BSPDIR}/sources/meta-beagleboard/common-bsp \ |
| 42 | ${BSPDIR}/sources/meta-ti \ | 42 | ${BSPDIR}/sources/meta-ti \ |
| 43 | ${BSPDIR}/sources/meta-fsl-arm \ | 43 | ${BSPDIR}/sources/meta-fsl-arm \ |
| @@ -52,7 +52,3 @@ BBLAYERS ?= " \ | |||
| 52 | ${BSPDIR}/sources/meta-mingw \ | 52 | ${BSPDIR}/sources/meta-mingw \ |
| 53 | ${BSPDIR}/sources/meta-qt5 \ | 53 | ${BSPDIR}/sources/meta-qt5 \ |
| 54 | " | 54 | " |
| 55 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
| 56 | ${BSPDIR}/sources/poky/meta \ | ||
| 57 | ${BSPDIR}/sources/poky/meta-yocto \ | ||
| 58 | " | ||
