Skip to content

Commit

Permalink
Update _ to :
Browse files Browse the repository at this point in the history
  • Loading branch information
CoRfr committed May 19, 2022
1 parent 7b5590b commit e7889ea
Show file tree
Hide file tree
Showing 53 changed files with 213 additions and 213 deletions.
2 changes: 1 addition & 1 deletion conf/machine/imx6ul-var-dart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ UBOOT_CONFIG ??= "nand sd "
UBOOT_CONFIG[sd] = "mx6ul_var_dart_mmc_defconfig,sdcard"
UBOOT_CONFIG[nand] = "mx6ul_var_dart_nand_defconfig,ubifs"

MACHINE_FIRMWARE_append = " linux-firmware-imx-sdma-imx6q"
MACHINE_FIRMWARE:append = " linux-firmware-imx-sdma-imx6q"
2 changes: 1 addition & 1 deletion conf/machine/imx7-var-som.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ UBOOT_CONFIG ??= "nand sd "
UBOOT_CONFIG[sd] = "mx7dvar_som_defconfig,sdcard"
UBOOT_CONFIG[nand] = "mx7dvar_som_nand_defconfig,ubifs"

MACHINE_FIRMWARE_append = " linux-firmware-imx-sdma-imx6q"
MACHINE_FIRMWARE:append = " linux-firmware-imx-sdma-imx6q"
44 changes: 22 additions & 22 deletions conf/machine/variscite.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ IMX_DEFAULT_BSP = "nxp"

USE_VT = "0"

KERNEL_IMAGETYPE_mx8 = "Image.gz"
KERNEL_IMAGETYPE:mx8 = "Image.gz"

WKS_FILE_mx8 = "imx-imx-boot-singlepart.wks.in"
WKS_FILE:mx8 = "imx-imx-boot-singlepart.wks.in"

DEFAULTTUNE_mx8mm ?= "cortexa53-crypto"
DEFAULTTUNE_mx8mn ?= "cortexa53-crypto"
DEFAULTTUNE_mx8mq ?= "cortexa53-crypto"
DEFAULTTUNE_mx8qxp ?= "cortexa35-crypto"
DEFAULTTUNE_mx8qm ?= "cortexa72-cortexa53-crypto"
DEFAULTTUNE:mx8mm ?= "cortexa53-crypto"
DEFAULTTUNE:mx8mn ?= "cortexa53-crypto"
DEFAULTTUNE:mx8mq ?= "cortexa53-crypto"
DEFAULTTUNE:mx8qxp ?= "cortexa35-crypto"
DEFAULTTUNE:mx8qm ?= "cortexa72-cortexa53-crypto"

# Variscite BSP default providers
PREFERRED_PROVIDER_u-boot = "u-boot-variscite"
PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-variscite"
PREFERRED_PROVIDER_virtual/kernel = "linux-variscite"
PREFERRED_PROVIDER:u-boot = "u-boot-variscite"
PREFERRED_PROVIDER:u-boot-fw-utils = "u-boot-fw-utils"
PREFERRED_PROVIDER:virtual/bootloader = "u-boot-variscite"
PREFERRED_PROVIDER:virtual/kernel = "linux-variscite"

# Use i.MX Gstreamer Version
MACHINE_GSTREAMER_1_0_PLUGIN_mx8 = "imx-gst1.0-plugin"
PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.16.2.imx"
PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.16.2.imx"
PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.16.3.imx"
PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.16.3.imx"
PREFERRED_VERSION_gstreamer1.0-libav_mx8 ?= "1.16.0"
MACHINE_GSTREAMER_1_0_PLUGIN:mx8 = "imx-gst1.0-plugin"
PREFERRED_VERSION:gstreamer1.0:mx8 ?= "1.16.2.imx"
PREFERRED_VERSION:gstreamer1.0-plugins-base:mx8 ?= "1.16.2.imx"
PREFERRED_VERSION:gstreamer1.0-plugins-good:mx8 ?= "1.16.3.imx"
PREFERRED_VERSION:gstreamer1.0-plugins-bad:mx8 ?= "1.16.3.imx"
PREFERRED_VERSION:gstreamer1.0-libav:mx8 ?= "1.16.0"

# Add VPU and Cortex M4/M7 firmware
MACHINE_FIRMWARE_append_mx8 = " \
MACHINE_FIRMWARE:append:mx8 = " \
firmware-imx-vpu-imx8 \
freertos-variscite \
"
Expand All @@ -58,7 +58,7 @@ MACHINE_EXTRA_RDEPENDS += " \
"

# Packages added to all images (including core-image-minimal)
IMAGE_INSTALL_append_mx8 = " \
IMAGE_INSTALL:append:mx8 = " \
kernel-image \
kernel-devicetree \
"
Expand All @@ -67,8 +67,8 @@ IMAGE_FSTYPES = "tar.gz wic.gz"

# Wayland based distros add systemd to DISTRO_FEATURES
# Remove sysvinit or systemd based on DISTRO_FEATURES to avoid conflicts
DISTRO_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' sysvinit', '', d)}"
DISTRO_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', ' systemd', '', d)}"
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' sysvinit', '', d)}"
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', ' systemd', '', d)}"

# Use bluez-alsa instead of pulseaudio
DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " pulseaudio"
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " pulseaudio"
6 changes: 3 additions & 3 deletions conf/machine/variscite_ubi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ UBI_VOLNAME = "rootfs"
IMAGE_FSTYPES = "tar.gz multiubi wic.gz"

# do multiubi last
IMAGE_TYPEDEP_multiubi += "${IMAGE_FSTYPES}"
IMAGE_TYPEDEP_multiubi_remove = "multiubi"
IMAGE_TYPEDEP:multiubi += "${IMAGE_FSTYPES}"
IMAGE_TYPEDEP:multiubi:remove = "multiubi"

multiubi_mkfs_prepend() {
multiubi_mkfs:prepend() {
# Update PEB size in fw_env.config (u-boot-fw-utils)
if [ -f ${IMAGE_ROOTFS}${sysconfdir}/fw_env.config ]; then
# Get PEB from UBINIZE_ARGS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SOC_TOOLS_GPU_append_imxgpu = " \
SOC_TOOLS_GPU:append:imxgpu = " \
imx-gpu-sdk \
imx-gpu-viv-tools \
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SOC_TOOLS_TEST = ""
SOC_TOOLS_TEST_imx = "imx-test"
SOC_TOOLS_TEST_imxgpu = "imx-test imx-gpu-viv-demos"

RDEPENDS_${PN} += " \
RDEPENDS:${PN} += " \
${SOC_TOOLS_TESTAPPS} \
procps \
ptpd \
Expand Down
8 changes: 4 additions & 4 deletions dynamic-layers/qt5-layer/recipes-fsl/images/fsl-image-qt5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ QT5_IMAGE_INSTALL = " \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland qtwayland-plugins', '', d)} \
"

QT5_IMAGE_INSTALL_append_imxgpu3d = " \
QT5_IMAGE_INSTALL:append:imxgpu3d = " \
packagegroup-qt5-3d \
"

# uncomment the following line to add webengine support
# but remind to add also meta-python2 to the bblayere
# QT5_IMAGE_INSTALL_append = " packagegroup-qt5-webengine"
# QT5_IMAGE_INSTALL:append = " packagegroup-qt5-webengine"

# uncomment the following line to add webkit support
# but remind that is considered obsolete since Qt 5.7
# QT5_IMAGE_INSTALL_append = " packagegroup-qt5-webkit"
# QT5_IMAGE_INSTALL:append = " packagegroup-qt5-webkit"


IMAGE_INSTALL += " \
Expand All @@ -44,4 +44,4 @@ IMAGE_INSTALL += " \

# Due to the Qt samples the resulting image will not fit the default NAND size.
# Removing default ubi creation for this image
IMAGE_FSTYPES_remove = "multiubi"
IMAGE_FSTYPES:remove = "multiubi"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} += " \
RDEPENDS:${PN} += " \
qt3d \
qt3d-plugins \
qt3d-qmlplugins \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} += " \
RDEPENDS:${PN} += " \
qtsmarthome \
qt5ledscreen \
quitbattery \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} += " \
RDEPENDS:${PN} += " \
qtwebengine \
qtwebengine-qmlplugins \
qtwebbrowser \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} += " \
RDEPENDS:${PN} += " \
qtwebkit \
qtwebkit-qmlplugins \
"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# add more runtime dependencies
RDEPENDS_${PN}_append = " \
RDEPENDS:${PN}:append = " \
qtmultimedia-plugins \
qtmultimedia-qmlplugins \
qtsvg-plugins \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ QT_MODULE_BRANCH = "dev"
SRCREV = "a09ec269e8b296d39d78b45ae251edb3d7bada41"

DEPENDS = "qtbase qtdeclarative qtwebengine"
RDEPENDS_${PN} = "qtvirtualkeyboard"
RDEPENDS:${PN} = "qtvirtualkeyboard"

do_install_append() {
do_install:append() {
install -d ${D}${datadir}/${PN}
mv ${D}/data/user/qt/qtwebbrowser-app/* ${D}${datadir}/${PN}
rm -rf ${D}/data
}

FILES_${PN} += "${datadir}/${PN}"
FILES_${PN}-dbg += "${datadir}/${PN}/.debug"
FILES:${PN} += "${datadir}/${PN}"
FILES:${PN}-dbg += "${datadir}/${PN}/.debug"
18 changes: 9 additions & 9 deletions dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI_append = " \
SRC_URI:append = " \
file://0001-linuxfb-platform-plugin-add-rotation-support.patch \
"

BACKEND_FB = "linuxfb"
BACKEND_FB_imxgpu3d = "eglfs"
BACKEND_FB:imxgpu3d = "eglfs"
BACKEND_WAYLAND = "wayland"
BACKEND_WAYLAND_imxgpu3d = "wayland-egl"
BACKEND_WAYLAND:imxgpu3d = "wayland-egl"
BACKEND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '${BACKEND_WAYLAND}', \
bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb', '${BACKEND_FB}', d), d)}"
EGLFS_INTEGRATION_mx6 = "eglfs_viv"
EGLFS_INTEGRATION_mx8 = "eglfs_kms"
EGLFS_INTEGRATION:mx6 = "eglfs_viv"
EGLFS_INTEGRATION:mx8 = "eglfs_kms"
QML_USE_SWCTX = "yes"
QML_USE_SWCTX_imxgpu3d = "no"
QML_USE_SWCTX:imxgpu3d = "no"

# build linuxfb backend if required
PACKAGECONFIG_append = " fontconfig tslib ${@bb.utils.filter('BACKEND', 'linuxfb', d)}"
PACKAGECONFIG:append = " fontconfig tslib ${@bb.utils.filter('BACKEND', 'linuxfb', d)}"

do_install_append () {
do_install:append () {
if ${@bb.utils.contains('DISTRO','b2qt','false','true',d)}; then
mkdir -p ${D}${sysconfdir}/profile.d
echo "export QT_QPA_PLATFORM=${BACKEND}" >> ${D}${sysconfdir}/profile.d/qt5.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# integrate Gtreamer optimizations
PACKAGECONFIG_append = " gstreamer"
PACKAGECONFIG:append = " gstreamer"
4 changes: 2 additions & 2 deletions dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGECONFIG_remove_mx6 = "xcomposite-egl xcomposite-glx"
PACKAGECONFIG_remove_mx7 = "xcomposite-egl xcomposite-glx"
PACKAGECONFIG:remove:mx6 = "xcomposite-egl xcomposite-glx"
PACKAGECONFIG:remove:mx7 = "xcomposite-egl xcomposite-glx"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Append EGL_CFLAGS to CFLAGS
TARGET_CFLAGS_append_imxgpu = " \
TARGET_CFLAGS:append:imxgpu = " \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_API_FB', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DWL_EGL_PLATFORM', '', d)} \
"
4 changes: 2 additions & 2 deletions dynamic-layers/swupdate/swupdate_%d.bbappend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI += "\
file://background.jpg \
Expand All @@ -8,7 +8,7 @@ SRC_URI += "\
file://swupdate.default \
"

do_install_append () {
do_install:append () {
install -m 644 ${WORKDIR}/background.jpg ${D}/www/images/
install -m 644 ${WORKDIR}/favicon.png ${D}/www/images/
install -m 644 ${WORKDIR}/logo.png ${D}/www/images/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inherit pypi setuptools3
SRC_URI[md5sum] = "a243f59b2d286c41ff6ed1c4d4b50996"
SRC_URI[sha256sum] = "68b07193755440d5f8d4f47e6f3484212afc255d5b785a81353ea1e9298c1c2c"

RDEPENDS_${PN} = "\
RDEPENDS:${PN} = "\
${PYTHON_PN}-cached-property \
${PYTHON_PN}-certifi \
${PYTHON_PN}-chardet \
Expand Down
2 changes: 1 addition & 1 deletion recipes-bsp/alsa-state/alsa-state.bbappend
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
4 changes: 2 additions & 2 deletions recipes-bsp/firmware-imx/firmware-imx_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
do_install_append() {
do_install:append() {
install -d ${D}/boot
mv ${D}${nonarch_base_libdir}/firmware/imx/hdmi/hdmitxfw.bin ${D}/boot
mv ${D}${nonarch_base_libdir}/firmware/imx/hdmi/hdmirxfw.bin ${D}/boot
Expand All @@ -8,4 +8,4 @@ do_install_append() {
install -m 0644 ${S}/firmware/vpu/vpu_fw_imx8_enc.bin ${D}${nonarch_base_libdir}/firmware/vpu
}

FILES_${PN}-hdmi += "/boot/"
FILES:${PN}-hdmi += "/boot/"
2 changes: 1 addition & 1 deletion recipes-bsp/formfactor/formfactor_%.bbappend
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
30 changes: 15 additions & 15 deletions recipes-bsp/freertos-variscite/freertos-variscite.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ S = "${WORKDIR}/git"
MCUXPRESSO_BRANCH = "mcuxpresso_sdk_${PV}-var01"

CM_BOARD="INVALID"
CM_BOARD_mx8mn="som_mx8mn"
CM_BOARD_mx8mq="dart_mx8mq"
CM_BOARD_mx8mm="dart_mx8mm"
CM_BOARD_mx8qm="som_mx8qm"
CM_BOARD_mx8qxp="som_mx8qx"
CM_BOARD:mx8mn="som_mx8mn"
CM_BOARD:mx8mq="dart_mx8mq"
CM_BOARD:mx8mm="dart_mx8mm"
CM_BOARD:mx8qm="som_mx8qm"
CM_BOARD:mx8qxp="som_mx8qx"

# Firmware source directories
CM_DEMOS = " \
Expand All @@ -33,7 +33,7 @@ CM_DEMOS = " \
"

# Firmware source directories
CM_DEMOS_mx8qm = " \
CM_DEMOS:mx8qm = " \
multicore_examples/rpmsg_lite_str_echo_rtos/cm4_core0 \
multicore_examples/rpmsg_lite_pingpong_rtos/linux_remote/cm4_core0 \
demo_apps/hello_world/cm4_core0 \
Expand All @@ -57,15 +57,15 @@ CM_DEMOS_mx8qm = " \
# echo start > /sys/class/remoteproc/remoteproc0/state
# echo stop > /sys/class/remoteproc/remoteproc0/state
CM_DEMOS_DISABLE_CACHE = ""
CM_DEMOS_DISABLE_CACHE_mx8qxp = "demo_apps/disable_cache"
CM_DEMOS_DISABLE_CACHE_mx8qm = "demo_apps/disable_cache/cm4_core0 demo_apps/disable_cache/cm4_core1"
CM_DEMOS_DISABLE_CACHE:mx8qxp = "demo_apps/disable_cache"
CM_DEMOS_DISABLE_CACHE:mx8qm = "demo_apps/disable_cache/cm4_core0 demo_apps/disable_cache/cm4_core1"

DISABLE_CACHE_PATCH="disable_cache.patch"
DISABLE_CACHE_PATCH_imx8qxp-var-som="disable_cache_${PV}.patch"
DISABLE_CACHE_PATCH_imx8qxpb0-var-som="disable_cache_${PV}.patch"
SRC_URI_append_imx8qxp-var-som += "file://${DISABLE_CACHE_PATCH};apply=no"
SRC_URI_append_imx8qxpb0-var-som += "file://${DISABLE_CACHE_PATCH};apply=no"
SRC_URI_append_imx8qm-var-som += "file://${DISABLE_CACHE_PATCH};apply=no"
DISABLE_CACHE_PATCH = "disable_cache.patch"
DISABLE_CACHE_PATCH:imx8qxp-var-som = "disable_cache_${PV}.patch"
DISABLE_CACHE_PATCH:imx8qxpb0-var-som = "disable_cache_${PV}.patch"
SRC_URI:append:imx8qxp-var-som = " file://${DISABLE_CACHE_PATCH};apply=no"
SRC_URI:append:imx8qxpb0-var-som = " file://${DISABLE_CACHE_PATCH};apply=no"
SRC_URI:append:imx8qm-var-som = " file://${DISABLE_CACHE_PATCH};apply=no"

compile_fw() {
DIR_GCC="$1"
Expand Down Expand Up @@ -148,7 +148,7 @@ do_install() {
done
}

FILES_${PN} = " \
FILES:${PN} = " \
${sysconfdir}/remoteproc \
${nonarch_base_libdir}/firmware \
/boot \
Expand Down
10 changes: 5 additions & 5 deletions recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI_append_imx8mn-var-som = " file://imx-mkimage-imx8m-soc.mak-add-var-som-imx8m-nano-support.patch"
SRC_URI_append_imx8mq-var-dart = " file://imx-mkimage-imx8m-soc.mak-add-dart-mx8m-support.patch"
SRC_URI_append_imx8mm-var-dart = " file://imx-mkimage-imx8m-soc.mak-add-variscite-imx8mm-suppo.patch"
SRC_URI:append:imx8mn-var-som = " file://imx-mkimage-imx8m-soc.mak-add-var-som-imx8m-nano-support.patch"
SRC_URI:append:imx8mq-var-dart = " file://imx-mkimage-imx8m-soc.mak-add-dart-mx8m-support.patch"
SRC_URI:append:imx8mm-var-dart = " file://imx-mkimage-imx8m-soc.mak-add-variscite-imx8mm-suppo.patch"

do_compile_prepend() {
do_compile:prepend() {
echo "Copying DTBs"
if [ -f ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/imx8mm-var-som-symphony.dtb ]; then
cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/imx8mm-var-som-symphony.dtb ${S}/iMX8M/
Expand Down
12 changes: 6 additions & 6 deletions recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SC_FIRMWARE_NAME_imx8qxp-var-som = "mx8qx-var-som-scfw-tcm.bin"
SC_FIRMWARE_NAME_imx8qxpb0-var-som = "mx8qx-var-som-scfw-tcm.bin"
SC_FIRMWARE_NAME_imx8qm-var-som = "mx8qm-var-som-scfw-tcm.bin"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SC_FIRMWARE_NAME:imx8qxp-var-som = "mx8qx-var-som-scfw-tcm.bin"
SC_FIRMWARE_NAME:imx8qxpb0-var-som = "mx8qx-var-som-scfw-tcm.bin"
SC_FIRMWARE_NAME:imx8qm-var-som = "mx8qm-var-som-scfw-tcm.bin"

SC_MX_FAMILY ?= "INVALID"
SC_MX8_FAMILY_mx8qm = "qm"
SC_MX8_FAMILY_mx8qxp = "qx"
SC_MX8_FAMILY:mx8qm = "qm"
SC_MX8_FAMILY:mx8qxp = "qx"
SC_MACHINE_NAME = "mx8${SC_MX8_FAMILY}_b0"

SCFW_BRANCH = "1.5.1"
Expand Down
Loading

0 comments on commit e7889ea

Please sign in to comment.