diff options
Diffstat (limited to 'recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb')
| -rw-r--r-- | recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb new file mode 100644 index 000000000..1b2b20218 --- /dev/null +++ b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | # Copyright 2021-2023 NXP | ||
| 2 | SUMMARY = "NXP i.MX Sentinel firmware" | ||
| 3 | DESCRIPTION = "Firmware for i.MX Sentinel Security Controller" | ||
| 4 | SECTION = "base" | ||
| 5 | LICENSE = "Proprietary" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" | ||
| 7 | |||
| 8 | inherit fsl-eula-unpack use-imx-security-controller-firmware deploy | ||
| 9 | |||
| 10 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | ||
| 11 | SRC_URI[md5sum] = "a92e272d665a3b3bb9281253d5eca69f" | ||
| 12 | SRC_URI[sha256sum] = "be862b62c849510cce08ec24c1ddf53d826458e326e5a7f09c4b35092d6f9950" | ||
| 13 | |||
| 14 | do_compile[noexec] = "1" | ||
| 15 | |||
| 16 | do_install() { | ||
| 17 | install -Dm 0644 ${S}/${SECO_FIRMWARE_NAME} ${D}${nonarch_base_libdir}/firmware/imx/ele/${SECO_FIRMWARE_NAME} | ||
| 18 | } | ||
| 19 | |||
| 20 | do_deploy() { | ||
| 21 | install -m 0644 ${S}/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} | ||
| 22 | } | ||
| 23 | addtask deploy after do_compile before do_build | ||
| 24 | |||
| 25 | FILES:${PN} += "${nonarch_base_libdir}/firmware/imx/ele/${SECO_FIRMWARE_NAME}" | ||
| 26 | |||
| 27 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)" | ||
