diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2024-10-21 21:22:31 +0200 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-21 21:22:24 +0000 |
commit | 82f60cfddf9b79cc696fd96f9194602bc8b1659c (patch) | |
tree | cb90770c11f05f5d491a60d76abb555add1cc2e2 | |
parent | f2049949050c544ac6b890148150645a8dbd2289 (diff) | |
download | meta-freescale-82f60cfddf9b79cc696fd96f9194602bc8b1659c.tar.gz |
firmware-ele-imx: Rename firmware-sentinel to firmware-ele-imx
(cherry picked from commit 7efb7980ddd92f33effa3e21a5470624c890623b)
-rw-r--r-- | recipes-bsp/firmware-imx/firmware-ele-imx_0.1.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-ele-imx_0.1.3.bb b/recipes-bsp/firmware-imx/firmware-ele-imx_0.1.3.bb index a6c224284..ea79fed35 100644 --- a/recipes-bsp/firmware-imx/firmware-ele-imx_0.1.3.bb +++ b/recipes-bsp/firmware-imx/firmware-ele-imx_0.1.3.bb | |||
@@ -36,4 +36,7 @@ ALLOW_EMPTY:${PN}-ext = "1" | |||
36 | FILES:${PN} += "${nonarch_base_libdir}/firmware/imx/ele/${SECO_FIRMWARE_NAME}" | 36 | FILES:${PN} += "${nonarch_base_libdir}/firmware/imx/ele/${SECO_FIRMWARE_NAME}" |
37 | FILES:${PN}-ext += "${nonarch_base_libdir}/firmware/imx/ele/${SECOEXT_FIRMWARE_NAME}" | 37 | FILES:${PN}-ext += "${nonarch_base_libdir}/firmware/imx/ele/${SECOEXT_FIRMWARE_NAME}" |
38 | 38 | ||
39 | RREPLACES:${PN} = "firmware-sentinel" | ||
40 | RPROVIDES:${PN} = "firmware-sentinel" | ||
41 | |||
39 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)" | 42 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)" |