1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 10:21:52 +00:00

ti-sci-fw: now Cortex-R5 SPL can also be provided by u-boot-ti-mainline

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-10-14 02:23:34 +00:00
committed by Dan Murphy
parent 50ddd14921
commit 64f08a74a5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -21,3 +21,4 @@ UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
PACKAGECONFIG_pn-u-boot-ti-staging = ""
PACKAGECONFIG_pn-u-boot-ti-mainline = ""
+1 -1
View File
@@ -1,7 +1,7 @@
require recipes-bsp/ti-sci-fw/ti-sci-fw.inc
DEPENDS = "openssl-native u-boot-mkimage-native dtc-native"
DEPENDS_append_j7200-evm-k3r5 = " u-boot-ti-staging"
DEPENDS_append_j7200-evm-k3r5 = " virtual/bootloader"
CLEANBROKEN = "1"
PR = "r1"