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-23 16:08:24 -0600
commit473927d5bd15e3d3a0d3c2c43957f7f7dd8a0161 (patch)
tree2978a5bdfdb864dfb5c678f6eba81f0ce5621801 /meta-ti-extras
parent8ce06fe12c2e6f711df20568b19ad1c58e6d57b7 (diff)
downloadmeta-ti-473927d5bd15e3d3a0d3c2c43957f7f7dd8a0161.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 = "(.*)"