diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-25 21:41:25 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-03-01 11:54:29 -0600 |
| commit | f1b6ff15039c9f0b8e93d70856fb566a16cb099b (patch) | |
| tree | 3984069a3e41014e2cdf5287b1cf9853422a5ed2 /meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc | |
| parent | e98a97691d50030b59a5925b389d90bb276ecbd2 (diff) | |
| download | meta-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.inc | 2 |
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}" | |||
| 29 | INHIBIT_PACKAGE_STRIP = "1" | 29 | INHIBIT_PACKAGE_STRIP = "1" |
| 30 | INHIBIT_SYSROOT_STRIP = "1" | 30 | INHIBIT_SYSROOT_STRIP = "1" |
| 31 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 31 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 32 | INSANE_SKIP:${PN}-dev = "installed-vs-shipped arch" | 32 | INSANE_SKIP:${PN}-dev = "arch" |
