summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-11-04 22:46:48 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commit5d9c2a478231bc66d4121b5a8157c4199a1e19fe (patch)
tree4bb2de0711bdfe19aeb0a84e6bd7db46bd837b7a /meta-ti-extras
parent7a35057df324c4f2bdc82d9a3c8c7986c38f9b93 (diff)
downloadmeta-ti-5d9c2a478231bc66d4121b5a8157c4199a1e19fe.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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/recipes-ti/secdev/ti-k3-secdev_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-ti/secdev/ti-k3-secdev_git.bb b/meta-ti-extras/recipes-ti/secdev/ti-k3-secdev_git.bb
index 7a5dd573..3763c339 100644
--- a/meta-ti-extras/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/meta-ti-extras/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 = "(.*)"