Re: [PATCH] archs38: mark as source-only

2023-01-08 Thread Robert Marko
On Thu, 29 Dec 2022 at 19:23, Robert Marko  wrote:
>
> archs38 seems to be pretty much unused, usually only treewide changes or
> kernel bumps in order to branch off new stable are done to it.
>
> Considering that target only support some Synopsis HS38 ARC reference
> boards and no consumer hardware so mark the target as source-only to stop
> using Buildbot resources on building the target and packages for it.

Just a friendly ping, to see if there are any objections against this.

Regards,
Robert
>
> Signed-off-by: Robert Marko 
> ---
>  target/linux/archs38/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile
> index e08f779170..756de43561 100644
> --- a/target/linux/archs38/Makefile
> +++ b/target/linux/archs38/Makefile
> @@ -8,6 +8,7 @@ ARCH:=arc
>  CPU_TYPE:=archs
>  BOARD:=archs38
>  BOARDNAME:=Synopsys DesignWare ARC HS38
> +FEATURES:=source-only
>  SUBTARGETS:=generic
>
>  KERNEL_PATCHVER:=5.10
> --
> 2.38.1
>

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [PATCH] archs38: mark as source-only

2022-12-29 Thread Robert Marko
On Thu, 29 Dec 2022 at 23:28, Rosen Penev  wrote:
>
> On Thu, Dec 29, 2022 at 10:52 AM Robert Marko  wrote:
> >
> > archs38 seems to be pretty much unused, usually only treewide changes or
> > kernel bumps in order to branch off new stable are done to it.
> >
> > Considering that target only support some Synopsis HS38 ARC reference
> > boards and no consumer hardware so mark the target as source-only to stop
> > using Buildbot resources on building the target and packages for it.
> One benefit of building archs38 is that it's glibc, which is somewhat
> supported with OpenWrt.

We discussed this on the IRC with Hauke and others, and it would be
more beneficial
to have an x86 glibc target.

That unlike archs38 would probably have an active user-base, cause
currently other
than making sure it compiles archs38 doesnt really provide any
feedback on whether
glibc actually works as expected.

Regards,
Robert

> >
> > Signed-off-by: Robert Marko 
> > ---
> >  target/linux/archs38/Makefile | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile
> > index e08f779170..756de43561 100644
> > --- a/target/linux/archs38/Makefile
> > +++ b/target/linux/archs38/Makefile
> > @@ -8,6 +8,7 @@ ARCH:=arc
> >  CPU_TYPE:=archs
> >  BOARD:=archs38
> >  BOARDNAME:=Synopsys DesignWare ARC HS38
> > +FEATURES:=source-only
> >  SUBTARGETS:=generic
> >
> >  KERNEL_PATCHVER:=5.10
> > --
> > 2.38.1
> >
> >
> > ___
> > openwrt-devel mailing list
> > openwrt-devel@lists.openwrt.org
> > https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [PATCH] archs38: mark as source-only

2022-12-29 Thread Rosen Penev
On Thu, Dec 29, 2022 at 10:52 AM Robert Marko  wrote:
>
> archs38 seems to be pretty much unused, usually only treewide changes or
> kernel bumps in order to branch off new stable are done to it.
>
> Considering that target only support some Synopsis HS38 ARC reference
> boards and no consumer hardware so mark the target as source-only to stop
> using Buildbot resources on building the target and packages for it.
One benefit of building archs38 is that it's glibc, which is somewhat
supported with OpenWrt.
>
> Signed-off-by: Robert Marko 
> ---
>  target/linux/archs38/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile
> index e08f779170..756de43561 100644
> --- a/target/linux/archs38/Makefile
> +++ b/target/linux/archs38/Makefile
> @@ -8,6 +8,7 @@ ARCH:=arc
>  CPU_TYPE:=archs
>  BOARD:=archs38
>  BOARDNAME:=Synopsys DesignWare ARC HS38
> +FEATURES:=source-only
>  SUBTARGETS:=generic
>
>  KERNEL_PATCHVER:=5.10
> --
> 2.38.1
>
>
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[PATCH] archs38: mark as source-only

2022-12-29 Thread Robert Marko
archs38 seems to be pretty much unused, usually only treewide changes or
kernel bumps in order to branch off new stable are done to it.

Considering that target only support some Synopsis HS38 ARC reference
boards and no consumer hardware so mark the target as source-only to stop
using Buildbot resources on building the target and packages for it.

Signed-off-by: Robert Marko 
---
 target/linux/archs38/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile
index e08f779170..756de43561 100644
--- a/target/linux/archs38/Makefile
+++ b/target/linux/archs38/Makefile
@@ -8,6 +8,7 @@ ARCH:=arc
 CPU_TYPE:=archs
 BOARD:=archs38
 BOARDNAME:=Synopsys DesignWare ARC HS38
+FEATURES:=source-only
 SUBTARGETS:=generic
 
 KERNEL_PATCHVER:=5.10
-- 
2.38.1


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel