All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-staging.inc: enable INHIBIT_SYSROOT_STRIP and INHIBIT_PACKAGE_DEBUG_SPLIT
@ 2017-06-13 17:43 Ivan Pang
  2017-06-14 18:36 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Pang @ 2017-06-13 17:43 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Ivan Pang <i-pang@ti.com>
---
 recipes-ti/includes/ti-staging.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-ti/includes/ti-staging.inc b/recipes-ti/includes/ti-staging.inc
index b588805..ae523ce 100644
--- a/recipes-ti/includes/ti-staging.inc
+++ b/recipes-ti/includes/ti-staging.inc
@@ -1,4 +1,6 @@
 INHIBIT_PACKAGE_STRIP = "1"
+INHIBIT_SYSROOT_STRIP = "1"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
 ALLOW_EMPTY_${PN} = "1"
 ALLOW_EMPTY_${PN}-dev = "1"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ti-staging.inc: enable INHIBIT_SYSROOT_STRIP and INHIBIT_PACKAGE_DEBUG_SPLIT
  2017-06-13 17:43 [PATCH] ti-staging.inc: enable INHIBIT_SYSROOT_STRIP and INHIBIT_PACKAGE_DEBUG_SPLIT Ivan Pang
@ 2017-06-14 18:36 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-06-14 18:36 UTC (permalink / raw)
  To: Ivan Pang; +Cc: meta-ti

I'm considering eliminating this file altogether. Below settings disable 
some important checks and should be applied to specific recipes on a 
case-by-case basis, only when needed, and not set centrally...

-- 
Denys


On Tue, Jun 13, 2017 at 12:43:05PM -0500, Ivan Pang wrote:
> Signed-off-by: Ivan Pang <i-pang@ti.com>
> ---
>  recipes-ti/includes/ti-staging.inc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-ti/includes/ti-staging.inc b/recipes-ti/includes/ti-staging.inc
> index b588805..ae523ce 100644
> --- a/recipes-ti/includes/ti-staging.inc
> +++ b/recipes-ti/includes/ti-staging.inc
> @@ -1,4 +1,6 @@
>  INHIBIT_PACKAGE_STRIP = "1"
> +INHIBIT_SYSROOT_STRIP = "1"
> +INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>  
>  ALLOW_EMPTY_${PN} = "1"
>  ALLOW_EMPTY_${PN}-dev = "1"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-14 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-13 17:43 [PATCH] ti-staging.inc: enable INHIBIT_SYSROOT_STRIP and INHIBIT_PACKAGE_DEBUG_SPLIT Ivan Pang
2017-06-14 18:36 ` Denys Dmytriyenko

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.