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 /recipes-bsp | |
| 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
Diffstat (limited to 'recipes-bsp')
| -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 |
4 files changed, 6 insertions, 6 deletions
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 2a35f9acd..f3ef2d652 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 8562f38bc..9b76d24a6 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 a4ad982b1..e35bffcbf 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 c46eae331..bd495af94 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" |
