diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2025-05-16 20:54:26 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-19 12:03:13 -0500 |
commit | b357a254cae8ef4f33285229a25bb2517137a73b (patch) | |
tree | c722070613c4f65a0ca047ccfefe5e2e441ee98b | |
parent | ab26a1c5f1906c8901001a2e6c8256ae2e40adf1 (diff) | |
download | meta-ti-b357a254cae8ef4f33285229a25bb2517137a73b.tar.gz |
u-boot-bb.org: add 2025.04 version
Add BeagleBoard.org 2025.04 version of U-boot.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | require recipes-bsp/u-boot/u-boot-ti.inc | ||
2 | |||
3 | SUMMARY = "BeagleBoard.org U-Boot" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "beagle.*" | ||
6 | |||
7 | PV = "2025.04" | ||
8 | |||
9 | UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" | ||
10 | UBOOT_GIT_PROTOCOL = "https" | ||
11 | BRANCH = "v2025.04-Beagle" | ||
12 | SRCREV = "ea2aeefcb2de36f8ca1b51d0580826d13c01f143" | ||