diff options
Diffstat (limited to 'recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb')
-rw-r--r-- | recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb b/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb new file mode 100644 index 00000000..d37c1c98 --- /dev/null +++ b/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | # Copyright 2019-2022 NXP | ||
2 | |||
3 | SUMMARY = "NXP i.MX SECO firmware" | ||
4 | DESCRIPTION = "Firmware for i.MX Security Controller Subsystem" | ||
5 | SECTION = "base" | ||
6 | LICENSE = "Proprietary" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011" | ||
8 | |||
9 | inherit fsl-eula-unpack use-imx-security-controller-firmware deploy | ||
10 | |||
11 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | ||
12 | |||
13 | SRC_URI[md5sum] = "f5c6737b42275e513d4e0cc2efa91d6a" | ||
14 | SRC_URI[sha256sum] = "03fa16ebc0633505bd02dae1c58602e278a8a28c8205c758fa3936477d51d0e0" | ||
15 | |||
16 | |||
17 | do_compile[noexec] = "1" | ||
18 | |||
19 | do_install[noexec] = "1" | ||
20 | |||
21 | addtask deploy after do_install | ||
22 | do_deploy () { | ||
23 | # Deploy i.MX8 SECO firmware files | ||
24 | install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} | ||
25 | } | ||
26 | |||
27 | COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)" | ||