From 3e6eb9b3e3258214fbffc3a8efc13b614353f269 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 22 May 2019 19:07:44 +0200 Subject: apalis-imx8.conf: add hdmi fw also to tezi images Use the now available MACHINE_BOOT_FILES variable to deploy the HDMI firmware into the boot partition. Signed-off-by: Max Krummenacher --- conf/machine/apalis-imx8.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf index a1fddf0..02c39f5 100644 --- a/conf/machine/apalis-imx8.conf +++ b/conf/machine/apalis-imx8.conf @@ -41,7 +41,8 @@ IMX_BOOT_SEEK = "32" IMX_BOOT_SEEK_mx8qma0 = "33" EXTRA_IMAGEDEPENDS += "firmware-imx-8" -IMAGE_BOOT_FILES += "hdmitxfw.bin dpfw.bin" +IMAGE_BOOT_FILES += "${MACHINE_BOOT_FILES}" +MACHINE_BOOT_FILES = "hdmitxfw.bin dpfw.bin" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" -- cgit v1.2.3