diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-18 02:15:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-17 22:48:34 +0000 |
commit | b2d62f62bb6ecbb07577a0af9438bcaa017bf1da (patch) | |
tree | 768143c3403cc6ef78cd44119d25a59898b83483 /recipes-ti/ndk | |
parent | 934fed368d0b6f2880d7e9768176a541a9bc189a (diff) | |
download | meta-ti-b2d62f62bb6ecbb07577a0af9438bcaa017bf1da.tar.gz |
recipes: Limit ti specific recipes under ti-soc override
This helps in multi-BSP scenario, where other BSP layers are also
present in the layermix
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ndk')
-rw-r--r-- | recipes-ti/ndk/ti-ndk_3.40.01.01.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb index 4a494b19..c6c18733 100644 --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb +++ b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb | |||
@@ -11,3 +11,6 @@ SRC_URI[ndkzip.sha256sum] = "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0 | |||
11 | INHIBIT_PACKAGE_STRIP = "1" | 11 | INHIBIT_PACKAGE_STRIP = "1" |
12 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 12 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
13 | INHIBIT_SYSROOT_STRIP = "1" | 13 | INHIBIT_SYSROOT_STRIP = "1" |
14 | |||
15 | COMPATIBLE_HOST ?= "null" | ||
16 | COMPATIBLE_HOST_ti-soc = "(.*)" | ||