summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:54:14 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:54:14 -0300
commit96b4f44279d022af8930f01d4a09c12df0be07e4 (patch)
treef1efce5cef12552f3ed5cdbca06f0930087d82c4 /dynamic-layers
parent1161bee242e93dd083efdd5f32d16efa67e9946e (diff)
downloadmeta-freescale-96b4f44279d022af8930f01d4a09c12df0be07e4.tar.gz
global: Drop needless whitespace in assignments
Remove the stray space between an assignment's opening quote and its line-continuation backslash, and the space before '%' in inline ${@...} expressions. Generated mechanically by oelint-adv's auto-fix for a single rule (oelint.vars.notneededspace), isolated to one commit. The affected values are whitespace-separated lists (leading space is insignificant) and Python format expressions ("%s"% p is equivalent), so there is no functional change; a re-run of oelint-adv reports the rule clean. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc2
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc2
-rw-r--r--dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend2
-rw-r--r--dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend2
-rw-r--r--dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend2
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb2
-rw-r--r--dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb4
-rw-r--r--dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb2
-rw-r--r--dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb2
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb2
-rw-r--r--dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
-rw-r--r--dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend24
12 files changed, 24 insertions, 24 deletions
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
index 7c5303066..8415a3ea9 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
@@ -3,7 +3,7 @@ DEPENDS = "gcc-arm-none-eabi-native"
3 3
4inherit deploy 4inherit deploy
5 5
6PACKAGECONFIG ??= " \ 6PACKAGECONFIG ??= "\
7 ${@bb.utils.contains('UBOOT_CONFIG', 'sd-ecc', 'ecc', '', d)}" 7 ${@bb.utils.contains('UBOOT_CONFIG', 'sd-ecc', 'ecc', '', d)}"
8 8
9PACKAGECONFIG[ecc] = "" 9PACKAGECONFIG[ecc] = ""
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc
index 65f0a0e0c..e33cd1829 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc
@@ -18,7 +18,7 @@ SYSTEM_MANAGER_CONFIG ?= "INVALID"
18 18
19LDFLAGS[unexport] = "1" 19LDFLAGS[unexport] = "1"
20 20
21EXTRA_OEMAKE = " \ 21EXTRA_OEMAKE = "\
22 CONFIG=${SYSTEM_MANAGER_CONFIG} \ 22 CONFIG=${SYSTEM_MANAGER_CONFIG} \
23 SM_CROSS_COMPILE=arm-none-eabi- \ 23 SM_CROSS_COMPILE=arm-none-eabi- \
24 V=1 \ 24 V=1 \
diff --git a/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend b/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend
index ea4622612..5490f6881 100644
--- a/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend
+++ b/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend
@@ -4,7 +4,7 @@ PACKAGES += "\
4 ${PN}-f2fs \ 4 ${PN}-f2fs \
5" 5"
6 6
7RDEPENDS:${PN}-f2fs = " \ 7RDEPENDS:${PN}-f2fs = "\
8 ${PN}-base \ 8 ${PN}-base \
9 f2fs-tools \ 9 f2fs-tools \
10" 10"
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend
index fb90c73e1..20b03e12a 100644
--- a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend
+++ b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend
@@ -1,4 +1,4 @@
1PACKAGECONFIG:imxgpu3d ??= " \ 1PACKAGECONFIG:imxgpu3d ??= "\
2 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ 2 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
3 bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ 3 bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
4 '', d), d)} \ 4 '', d), d)} \
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend
index e07d0d542..e4401bf9a 100644
--- a/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend
+++ b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend
@@ -1,4 +1,4 @@
1PACKAGECONFIG:imxgpu3d ??= " \ 1PACKAGECONFIG:imxgpu3d ??= "\
2 cogl-pango gles2 \ 2 cogl-pango gles2 \
3 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \ 3 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \
4 bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ 4 bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
index 364c91bcc..e1f28c53b 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
5DEPENDS = "sg3-utils" 5DEPENDS = "sg3-utils"
6 6
7SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" 7SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6"
8SRC_URI = " \ 8SRC_URI = "\
9 git://github.com/Freescale/utp_com;protocol=https;branch=master \ 9 git://github.com/Freescale/utp_com;protocol=https;branch=master \
10" 10"
11 11
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb
index 724d0ff53..2b766b199 100644
--- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb
+++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Add packages for opencv i.MX build"
2 2
3inherit packagegroup 3inherit packagegroup
4 4
5OPENCV_PKGS = " \ 5OPENCV_PKGS = "\
6 opencv-apps \ 6 opencv-apps \
7 opencv-samples \ 7 opencv-samples \
8 python3-opencv \ 8 python3-opencv \
9" 9"
10RDEPENDS:${PN} = " \ 10RDEPENDS:${PN} = "\
11 ${OPENCV_PKGS} \ 11 ${OPENCV_PKGS} \
12" 12"
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
index 534d37627..111bd931a 100644
--- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
+++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
8 8
9inherit packagegroup 9inherit packagegroup
10 10
11RDEPENDS:${PN} = " \ 11RDEPENDS:${PN} = "\
12 lmbench \ 12 lmbench \
13 bonnie++ \ 13 bonnie++ \
14 dbench \ 14 dbench \
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
index 2706dca97..c8095100c 100644
--- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
+++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
@@ -15,7 +15,7 @@ SOC_TOOLS_TEST:imx-nxp-bsp = "imx-test"
15SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos" 15SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos"
16SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq" 16SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq"
17 17
18RDEPENDS:${PN} = " \ 18RDEPENDS:${PN} = "\
19 alsa-utils \ 19 alsa-utils \
20 alsa-tools \ 20 alsa-tools \
21 dosfstools \ 21 dosfstools \
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb
index deb67f64e..d28c13b90 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb
@@ -113,7 +113,7 @@ LDFLAGS:append:riscv32 = " -Wl,--no-as-needed -latomic -Wl,--as-needed"
113EXTRA_OECMAKE:append:x86 = " -DX86=ON" 113EXTRA_OECMAKE:append:x86 = " -DX86=ON"
114# disable sse4.1 and sse4.2 to fix 32bit build failure 114# disable sse4.1 and sse4.2 to fix 32bit build failure
115# https://github.com/opencv/opencv/issues/21597 115# https://github.com/opencv/opencv/issues/21597
116EXTRA_OECMAKE:remove:x86 = " -DENABLE_SSE41=1 -DENABLE_SSE42=1" 116EXTRA_OECMAKE:remove:x86 = "-DENABLE_SSE41=1 -DENABLE_SSE42=1"
117 117
118PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ 118PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \
119 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ 119 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
index e450e568e..80aaa88fa 100644
--- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -23,7 +23,7 @@ PACKAGECONFIG_GL:use-mainline-bsp ?= "gles2 gbm kms"
23 23
24PACKAGECONFIG_PLATFORM = "" 24PACKAGECONFIG_PLATFORM = ""
25PACKAGECONFIG_PLATFORM:imxgpu2d = "no-opengl linuxfb" 25PACKAGECONFIG_PLATFORM:imxgpu2d = "no-opengl linuxfb"
26PACKAGECONFIG_PLATFORM:imxgpu3d = " \ 26PACKAGECONFIG_PLATFORM:imxgpu3d = "\
27 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ 27 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
28 bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ 28 bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
29 'eglfs', d), d)}" 29 'eglfs', d), d)}"
diff --git a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend
index e38bbe070..1efe277c3 100644
--- a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend
+++ b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend
@@ -3,43 +3,43 @@
3# Copyright (C) 2016, 2017 O.S. Systems Software LTDA. 3# Copyright (C) 2016, 2017 O.S. Systems Software LTDA.
4# Copyright (C) 2017-2018 NXP 4# Copyright (C) 2017-2018 NXP
5 5
6PACKAGECONFIG_GRAPHICS:imxpxp = " \ 6PACKAGECONFIG_GRAPHICS:imxpxp = "\
7 gles2" 7 gles2"
8PACKAGECONFIG_GRAPHICS:imxgpu2d = " \ 8PACKAGECONFIG_GRAPHICS:imxgpu2d = "\
9 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)} \ 9 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)} \
10 ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" 10 ${PACKAGECONFIG_GRAPHICS_IMX_GPU}"
11PACKAGECONFIG_GRAPHICS:imxgpu3d = " \ 11PACKAGECONFIG_GRAPHICS:imxgpu3d = "\
12 gles2 \ 12 gles2 \
13 ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" 13 ${PACKAGECONFIG_GRAPHICS_IMX_GPU}"
14PACKAGECONFIG_GRAPHICS_IMX_GPU = "" 14PACKAGECONFIG_GRAPHICS_IMX_GPU = ""
15PACKAGECONFIG_GRAPHICS_IMX_GPU:mx8-nxp-bsp = " \ 15PACKAGECONFIG_GRAPHICS_IMX_GPU:mx8-nxp-bsp = "\
16 gbm kms" 16 gbm kms"
17PACKAGECONFIG_GRAPHICS_IMX_GPU:mx95-nxp-bsp = " \ 17PACKAGECONFIG_GRAPHICS_IMX_GPU:mx95-nxp-bsp = "\
18 gbm kms" 18 gbm kms"
19 19
20PACKAGECONFIG_GRAPHICS:use-mainline-bsp ?= " \ 20PACKAGECONFIG_GRAPHICS:use-mainline-bsp ?= "\
21 gles2 gbm kms" 21 gles2 gbm kms"
22 22
23PACKAGECONFIG += "\ 23PACKAGECONFIG += "\
24 ${PACKAGECONFIG_PLATFORM}" 24 ${PACKAGECONFIG_PLATFORM}"
25 25
26PACKAGECONFIG_PLATFORM = "" 26PACKAGECONFIG_PLATFORM = ""
27PACKAGECONFIG_PLATFORM:imxgpu2d = " \ 27PACKAGECONFIG_PLATFORM:imxgpu2d = "\
28 no-opengl \ 28 no-opengl \
29 linuxfb \ 29 linuxfb \
30 ${PACKAGECONFIG_PLATFORM_EGLFS}" 30 ${PACKAGECONFIG_PLATFORM_EGLFS}"
31PACKAGECONFIG_PLATFORM:imxgpu3d = " \ 31PACKAGECONFIG_PLATFORM:imxgpu3d = "\
32 ${PACKAGECONFIG_PLATFORM_EGLFS}" 32 ${PACKAGECONFIG_PLATFORM_EGLFS}"
33 33
34PACKAGECONFIG_PLATFORM_EGLFS = "" 34PACKAGECONFIG_PLATFORM_EGLFS = ""
35PACKAGECONFIG_PLATFORM_EGLFS:imxgpu3d = " \ 35PACKAGECONFIG_PLATFORM_EGLFS:imxgpu3d = "\
36 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ 36 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
37 bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ 37 bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
38 'eglfs', d), d)}" 38 'eglfs', d), d)}"
39PACKAGECONFIG_PLATFORM_EGLFS:mx8-nxp-bsp = " \ 39PACKAGECONFIG_PLATFORM_EGLFS:mx8-nxp-bsp = "\
40 eglfs" 40 eglfs"
41 41
42PACKAGECONFIG_PLATFORM:use-mainline-bsp = " \ 42PACKAGECONFIG_PLATFORM:use-mainline-bsp = "\
43 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}" 43 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}"
44 44
45PACKAGECONFIG += "\ 45PACKAGECONFIG += "\
@@ -49,7 +49,7 @@ PACKAGECONFIG_WAYLAND = "wayland"
49PACKAGECONFIG += "\ 49PACKAGECONFIG += "\
50 ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', '${PACKAGECONFIG_VULKAN}', '', d)}" 50 ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', '${PACKAGECONFIG_VULKAN}', '', d)}"
51PACKAGECONFIG_VULKAN = "" 51PACKAGECONFIG_VULKAN = ""
52PACKAGECONFIG_VULKAN:imxgpu = " \ 52PACKAGECONFIG_VULKAN:imxgpu = "\
53 ${PACKAGECONFIG_VULKAN_IMX_GPU}" 53 ${PACKAGECONFIG_VULKAN_IMX_GPU}"
54PACKAGECONFIG_VULKAN_IMX_GPU = "" 54PACKAGECONFIG_VULKAN_IMX_GPU = ""
55PACKAGECONFIG_VULKAN_IMX_GPU:mx8-nxp-bsp = "vulkan" 55PACKAGECONFIG_VULKAN_IMX_GPU:mx8-nxp-bsp = "vulkan"