summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-imx8mp.conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-04-29 13:03:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-06-11 11:54:14 +0200
commitb0bc59d1a6f8813e1aa8d9e5243341399a8207e2 (patch)
tree7a87d48cde8e7b4f84f0c8a3fd4287d6d94c9cbf /conf/machine/verdin-imx8mp.conf
parent8664385a8a51769b4fcf5da4c6df4856f50df77f (diff)
meta:machine: set PREFERRED_PROVIDER_u-boot
'PREFERRED_PROVIDER_u-boot' is being checked in OE: ``` meta/classes/uboot-sign.bbclass meta/classes/kernel-fitimage.bbclass ``` Let's set PREFERRED_PROVIDER_u-boot for some machines, so now all Toradex's modules have it defined in machine files. Related-to: TOR-1704 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 0fdc2e323e6230ded42ab7d2af1ffb0379a50b01)
Diffstat (limited to 'conf/machine/verdin-imx8mp.conf')
-rw-r--r--conf/machine/verdin-imx8mp.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/verdin-imx8mp.conf b/conf/machine/verdin-imx8mp.conf
index 923a246..0ca1a06 100644
--- a/conf/machine/verdin-imx8mp.conf
+++ b/conf/machine/verdin-imx8mp.conf
@@ -77,6 +77,7 @@ MACHINE_FEATURES += "3g bluetooth alsa ext2 pci screen touchscreen usbgadget usb
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
PREFERRED_PROVIDER_virtual/kernel_preempt-rt = "linux-toradex"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
+PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
# Currently we use the nxp 2020.04 downstream for mx8 as some features are
# not yet available in 2020.07.
PREFERRED_VERSION_u-boot-toradex = "2020.04%"