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/colibri-imx6ull.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/colibri-imx6ull.conf') diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf index b339093..4aaedd6 100644 --- a/conf/machine/colibri-imx6ull.conf +++ b/conf/machine/colibri-imx6ull.conf @@ -20,6 +20,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex" +PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils" UBOOT_BINARY = "u-boot-nand.imx" UBOOT_MAKE_TARGET = "u-boot.imx" UBOOT_MACHINE ?= "colibri-imx6ull_defconfig" -- cgit v1.2.3