summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx8x.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-imx8x.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-imx8x.conf')
-rw-r--r--conf/machine/colibri-imx8x.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index 4f445f6..70532bc 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -37,6 +37,7 @@ IMX_BOOT_SEEK = "32"
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"