diff options
Diffstat (limited to 'recipes-bsp/firmware-sentinel')
-rw-r--r-- | recipes-bsp/firmware-sentinel/firmware-sentinel_0.11.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.11.bb b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.11.bb deleted file mode 100644 index 1c5163e1..00000000 --- a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.11.bb +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
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=db4762b09b6bda63da103963e6e081de" | ||
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] = "339011b6b199151d835c03089a3c2221" | ||
12 | SRC_URI[sha256sum] = "269480417a8ae9aa4cc4101ab947287fc33455a931021dbdc4d9badb5212bceb" | ||
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)" | ||