diff options
author | Andrew Davis <afd@ti.com> | 2023-05-25 13:11:27 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-07 10:02:09 -0500 |
commit | 017bdbb28680073ac95aaefcc77cf219a15b4f81 (patch) | |
tree | 3906d616eed6eda98e7cb023340c163e9e041083 /meta-ti-bsp/recipes-bsp/u-boot | |
parent | b7e58ce15ac6df30bfca36e0a62ce9459a68994c (diff) | |
download | meta-ti-017bdbb28680073ac95aaefcc77cf219a15b4f81.tar.gz |
u-boot-bb.org: Remove this recipe
This will no longer build after we switch away from k3-image-gen. Remove
this version until it can be rebased on the latest U-Boot with binman
support. For now switch current users of this over to u-boot-ti v2021.01.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb deleted file mode 100644 index 4e4688aa..00000000 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | SUMMARY = "BeagleBoard.org U-Boot" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "beagle.*" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" | ||
8 | |||
9 | PV = "2021.01" | ||
10 | |||
11 | UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" | ||
12 | UBOOT_GIT_PROTOCOL = "https" | ||
13 | BRANCH = "v2021.01-ti-08.05.00.005-SDK-8.5" | ||
14 | SRCREV = "46ff4982b41067e5c93369bddd49b1541856d80b" | ||
15 | |||
16 | BRANCH:beaglebone-ai64 = "v2021.01-ti-08.05.00.001" | ||
17 | BRANCH:beaglebone-ai64-k3r5 = "v2021.01-ti-08.05.00.001" | ||
18 | SRCREV:beaglebone-ai64 = "ea96725b5156135d5875415f75d2188f6f56622a" | ||
19 | SRCREV:beaglebone-ai64-k3r5 = "ea96725b5156135d5875415f75d2188f6f56622a" | ||
20 | |||
21 | BRANCH:beagleplay = "v2021.01-ti-BeaglePlay-Release" | ||
22 | BRANCH:beagleplay-k3r5 = "v2021.01-ti-BeaglePlay-Release" | ||
23 | SRCREV:beagleplay = "f036fbdc25941d7585182d2552c767edb9b04114" | ||
24 | SRCREV:beagleplay-k3r5 = "f036fbdc25941d7585182d2552c767edb9b04114" | ||