Message ID | 20231006040341.3856573-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/u-boot: add recipe for 2023.07.02 | expand |
diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb new file mode 100644 index 00000000..d23176ab --- /dev/null +++ b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb @@ -0,0 +1,5 @@ +require recipes-bsp/u-boot/u-boot-common.inc +require recipes-bsp/u-boot/u-boot.inc + +SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c" +SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y" diff --git a/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm.cfg b/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm.cfg index 82c25e27..da414108 100644 --- a/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm.cfg +++ b/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm.cfg @@ -2,6 +2,4 @@ CONFIG_TEXT_BASE=0x60000000 CONFIG_ENV_IS_NOWHERE=y # CONFIG_ENV_IS_IN_FLASH is not set -# CONFIG_MTD is not set -# CONFIG_MTD_NOR_FLASH is not set # CONFIG_CMD_QFW is not set
Multiple machines in meta-arm-bsp have need of the 2023.07.02 version of u-boot. Temporarily add it here to give those machines enough time to update to the latest version. NOTE: MTD changes in u-boot require changes to the qemuarm config. Specifically, not disabling it. Signed-off-by: Jon Mason <jon.mason@arm.com> --- meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb | 5 +++++ meta-arm/recipes-bsp/u-boot/u-boot/qemuarm.cfg | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb