summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx7-emmc.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-10 18:29:12 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-07-10 19:47:15 +0200
commit6648fb0dba5a74f03c8ce2a542da4b2509918129 (patch)
treec25c67a6635d9c1b8e6c0aadcc18f65b72458400 /conf/machine/colibri-imx7-emmc.conf
parentddcdce6443b4926840265ad39139d8e485ab579e (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/colibri-imx7-emmc.conf')
-rw-r--r--conf/machine/colibri-imx7-emmc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/colibri-imx7-emmc.conf b/conf/machine/colibri-imx7-emmc.conf
index 5ec8dea..ddcf24b 100644
--- a/conf/machine/colibri-imx7-emmc.conf
+++ b/conf/machine/colibri-imx7-emmc.conf
@@ -18,6 +18,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_MACHINE ?= "colibri_imx7_emmc_defconfig"
IMAGE_FSTYPES += "wic.gz tar.xz"