From 6648fb0dba5a74f03c8ce2a542da4b2509918129 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 10 Jul 2019 18:29:12 +0200 Subject: u-boot-fw-utils: choose flavour though prefered provider This allows to use u-boot-fw-utils in image recipes. Signed-off-by: Max Krummenacher --- conf/machine/apalis-imx8.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/apalis-imx8.conf') diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf index 1431cef..de28488 100644 --- a/conf/machine/apalis-imx8.conf +++ b/conf/machine/apalis-imx8.conf @@ -42,6 +42,7 @@ MACHINE_BOOT_FILES = "hdmitxfw.bin dpfw.bin" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" +PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils" # Currently we use the nxp 2018.03 downstream for mx8 as some features are # not yet available in 2019.03. PREFERRED_VERSION_u-boot-toradex = "2018.03" -- cgit v1.2.3