summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu
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/imx-vpu
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/imx-vpu')
-rw-r--r--recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb2
1 files changed, 1 insertions, 1 deletions
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"