summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-04-22 23:37:48 -0300
committerGitHub <noreply@github.com>2025-04-22 23:37:48 -0300
commit0a7b76aa3d63dee96e8b4ab4a636fefb4f2027a1 (patch)
treec84c1f515002ca6d66de1bc9be48d03ddc906870 /recipes-bsp
parent60cdd1c6c7d8a7bfbad213f5da09f7f2d0f8585e (diff)
parent10b651b0d1ded461f00f519b2effd0e8d11d3001 (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-bsp/qe-ucode/qe-ucode_git.bb2
-rw-r--r--recipes-bsp/rcw/rcw_git.bb6
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb2
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
12inherit fsl-eula-unpack use-imx-headers 12inherit fsl-eula-unpack use-imx-headers
13 13
14PARALLEL_MAKE="-j 1" 14PARALLEL_MAKE = "-j 1"
15 15
16PLATFORM:mx8mm-nxp-bsp = "IMX8MM" 16PLATFORM:mx8mm-nxp-bsp = "IMX8MM"
17PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" 17PLATFORM: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"
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1;protocol=https" 8SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1;protocol=https"
9SRCREV= "c89d7843943fd3bd52aa5f1ff7a91200a2f7f63b" 9SRCREV = "c89d7843943fd3bd52aa5f1ff7a91200a2f7f63b"
10 10
11S = "${WORKDIR}/git" 11S = "${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
17M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" 17M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}"
18 18
19BOARD_TARGETS="${M}" 19BOARD_TARGETS = "${M}"
20BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" 20BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1"
21BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" 21BOARD_TARGETS:ls1088ardb-pb = "ls1088ardb"
22BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" 22BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2"
23BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" 23BOARD_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
17SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1" 17SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1"
18SRCREV= "1c0116f3da250c5a52858c53efb8b38c0963f477" 18SRCREV = "1c0116f3da250c5a52858c53efb8b38c0963f477"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21B = "${WORKDIR}/build" 21B = "${WORKDIR}/build"