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

ti-sci-fw: sets TI_K3_SECDEV_INSTALL_DIR default value

The TI_K3_SECDEV_INSTALL_DIR 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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Jose Quaresma
2023-01-16 12:16:26 +00:00
committed by Ryan Eatmon
parent 4bc0e6af68
commit 1e99e1354d
@@ -1,4 +1,6 @@
require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
# set a default value for TI_K3_SECDEV_INSTALL_DIR
export TI_K3_SECDEV_INSTALL_DIR = "${STAGING_DIR_NATIVE}${datadir}/ti/ti-k3-secdev"
include recipes-ti/includes/ti-paths.inc
DEPENDS = "openssl-native u-boot-mkimage-native dtc-native virtual/bootloader"