summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-10-04 10:18:55 -0500
committerRyan Eatmon <reatmon@ti.com>2024-10-04 10:36:07 -0500
commit0856baebb8d3056ee8eb6e90c01e81d3cf993935 (patch)
tree1a1a0e0cef5f534cedef4d979a91fda95bc2fe02
parent1dc422c0fe7630f33609bef6452aa4128f616f50 (diff)
downloadmeta-ti-0856baebb8d3056ee8eb6e90c01e81d3cf993935.tar.gz
u-boot-ti-staging: Add v2024.10 recipe
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>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb11
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc3
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb
new file mode 100644
index 00000000..1ab94fcc
--- /dev/null
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb
@@ -0,0 +1,11 @@
1require u-boot-ti.inc
2
3DEFAULT_PREFERENCE = "-1"
4
5include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''}
6
7PR = "r0"
8
9BRANCH = "ti-u-boot-2024.10"
10
11SRCREV = "c97ada2dc66934ee00a7a03d9ed078bdfb7b4039"
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index e1f1972e..97237d66 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -26,6 +26,9 @@ SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
26 26
27PV:append = "+git" 27PV:append = "+git"
28 28
29# u-boot builds a tool mkeficapsule and it needs this
30DEPENDS += "gnutls-native"
31
29# u-boot needs devtree compiler to parse dts files 32# u-boot needs devtree compiler to parse dts files
30DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native" 33DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"
31 34