From 5f03c4ad9d70c72f8194b7bca021b6b9ddd29c37 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 16 May 2025 20:54:46 -0400 Subject: u-boot-bb.org: add 2025.04 version Add BeagleBoard.org 2025.04 version of U-boot. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb new file mode 100644 index 00000000..492705c2 --- /dev/null +++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb @@ -0,0 +1,12 @@ +require recipes-bsp/u-boot/u-boot-ti.inc + +SUMMARY = "BeagleBoard.org U-Boot" + +COMPATIBLE_MACHINE = "beagle.*" + +PV = "2025.04" + +UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" +UBOOT_GIT_PROTOCOL = "https" +BRANCH = "v2025.04-Beagle" +SRCREV = "ea2aeefcb2de36f8ca1b51d0580826d13c01f143" -- cgit v1.2.3-54-g00ecf