diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-11-04 22:46:48 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
commit | 473927d5bd15e3d3a0d3c2c43957f7f7dd8a0161 (patch) | |
tree | 2978a5bdfdb864dfb5c678f6eba81f0ce5621801 /meta-ti-extras | |
parent | 8ce06fe12c2e6f711df20568b19ad1c58e6d57b7 (diff) | |
download | meta-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.bb | 2 |
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" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://manifest/k3-secdev-0.2-manifest.html;md5=f632a78870cc64550078d7b3cbac0892" | 5 | LIC_FILES_CHKSUM = "file://manifest/k3-secdev-0.2-manifest.html;md5=f632a78870cc64550078d7b3cbac0892" |
6 | 6 | ||
7 | require recipes-ti/includes/ti-paths.inc | ||
8 | |||
7 | # Native host tool only | 9 | # Native host tool only |
8 | COMPATIBLE_MACHINE = "null" | 10 | COMPATIBLE_MACHINE = "null" |
9 | COMPATIBLE_MACHINE:class-native = "(.*)" | 11 | COMPATIBLE_MACHINE:class-native = "(.*)" |