similarity index 52%
copy from meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
copy to meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb
@@ -1,9 +1,11 @@
require u-boot-ti.inc
+DEFAULT_PREFERENCE = "-1"
+
include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''}
PR = "r0"
-BRANCH = "ti-u-boot-2023.04"
+BRANCH = "ti-u-boot-2024.10"
-SRCREV = "7044504f44002fe46b4598420852033d335d56c7"
+SRCREV = "c97ada2dc66934ee00a7a03d9ed078bdfb7b4039"
@@ -26,6 +26,9 @@ SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
PV:append = "+git"
+# u-boot builds a tool mkeficapsule and it needs this
+DEPENDS += "gnutls-native"
+
# u-boot needs devtree compiler to parse dts files
DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"
Adding needed recipe for initial testing and development of the 2024.10 version of u-boot for the next LTS. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- v2: Added --find-copies-harder option. ...t-ti-staging_2023.04.bb => u-boot-ti-staging_2024.10.bb} | 6 ++++-- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) copy meta-ti-bsp/recipes-bsp/u-boot/{u-boot-ti-staging_2023.04.bb => u-boot-ti-staging_2024.10.bb} (52%)