diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2025-05-16 20:54:46 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-28 10:18:07 -0500 |
commit | 5f03c4ad9d70c72f8194b7bca021b6b9ddd29c37 (patch) | |
tree | a1d4131104a23c1d5c4eef48b9528ed69ee6fdea | |
parent | 616dbb2039310909fa28760af26070424023e284 (diff) | |
download | meta-ti-5f03c4ad9d70c72f8194b7bca021b6b9ddd29c37.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" | ||