diff options
author | Andrew Davis <afd@ti.com> | 2023-05-25 13:11:27 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-06 08:24:37 -0500 |
commit | 689eb2da095de6d750dd80753c68d7ec38e95d26 (patch) | |
tree | 50a1947ccbaf7927dd5bb55c1947a7af357e131d /meta-ti-bsp | |
parent | 080ed73c11ee5415973c401b03f0e07bf54090fe (diff) | |
download | meta-ti-689eb2da095de6d750dd80753c68d7ec38e95d26.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')
-rw-r--r-- | meta-ti-bsp/conf/machine/beagle-x15.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb | 24 |
7 files changed, 0 insertions, 38 deletions
diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf index fb52245b..be27705c 100644 --- a/meta-ti-bsp/conf/machine/beagle-x15.conf +++ b/meta-ti-bsp/conf/machine/beagle-x15.conf | |||
@@ -5,8 +5,6 @@ | |||
5 | require conf/machine/include/am57xx.inc | 5 | require conf/machine/include/am57xx.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" |
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
9 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
10 | 8 | ||
11 | KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" | 9 | KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" |
12 | 10 | ||
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf index 7c99b5d4..b893f380 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf | |||
@@ -4,9 +4,6 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
8 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
9 | |||
10 | SYSFW_SOC = "j721e" | 7 | SYSFW_SOC = "j721e" |
11 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
12 | SYSFW_SUFFIX = "gp" | 9 | SYSFW_SUFFIX = "gp" |
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf index 304cbb62..bd5f541f 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf | |||
@@ -7,8 +7,6 @@ require conf/machine/include/j721e.inc | |||
7 | UBOOT_MACHINE = "j721e_evm_a72_config" | 7 | UBOOT_MACHINE = "j721e_evm_a72_config" |
8 | 8 | ||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | 9 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" |
10 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
11 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
12 | 10 | ||
13 | KERNEL_DEVICETREE = " \ | 11 | KERNEL_DEVICETREE = " \ |
14 | ti/k3-j721e-beagleboneai64.dtb \ | 12 | ti/k3-j721e-beagleboneai64.dtb \ |
diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf index dceef1db..2d811d0d 100644 --- a/meta-ti-bsp/conf/machine/beaglebone.conf +++ b/meta-ti-bsp/conf/machine/beaglebone.conf | |||
@@ -5,8 +5,6 @@ | |||
5 | require conf/machine/include/ti33x.inc | 5 | require conf/machine/include/ti33x.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" |
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
9 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
10 | 8 | ||
11 | KERNEL_DEVICETREE_PREFIX = "am335x-bone" | 9 | KERNEL_DEVICETREE_PREFIX = "am335x-bone" |
12 | 10 | ||
diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf index c40615c9..f8f08d63 100644 --- a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf +++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | |||
@@ -4,9 +4,6 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
8 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
9 | |||
10 | SYSFW_SOC = "am62x" | 7 | SYSFW_SOC = "am62x" |
11 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
12 | SYSFW_SUFFIX = "gp" | 9 | SYSFW_SUFFIX = "gp" |
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf index c7b1414a..23f44c3f 100644 --- a/meta-ti-bsp/conf/machine/beagleplay.conf +++ b/meta-ti-bsp/conf/machine/beagleplay.conf | |||
@@ -21,8 +21,6 @@ OPTEEMACHINE = "k3-am62x" | |||
21 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 21 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" |
22 | 22 | ||
23 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | 23 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" |
24 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | ||
25 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | ||
26 | 24 | ||
27 | KERNEL_DEVICETREE = " \ | 25 | KERNEL_DEVICETREE = " \ |
28 | ti/k3-am625-beagleplay.dtb \ | 26 | ti/k3-am625-beagleplay.dtb \ |
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" | ||