diff options
Diffstat (limited to 'recipes-bsp/firmware-imx/firmware-imx-8_8.13.bb')
-rw-r--r-- | recipes-bsp/firmware-imx/firmware-imx-8_8.13.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-imx-8_8.13.bb b/recipes-bsp/firmware-imx/firmware-imx-8_8.13.bb new file mode 100644 index 00000000..6ea16d5b --- /dev/null +++ b/recipes-bsp/firmware-imx/firmware-imx-8_8.13.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | # Copyright (C) 2018-2020 NXP | ||
2 | SUMMARY = "Freescale i.MX firmware for 8 family" | ||
3 | DESCRIPTION = "Freescale i.MX firmware for 8 family" | ||
4 | |||
5 | require firmware-imx-${PV}.inc | ||
6 | |||
7 | inherit deploy | ||
8 | |||
9 | do_install[noexec] = "1" | ||
10 | |||
11 | do_deploy() { | ||
12 | # Cadence HDMI | ||
13 | install -m 0644 ${S}/firmware/hdmi/cadence/hdmitxfw.bin ${DEPLOYDIR} | ||
14 | install -m 0644 ${S}/firmware/hdmi/cadence/hdmirxfw.bin ${DEPLOYDIR} | ||
15 | install -m 0644 ${S}/firmware/hdmi/cadence/dpfw.bin ${DEPLOYDIR} | ||
16 | } | ||
17 | addtask deploy after do_install before do_build | ||
18 | |||
19 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
20 | |||
21 | COMPATIBLE_MACHINE = "(mx8)" | ||
22 | COMPATIBLE_MACHINE:mx8m = "(^$)" | ||
23 | COMPATIBLE_MACHINE:mx8x = "(^$)" | ||