From 9ea107c5fe9942c8db7365f82f073a87ba8fca77 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 26 Jul 2023 08:01:34 -0400 Subject: [PATCH] arm-bsp/corstone1000: update u-boot preferred version The upstream u-boot recipe did a minor version update, which is causing a "preferred version not available" warning. Add a '%' to resolve this issue. Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index da668c95..aeb1411a 100644 --- a/meta-arm-bsp/conf/machine/include/corstone1000.inc +++ b/meta-arm-bsp/conf/machine/include/corstone1000.inc @@ -22,7 +22,7 @@ TFM_SIGN_PRIVATE_KEY = "${libdir}/tfm-scripts/root-RSA-3072_1.pem" RE_IMAGE_OFFSET = "0x1000" # u-boot -PREFERRED_VERSION_u-boot ?= "2023.07" +PREFERRED_VERSION_u-boot ?= "2023.07%" EXTRA_IMAGEDEPENDS += "u-boot" UBOOT_CONFIG ??= "EFI"