* [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
@ 2018-11-16 3:40 C.r. Guo
2018-11-16 11:54 ` Richard Purdie
0 siblings, 1 reply; 6+ messages in thread
From: C.r. Guo @ 2018-11-16 3:40 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
From: Chunrong Guo <chunrong.guo@nxp.com>
(From OE-Core rev: c67bc9bdcbcf46ed54dfbafd1bb6e405ed77f86a)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
meta/conf/machine/include/tune-ppce500v2.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/include/tune-ppce500v2.inc
index 3a006e2..d318bba 100644
--- a/meta/conf/machine/include/tune-ppce500v2.inc
+++ b/meta/conf/machine/include/tune-ppce500v2.inc
@@ -15,6 +15,6 @@ SPEABIEXTENSION = "${@bb.utils.filter('TUNE_FEATURES', 'spe', d)}"
ABIEXTENSION .= "${SPEABIEXTENSION}"
AVAILTUNES += "ppce500v2"
-TUNE_FEATURES_tune-ppce500v2 = "m32 spe ppce500v2"
+TUNE_FEATURES_tune-ppce500v2 = "m32 ppce500v2"
TUNE_PKGARCH_tune-ppce500v2 = "ppce500v2"
PACKAGE_EXTRA_ARCHS_tune-ppce500v2 = "ppce500v2"
--
2.7.4
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
2018-11-16 3:40 [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port C.r. Guo
@ 2018-11-16 11:54 ` Richard Purdie
2018-11-16 12:31 ` Lukasz Majewski
0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2018-11-16 11:54 UTC (permalink / raw)
To: C.r. Guo, openembedded-core@lists.openembedded.org
What does "The PowerPC SPE support is split off to a separate
powerpcspe port" mean?
That gcc support is being dropped and its going somewhere separate?
That we're dropping spe support from OE?
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
2018-11-16 11:54 ` Richard Purdie
@ 2018-11-16 12:31 ` Lukasz Majewski
2018-11-16 12:45 ` richard.purdie
0 siblings, 1 reply; 6+ messages in thread
From: Lukasz Majewski @ 2018-11-16 12:31 UTC (permalink / raw)
To: Richard Purdie; +Cc: Wolfgang Denk, openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
Hi Richard,
> What does "The PowerPC SPE support is split off to a separate
> powerpcspe port" mean?
>
> That gcc support is being dropped and its going somewhere separate?
>
> That we're dropping spe support from OE?
I do hope NOT.
There are still some users of those SPE SoCs. Please do not remove it
from OE.
>
> Cheers,
>
> Richard
>
>
>
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 499 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
2018-11-16 12:31 ` Lukasz Majewski
@ 2018-11-16 12:45 ` richard.purdie
2018-11-19 9:56 ` C.r. Guo
0 siblings, 1 reply; 6+ messages in thread
From: richard.purdie @ 2018-11-16 12:45 UTC (permalink / raw)
To: Lukasz Majewski; +Cc: Wolfgang Denk, openembedded-core@lists.openembedded.org
On Fri, 2018-11-16 at 13:31 +0100, Lukasz Majewski wrote:
> Hi Richard,
>
> > What does "The PowerPC SPE support is split off to a separate
> > powerpcspe port" mean?
> >
> > That gcc support is being dropped and its going somewhere
> > separate?
> >
> > That we're dropping spe support from OE?
>
> I do hope NOT.
>
> There are still some users of those SPE SoCs. Please do not remove it
> from OE.
I would highlight that Yocto Project and OE get very little support for
anything PowerPC related and that upstream gcc have already removed
parts of the SPE support. We will likely end up having to follow what
gcc does, we have a hack in place now but it won't last another gcc
major version upgrade.
So if you or your customers care about SPE or PowerPC in general, we
really need to see more support at the Yocto Project advisory board to
continue to keep it as a first class citizen.
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
2018-11-16 12:45 ` richard.purdie
@ 2018-11-19 9:56 ` C.r. Guo
2018-11-19 10:23 ` Lukasz Majewski
0 siblings, 1 reply; 6+ messages in thread
From: C.r. Guo @ 2018-11-19 9:56 UTC (permalink / raw)
To: richard.purdie@linuxfoundation.org, Lukasz Majewski
Cc: Wolfgang Denk, openembedded-core@lists.openembedded.org
Hello all,
Please review gcc changes about issue.
https://www.gnu.org/software/gcc/gcc-8/changes.html
https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
thanks
chunrong
-----Original Message-----
From: richard.purdie@linuxfoundation.org <richard.purdie@linuxfoundation.org>
Sent: 2018年11月16日 20:46
To: Lukasz Majewski <lukma@denx.de>
Cc: C.r. Guo <chunrong.guo@nxp.com>; openembedded-core@lists.openembedded.org; Wolfgang Denk <wd@denx.de>
Subject: Re: [OE-core] [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
On Fri, 2018-11-16 at 13:31 +0100, Lukasz Majewski wrote:
> Hi Richard,
>
> > What does "The PowerPC SPE support is split off to a separate
> > powerpcspe port" mean?
> >
> > That gcc support is being dropped and its going somewhere separate?
> >
> > That we're dropping spe support from OE?
>
> I do hope NOT.
>
> There are still some users of those SPE SoCs. Please do not remove it
> from OE.
I would highlight that Yocto Project and OE get very little support for anything PowerPC related and that upstream gcc have already removed parts of the SPE support. We will likely end up having to follow what gcc does, we have a hack in place now but it won't last another gcc major version upgrade.
So if you or your customers care about SPE or PowerPC in general, we really need to see more support at the Yocto Project advisory board to continue to keep it as a first class citizen.
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port
2018-11-19 9:56 ` C.r. Guo
@ 2018-11-19 10:23 ` Lukasz Majewski
0 siblings, 0 replies; 6+ messages in thread
From: Lukasz Majewski @ 2018-11-19 10:23 UTC (permalink / raw)
To: C.r. Guo; +Cc: Wolfgang Denk, openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 2154 bytes --]
On Mon, 19 Nov 2018 09:56:35 +0000
"C.r. Guo" <chunrong.guo@nxp.com> wrote:
> Hello all,
> Please review gcc changes about issue.
> https://www.gnu.org/software/gcc/gcc-8/changes.html
> https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
>
Thanks for the info.
Shall I assume that NXP is regarding this port (SPE) as an obsolete one
and do not plan to spent any more resources on it?
> thanks
> chunrong
>
>
>
>
>
> -----Original Message-----
> From: richard.purdie@linuxfoundation.org
> <richard.purdie@linuxfoundation.org> Sent: 2018年11月16日 20:46
> To: Lukasz Majewski <lukma@denx.de>
> Cc: C.r. Guo <chunrong.guo@nxp.com>;
> openembedded-core@lists.openembedded.org; Wolfgang Denk <wd@denx.de>
> Subject: Re: [OE-core] [thud][PATCH] ppce500v2: remove spe *The
> PowerPC SPE support is split off to a separate powerpcspe port
>
> On Fri, 2018-11-16 at 13:31 +0100, Lukasz Majewski wrote:
> > Hi Richard,
> >
> > > What does "The PowerPC SPE support is split off to a separate
> > > powerpcspe port" mean?
> > >
> > > That gcc support is being dropped and its going somewhere
> > > separate?
> > >
> > > That we're dropping spe support from OE?
> >
> > I do hope NOT.
> >
> > There are still some users of those SPE SoCs. Please do not remove
> > it from OE.
>
> I would highlight that Yocto Project and OE get very little support
> for anything PowerPC related and that upstream gcc have already
> removed parts of the SPE support. We will likely end up having to
> follow what gcc does, we have a hack in place now but it won't last
> another gcc major version upgrade.
>
> So if you or your customers care about SPE or PowerPC in general, we
> really need to see more support at the Yocto Project advisory board
> to continue to keep it as a first class citizen.
>
> Cheers,
>
> Richard
>
>
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 499 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-11-19 23:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16 3:40 [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port C.r. Guo
2018-11-16 11:54 ` Richard Purdie
2018-11-16 12:31 ` Lukasz Majewski
2018-11-16 12:45 ` richard.purdie
2018-11-19 9:56 ` C.r. Guo
2018-11-19 10:23 ` Lukasz Majewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox