diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-04-22 23:37:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-22 23:37:48 -0300 |
commit | 0a7b76aa3d63dee96e8b4ab4a636fefb4f2027a1 (patch) | |
tree | c84c1f515002ca6d66de1bc9be48d03ddc906870 | |
parent | 60cdd1c6c7d8a7bfbad213f5da09f7f2d0f8585e (diff) | |
parent | 10b651b0d1ded461f00f519b2effd0e8d11d3001 (diff) | |
download | meta-freescale-0a7b76aa3d63dee96e8b4ab4a636fefb4f2027a1.tar.gz |
Merge pull request #2207 from hiagofranco/fix-whitespace-warning
recipes: fix whitespace warnings
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.32.0.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/qe-ucode/qe-ucode_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb | 2 | ||||
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/skmm-host/skmm-host_git.bb | 2 | ||||
-rw-r--r-- | 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" | |||
315 | MACHINE_SOCARCH_SUFFIX:mx6dl-nxp-bsp = "-mx6qdl" | 315 | MACHINE_SOCARCH_SUFFIX:mx6dl-nxp-bsp = "-mx6qdl" |
316 | MACHINE_SOCARCH_SUFFIX:mx6sx-nxp-bsp = "-mx6sx" | 316 | MACHINE_SOCARCH_SUFFIX:mx6sx-nxp-bsp = "-mx6sx" |
317 | MACHINE_SOCARCH_SUFFIX:mx6sl-nxp-bsp = "-mx6sl" | 317 | MACHINE_SOCARCH_SUFFIX:mx6sl-nxp-bsp = "-mx6sl" |
318 | MACHINE_SOCARCH_SUFFIX:mx6sll-nxp-bsp= "-mx6sll" | 318 | MACHINE_SOCARCH_SUFFIX:mx6sll-nxp-bsp = "-mx6sll" |
319 | MACHINE_SOCARCH_SUFFIX:mx7d-nxp-bsp = "-mx7d" | 319 | MACHINE_SOCARCH_SUFFIX:mx7d-nxp-bsp = "-mx7d" |
320 | MACHINE_SOCARCH_SUFFIX:mx7ulp-nxp-bsp = "-mx7ulp" | 320 | MACHINE_SOCARCH_SUFFIX:mx7ulp-nxp-bsp = "-mx7ulp" |
321 | MACHINE_SOCARCH_SUFFIX:vf-nxp-bsp = "-vf" | 321 | 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 | |||
11 | 11 | ||
12 | inherit fsl-eula-unpack use-imx-headers | 12 | inherit fsl-eula-unpack use-imx-headers |
13 | 13 | ||
14 | PARALLEL_MAKE="-j 1" | 14 | PARALLEL_MAKE = "-j 1" |
15 | 15 | ||
16 | PLATFORM:mx8mm-nxp-bsp = "IMX8MM" | 16 | PLATFORM:mx8mm-nxp-bsp = "IMX8MM" |
17 | PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" | 17 | 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" | |||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1;protocol=https" | 8 | SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1;protocol=https" |
9 | SRCREV= "c89d7843943fd3bd52aa5f1ff7a91200a2f7f63b" | 9 | SRCREV = "c89d7843943fd3bd52aa5f1ff7a91200a2f7f63b" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
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" | |||
16 | 16 | ||
17 | M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" | 17 | M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" |
18 | 18 | ||
19 | BOARD_TARGETS="${M}" | 19 | BOARD_TARGETS = "${M}" |
20 | BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" | 20 | BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1" |
21 | BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" | 21 | BOARD_TARGETS:ls1088ardb-pb = "ls1088ardb" |
22 | BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" | 22 | BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" |
23 | BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" | 23 | BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" |
24 | 24 | ||
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 = " \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1" | 17 | SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1" |
18 | SRCREV= "1c0116f3da250c5a52858c53efb8b38c0963f477" | 18 | SRCREV = "1c0116f3da250c5a52858c53efb8b38c0963f477" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | B = "${WORKDIR}/build" | 21 | 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} \ | |||
396 | ${libdir}/libLLVM_viv${SOLIBS} \ | 396 | ${libdir}/libLLVM_viv${SOLIBS} \ |
397 | ${sysconfdir}/OpenCL/vendors/Vivante.icd" | 397 | ${sysconfdir}/OpenCL/vendors/Vivante.icd" |
398 | FILES:libopencl-imx-dev = "${includedir}/CL ${libdir}/libOpenCL${SOLIBSDEV}" | 398 | FILES:libopencl-imx-dev = "${includedir}/CL ${libdir}/libOpenCL${SOLIBSDEV}" |
399 | RDEPENDS:libopencl-imx= "libclc-imx" | 399 | RDEPENDS:libopencl-imx = "libclc-imx" |
400 | 400 | ||
401 | FILES:libopenvg-imx = "${libdir}/libOpenVG*${REALSOLIBS} ${libdir}/libOpenVG*${SOLIBS}" | 401 | FILES:libopenvg-imx = "${libdir}/libOpenVG*${REALSOLIBS} ${libdir}/libOpenVG*${SOLIBS}" |
402 | FILES:libopenvg-imx-dev = "${includedir}/VG ${libdir}/pkgconfig/vg.pc" | 402 | 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" | |||
33 | # specified, and should be restored with their defaults, not set to 'n'. | 33 | # specified, and should be restored with their defaults, not set to 'n'. |
34 | # To properly expand a defconfig like this, we need to specify: KCONFIG_MODE="--alldefconfig" | 34 | # To properly expand a defconfig like this, we need to specify: KCONFIG_MODE="--alldefconfig" |
35 | # in the kernel recipe include. | 35 | # in the kernel recipe include. |
36 | KCONFIG_MODE="--alldefconfig" | 36 | KCONFIG_MODE = "--alldefconfig" |
37 | 37 | ||
38 | # We need to pass it as param since kernel might support more then one | 38 | # We need to pass it as param since kernel might support more then one |
39 | # machine, with different entry points | 39 | # 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" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 13 | EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
14 | 14 | ||
15 | FILES:${PN} += "/etc/skmm/ /usr/bin/" | 15 | FILES:${PN} += "/etc/skmm/ /usr/bin/" |
16 | 16 | ||
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" | |||
49 | PLATFORM:mx6sx-nxp-bsp = "MX6SX" | 49 | PLATFORM:mx6sx-nxp-bsp = "MX6SX" |
50 | PLATFORM:mx6ul-nxp-bsp = "MX6UL" | 50 | PLATFORM:mx6ul-nxp-bsp = "MX6UL" |
51 | PLATFORM:mx6sll-nxp-bsp = "MX6SLL" | 51 | PLATFORM:mx6sll-nxp-bsp = "MX6SLL" |
52 | PLATFORM:mx7-nxp-bsp= "MX7D" | 52 | PLATFORM:mx7-nxp-bsp = "MX7D" |
53 | PLATFORM:mx7ulp-nxp-bsp= "MX7ULP" | 53 | PLATFORM:mx7ulp-nxp-bsp = "MX7ULP" |
54 | PLATFORM:mx8-nxp-bsp = "MX8" | 54 | PLATFORM:mx8-nxp-bsp = "MX8" |
55 | PLATFORM:mx9-nxp-bsp = "MX9" | 55 | PLATFORM:mx9-nxp-bsp = "MX9" |
56 | 56 | ||