diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-20 13:43:51 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-21 11:43:18 +0000 |
commit | c5a5bce25764de55420664b6896fd76ba5d18f45 (patch) | |
tree | 37946f9fcb4cf9dc9f09e0f693cb2b95a1c1f775 /meta-boot2qt-distro/conf | |
parent | 41105c273d58293be70f23d8e0ac24f41042d3f0 (diff) | |
download | meta-boot2qt-c5a5bce25764de55420664b6896fd76ba5d18f45.tar.gz |
Remove default expansion parameter from getVarv5.12.0-rc
getVar defaults to expanding the variable, the second True
parameter is unnecessary.
Change-Id: Iafaf179c67ffedaba2946c078c1810a80198cf5e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/conf')
16 files changed, 16 insertions, 16 deletions
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.boundary.sample b/meta-boot2qt-distro/conf/bblayers.conf.boundary.sample index 14d9c0b..c3b405e 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.boundary.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.boundary.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.draak.sample b/meta-boot2qt-distro/conf/bblayers.conf.draak.sample index 91e2add..e6b76a5 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.draak.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.draak.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.emulator.sample b/meta-boot2qt-distro/conf/bblayers.conf.emulator.sample index bf32887..a544874 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.emulator.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.emulator.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.fsl-imx8.sample b/meta-boot2qt-distro/conf/bblayers.conf.fsl-imx8.sample index 504577d..a34189a 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.fsl-imx8.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.fsl-imx8.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.fsl.sample b/meta-boot2qt-distro/conf/bblayers.conf.fsl.sample index e6afe33..87aa512 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.fsl.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.fsl.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.intel.sample b/meta-boot2qt-distro/conf/bblayers.conf.intel.sample index efe626a..0903d8f 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.intel.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.intel.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.jetson.sample b/meta-boot2qt-distro/conf/bblayers.conf.jetson.sample index eccc371..241d330 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.jetson.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.jetson.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.nvidia-tegra.sample b/meta-boot2qt-distro/conf/bblayers.conf.nvidia-tegra.sample index d042805..c94805c 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.nvidia-tegra.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.nvidia-tegra.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.rcar-gen3.sample b/meta-boot2qt-distro/conf/bblayers.conf.rcar-gen3.sample index 0836f5a..c2abc8e 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.rcar-gen3.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.rcar-gen3.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.rpi.sample b/meta-boot2qt-distro/conf/bblayers.conf.rpi.sample index c701d0e..99f144f 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.rpi.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.rpi.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.sample b/meta-boot2qt-distro/conf/bblayers.conf.sample index bf32887..a544874 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.smx6.sample b/meta-boot2qt-distro/conf/bblayers.conf.smx6.sample index 5a09ec9..73f6da8 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.smx6.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.smx6.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.toradex.sample b/meta-boot2qt-distro/conf/bblayers.conf.toradex.sample index f30ba79..9562c63 100644 --- a/meta-boot2qt-distro/conf/bblayers.conf.toradex.sample +++ b/meta-boot2qt-distro/conf/bblayers.conf.toradex.sample | |||
@@ -33,7 +33,7 @@ POKY_BBLAYERS_CONF_VERSION = "2" | |||
33 | 33 | ||
34 | BBPATH = "${TOPDIR}" | 34 | BBPATH = "${TOPDIR}" |
35 | BBFILES ?= "" | 35 | BBFILES ?= "" |
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | 36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE')) + '/../..')}" |
37 | 37 | ||
38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
diff --git a/meta-boot2qt-distro/conf/distro/b2qt.conf b/meta-boot2qt-distro/conf/distro/b2qt.conf index ad091e7..4e3e42f 100644 --- a/meta-boot2qt-distro/conf/distro/b2qt.conf +++ b/meta-boot2qt-distro/conf/distro/b2qt.conf | |||
@@ -33,7 +33,7 @@ DISTRO = "b2qt" | |||
33 | DISTRO_NAME = "Boot to Qt for Embedded Linux" | 33 | DISTRO_NAME = "Boot to Qt for Embedded Linux" |
34 | SDK_VERSION := "${DISTRO_VERSION}" | 34 | SDK_VERSION := "${DISTRO_VERSION}" |
35 | 35 | ||
36 | SDK_MACHINE = "${@d.getVar('SDKMACHINE', True) or '${SDK_ARCH}'}" | 36 | SDK_MACHINE = "${@d.getVar('SDKMACHINE') or '${SDK_ARCH}'}" |
37 | SDK_NAME = "${DISTRO}-${SDK_MACHINE}-${IMAGE_BASENAME}" | 37 | SDK_NAME = "${DISTRO}-${SDK_MACHINE}-${IMAGE_BASENAME}" |
38 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-${MACHINE}" | 38 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-${MACHINE}" |
39 | BUILDCFG_VARS += "SDKMACHINE" | 39 | BUILDCFG_VARS += "SDKMACHINE" |
diff --git a/meta-boot2qt-distro/conf/distro/include/fsl-imx8.inc b/meta-boot2qt-distro/conf/distro/include/fsl-imx8.inc index 4e4256b..2ad63f5 100644 --- a/meta-boot2qt-distro/conf/distro/include/fsl-imx8.inc +++ b/meta-boot2qt-distro/conf/distro/include/fsl-imx8.inc | |||
@@ -61,7 +61,7 @@ BBMASK += "\ | |||
61 | meta-fsl-bsp-release/imx/meta-sdk/recipes-qt5/qt5 \ | 61 | meta-fsl-bsp-release/imx/meta-sdk/recipes-qt5/qt5 \ |
62 | " | 62 | " |
63 | 63 | ||
64 | KERNEL_MODULE_PACKAGE_SUFFIX ?= "-${@d.getVar('KERNEL_VERSION', True).replace('_','-')}" | 64 | KERNEL_MODULE_PACKAGE_SUFFIX ?= "-${@d.getVar('KERNEL_VERSION').replace('_','-')}" |
65 | EXTRA_OECONF_append_pn-gstreamer1.0-plugins-base = " --disable-introspection" | 65 | EXTRA_OECONF_append_pn-gstreamer1.0-plugins-base = " --disable-introspection" |
66 | 66 | ||
67 | MACHINE_GSTREAMER_1_0_PLUGIN += "imx-gst1.0-plugin" | 67 | MACHINE_GSTREAMER_1_0_PLUGIN += "imx-gst1.0-plugin" |
diff --git a/meta-boot2qt-distro/conf/distro/include/toradex.inc b/meta-boot2qt-distro/conf/distro/include/toradex.inc index f61aad7..9a252d0 100644 --- a/meta-boot2qt-distro/conf/distro/include/toradex.inc +++ b/meta-boot2qt-distro/conf/distro/include/toradex.inc | |||
@@ -42,7 +42,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-toradex" | |||
42 | 42 | ||
43 | WKS_FILE_DEPENDS += "u-boot-script-toradex" | 43 | WKS_FILE_DEPENDS += "u-boot-script-toradex" |
44 | 44 | ||
45 | MACHINEDIR = "${@d.getVar('MACHINE', True).replace('-','_')}" | 45 | MACHINEDIR = "${@d.getVar('MACHINE').replace('-','_')}" |
46 | IMAGE_BOOT_FILES += " \ | 46 | IMAGE_BOOT_FILES += " \ |
47 | fwd_blk.img;flash_blk.img \ | 47 | fwd_blk.img;flash_blk.img \ |
48 | fwd_eth.img;flash_eth.img \ | 48 | fwd_eth.img;flash_eth.img \ |