* [Buildroot] [PATCH 1/1] package/openjdk: Remove sparc support
@ 2020-04-22 17:01 aduskett at gmail.com
2020-04-22 17:03 ` Adam Duskett
2020-05-08 7:26 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: aduskett at gmail.com @ 2020-04-22 17:01 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
Sparc support is deprecated and may be removed in future releases. There are
two choices to fix this issue:
1) Set --enable-deprecated-ports=yes in the CONF_OPTS to supress the error.
2) Remove support for Sparc.
Because this port is deprecated, it's safer to remove support alltogether.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/openjdk/Config.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/openjdk/Config.in b/package/openjdk/Config.in
index 61294ec49f..df769bbb35 100644
--- a/package/openjdk/Config.in
+++ b/package/openjdk/Config.in
@@ -11,7 +11,6 @@ config BR2_PACKAGE_OPENJDK_ARCH_SUPPORTS
default y if BR2_m68k
default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
default y if BR2_sh
- default y if BR2_sparc || BR2_sparc64
config BR2_PACKAGE_OPENJDK
bool "openjdk"
--
2.25.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/openjdk: Remove sparc support
2020-04-22 17:01 [Buildroot] [PATCH 1/1] package/openjdk: Remove sparc support aduskett at gmail.com
@ 2020-04-22 17:03 ` Adam Duskett
2020-04-22 19:23 ` Yann E. MORIN
2020-05-08 7:26 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Adam Duskett @ 2020-04-22 17:03 UTC (permalink / raw)
To: buildroot
All;
I forgot to add:
Fixes:
http://autobuild.buildroot.net/results/692820b4b6d4da42cd557fa7badbbd11806bbeba
Adam
On Wed, Apr 22, 2020 at 10:01 AM <aduskett@gmail.com> wrote:
>
> From: Adam Duskett <Aduskett@gmail.com>
>
> Sparc support is deprecated and may be removed in future releases. There are
> two choices to fix this issue:
>
> 1) Set --enable-deprecated-ports=yes in the CONF_OPTS to supress the error.
> 2) Remove support for Sparc.
>
> Because this port is deprecated, it's safer to remove support alltogether.
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
> package/openjdk/Config.in | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/package/openjdk/Config.in b/package/openjdk/Config.in
> index 61294ec49f..df769bbb35 100644
> --- a/package/openjdk/Config.in
> +++ b/package/openjdk/Config.in
> @@ -11,7 +11,6 @@ config BR2_PACKAGE_OPENJDK_ARCH_SUPPORTS
> default y if BR2_m68k
> default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
> default y if BR2_sh
> - default y if BR2_sparc || BR2_sparc64
>
> config BR2_PACKAGE_OPENJDK
> bool "openjdk"
> --
> 2.25.3
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/openjdk: Remove sparc support
2020-04-22 17:03 ` Adam Duskett
@ 2020-04-22 19:23 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-04-22 19:23 UTC (permalink / raw)
To: buildroot
Adam, All,
On 2020-04-22 10:03 -0700, Adam Duskett spake thusly:
> I forgot to add:
>
> Fixes:
> http://autobuild.buildroot.net/results/692820b4b6d4da42cd557fa7badbbd11806bbeba
Applied to master, with that link added to the commit log, thanks!
Regards,
Yann E. MORIN.
> Adam
>
> On Wed, Apr 22, 2020 at 10:01 AM <aduskett@gmail.com> wrote:
> >
> > From: Adam Duskett <Aduskett@gmail.com>
> >
> > Sparc support is deprecated and may be removed in future releases. There are
> > two choices to fix this issue:
> >
> > 1) Set --enable-deprecated-ports=yes in the CONF_OPTS to supress the error.
> > 2) Remove support for Sparc.
> >
> > Because this port is deprecated, it's safer to remove support alltogether.
> >
> > Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> > ---
> > package/openjdk/Config.in | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/package/openjdk/Config.in b/package/openjdk/Config.in
> > index 61294ec49f..df769bbb35 100644
> > --- a/package/openjdk/Config.in
> > +++ b/package/openjdk/Config.in
> > @@ -11,7 +11,6 @@ config BR2_PACKAGE_OPENJDK_ARCH_SUPPORTS
> > default y if BR2_m68k
> > default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
> > default y if BR2_sh
> > - default y if BR2_sparc || BR2_sparc64
> >
> > config BR2_PACKAGE_OPENJDK
> > bool "openjdk"
> > --
> > 2.25.3
> >
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/openjdk: Remove sparc support
2020-04-22 17:01 [Buildroot] [PATCH 1/1] package/openjdk: Remove sparc support aduskett at gmail.com
2020-04-22 17:03 ` Adam Duskett
@ 2020-05-08 7:26 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-05-08 7:26 UTC (permalink / raw)
To: buildroot
>>>>> "aduskett" == aduskett <aduskett@gmail.com> writes:
> From: Adam Duskett <Aduskett@gmail.com>
> Sparc support is deprecated and may be removed in future releases. There are
> two choices to fix this issue:
> 1) Set --enable-deprecated-ports=yes in the CONF_OPTS to supress the error.
> 2) Remove support for Sparc.
> Because this port is deprecated, it's safer to remove support alltogether.
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Committed to 2020.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-05-08 7:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 17:01 [Buildroot] [PATCH 1/1] package/openjdk: Remove sparc support aduskett at gmail.com
2020-04-22 17:03 ` Adam Duskett
2020-04-22 19:23 ` Yann E. MORIN
2020-05-08 7:26 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox