summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-25 21:41:25 +0000
committerRyan Eatmon <reatmon@ti.com>2022-03-01 11:54:29 -0600
commitf1b6ff15039c9f0b8e93d70856fb566a16cb099b (patch)
tree3984069a3e41014e2cdf5287b1cf9853422a5ed2 /meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
parente98a97691d50030b59a5925b389d90bb276ecbd2 (diff)
downloadmeta-ti-f1b6ff15039c9f0b8e93d70856fb566a16cb099b.tar.gz
meta-ti: correct and do not skip "installed-vs-shipped" QA check
Skipping "installed-vs-shipped" QA check is now considered bad practice due to possible SDK issues and is being flagged by yocto-check-layer [1] script and could affect "Yocto Project Compatible" status for the layer. [1] https://git.openembedded.org/openembedded-core/commit/?id=e8baa75535fc888f1d768b23a0140475e832c910 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc')
-rw-r--r--meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
index 460964b3..6b5e186c 100644
--- a/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
+++ b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
@@ -29,4 +29,4 @@ FILES:${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}"
29INHIBIT_PACKAGE_STRIP = "1" 29INHIBIT_PACKAGE_STRIP = "1"
30INHIBIT_SYSROOT_STRIP = "1" 30INHIBIT_SYSROOT_STRIP = "1"
31INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 31INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
32INSANE_SKIP:${PN}-dev = "installed-vs-shipped arch" 32INSANE_SKIP:${PN}-dev = "arch"