diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-26 15:35:09 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-09-12 12:34:31 +0000 |
commit | 0e9e9c6c8fbd17f331e54d6427f4b82a721525bb (patch) | |
tree | e2d5c2d449cfed5be75f3feb4cd7aa40c09a8d21 /conf/bblayers.conf.intel.sample | |
parent | 666bc23e22d1a03572cf35d31e58ea903b4051c1 (diff) | |
download | meta-boot2qt-0e9e9c6c8fbd17f331e54d6427f4b82a721525bb.tar.gz |
bblayer.conf syntax changed
Change-Id: I39f87fc49e1a9c1b4f5498fbaf8acfd044b0aeb8
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf/bblayers.conf.intel.sample')
-rw-r--r-- | conf/bblayers.conf.intel.sample | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/conf/bblayers.conf.intel.sample b/conf/bblayers.conf.intel.sample index c03ad50..e6094d6 100644 --- a/conf/bblayers.conf.intel.sample +++ b/conf/bblayers.conf.intel.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-intel \ | 41 | ${BSPDIR}/sources/meta-intel \ |
42 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 42 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
43 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 43 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
@@ -49,7 +49,3 @@ BBLAYERS ?= " \ | |||
49 | ${BSPDIR}/sources/meta-mingw \ | 49 | ${BSPDIR}/sources/meta-mingw \ |
50 | ${BSPDIR}/sources/meta-qt5 \ | 50 | ${BSPDIR}/sources/meta-qt5 \ |
51 | " | 51 | " |
52 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
53 | ${BSPDIR}/sources/poky/meta \ | ||
54 | ${BSPDIR}/sources/poky/meta-yocto \ | ||
55 | " | ||