summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-11 20:41:27 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-26 14:33:15 -0500
commitb74211a771a489c9e38ad38453e584a0797521d8 (patch)
treeb777db34b87408aa35c6435b0393e24ce179e27e
parenta5cb2b74b47801e6653510a78ed90003c25e2530 (diff)
downloadmeta-ti-b74211a771a489c9e38ad38453e584a0797521d8.tar.gz
ti-sci-fw: Use ti-k3-secdev if TI_SECURE_DEV_PKG_K3 is not defined
Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 18652dd4..adf73a5e 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -1,4 +1,5 @@
1require recipes-bsp/ti-linux-fw/ti-linux-fw.inc 1require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
2require recipes-ti/includes/ti-paths.inc
2 3
3DEPENDS = "openssl-native u-boot-mkimage-native dtc-native virtual/bootloader" 4DEPENDS = "openssl-native u-boot-mkimage-native dtc-native virtual/bootloader"
4DEPENDS_remove_am65xx-evm-k3r5 = " virtual/bootloader" 5DEPENDS_remove_am65xx-evm-k3r5 = " virtual/bootloader"
@@ -8,6 +9,7 @@ DEPENDS_remove_am65xx-hs-evm-k3r5-sr2 = " virtual/bootloader"
8DEPENDS_remove_j7-evm-k3r5 = " virtual/bootloader" 9DEPENDS_remove_j7-evm-k3r5 = " virtual/bootloader"
9DEPENDS_remove_j7-hs-evm-k3r5 = " virtual/bootloader" 10DEPENDS_remove_j7-hs-evm-k3r5 = " virtual/bootloader"
10DEPENDS_remove_j7-hs-evm-k3r5-sr1-1 = " virtual/bootloader" 11DEPENDS_remove_j7-hs-evm-k3r5-sr1-1 = " virtual/bootloader"
12DEPENDS_append = " ${@ '' if '${TI_SECURE_DEV_PKG_K3}' else 'ti-k3-secdev-native' }"
11 13
12CLEANBROKEN = "1" 14CLEANBROKEN = "1"
13PR = "${INC_PR}.2" 15PR = "${INC_PR}.2"
@@ -18,7 +20,7 @@ COMPATIBLE_MACHINE_aarch64 = "null"
18 20
19PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
20 22
21TI_SECURE_DEV_PKG ?= "" 23TI_SECURE_DEV_PKG = "${@ '${TI_SECURE_DEV_PKG_K3}' or '${TI_K3_SECDEV_INSTALL_DIR}' }"
22export TI_SECURE_DEV_PKG 24export TI_SECURE_DEV_PKG
23 25
24SYSFW_SOC ?= "unknown" 26SYSFW_SOC ?= "unknown"