diff options
| author | Randolph Sapp <rs@ti.com> | 2022-11-04 22:46:25 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
| commit | 68f9392fc31d6e67838fd27b74f8b8bc61ac71ab (patch) | |
| tree | 14d1771bc7514163e771dab87ebe30f7fee6c7cb /meta-ti-bsp | |
| parent | 6ac89438e6384a9447fa2f94c7fbabce2ab7001a (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 9 | DEPENDS:remove:j721e-evm-k3r5 = "virtual/bootloader" | 9 | DEPENDS:remove:j721e-evm-k3r5 = "virtual/bootloader" |
| 10 | DEPENDS:remove:j721e-hs-evm-k3r5 = "virtual/bootloader" | 10 | DEPENDS:remove:j721e-hs-evm-k3r5 = "virtual/bootloader" |
| 11 | DEPENDS:remove:j721e-hs-evm-k3r5-sr1-1 = "virtual/bootloader" | 11 | DEPENDS:remove:j721e-hs-evm-k3r5-sr1-1 = "virtual/bootloader" |
| 12 | DEPENDS:append = " ${@ '' if '${TI_SECURE_DEV_PKG_K3}' else 'ti-k3-secdev-native' }" | 12 | DEPENDS:append = "${@ '' if d.getVar('TI_SECURE_DEV_PKG_K3') else ' ti-k3-secdev-native' }" |
| 13 | 13 | ||
| 14 | CLEANBROKEN = "1" | 14 | CLEANBROKEN = "1" |
| 15 | PR = "${INC_PR}.2" | 15 | PR = "${INC_PR}.2" |
