All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denis@denix.org>
To: meta-ti@lists.yoctoproject.org, Ryan Eatmon <reatmon@ti.com>
Subject: Re: [meta-ti] [master][PATCH] meta-ti: correct and do not skip "installed-vs-shipped" QA check
Date: Tue, 1 Mar 2022 12:32:52 -0500	[thread overview]
Message-ID: <20220301173252.GG1766@denix.org> (raw)
In-Reply-To: <16D7256159B60D66.7393@lists.yoctoproject.org>

Ping.

On Fri, Feb 25, 2022 at 09:41:25PM +0000, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> 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>
> ---
>  meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb  | 5 ++++-
>  meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc           | 2 +-
>  meta-ti-extras/recipes-ti/xdais/ti-xdais_6.26.01.03.bb | 2 --
>  3 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb b/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb
> index 1cda366d..8b16830f 100644
> --- a/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb
> +++ b/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb
> @@ -22,9 +22,12 @@ do_compile () {
>  do_install() {
>  	cd ${S}
>  	oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir} install
> +	rm -rf ${D}${libdir}/boot.*
> +	rm -rf ${D}${libdir}/gnu.targets.*
> +	rm -rf ${D}${libdir}/syscalls.*
>  }
>  
>  COMPATIBLE_HOST ?= "null"
>  COMPATIBLE_HOST:ti-soc = "(.*)"
>  
> -INSANE_SKIP:${PN} += "textrel installed-vs-shipped"
> +INSANE_SKIP:${PN} += "textrel"
> 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}"
>  INHIBIT_PACKAGE_STRIP = "1"
>  INHIBIT_SYSROOT_STRIP = "1"
>  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> -INSANE_SKIP:${PN}-dev = "installed-vs-shipped arch"
> +INSANE_SKIP:${PN}-dev = "arch"
> diff --git a/meta-ti-extras/recipes-ti/xdais/ti-xdais_6.26.01.03.bb b/meta-ti-extras/recipes-ti/xdais/ti-xdais_6.26.01.03.bb
> index 9fc4cee1..ee9826e6 100644
> --- a/meta-ti-extras/recipes-ti/xdais/ti-xdais_6.26.01.03.bb
> +++ b/meta-ti-extras/recipes-ti/xdais/ti-xdais_6.26.01.03.bb
> @@ -7,5 +7,3 @@ LIC_FILES_CHKSUM = "file://xdais_6_26_01_03_manifest.html;md5=a5a675d49db2f658bb
>  
>  SRC_URI[xdaistarball.md5sum] = "9b2bea3408254e737ec0d819a031adf6"
>  SRC_URI[xdaistarball.sha256sum] = "d7bcbd8bcfe6fdfc5f402e4b125ced6c806dc30bc5296e98d5d43b0b5a237a0d"
> -
> -INSANE_SKIP:${PN} = "installed-vs-shipped"
> -- 
> 2.25.1
> 

       reply	other threads:[~2022-03-01 17:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <16D7256159B60D66.7393@lists.yoctoproject.org>
2022-03-01 17:32 ` Denys Dmytriyenko [this message]
2022-03-01 17:55   ` [meta-ti] [master][PATCH] meta-ti: correct and do not skip "installed-vs-shipped" QA check Ryan Eatmon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220301173252.GG1766@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.