summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt-distro/conf/distro')
-rw-r--r--meta-boot2qt-distro/conf/distro/b2qt.conf2
-rw-r--r--meta-boot2qt-distro/conf/distro/include/fsl-imx8.inc2
-rw-r--r--meta-boot2qt-distro/conf/distro/include/toradex.inc2
3 files changed, 3 insertions, 3 deletions
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"
33DISTRO_NAME = "Boot to Qt for Embedded Linux" 33DISTRO_NAME = "Boot to Qt for Embedded Linux"
34SDK_VERSION := "${DISTRO_VERSION}" 34SDK_VERSION := "${DISTRO_VERSION}"
35 35
36SDK_MACHINE = "${@d.getVar('SDKMACHINE', True) or '${SDK_ARCH}'}" 36SDK_MACHINE = "${@d.getVar('SDKMACHINE') or '${SDK_ARCH}'}"
37SDK_NAME = "${DISTRO}-${SDK_MACHINE}-${IMAGE_BASENAME}" 37SDK_NAME = "${DISTRO}-${SDK_MACHINE}-${IMAGE_BASENAME}"
38TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-${MACHINE}" 38TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-${MACHINE}"
39BUILDCFG_VARS += "SDKMACHINE" 39BUILDCFG_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
64KERNEL_MODULE_PACKAGE_SUFFIX ?= "-${@d.getVar('KERNEL_VERSION', True).replace('_','-')}" 64KERNEL_MODULE_PACKAGE_SUFFIX ?= "-${@d.getVar('KERNEL_VERSION').replace('_','-')}"
65EXTRA_OECONF_append_pn-gstreamer1.0-plugins-base = " --disable-introspection" 65EXTRA_OECONF_append_pn-gstreamer1.0-plugins-base = " --disable-introspection"
66 66
67MACHINE_GSTREAMER_1_0_PLUGIN += "imx-gst1.0-plugin" 67MACHINE_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
43WKS_FILE_DEPENDS += "u-boot-script-toradex" 43WKS_FILE_DEPENDS += "u-boot-script-toradex"
44 44
45MACHINEDIR = "${@d.getVar('MACHINE', True).replace('-','_')}" 45MACHINEDIR = "${@d.getVar('MACHINE').replace('-','_')}"
46IMAGE_BOOT_FILES += " \ 46IMAGE_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 \