summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-08-25 13:24:43 -0300
committerGitHub <noreply@github.com>2026-08-25 13:24:43 -0300
commit133d12b64ba177eea37f5dfaf77ca0ae8be7641f (patch)
tree60be9995b5de88eaeb10b8f9d520d9efa606612d
parent43609f9967760e93c3ab25253d1da5aaec33167f (diff)
parent861dbfaeea0f393760adda3e342bab8d0be9a8c8 (diff)
downloadmeta-freescale-133d12b64ba177eea37f5dfaf77ca0ae8be7641f.tar.gz
Merge pull request #2645 from lucianogdittgen/oelint-vars-inconspaces
Clear all oelint.vars.inconspaces findings
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb5
-rw-r--r--recipes-bsp/atf/qoriq-atf-tools_2.12.bb3
-rw-r--r--recipes-bsp/imx-mkimage/imx-boot_1.0.bb5
-rw-r--r--recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb4
-rw-r--r--recipes-connectivity/mbedtls/mbedtls_3.6.5.bb2
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_4.2.bb2
-rw-r--r--recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb8
-rw-r--r--recipes-graphics/wayland/weston_10.0.5.imx.bb4
-rw-r--r--recipes-graphics/wayland/weston_14.0.2.imx.bb4
-rw-r--r--recipes-security/optee-imx/optee-os-fslc.inc2
11 files changed, 32 insertions, 9 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb
index e3f405fca..a3078c369 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb
@@ -148,7 +148,7 @@ export ANT_DIR = "${STAGING_DIR_NATIVE}/usr/share/ant/"
148 148
149TARGET_CC_ARCH += "-I${S}/include " 149TARGET_CC_ARCH += "-I${S}/include "
150 150
151PACKAGES += " \ 151PACKAGES += "\
152 ${@bb.utils.contains('PACKAGECONFIG', 'samples', '${PN}-samples', '', d)} \ 152 ${@bb.utils.contains('PACKAGECONFIG', 'samples', '${PN}-samples', '', d)} \
153 ${@bb.utils.contains('PACKAGECONFIG', 'oracle-java', '${PN}-java', '', d)} \ 153 ${@bb.utils.contains('PACKAGECONFIG', 'oracle-java', '${PN}-java', '', d)} \
154 ${@bb.utils.contains('PACKAGECONFIG', 'java', '${PN}-java', '', d)} \ 154 ${@bb.utils.contains('PACKAGECONFIG', 'java', '${PN}-java', '', d)} \
@@ -311,6 +311,9 @@ SRC_URI += "\
311 git://github.com/opencv/opencv_extra.git;destsuffix=extra;name=extra;branch=4.x;protocol=https \ 311 git://github.com/opencv/opencv_extra.git;destsuffix=extra;name=extra;branch=4.x;protocol=https \
312 file://0001-Add-smaller-version-of-download_models.py.patch;patchdir=${UNPACKDIR}/extra \ 312 file://0001-Add-smaller-version-of-download_models.py.patch;patchdir=${UNPACKDIR}/extra \
313" 313"
314# SRCREV_FORMAT is an underscore-joined list of SRC_URI names; the appended
315# component must attach directly with no leading space.
316# nooelint: oelint.vars.inconspaces
314SRCREV_FORMAT:append = "_extra" 317SRCREV_FORMAT:append = "_extra"
315SRCREV_extra = "b6db059e9b80072d80d009d2ab344f8606a8e964" 318SRCREV_extra = "b6db059e9b80072d80d009d2ab344f8606a8e964"
316 319
diff --git a/recipes-bsp/atf/qoriq-atf-tools_2.12.bb b/recipes-bsp/atf/qoriq-atf-tools_2.12.bb
index 2c1db306c..fc67fae6a 100644
--- a/recipes-bsp/atf/qoriq-atf-tools_2.12.bb
+++ b/recipes-bsp/atf/qoriq-atf-tools_2.12.bb
@@ -2,6 +2,9 @@ require qoriq-atf-${PV}.inc
2 2
3DEPENDS += "openssl" 3DEPENDS += "openssl"
4 4
5# PV is a version string; the appended part concatenates with a leading '+'
6# and must not contain a space.
7# nooelint: oelint.vars.inconspaces
5PV:append = "+${SRCPV}" 8PV:append = "+${SRCPV}"
6 9
7EXTRA_OEMAKE = "fiptool V=1 PLAT=lx2162aqds HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'" 10EXTRA_OEMAKE = "fiptool V=1 PLAT=lx2162aqds HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'"
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
index 3f14a79df..0d96e1cc4 100644
--- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
+++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
@@ -45,7 +45,12 @@ SC_FIRMWARE_NAME ?= "scfw_tcm.bin"
45OEI_NAME ?= "oei-${OEI_CORE}-*.bin" 45OEI_NAME ?= "oei-${OEI_CORE}-*.bin"
46 46
47ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin" 47ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin"
48# ATF_MACHINE_NAME is a filename used as ${DEPLOY_DIR_IMAGE}/${ATF_MACHINE_NAME}.
49# The appended tokens are hyphen-joined name suffixes and must not start with a
50# space, or the resulting path would contain a space and the copy would fail.
51# nooelint: oelint.vars.inconspaces
48ATF_MACHINE_NAME:append = "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '-crrm', '', d)}" 52ATF_MACHINE_NAME:append = "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '-crrm', '', d)}"
53# nooelint: oelint.vars.inconspaces
49ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" 54ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}"
50 55
51BOOT_VARIANT ?= "" 56BOOT_VARIANT ?= ""
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb
index 7ff408000..970db74c0 100644
--- a/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb
+++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb
@@ -33,7 +33,7 @@ OECMAKE_SOURCEPATH = "${S}/appshell"
33OECMAKE_GENERATOR = "Unix Makefiles" 33OECMAKE_GENERATOR = "Unix Makefiles"
34 34
35# Workaround for linking issues seen with gold linker 35# Workaround for linking issues seen with gold linker
36LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" 36LDFLAGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-fuse-ld=bfd', '', d)}"
37 37
38SYSTEMD_SERVICE:${PN} = "imx8-isp.service" 38SYSTEMD_SERVICE:${PN} = "imx8-isp.service"
39 39
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb
index 001ebaa45..f9dc13b9d 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb
@@ -21,7 +21,11 @@ DEPENDS:append:qoriq-ppc = " boot-format-native"
21 21
22PROVIDES += "u-boot" 22PROVIDES += "u-boot"
23 23
24# PV is a version string; the appended parts concatenate with a leading '+'
25# and must not contain a space.
26# nooelint: oelint.vars.inconspaces
24PV:append = "+${SRCPV}" 27PV:append = "+${SRCPV}"
28# nooelint: oelint.vars.inconspaces
25PV:append = "+fslgit" 29PV:append = "+fslgit"
26 30
27UBOOT_BRANCH ?= "lf_v2025.04" 31UBOOT_BRANCH ?= "lf_v2025.04"
diff --git a/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb b/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb
index 87c89d4ec..295600993 100644
--- a/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb
+++ b/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb
@@ -43,7 +43,7 @@ PACKAGECONFIG[psa] = ""
43PACKAGECONFIG[tests] = "-DENABLE_TESTING=ON,-DENABLE_TESTING=OFF" 43PACKAGECONFIG[tests] = "-DENABLE_TESTING=ON,-DENABLE_TESTING=OFF"
44 44
45# For now the only way to enable PSA is to explicitly pass a -D via CFLAGS 45# For now the only way to enable PSA is to explicitly pass a -D via CFLAGS
46CFLAGS:append = "${@bb.utils.contains('PACKAGECONFIG', 'psa', ' -DMBEDTLS_USE_PSA_CRYPTO', '', d)}" 46CFLAGS:append = " ${@bb.utils.contains('PACKAGECONFIG', 'psa', '-DMBEDTLS_USE_PSA_CRYPTO', '', d)}"
47 47
48PACKAGES =+ "${PN}-programs" 48PACKAGES =+ "${PN}-programs"
49FILES:${PN}-programs += "${bindir}/" 49FILES:${PN}-programs += "${bindir}/"
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.2.bb b/recipes-devtools/qemu/qemu-qoriq_4.2.bb
index c3f48699e..19ff38980 100644
--- a/recipes-devtools/qemu/qemu-qoriq_4.2.bb
+++ b/recipes-devtools/qemu/qemu-qoriq_4.2.bb
@@ -27,7 +27,7 @@ python() {
27RDEPENDS:${PN}:class-target += "bash" 27RDEPENDS:${PN}:class-target += "bash"
28 28
29EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}" 29EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}"
30EXTRA_OECONF:append:class-target:mipsarcho32 = "${@bb.utils.contains('BBEXTENDCURR', 'multilib', ' --disable-capstone', '', d)}" 30EXTRA_OECONF:append:class-target:mipsarcho32 = " ${@bb.utils.contains('BBEXTENDCURR', 'multilib', '--disable-capstone', '', d)}"
31 31
32do_install_ptest() { 32do_install_ptest() {
33 cp -rL ${B}/tests ${D}${PTEST_PATH} 33 cp -rL ${B}/tests ${D}${PTEST_PATH}
diff --git a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
index 55a1fcbc7..e685a2417 100644
--- a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
+++ b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
@@ -51,10 +51,18 @@ WINDOW_SYSTEM = \
51 bb.utils.contains('DISTRO_FEATURES', 'x11', 'X11', \ 51 bb.utils.contains('DISTRO_FEATURES', 'x11', 'X11', \
52 'FB', d), d)}" 52 'FB', d), d)}"
53 53
54# FEATURES is a comma-separated list passed to FslBuild.py as
55# --UseFeatures [${FEATURES}], so each appended token starts with a comma
56# and must NOT start with a space. A leading space would inject an invalid
57# feature name into the build.
54FEATURES = "ConsoleHost,EarlyAccess,EGL,GoogleUnitTest,Lib_NlohmannJson,OpenVG,Test_RequireUserInputToExit,WindowHost" 58FEATURES = "ConsoleHost,EarlyAccess,EGL,GoogleUnitTest,Lib_NlohmannJson,OpenVG,Test_RequireUserInputToExit,WindowHost"
59# nooelint: oelint.vars.inconspaces
55FEATURES:append:imxgpu = ",HW_GPU_VIVANTE" 60FEATURES:append:imxgpu = ",HW_GPU_VIVANTE"
61# nooelint: oelint.vars.inconspaces
56FEATURES:append:imxgpu2d = ",G2D" 62FEATURES:append:imxgpu2d = ",G2D"
63# nooelint: oelint.vars.inconspaces
57FEATURES:append:imxgpu3d = ",OpenGLES2" 64FEATURES:append:imxgpu3d = ",OpenGLES2"
65# nooelint: oelint.vars.inconspaces
58FEATURES:append = "${FEATURES_SOC}" 66FEATURES:append = "${FEATURES_SOC}"
59 67
60FEATURES_SOC = "" 68FEATURES_SOC = ""
diff --git a/recipes-graphics/wayland/weston_10.0.5.imx.bb b/recipes-graphics/wayland/weston_10.0.5.imx.bb
index a0aa566b6..ca3922478 100644
--- a/recipes-graphics/wayland/weston_10.0.5.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.5.imx.bb
@@ -131,8 +131,8 @@ do_install:append() {
131 fi 131 fi
132} 132}
133 133
134PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ 134PACKAGES += "libweston-${WESTON_MAJOR_VERSION} ${PN}-examples"
135 libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" 135PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)}"
136 136
137FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" 137FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so"
138# Main package is curated to weston's own binaries, config and plugins; the 138# Main package is curated to weston's own binaries, config and plugins; the
diff --git a/recipes-graphics/wayland/weston_14.0.2.imx.bb b/recipes-graphics/wayland/weston_14.0.2.imx.bb
index b00c8d225..a3303a81f 100644
--- a/recipes-graphics/wayland/weston_14.0.2.imx.bb
+++ b/recipes-graphics/wayland/weston_14.0.2.imx.bb
@@ -131,8 +131,8 @@ do_install:append() {
131 fi 131 fi
132} 132}
133 133
134PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ 134PACKAGES += "libweston-${WESTON_MAJOR_VERSION} ${PN}-examples"
135 libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" 135PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)}"
136 136
137FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" 137FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so"
138# Main package is curated to weston's own binaries, config and plugins; the 138# Main package is curated to weston's own binaries, config and plugins; the
diff --git a/recipes-security/optee-imx/optee-os-fslc.inc b/recipes-security/optee-imx/optee-os-fslc.inc
index c10ce213d..3f524fb06 100644
--- a/recipes-security/optee-imx/optee-os-fslc.inc
+++ b/recipes-security/optee-imx/optee-os-fslc.inc
@@ -41,7 +41,7 @@ EXTRA_OEMAKE += "HOST_PREFIX=${HOST_PREFIX}"
41EXTRA_OEMAKE += "CROSS_COMPILE64=${HOST_PREFIX}" 41EXTRA_OEMAKE += "CROSS_COMPILE64=${HOST_PREFIX}"
42 42
43# Enable BTI in optee 43# Enable BTI in optee
44EXTRA_OEMAKE += "${@bb.utils.contains('MACHINE_FEATURES', 'arm-branch-protection', ' CFG_TA_BTI=1 CFG_CORE_PAUTH=y CFG_TA_PAUTH=y', '', d)}" 44EXTRA_OEMAKE += "${@bb.utils.contains('MACHINE_FEATURES', 'arm-branch-protection', 'CFG_TA_BTI=1 CFG_CORE_PAUTH=y CFG_TA_PAUTH=y', '', d)}"
45 45
46LDFLAGS[unexport] = "1" 46LDFLAGS[unexport] = "1"
47CPPFLAGS[unexport] = "1" 47CPPFLAGS[unexport] = "1"