summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2022-11-04 22:46:25 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commit68f9392fc31d6e67838fd27b74f8b8bc61ac71ab (patch)
tree14d1771bc7514163e771dab87ebe30f7fee6c7cb /meta-ti-bsp
parent6ac89438e6384a9447fa2f94c7fbabce2ab7001a (diff)
downloadmeta-ti-68f9392fc31d6e67838fd27b74f8b8bc61ac71ab.tar.gz
ti-sci-fw: Use d.getVar() in DEPENDS expression
Switch the DEPENDS_append expression to use d.getVar() instead of the usual variable expansion to prevent the inline Python command from becoming mangled. Signed-off-by: Randolph Sapp <rs@ti.com> Acked-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 6484ae87..2772ee22 100644
--- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -9,7 +9,7 @@ DEPENDS:remove:am65xx-hs-evm-k3r5-sr2 = "virtual/bootloader"
9DEPENDS:remove:j721e-evm-k3r5 = "virtual/bootloader" 9DEPENDS:remove:j721e-evm-k3r5 = "virtual/bootloader"
10DEPENDS:remove:j721e-hs-evm-k3r5 = "virtual/bootloader" 10DEPENDS:remove:j721e-hs-evm-k3r5 = "virtual/bootloader"
11DEPENDS:remove:j721e-hs-evm-k3r5-sr1-1 = "virtual/bootloader" 11DEPENDS:remove:j721e-hs-evm-k3r5-sr1-1 = "virtual/bootloader"
12DEPENDS:append = " ${@ '' if '${TI_SECURE_DEV_PKG_K3}' else 'ti-k3-secdev-native' }" 12DEPENDS:append = "${@ '' if d.getVar('TI_SECURE_DEV_PKG_K3') else ' ti-k3-secdev-native' }"
13 13
14CLEANBROKEN = "1" 14CLEANBROKEN = "1"
15PR = "${INC_PR}.2" 15PR = "${INC_PR}.2"