From 10b651b0d1ded461f00f519b2effd0e8d11d3001 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Tue, 22 Apr 2025 17:50:44 -0300 Subject: recipes: fix whitespace warnings Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for deprecated whitespace usage"), the current build generates the following warning (as example): WARNING: /var/home/frh/bsp-master/build/../layers/meta-freescale/recipes-kernel/linux/linux-imx.inc:36 has a lack of whitespace around the assignment: 'KCONFIG_MODE="--alldefconfig"' Fix all the warnings. Signed-off-by: Hiago De Franco --- conf/machine/include/imx-base.inc | 2 +- recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.32.0.bb | 2 +- recipes-bsp/qe-ucode/qe-ucode_git.bb | 2 +- recipes-bsp/rcw/rcw_git.bb | 6 +++--- recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb | 2 +- recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 +- recipes-kernel/linux/linux-imx.inc | 2 +- recipes-kernel/skmm-host/skmm-host_git.bb | 2 +- recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 7a3518cd..28a79014 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -315,7 +315,7 @@ MACHINE_SOCARCH_SUFFIX:mx6q-nxp-bsp = "-mx6qdl" MACHINE_SOCARCH_SUFFIX:mx6dl-nxp-bsp = "-mx6qdl" MACHINE_SOCARCH_SUFFIX:mx6sx-nxp-bsp = "-mx6sx" MACHINE_SOCARCH_SUFFIX:mx6sl-nxp-bsp = "-mx6sl" -MACHINE_SOCARCH_SUFFIX:mx6sll-nxp-bsp= "-mx6sll" +MACHINE_SOCARCH_SUFFIX:mx6sll-nxp-bsp = "-mx6sll" MACHINE_SOCARCH_SUFFIX:mx7d-nxp-bsp = "-mx7d" MACHINE_SOCARCH_SUFFIX:mx7ulp-nxp-bsp = "-mx7ulp" MACHINE_SOCARCH_SUFFIX:vf-nxp-bsp = "-vf" diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.32.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.32.0.bb index 2a35f9ac..f3ef2d65 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.32.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.32.0.bb @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "f751ab7369d48e610ea3b6b0dc5a885c70a510861d6b46296ffc063fed inherit fsl-eula-unpack use-imx-headers -PARALLEL_MAKE="-j 1" +PARALLEL_MAKE = "-j 1" PLATFORM:mx8mm-nxp-bsp = "IMX8MM" PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 8562f38b..9b76d24a 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c62f8109b4df15ca37ceeb5e4943626c" inherit deploy SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1;protocol=https" -SRCREV= "c89d7843943fd3bd52aa5f1ff7a91200a2f7f63b" +SRCREV = "c89d7843943fd3bd52aa5f1ff7a91200a2f7f63b" S = "${WORKDIR}/git" diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index a4ad982b..e35bffcb 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -16,9 +16,9 @@ export PYTHON = "${USRBINPATH}/python3" M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" -BOARD_TARGETS="${M}" -BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" -BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" +BOARD_TARGETS = "${M}" +BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1" +BOARD_TARGETS:ls1088ardb-pb = "ls1088ardb" BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb index c46eae33..bd495af9 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1" -SRCREV= "1c0116f3da250c5a52858c53efb8b38c0963f477" +SRCREV = "1c0116f3da250c5a52858c53efb8b38c0963f477" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index d96f75bf..b2b1ca2b 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc @@ -396,7 +396,7 @@ FILES:libopencl-imx = "${libdir}/libOpenCL${REALSOLIBS} \ ${libdir}/libLLVM_viv${SOLIBS} \ ${sysconfdir}/OpenCL/vendors/Vivante.icd" FILES:libopencl-imx-dev = "${includedir}/CL ${libdir}/libOpenCL${SOLIBSDEV}" -RDEPENDS:libopencl-imx= "libclc-imx" +RDEPENDS:libopencl-imx = "libclc-imx" FILES:libopenvg-imx = "${libdir}/libOpenVG*${REALSOLIBS} ${libdir}/libOpenVG*${SOLIBS}" FILES:libopenvg-imx-dev = "${includedir}/VG ${libdir}/pkgconfig/vg.pc" diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 34d50cfc..4e391116 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc @@ -33,7 +33,7 @@ S = "${WORKDIR}/git" # specified, and should be restored with their defaults, not set to 'n'. # To properly expand a defconfig like this, we need to specify: KCONFIG_MODE="--alldefconfig" # in the kernel recipe include. -KCONFIG_MODE="--alldefconfig" +KCONFIG_MODE = "--alldefconfig" # We need to pass it as param since kernel might support more then one # machine, with different entry points diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index 9e75f5ef..af8982b9 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb @@ -10,7 +10,7 @@ SRCREV = "d5912ebdb8d3b29b1e2df52710e8821d1ce3eb80" S = "${WORKDIR}/git" -EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' +EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' FILES:${PN} += "/etc/skmm/ /usr/bin/" diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index 16710ec3..81d9ac0b 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb @@ -49,8 +49,8 @@ PLATFORM:mx6sl-nxp-bsp = "MX6SL" PLATFORM:mx6sx-nxp-bsp = "MX6SX" PLATFORM:mx6ul-nxp-bsp = "MX6UL" PLATFORM:mx6sll-nxp-bsp = "MX6SLL" -PLATFORM:mx7-nxp-bsp= "MX7D" -PLATFORM:mx7ulp-nxp-bsp= "MX7ULP" +PLATFORM:mx7-nxp-bsp = "MX7D" +PLATFORM:mx7ulp-nxp-bsp = "MX7ULP" PLATFORM:mx8-nxp-bsp = "MX8" PLATFORM:mx9-nxp-bsp = "MX9" -- cgit v1.2.3-54-g00ecf