All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] branding-mcsdk: Adding MCSDK branding include file
@ 2015-02-06 18:54 Sam Nelson
  2015-02-06 18:59 ` Cooper Jr., Franklin
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Sam Nelson @ 2015-02-06 18:54 UTC (permalink / raw)
  To: meta-arago

- To control preferred version and providers for MCSDK

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 .../conf/distro/include/branding-mcsdk.inc         |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-arago-distro/conf/distro/include/branding-mcsdk.inc

diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
new file mode 100644
index 0000000..d023b67
--- /dev/null
+++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
@@ -0,0 +1,20 @@
+# MCSDK branding configuration
+
+# Use the MCSDK supported versions
+PREFERRED_VERSION_libnl = "3.2.24"
+
+DISTRO_FEATURES += "x11 opengl"
+
+# Java preferences.
+#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
+PREFERRED_VERSION_icedtea7-native = "2.1.3"
+PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
+
+PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
+
+PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
+PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
+
+PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
+#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
+PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
-- 
1.7.9.5



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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 18:54 [PATCH] branding-mcsdk: Adding MCSDK branding include file Sam Nelson
@ 2015-02-06 18:59 ` Cooper Jr., Franklin
  2015-02-06 19:50   ` Nelson, Sam
  2015-02-06 18:59 ` Denys Dmytriyenko
  2015-02-06 20:30 ` Denys Dmytriyenko
  2 siblings, 1 reply; 14+ messages in thread
From: Cooper Jr., Franklin @ 2015-02-06 18:59 UTC (permalink / raw)
  To: Nelson, Sam, meta-arago

Why do u still need the commented PREFERRED_VERSIONs ur branding file?

Also what issue are you seeing that is preventing you from using libjpeg-turbo-native?

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Nelson, Sam
> Sent: Friday, February 06, 2015 12:55 PM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> - To control preferred version and providers for MCSDK
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  .../conf/distro/include/branding-mcsdk.inc         |   20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 meta-arago-distro/conf/distro/include/branding-
> mcsdk.inc
> 
> diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc b/meta-
> arago-distro/conf/distro/include/branding-mcsdk.inc
> new file mode 100644
> index 0000000..d023b67
> --- /dev/null
> +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> @@ -0,0 +1,20 @@
> +# MCSDK branding configuration
> +
> +# Use the MCSDK supported versions
> +PREFERRED_VERSION_libnl = "3.2.24"
> +
> +DISTRO_FEATURES += "x11 opengl"
> +
> +# Java preferences.
> +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> +
> +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> +
> +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> +
> +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> --
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 18:54 [PATCH] branding-mcsdk: Adding MCSDK branding include file Sam Nelson
  2015-02-06 18:59 ` Cooper Jr., Franklin
@ 2015-02-06 18:59 ` Denys Dmytriyenko
  2015-02-06 19:51   ` Nelson, Sam
  2015-02-06 20:30 ` Denys Dmytriyenko
  2 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2015-02-06 18:59 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> - To control preferred version and providers for MCSDK
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  .../conf/distro/include/branding-mcsdk.inc         |   20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> 
> diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> new file mode 100644
> index 0000000..d023b67
> --- /dev/null
> +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> @@ -0,0 +1,20 @@
> +# MCSDK branding configuration
> +
> +# Use the MCSDK supported versions
> +PREFERRED_VERSION_libnl = "3.2.24"
> +
> +DISTRO_FEATURES += "x11 opengl"

I assume x11 is to make Java happy? I don't think you have x11 env...


> +# Java preferences.
> +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> +
> +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> +
> +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> +
> +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 18:59 ` Cooper Jr., Franklin
@ 2015-02-06 19:50   ` Nelson, Sam
  0 siblings, 0 replies; 14+ messages in thread
From: Nelson, Sam @ 2015-02-06 19:50 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago



> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Friday, February 06, 2015 2:00 PM
> To: Nelson, Sam; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> Why do u still need the commented PREFERRED_VERSIONs ur branding file?
> 
[Sam] Sorry. The commented lines can be removed. I will send updated patch.
> Also what issue are you seeing that is preventing you from using libjpeg-
> turbo-native?
[Sam]  Not sure of issues with libjpeg-turbo-native it was just a choice we were experimenting. Currently , we have everything working with
jpeg-native and going with this for now.
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Nelson, Sam
> > Sent: Friday, February 06, 2015 12:55 PM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> > include file
> >
> > - To control preferred version and providers for MCSDK
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  .../conf/distro/include/branding-mcsdk.inc         |   20
> ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> >  create mode 100644 meta-arago-distro/conf/distro/include/branding-
> > mcsdk.inc
> >
> > diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> b/meta-
> > arago-distro/conf/distro/include/branding-mcsdk.inc
> > new file mode 100644
> > index 0000000..d023b67
> > --- /dev/null
> > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > @@ -0,0 +1,20 @@
> > +# MCSDK branding configuration
> > +
> > +# Use the MCSDK supported versions
> > +PREFERRED_VERSION_libnl = "3.2.24"
> > +
> > +DISTRO_FEATURES += "x11 opengl"
> > +
> > +# Java preferences.
> > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > +
> > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > +
> > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > +
> > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 18:59 ` Denys Dmytriyenko
@ 2015-02-06 19:51   ` Nelson, Sam
  2015-02-06 20:32     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 14+ messages in thread
From: Nelson, Sam @ 2015-02-06 19:51 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, February 06, 2015 2:00 PM
> To: Nelson, Sam
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> > - To control preferred version and providers for MCSDK
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  .../conf/distro/include/branding-mcsdk.inc         |   20
> ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> >  create mode 100644 meta-arago-distro/conf/distro/include/branding-
> mcsdk.inc
> >
> > diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > new file mode 100644
> > index 0000000..d023b67
> > --- /dev/null
> > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > @@ -0,0 +1,20 @@
> > +# MCSDK branding configuration
> > +
> > +# Use the MCSDK supported versions
> > +PREFERRED_VERSION_libnl = "3.2.24"
> > +
> > +DISTRO_FEATURES += "x11 opengl"
> 
> I assume x11 is to make Java happy? I don't think you have x11 env...
> 
[Sam] Yes it was to make Java happy.
> 
> > +# Java preferences.
> > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > +
> > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > +
> > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > +
> > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 18:54 [PATCH] branding-mcsdk: Adding MCSDK branding include file Sam Nelson
  2015-02-06 18:59 ` Cooper Jr., Franklin
  2015-02-06 18:59 ` Denys Dmytriyenko
@ 2015-02-06 20:30 ` Denys Dmytriyenko
  2015-02-06 21:04   ` Nelson, Sam
  2 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2015-02-06 20:30 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> - To control preferred version and providers for MCSDK
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  .../conf/distro/include/branding-mcsdk.inc         |   20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> 
> diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> new file mode 100644
> index 0000000..d023b67
> --- /dev/null
> +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> @@ -0,0 +1,20 @@
> +# MCSDK branding configuration
> +
> +# Use the MCSDK supported versions
> +PREFERRED_VERSION_libnl = "3.2.24"
> +
> +DISTRO_FEATURES += "x11 opengl"
> +
> +# Java preferences.
> +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> +
> +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> +
> +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> +
> +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"

BTW, I don't think this last line is correct ^^^

-- 
Denys


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 19:51   ` Nelson, Sam
@ 2015-02-06 20:32     ` Cooper Jr., Franklin
  2015-02-06 20:42       ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Cooper Jr., Franklin @ 2015-02-06 20:32 UTC (permalink / raw)
  To: Nelson, Sam, Dmytriyenko, Denys; +Cc: meta-arago



> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Nelson, Sam
> Sent: Friday, February 06, 2015 1:51 PM
> To: Dmytriyenko, Denys
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Friday, February 06, 2015 2:00 PM
> > To: Nelson, Sam
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK
> > branding include file
> >
> > On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> > > - To control preferred version and providers for MCSDK
> > >
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > ---
> > >  .../conf/distro/include/branding-mcsdk.inc         |   20
> > ++++++++++++++++++++
> > >  1 file changed, 20 insertions(+)
> > >  create mode 100644 meta-arago-distro/conf/distro/include/branding-
> > mcsdk.inc
> > >
> > > diff --git
> > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > new file mode 100644
> > > index 0000000..d023b67
> > > --- /dev/null
> > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > @@ -0,0 +1,20 @@
> > > +# MCSDK branding configuration
> > > +
> > > +# Use the MCSDK supported versions
> > > +PREFERRED_VERSION_libnl = "3.2.24"
> > > +
> > > +DISTRO_FEATURES += "x11 opengl"
> >
> > I assume x11 is to make Java happy? I don't think you have x11 env...
> >
> [Sam] Yes it was to make Java happy.
[Franklin] I thought I remembered that the mcsdk were meant for headless devices.
If so I would recommend taking a look at the discussion here:
https://github.com/woglinde/meta-java/issues/45

Pulling in x11 and gtk seems painful especially since you're not using it.
Anyway it's something to look into if it is indeed meant for headless devices.
But its ur branding file so my above comments aren't meant to block this patch from being accepted.
> >
> > > +# Java preferences.
> > > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > > +
> > > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > > +
> > > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > > +
> > > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> > > --
> > > 1.7.9.5
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 20:32     ` Cooper Jr., Franklin
@ 2015-02-06 20:42       ` Denys Dmytriyenko
  2015-02-06 21:07         ` Cooper Jr., Franklin
  0 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2015-02-06 20:42 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago

On Fri, Feb 06, 2015 at 03:32:42PM -0500, Cooper Jr., Franklin wrote:
> 
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Nelson, Sam
> > Sent: Friday, February 06, 2015 1:51 PM
> > To: Dmytriyenko, Denys
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> > include file
> > 
> > 
> > 
> > > -----Original Message-----
> > > From: Dmytriyenko, Denys
> > > Sent: Friday, February 06, 2015 2:00 PM
> > > To: Nelson, Sam
> > > Cc: meta-arago@arago-project.org
> > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK
> > > branding include file
> > >
> > > On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> > > > - To control preferred version and providers for MCSDK
> > > >
> > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > > ---
> > > >  .../conf/distro/include/branding-mcsdk.inc         |   20
> > > ++++++++++++++++++++
> > > >  1 file changed, 20 insertions(+)
> > > >  create mode 100644 meta-arago-distro/conf/distro/include/branding-
> > > mcsdk.inc
> > > >
> > > > diff --git
> > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > new file mode 100644
> > > > index 0000000..d023b67
> > > > --- /dev/null
> > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > @@ -0,0 +1,20 @@
> > > > +# MCSDK branding configuration
> > > > +
> > > > +# Use the MCSDK supported versions
> > > > +PREFERRED_VERSION_libnl = "3.2.24"
> > > > +
> > > > +DISTRO_FEATURES += "x11 opengl"
> > >
> > > I assume x11 is to make Java happy? I don't think you have x11 env...
> > >
> > [Sam] Yes it was to make Java happy.
> [Franklin] I thought I remembered that the mcsdk were meant for headless devices.
> If so I would recommend taking a look at the discussion here:
> https://github.com/woglinde/meta-java/issues/45
> 
> Pulling in x11 and gtk seems painful especially since you're not using it.
> Anyway it's something to look into if it is indeed meant for headless devices.
> But its ur branding file so my above comments aren't meant to block this patch from being accepted.

Well, as explained in that tracker link you provided, pulling X libs for the 
build doesn't necessary mean you'll end up with X component on the target. 
Yes, disabling AWT is a nice touch, hopefully it gets integrated into meta-java


> > > > +# Java preferences.
> > > > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > > > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > > > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > > > +
> > > > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > > > +
> > > > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > > > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > > > +
> > > > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > > > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > > > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> > > > --
> > > > 1.7.9.5
> > > >
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 20:30 ` Denys Dmytriyenko
@ 2015-02-06 21:04   ` Nelson, Sam
  2015-02-06 21:21     ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Nelson, Sam @ 2015-02-06 21:04 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, February 06, 2015 3:31 PM
> To: Nelson, Sam
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> > - To control preferred version and providers for MCSDK
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  .../conf/distro/include/branding-mcsdk.inc         |   20
> ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> >  create mode 100644 meta-arago-distro/conf/distro/include/branding-
> mcsdk.inc
> >
> > diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > new file mode 100644
> > index 0000000..d023b67
> > --- /dev/null
> > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > @@ -0,0 +1,20 @@
> > +# MCSDK branding configuration
> > +
> > +# Use the MCSDK supported versions
> > +PREFERRED_VERSION_libnl = "3.2.24"
> > +
> > +DISTRO_FEATURES += "x11 opengl"
> > +
> > +# Java preferences.
> > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > +
> > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > +
> > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > +
> > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> 
> BTW, I don't think this last line is correct ^^^
[Sam] 
Are you saying this is not the right option to choose?
I got :
NOTE: multiple providers are available for runtime glibc-gconv-iso8859-1 (eglibc-locale, nativesdk-eglibc-locale, external-arago-toolchain)
NOTE: consider defining a PREFERRED_PROVIDER entry to match glibc-gconv-iso8859-1
> 
> --
> Denys


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 20:42       ` Denys Dmytriyenko
@ 2015-02-06 21:07         ` Cooper Jr., Franklin
  2015-02-07  2:29           ` Nelson, Sam
  0 siblings, 1 reply; 14+ messages in thread
From: Cooper Jr., Franklin @ 2015-02-06 21:07 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, February 06, 2015 2:43 PM
> To: Cooper Jr., Franklin
> Cc: Nelson, Sam; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> On Fri, Feb 06, 2015 at 03:32:42PM -0500, Cooper Jr., Franklin wrote:
> >
> >
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > bounces@arago-project.org] On Behalf Of Nelson, Sam
> > > Sent: Friday, February 06, 2015 1:51 PM
> > > To: Dmytriyenko, Denys
> > > Cc: meta-arago@arago-project.org
> > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK
> > > branding include file
> > >
> > >
> > >
> > > > -----Original Message-----
> > > > From: Dmytriyenko, Denys
> > > > Sent: Friday, February 06, 2015 2:00 PM
> > > > To: Nelson, Sam
> > > > Cc: meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK
> > > > branding include file
> > > >
> > > > On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> > > > > - To control preferred version and providers for MCSDK
> > > > >
> > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > > > ---
> > > > >  .../conf/distro/include/branding-mcsdk.inc         |   20
> > > > ++++++++++++++++++++
> > > > >  1 file changed, 20 insertions(+)  create mode 100644
> > > > > meta-arago-distro/conf/distro/include/branding-
> > > > mcsdk.inc
> > > > >
> > > > > diff --git
> > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > new file mode 100644
> > > > > index 0000000..d023b67
> > > > > --- /dev/null
> > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > @@ -0,0 +1,20 @@
> > > > > +# MCSDK branding configuration
> > > > > +
> > > > > +# Use the MCSDK supported versions PREFERRED_VERSION_libnl =
> > > > > +"3.2.24"
> > > > > +
> > > > > +DISTRO_FEATURES += "x11 opengl"
> > > >
> > > > I assume x11 is to make Java happy? I don't think you have x11 env...
> > > >
> > > [Sam] Yes it was to make Java happy.
> > [Franklin] I thought I remembered that the mcsdk were meant for headless
> devices.
> > If so I would recommend taking a look at the discussion here:
> > https://github.com/woglinde/meta-java/issues/45
> >
> > Pulling in x11 and gtk seems painful especially since you're not using it.
> > Anyway it's something to look into if it is indeed meant for headless devices.
> > But its ur branding file so my above comments aren't meant to block this
> patch from being accepted.
> 
> Well, as explained in that tracker link you provided, pulling X libs for the build
> doesn't necessary mean you'll end up with X component on the target.
> Yes, disabling AWT is a nice touch, hopefully it gets integrated into meta-java
[Franklin] Maybe for the very specific x11 recipes but pulling the generic gtk+ package I'm not sure things will end up being as lucky. The changes mentioned in the link specifically drops the gtk dependency. Also adding X11 to your distro features I'm assuming will affect quite a bit of recipes that may pull in additional x11 dependencies that they may have avoided otherwise.

Anyway I was making assumptions so if that isn't occurring in their current builds feel free to ignore my crazy rambling :)
> 
> 
> > > > > +# Java preferences.
> > > > > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > > > > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > > > > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > > > > +
> > > > > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > > > > +
> > > > > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > > > > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > > > > +
> > > > > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > > > > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > > > > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-
> locale"
> > > > > --
> > > > > 1.7.9.5
> > > > >
> > > > > _______________________________________________
> > > > > meta-arago mailing list
> > > > > meta-arago@arago-project.org
> > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 21:04   ` Nelson, Sam
@ 2015-02-06 21:21     ` Denys Dmytriyenko
  0 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2015-02-06 21:21 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-arago

On Fri, Feb 06, 2015 at 04:04:27PM -0500, Nelson, Sam wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Friday, February 06, 2015 3:31 PM
> > To: Nelson, Sam
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> > include file
> > 
> > On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> > > - To control preferred version and providers for MCSDK
> > >
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > ---
> > >  .../conf/distro/include/branding-mcsdk.inc         |   20
> > ++++++++++++++++++++
> > >  1 file changed, 20 insertions(+)
> > >  create mode 100644 meta-arago-distro/conf/distro/include/branding-
> > mcsdk.inc
> > >
> > > diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > new file mode 100644
> > > index 0000000..d023b67
> > > --- /dev/null
> > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > @@ -0,0 +1,20 @@
> > > +# MCSDK branding configuration
> > > +
> > > +# Use the MCSDK supported versions
> > > +PREFERRED_VERSION_libnl = "3.2.24"
> > > +
> > > +DISTRO_FEATURES += "x11 opengl"
> > > +
> > > +# Java preferences.
> > > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > > +
> > > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > > +
> > > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > > +
> > > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-locale"
> > 
> > BTW, I don't think this last line is correct ^^^
> [Sam] 
> Are you saying this is not the right option to choose?
> I got :
> NOTE: multiple providers are available for runtime glibc-gconv-iso8859-1 
> (eglibc-locale, nativesdk-eglibc-locale, external-arago-toolchain)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match 
> glibc-gconv-iso8859-1

Hmm, I think that the external Linaro toolchain recipe should be fixed to 
provide that as well. But for now selecting eglibc-locale is more correct than 
nativesdk-eglibc-locale, even though you'll end up pulling and building eglibc

-- 
Denys


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-06 21:07         ` Cooper Jr., Franklin
@ 2015-02-07  2:29           ` Nelson, Sam
  2015-02-20  2:55             ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Nelson, Sam @ 2015-02-07  2:29 UTC (permalink / raw)
  To: Cooper Jr., Franklin, Dmytriyenko, Denys; +Cc: meta-arago



> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Friday, February 06, 2015 4:08 PM
> To: Dmytriyenko, Denys
> Cc: Nelson, Sam; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Friday, February 06, 2015 2:43 PM
> > To: Cooper Jr., Franklin
> > Cc: Nelson, Sam; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK
> branding
> > include file
> >
> > On Fri, Feb 06, 2015 at 03:32:42PM -0500, Cooper Jr., Franklin wrote:
> > >
> > >
> > > > -----Original Message-----
> > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > bounces@arago-project.org] On Behalf Of Nelson, Sam
> > > > Sent: Friday, February 06, 2015 1:51 PM
> > > > To: Dmytriyenko, Denys
> > > > Cc: meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK
> > > > branding include file
> > > >
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Dmytriyenko, Denys
> > > > > Sent: Friday, February 06, 2015 2:00 PM
> > > > > To: Nelson, Sam
> > > > > Cc: meta-arago@arago-project.org
> > > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK
> > > > > branding include file
> > > > >
> > > > > On Fri, Feb 06, 2015 at 01:54:56PM -0500, Sam Nelson wrote:
> > > > > > - To control preferred version and providers for MCSDK
> > > > > >
> > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > > > > ---
> > > > > >  .../conf/distro/include/branding-mcsdk.inc         |   20
> > > > > ++++++++++++++++++++
> > > > > >  1 file changed, 20 insertions(+)  create mode 100644
> > > > > > meta-arago-distro/conf/distro/include/branding-
> > > > > mcsdk.inc
> > > > > >
> > > > > > diff --git
> > > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > new file mode 100644
> > > > > > index 0000000..d023b67
> > > > > > --- /dev/null
> > > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > @@ -0,0 +1,20 @@
> > > > > > +# MCSDK branding configuration
> > > > > > +
> > > > > > +# Use the MCSDK supported versions PREFERRED_VERSION_libnl =
> > > > > > +"3.2.24"
> > > > > > +
> > > > > > +DISTRO_FEATURES += "x11 opengl"
> > > > >
> > > > > I assume x11 is to make Java happy? I don't think you have x11 env...
> > > > >
> > > > [Sam] Yes it was to make Java happy.
> > > [Franklin] I thought I remembered that the mcsdk were meant for headless
> > devices.
> > > If so I would recommend taking a look at the discussion here:
> > > https://github.com/woglinde/meta-java/issues/45
> > >
> > > Pulling in x11 and gtk seems painful especially since you're not using it.
> > > Anyway it's something to look into if it is indeed meant for headless
> devices.
> > > But its ur branding file so my above comments aren't meant to block this
> > patch from being accepted.
> >
> > Well, as explained in that tracker link you provided, pulling X libs for the
> build
> > doesn't necessary mean you'll end up with X component on the target.
> > Yes, disabling AWT is a nice touch, hopefully it gets integrated into meta-
> java
> [Franklin] Maybe for the very specific x11 recipes but pulling the generic gtk+
> package I'm not sure things will end up being as lucky. The changes
> mentioned in the link specifically drops the gtk dependency. Also adding X11
> to your distro features I'm assuming will affect quite a bit of recipes that may
> pull in additional x11 dependencies that they may have avoided otherwise.
> 
> Anyway I was making assumptions so if that isn't occurring in their current
> builds feel free to ignore my crazy rambling :)
[Sam] I tried the patch mentioned in tracker link. But I see libxt libxinerama libxrender all depend on x11.
So not giving anything useful.
> >
> >
> > > > > > +# Java preferences.
> > > > > > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > > > > > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > > > > > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > > > > > +
> > > > > > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > > > > > +
> > > > > > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > > > > > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > > > > > +
> > > > > > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > > > > > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > > > > > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-
> > locale"
> > > > > > --
> > > > > > 1.7.9.5
> > > > > >
> > > > > > _______________________________________________
> > > > > > meta-arago mailing list
> > > > > > meta-arago@arago-project.org
> > > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-07  2:29           ` Nelson, Sam
@ 2015-02-20  2:55             ` Denys Dmytriyenko
  2015-02-20  4:26               ` Nelson, Sam
  0 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2015-02-20  2:55 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-arago, Cooper Jr., Franklin

Coming back to this discussion...


On Fri, Feb 06, 2015 at 09:29:48PM -0500, Nelson, Sam wrote:
> > > > > > > - To control preferred version and providers for MCSDK
> > > > > > >
> > > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > > > > > ---
> > > > > > >  .../conf/distro/include/branding-mcsdk.inc         |   20
> > > > > > ++++++++++++++++++++
> > > > > > >  1 file changed, 20 insertions(+)  create mode 100644
> > > > > > > meta-arago-distro/conf/distro/include/branding-
> > > > > > mcsdk.inc
> > > > > > >
> > > > > > > diff --git
> > > > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > > new file mode 100644
> > > > > > > index 0000000..d023b67
> > > > > > > --- /dev/null
> > > > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > > @@ -0,0 +1,20 @@
> > > > > > > +# MCSDK branding configuration
> > > > > > > +
> > > > > > > +# Use the MCSDK supported versions PREFERRED_VERSION_libnl =
> > > > > > > +"3.2.24"
> > > > > > > +
> > > > > > > +DISTRO_FEATURES += "x11 opengl"
> > > > > >
> > > > > > I assume x11 is to make Java happy? I don't think you have x11 env...
> > > > > >
> > > > > [Sam] Yes it was to make Java happy.
> > > > [Franklin] I thought I remembered that the mcsdk were meant for headless
> > > devices.
> > > > If so I would recommend taking a look at the discussion here:
> > > > https://github.com/woglinde/meta-java/issues/45
> > > >
> > > > Pulling in x11 and gtk seems painful especially since you're not using it.
> > > > Anyway it's something to look into if it is indeed meant for headless
> > devices.
> > > > But its ur branding file so my above comments aren't meant to block this
> > > patch from being accepted.
> > >
> > > Well, as explained in that tracker link you provided, pulling X libs for the
> > build
> > > doesn't necessary mean you'll end up with X component on the target.
> > > Yes, disabling AWT is a nice touch, hopefully it gets integrated into meta-
> > java
> > [Franklin] Maybe for the very specific x11 recipes but pulling the generic gtk+
> > package I'm not sure things will end up being as lucky. The changes
> > mentioned in the link specifically drops the gtk dependency. Also adding X11
> > to your distro features I'm assuming will affect quite a bit of recipes that may
> > pull in additional x11 dependencies that they may have avoided otherwise.
> > 
> > Anyway I was making assumptions so if that isn't occurring in their current
> > builds feel free to ignore my crazy rambling :)

> [Sam] I tried the patch mentioned in tracker link. But I see libxt 
> libxinerama libxrender all depend on x11.
> So not giving anything useful.

But according to the comments, it skips building AWT and removes GTK 
dependencies. Plus the build is faster. Do you want to include it?

I'm wondering if libxt, libxinerama and libxrender require 
DISTRO_FEATURES += "x11"...


> > > > > > > +# Java preferences.
> > > > > > > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > > > > > > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > > > > > > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > > > > > > +
> > > > > > > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > > > > > > +
> > > > > > > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > > > > > > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
> > > > > > > +
> > > > > > > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > > > > > > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > > > > > > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-eglibc-
> > > locale"
> > > > > > > --
> > > > > > > 1.7.9.5
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > meta-arago mailing list
> > > > > > > meta-arago@arago-project.org
> > > > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > > > _______________________________________________
> > > > > meta-arago mailing list
> > > > > meta-arago@arago-project.org
> > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] branding-mcsdk: Adding MCSDK branding include file
  2015-02-20  2:55             ` Denys Dmytriyenko
@ 2015-02-20  4:26               ` Nelson, Sam
  0 siblings, 0 replies; 14+ messages in thread
From: Nelson, Sam @ 2015-02-20  4:26 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago, Cooper Jr., Franklin



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Thursday, February 19, 2015 9:56 PM
> To: Nelson, Sam
> Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Adding MCSDK branding
> include file
> 
> Coming back to this discussion...
> 
> 
> On Fri, Feb 06, 2015 at 09:29:48PM -0500, Nelson, Sam wrote:
> > > > > > > > - To control preferred version and providers for MCSDK
> > > > > > > >
> > > > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > > > > > > ---
> > > > > > > >  .../conf/distro/include/branding-mcsdk.inc         |   20
> > > > > > > ++++++++++++++++++++
> > > > > > > >  1 file changed, 20 insertions(+)  create mode 100644
> > > > > > > > meta-arago-distro/conf/distro/include/branding-
> > > > > > > mcsdk.inc
> > > > > > > >
> > > > > > > > diff --git
> > > > > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > > > new file mode 100644
> > > > > > > > index 0000000..d023b67
> > > > > > > > --- /dev/null
> > > > > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc
> > > > > > > > @@ -0,0 +1,20 @@
> > > > > > > > +# MCSDK branding configuration
> > > > > > > > +
> > > > > > > > +# Use the MCSDK supported versions PREFERRED_VERSION_libnl
> =
> > > > > > > > +"3.2.24"
> > > > > > > > +
> > > > > > > > +DISTRO_FEATURES += "x11 opengl"
> > > > > > >
> > > > > > > I assume x11 is to make Java happy? I don't think you have x11 env...
> > > > > > >
> > > > > > [Sam] Yes it was to make Java happy.
> > > > > [Franklin] I thought I remembered that the mcsdk were meant for
> headless
> > > > devices.
> > > > > If so I would recommend taking a look at the discussion here:
> > > > > https://github.com/woglinde/meta-java/issues/45
> > > > >
> > > > > Pulling in x11 and gtk seems painful especially since you're not using it.
> > > > > Anyway it's something to look into if it is indeed meant for headless
> > > devices.
> > > > > But its ur branding file so my above comments aren't meant to block
> this
> > > > patch from being accepted.
> > > >
> > > > Well, as explained in that tracker link you provided, pulling X libs for the
> > > build
> > > > doesn't necessary mean you'll end up with X component on the target.
> > > > Yes, disabling AWT is a nice touch, hopefully it gets integrated into meta-
> > > java
> > > [Franklin] Maybe for the very specific x11 recipes but pulling the generic
> gtk+
> > > package I'm not sure things will end up being as lucky. The changes
> > > mentioned in the link specifically drops the gtk dependency. Also adding
> X11
> > > to your distro features I'm assuming will affect quite a bit of recipes that
> may
> > > pull in additional x11 dependencies that they may have avoided otherwise.
> > >
> > > Anyway I was making assumptions so if that isn't occurring in their current
> > > builds feel free to ignore my crazy rambling :)
> 
> > [Sam] I tried the patch mentioned in tracker link. But I see libxt
> > libxinerama libxrender all depend on x11.
> > So not giving anything useful.
> 
> But according to the comments, it skips building AWT and removes GTK
> dependencies. Plus the build is faster. Do you want to include it?
[Sam] Let me check on this, in the perspective of building faster with the patch.
( I guess this need not hold up adding x11 for DISTRO_FEATURES).
> 
> I'm wondering if libxt, libxinerama and libxrender require
> DISTRO_FEATURES += "x11"...
> 
[Sam] Here is the error message when trying to build libxt without x11. 
ERROR: Nothing PROVIDES 'libxt'
ERROR: libxt was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)

Same error with libxinerama and libxrender as well.
> 
> > > > > > > > +# Java preferences.
> > > > > > > > +#PREFERRED_VERSION_openjdk-7-jre = "25b30-2.3.12"
> > > > > > > > +PREFERRED_VERSION_icedtea7-native = "2.1.3"
> > > > > > > > +PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"
> > > > > > > > +
> > > > > > > > +PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
> > > > > > > > +
> > > > > > > > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
> > > > > > > > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-
> native"
> > > > > > > > +
> > > > > > > > +PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
> > > > > > > > +#PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
> > > > > > > > +PREFERRED_PROVIDER_glibc-gconv-iso8859-1 = "nativesdk-
> eglibc-
> > > > locale"
> > > > > > > > --
> > > > > > > > 1.7.9.5
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > meta-arago mailing list
> > > > > > > > meta-arago@arago-project.org
> > > > > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > > > > _______________________________________________
> > > > > > meta-arago mailing list
> > > > > > meta-arago@arago-project.org
> > > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2015-02-20  4:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-06 18:54 [PATCH] branding-mcsdk: Adding MCSDK branding include file Sam Nelson
2015-02-06 18:59 ` Cooper Jr., Franklin
2015-02-06 19:50   ` Nelson, Sam
2015-02-06 18:59 ` Denys Dmytriyenko
2015-02-06 19:51   ` Nelson, Sam
2015-02-06 20:32     ` Cooper Jr., Franklin
2015-02-06 20:42       ` Denys Dmytriyenko
2015-02-06 21:07         ` Cooper Jr., Franklin
2015-02-07  2:29           ` Nelson, Sam
2015-02-20  2:55             ` Denys Dmytriyenko
2015-02-20  4:26               ` Nelson, Sam
2015-02-06 20:30 ` Denys Dmytriyenko
2015-02-06 21:04   ` Nelson, Sam
2015-02-06 21:21     ` 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.