summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-11-02 18:16:22 -0400
committerRyan Eatmon <reatmon@ti.com>2022-11-09 12:06:46 -0600
commit2f8ce3d34564c3bb9405b39009fc44e0d882e659 (patch)
treea0e8b9dca0e42c9e703bc4bb0485ef5617bdc648
parent4d6de396af244442575a299f5f992777df76b6c5 (diff)
downloadmeta-ti-2f8ce3d34564c3bb9405b39009fc44e0d882e659.tar.gz
ti-k3-secdev: include ti-paths.inc
Include ti-paths.inc so TI_K3_SECDEV_INSTALL_DIR_RECIPE gets defined and artifacts are installed in the correct location. Cc: Andrew Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Acked-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-ti/secdev/ti-k3-secdev_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/secdev/ti-k3-secdev_git.bb b/recipes-ti/secdev/ti-k3-secdev_git.bb
index 28dbe9ee..7196be97 100644
--- a/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/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
7require recipes-ti/includes/ti-paths.inc
8
7# Native host tool only 9# Native host tool only
8COMPATIBLE_MACHINE = "null" 10COMPATIBLE_MACHINE = "null"
9COMPATIBLE_MACHINE_class-native = "(.*)" 11COMPATIBLE_MACHINE_class-native = "(.*)"