All of lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone/master][PATCH] arago.conf: switch to internal toolchain for now
@ 2022-05-13  2:00 Denys Dmytriyenko
  2022-05-13  2:38 ` [meta-arago] " Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-05-13  2:00 UTC (permalink / raw)
  To: meta-arago; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@konsulko.com>

Set default to build and use internal toolchain for now, instead of a pre-built
external one, as external gcc-11.2 toolchain still requires some work and syncup
with latest meta-arm codebase.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index b2246537..e24cace9 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -170,7 +170,7 @@ IMAGE_FSTYPES:remove = "${@['','ubi ubifs'][d.getVar('ARAGO_SYSTEST_ENABLE') ==
 # Toolchain should be selected by setting TOOLCHAIN_BRAND in local.conf
 # Set some sane defaults, in case someone forgets to set them in local.conf
 TC_SANE_DEFAULT ?= "arm"
-TOOLCHAIN_TYPE ?= "external"
+TOOLCHAIN_TYPE ?= "internal"
 TOOLCHAIN_TYPE:omapl1 = "internal"
 TOOLCHAIN_BRAND ?= "${@[d.getVar('TC_SANE_DEFAULT'),'gcc'][d.getVar('TOOLCHAIN_TYPE') == 'internal']}"
 
-- 
2.25.1



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

* Re: [meta-arago] [kirkstone/master][PATCH] arago.conf: switch to internal toolchain for now
  2022-05-13  2:00 [kirkstone/master][PATCH] arago.conf: switch to internal toolchain for now Denys Dmytriyenko
@ 2022-05-13  2:38 ` Nishanth Menon
  2022-05-13 21:47   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2022-05-13  2:38 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago, Denys Dmytriyenko

On 02:00-20220513, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> Set default to build and use internal toolchain for now, instead of a pre-built
> external one, as external gcc-11.2 toolchain still requires some work and syncup
> with latest meta-arm codebase.

I wonder if we should just settle for internal toolchain and dump the
entire external toolchain argumentation?


Is'nt that more inline with what the rest of the ecosystem is doing?

> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
>  meta-arago-distro/conf/distro/arago.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index b2246537..e24cace9 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -170,7 +170,7 @@ IMAGE_FSTYPES:remove = "${@['','ubi ubifs'][d.getVar('ARAGO_SYSTEST_ENABLE') ==
>  # Toolchain should be selected by setting TOOLCHAIN_BRAND in local.conf
>  # Set some sane defaults, in case someone forgets to set them in local.conf
>  TC_SANE_DEFAULT ?= "arm"
> -TOOLCHAIN_TYPE ?= "external"
> +TOOLCHAIN_TYPE ?= "internal"
>  TOOLCHAIN_TYPE:omapl1 = "internal"
>  TOOLCHAIN_BRAND ?= "${@[d.getVar('TC_SANE_DEFAULT'),'gcc'][d.getVar('TOOLCHAIN_TYPE') == 'internal']}"

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


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

* Re: [meta-arago] [kirkstone/master][PATCH] arago.conf: switch to internal toolchain for now
  2022-05-13  2:38 ` [meta-arago] " Nishanth Menon
@ 2022-05-13 21:47   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-05-13 21:47 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: meta-arago

On Thu, May 12, 2022 at 09:38:23PM -0500, Nishanth Menon wrote:
> On 02:00-20220513, Denys Dmytriyenko wrote:
> > From: Denys Dmytriyenko <denys@konsulko.com>
> > 
> > Set default to build and use internal toolchain for now, instead of a pre-built
> > external one, as external gcc-11.2 toolchain still requires some work and syncup
> > with latest meta-arm codebase.
> 
> I wonder if we should just settle for internal toolchain and dump the
> entire external toolchain argumentation?

Sure, in due time. There were some concerns about using OE toolchain with the 
SDK, compared to the external toolchain - need to look closer at those.


> Is'nt that more inline with what the rest of the ecosystem is doing?
> 
> > Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> > ---
> >  meta-arago-distro/conf/distro/arago.conf | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> > index b2246537..e24cace9 100644
> > --- a/meta-arago-distro/conf/distro/arago.conf
> > +++ b/meta-arago-distro/conf/distro/arago.conf
> > @@ -170,7 +170,7 @@ IMAGE_FSTYPES:remove = "${@['','ubi ubifs'][d.getVar('ARAGO_SYSTEST_ENABLE') ==
> >  # Toolchain should be selected by setting TOOLCHAIN_BRAND in local.conf
> >  # Set some sane defaults, in case someone forgets to set them in local.conf
> >  TC_SANE_DEFAULT ?= "arm"
> > -TOOLCHAIN_TYPE ?= "external"
> > +TOOLCHAIN_TYPE ?= "internal"
> >  TOOLCHAIN_TYPE:omapl1 = "internal"
> >  TOOLCHAIN_BRAND ?= "${@[d.getVar('TC_SANE_DEFAULT'),'gcc'][d.getVar('TOOLCHAIN_TYPE') == 'internal']}"


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

end of thread, other threads:[~2022-05-13 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  2:00 [kirkstone/master][PATCH] arago.conf: switch to internal toolchain for now Denys Dmytriyenko
2022-05-13  2:38 ` [meta-arago] " Nishanth Menon
2022-05-13 21:47   ` 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.