diff options
-rw-r--r-- | recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb new file mode 100644 index 00000000..0ea56f98 --- /dev/null +++ b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.8.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | # Copyright 2021-2022 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=5a0bf11f745e68024f37b4724a5364fe" | ||
7 | |||
8 | inherit fsl-eula-unpack use-imx-security-controller-firmware deploy nopackages | ||
9 | |||
10 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | ||
11 | SRC_URI[md5sum] = "be47a5e59c1192ee36246af97d5d1532" | ||
12 | SRC_URI[sha256sum] = "1003d4c6773c153ea341911a74e25c249423644f70f3d8f8d085599e00770b3f" | ||
13 | |||
14 | do_compile[noexec] = "1" | ||
15 | do_install[noexec] = "1" | ||
16 | |||
17 | do_deploy () { | ||
18 | # Deploy the related firmware to be package by imx-boot | ||
19 | install -m 0644 ${S}/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} | ||
20 | } | ||
21 | addtask deploy after do_install before do_build | ||
22 | |||
23 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp)" | ||