All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] external-arm-toolchain: strip binaries and libraries normally
@ 2019-12-18  2:24 Denys Dmytriyenko
  2019-12-18  4:43 ` Ankur Tyagi
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2019-12-18  2:24 UTC (permalink / raw)
  To: meta-arago

Similar to external-linaro-toolchain before:
b019da9374256b671a2fb77ccfae7e3f1ef3096b

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-core/meta/external-arm-toolchain.bbappend          | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend b/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
index a5d63297..b88c337d 100644
--- a/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
+++ b/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
@@ -1,3 +1,6 @@
+INHIBIT_PACKAGE_STRIP = "0"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "0"
+
 ORIG_TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + d.getVar('TARGET_OS'), ''][d.getVar('TARGET_OS') == ('' or 'custom')]}"
 
 do_install_append() {
-- 
2.17.1



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

* Re: [PATCH] external-arm-toolchain: strip binaries and libraries normally
  2019-12-18  2:24 [PATCH] external-arm-toolchain: strip binaries and libraries normally Denys Dmytriyenko
@ 2019-12-18  4:43 ` Ankur Tyagi
  0 siblings, 0 replies; 2+ messages in thread
From: Ankur Tyagi @ 2019-12-18  4:43 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]

Hi Denys,

I have sent a similar patch to meta-linaro (though haven't heard back).
Shouldn't it be ideally fixed there rather than in bbappends?

regards
Ankur

On Wed, 18 Dec 2019, 3:43 p.m. Denys Dmytriyenko, <denys@ti.com> wrote:

> Similar to external-linaro-toolchain before:
> b019da9374256b671a2fb77ccfae7e3f1ef3096b
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  .../recipes-core/meta/external-arm-toolchain.bbappend          | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git
> a/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
> b/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
> index a5d63297..b88c337d 100644
> --- a/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
> +++ b/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend
> @@ -1,3 +1,6 @@
> +INHIBIT_PACKAGE_STRIP = "0"
> +INHIBIT_PACKAGE_DEBUG_SPLIT = "0"
> +
>  ORIG_TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' +
> d.getVar('TARGET_OS'), ''][d.getVar('TARGET_OS') == ('' or 'custom')]}"
>
>  do_install_append() {
> --
> 2.17.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>

[-- Attachment #2: Type: text/html, Size: 2110 bytes --]

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

end of thread, other threads:[~2019-12-18  4:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18  2:24 [PATCH] external-arm-toolchain: strip binaries and libraries normally Denys Dmytriyenko
2019-12-18  4:43 ` Ankur Tyagi

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.