summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-10-05 17:08:05 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 19:04:54 +0200
commit3c1d6542e91a53822df620714692d53ae833ce89 (patch)
tree76691d6669a6c0cb3278e8897a70bfb38cbeb95a /conf/machine/apalis-imx8.conf
parent7bdb81941989e28e80bf361f9c6e885e58f18db5 (diff)
u-boot-toradex: add wildcard after perferred version
As we add the git hash to PV otherwise one gets a warning that both the 2020.07 and 2020.04 recipes can be built. Due to COMPATIBLE_MACHINES the (correct) 2020.04 U-Boot is chosen also without the patch for the i.MX 8 based machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit f0643dbc8548430458523f370bc902a5cef1e734)
Diffstat (limited to 'conf/machine/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 1981b24..9506bcf 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -53,7 +53,7 @@ PREFERRED_PROVIDER_virtual/kernel_preempt-rt = "linux-toradex"
PREFERRED_PROVIDER_virtual/bootloader = "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"
+PREFERRED_VERSION_u-boot-toradex = "2020.04%"
MACHINE_FIRMWARE_append = " linux-firmware-pcie8997"
MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"