summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-ti
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-01-16 12:16:25 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-31 14:44:38 -0600
commit4bc0e6af68c47e44babb4ae31cd1ad8234c9e5d2 (patch)
treed153d1063736b3bdc837a324e6e08261cc515252 /meta-ti-bsp/recipes-ti
parentb7823d771c4f5fd9f82d22ca0c5fd3eb291a0fcc (diff)
downloadmeta-ti-4bc0e6af68c47e44babb4ae31cd1ad8234c9e5d2.tar.gz
ti-k3-secdev: sets TI_K3_SECDEV_INSTALL_DIR_RECIPE default value
The TI_K3_SECDEV_INSTALL_DIR_RECIPE is defined on the meta-ti-extras layer so when the layer is not used the variable is undefined. For such cases we can use default value that is the same defined on the recipes-ti/includes/ti-paths.inc Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Acked-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-ti')
-rw-r--r--meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb b/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb
index fd3bd120..6a28add7 100644
--- a/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb
@@ -4,6 +4,8 @@ SECTION = "devel"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://manifest/k3-secdev-0.2-manifest.html;md5=f632a78870cc64550078d7b3cbac0892" 5LIC_FILES_CHKSUM = "file://manifest/k3-secdev-0.2-manifest.html;md5=f632a78870cc64550078d7b3cbac0892"
6 6
7# set a default value for TI_K3_SECDEV_INSTALL_DIR_RECIPE
8export TI_K3_SECDEV_INSTALL_DIR_RECIPE = "${datadir}/ti/ti-k3-secdev"
7include recipes-ti/includes/ti-paths.inc 9include recipes-ti/includes/ti-paths.inc
8 10
9# Native host tool only 11# Native host tool only