Message ID | 20230726-master-next-v1-1-cd4758222729@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/corstone1000: update u-boot preferred version | expand |
On Wed, 26 Jul 2023 08:01:34 -0400, Jon Mason wrote: > 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. > > Applied, thanks! [1/1] arm-bsp/corstone1000: update u-boot preferred version commit: 9ea107c5fe9942c8db7365f82f073a87ba8fca77 Best regards,
diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index da668c95218d..aeb1411ab992 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"