diff mbox series

arm-bsp/corstone1000: update u-boot preferred version

Message ID 20230726-master-next-v1-1-cd4758222729@arm.com
State New
Headers show
Series arm-bsp/corstone1000: update u-boot preferred version | expand

Commit Message

Jon Mason via B4 Relay July 26, 2023, 12:01 p.m. UTC
From: Jon Mason <jon.mason@arm.com>

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 <jon.mason@arm.com>
---
 meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: cfcc8a4d13c26793ecab2d8da9274eb98b8cb4ce
change-id: 20230726-master-next-6e7259b27541

Best regards,

Comments

Jon Mason July 27, 2023, 3:29 a.m. UTC | #1
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 mbox series

Patch

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"