diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-08-25 13:24:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-25 13:24:43 -0300 |
| commit | 133d12b64ba177eea37f5dfaf77ca0ae8be7641f (patch) | |
| tree | 60be9995b5de88eaeb10b8f9d520d9efa606612d | |
| parent | 43609f9967760e93c3ab25253d1da5aaec33167f (diff) | |
| parent | 861dbfaeea0f393760adda3e342bab8d0be9a8c8 (diff) | |
| download | meta-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.bb | 5 | ||||
| -rw-r--r-- | recipes-bsp/atf/qoriq-atf-tools_2.12.bb | 3 | ||||
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 5 | ||||
| -rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb | 4 | ||||
| -rw-r--r-- | recipes-connectivity/mbedtls/mbedtls_3.6.5.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_4.2.bb | 2 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb | 8 | ||||
| -rw-r--r-- | recipes-graphics/wayland/weston_10.0.5.imx.bb | 4 | ||||
| -rw-r--r-- | recipes-graphics/wayland/weston_14.0.2.imx.bb | 4 | ||||
| -rw-r--r-- | recipes-security/optee-imx/optee-os-fslc.inc | 2 |
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 | ||
| 149 | TARGET_CC_ARCH += "-I${S}/include " | 149 | TARGET_CC_ARCH += "-I${S}/include " |
| 150 | 150 | ||
| 151 | PACKAGES += " \ | 151 | PACKAGES += "\ |
| 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 | ||
| 314 | SRCREV_FORMAT:append = "_extra" | 317 | SRCREV_FORMAT:append = "_extra" |
| 315 | SRCREV_extra = "b6db059e9b80072d80d009d2ab344f8606a8e964" | 318 | SRCREV_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 | ||
| 3 | DEPENDS += "openssl" | 3 | DEPENDS += "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 | ||
| 5 | PV:append = "+${SRCPV}" | 8 | PV:append = "+${SRCPV}" |
| 6 | 9 | ||
| 7 | EXTRA_OEMAKE = "fiptool V=1 PLAT=lx2162aqds HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'" | 10 | EXTRA_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" | |||
| 45 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" | 45 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" |
| 46 | 46 | ||
| 47 | ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin" | 47 | ATF_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 | ||
| 48 | ATF_MACHINE_NAME:append = "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '-crrm', '', d)}" | 52 | ATF_MACHINE_NAME:append = "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '-crrm', '', d)}" |
| 53 | # nooelint: oelint.vars.inconspaces | ||
| 49 | ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" | 54 | ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" |
| 50 | 55 | ||
| 51 | BOOT_VARIANT ?= "" | 56 | BOOT_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" | |||
| 33 | OECMAKE_GENERATOR = "Unix Makefiles" | 33 | OECMAKE_GENERATOR = "Unix Makefiles" |
| 34 | 34 | ||
| 35 | # Workaround for linking issues seen with gold linker | 35 | # Workaround for linking issues seen with gold linker |
| 36 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 36 | LDFLAGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-fuse-ld=bfd', '', d)}" |
| 37 | 37 | ||
| 38 | SYSTEMD_SERVICE:${PN} = "imx8-isp.service" | 38 | SYSTEMD_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 | ||
| 22 | PROVIDES += "u-boot" | 22 | PROVIDES += "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 | ||
| 24 | PV:append = "+${SRCPV}" | 27 | PV:append = "+${SRCPV}" |
| 28 | # nooelint: oelint.vars.inconspaces | ||
| 25 | PV:append = "+fslgit" | 29 | PV:append = "+fslgit" |
| 26 | 30 | ||
| 27 | UBOOT_BRANCH ?= "lf_v2025.04" | 31 | UBOOT_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] = "" | |||
| 43 | PACKAGECONFIG[tests] = "-DENABLE_TESTING=ON,-DENABLE_TESTING=OFF" | 43 | PACKAGECONFIG[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 |
| 46 | CFLAGS:append = "${@bb.utils.contains('PACKAGECONFIG', 'psa', ' -DMBEDTLS_USE_PSA_CRYPTO', '', d)}" | 46 | CFLAGS:append = " ${@bb.utils.contains('PACKAGECONFIG', 'psa', '-DMBEDTLS_USE_PSA_CRYPTO', '', d)}" |
| 47 | 47 | ||
| 48 | PACKAGES =+ "${PN}-programs" | 48 | PACKAGES =+ "${PN}-programs" |
| 49 | FILES:${PN}-programs += "${bindir}/" | 49 | FILES:${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() { | |||
| 27 | RDEPENDS:${PN}:class-target += "bash" | 27 | RDEPENDS:${PN}:class-target += "bash" |
| 28 | 28 | ||
| 29 | EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}" | 29 | EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}" |
| 30 | EXTRA_OECONF:append:class-target:mipsarcho32 = "${@bb.utils.contains('BBEXTENDCURR', 'multilib', ' --disable-capstone', '', d)}" | 30 | EXTRA_OECONF:append:class-target:mipsarcho32 = " ${@bb.utils.contains('BBEXTENDCURR', 'multilib', '--disable-capstone', '', d)}" |
| 31 | 31 | ||
| 32 | do_install_ptest() { | 32 | do_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. | ||
| 54 | FEATURES = "ConsoleHost,EarlyAccess,EGL,GoogleUnitTest,Lib_NlohmannJson,OpenVG,Test_RequireUserInputToExit,WindowHost" | 58 | FEATURES = "ConsoleHost,EarlyAccess,EGL,GoogleUnitTest,Lib_NlohmannJson,OpenVG,Test_RequireUserInputToExit,WindowHost" |
| 59 | # nooelint: oelint.vars.inconspaces | ||
| 55 | FEATURES:append:imxgpu = ",HW_GPU_VIVANTE" | 60 | FEATURES:append:imxgpu = ",HW_GPU_VIVANTE" |
| 61 | # nooelint: oelint.vars.inconspaces | ||
| 56 | FEATURES:append:imxgpu2d = ",G2D" | 62 | FEATURES:append:imxgpu2d = ",G2D" |
| 63 | # nooelint: oelint.vars.inconspaces | ||
| 57 | FEATURES:append:imxgpu3d = ",OpenGLES2" | 64 | FEATURES:append:imxgpu3d = ",OpenGLES2" |
| 65 | # nooelint: oelint.vars.inconspaces | ||
| 58 | FEATURES:append = "${FEATURES_SOC}" | 66 | FEATURES:append = "${FEATURES_SOC}" |
| 59 | 67 | ||
| 60 | FEATURES_SOC = "" | 68 | FEATURES_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 | ||
| 134 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ | 134 | PACKAGES += "libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" |
| 135 | libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" | 135 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)}" |
| 136 | 136 | ||
| 137 | FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" | 137 | FILES:${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 | ||
| 134 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ | 134 | PACKAGES += "libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" |
| 135 | libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" | 135 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)}" |
| 136 | 136 | ||
| 137 | FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" | 137 | FILES:${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}" | |||
| 41 | EXTRA_OEMAKE += "CROSS_COMPILE64=${HOST_PREFIX}" | 41 | EXTRA_OEMAKE += "CROSS_COMPILE64=${HOST_PREFIX}" |
| 42 | 42 | ||
| 43 | # Enable BTI in optee | 43 | # Enable BTI in optee |
| 44 | EXTRA_OEMAKE += "${@bb.utils.contains('MACHINE_FEATURES', 'arm-branch-protection', ' CFG_TA_BTI=1 CFG_CORE_PAUTH=y CFG_TA_PAUTH=y', '', d)}" | 44 | EXTRA_OEMAKE += "${@bb.utils.contains('MACHINE_FEATURES', 'arm-branch-protection', 'CFG_TA_BTI=1 CFG_CORE_PAUTH=y CFG_TA_PAUTH=y', '', d)}" |
| 45 | 45 | ||
| 46 | LDFLAGS[unexport] = "1" | 46 | LDFLAGS[unexport] = "1" |
| 47 | CPPFLAGS[unexport] = "1" | 47 | CPPFLAGS[unexport] = "1" |
