summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-13 14:41:09 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-14 13:58:15 -0300
commit6aa6eeb77312e5bd998b117665412fc03bcd63e8 (patch)
tree43363acd4e9f7232817889d3c502721b8c6e9059 /recipes-bsp
parent99a3ed1e19b2e8b991c3f0b520e40d123055c033 (diff)
downloadmeta-freescale-6aa6eeb77312e5bd998b117665412fc03bcd63e8.tar.gz
layer: replace ${PN} with ${BPN} in SRC_URI
This prevents a number warnings like the following: | imx-sc-firmware-1.2-r0 do_package_qa: QA Issue: imx-sc-firmware: SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb2
-rw-r--r--recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb
index f1a2efe5..904c8cc3 100644
--- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb
+++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb
@@ -8,7 +8,7 @@ SECTION = "BSP"
8 8
9inherit fsl-eula-unpack deploy 9inherit fsl-eula-unpack deploy
10 10
11SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 11SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
12 12
13SRC_URI[md5sum] = "1a37cfcb0c7d338f5b69cb8248c452e3" 13SRC_URI[md5sum] = "1a37cfcb0c7d338f5b69cb8248c452e3"
14SRC_URI[sha256sum] = "05efa9ba86533e99cb508c4982afe9de16abbee2710db623359d856384247a64" 14SRC_URI[sha256sum] = "05efa9ba86533e99cb508c4982afe9de16abbee2710db623359d856384247a64"
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb
index 185bb3d1..2b60cc24 100644
--- a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb
+++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb
@@ -10,7 +10,7 @@ PROVIDES = "virtual/imxvpu"
10 10
11PE = "1" 11PE = "1"
12 12
13SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 13SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
14 14
15SRC_URI[md5sum] = "521d5f839829f8d1f2a6a0e60270243e" 15SRC_URI[md5sum] = "521d5f839829f8d1f2a6a0e60270243e"
16SRC_URI[sha256sum] = "34bed0ddf6c797f444bddfa5d5495adc751ff268b6431d8beb48129c89c9e47f" 16SRC_URI[sha256sum] = "34bed0ddf6c797f444bddfa5d5495adc751ff268b6431d8beb48129c89c9e47f"