* [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES @ 2015-02-25 21:05 Sam Nelson 2015-02-26 16:59 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Sam Nelson @ 2015-02-25 21:05 UTC (permalink / raw) To: meta-arago Signed-off-by: Sam Nelson <sam.nelson@ti.com> --- .../conf/distro/include/branding-mcsdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc index 9fca5af..238b803 100644 --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc @@ -3,7 +3,7 @@ # Use the MCSDK supported versions PREFERRED_VERSION_libnl = "3.2.24" -DISTRO_FEATURES += "x11" +DISTRO_FEATURES += "x11 opengl" # Java preferences. PREFERRED_VERSION_icedtea7-native = "2.1.3" -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES 2015-02-25 21:05 [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES Sam Nelson @ 2015-02-26 16:59 ` Denys Dmytriyenko 2015-02-26 17:49 ` Nelson, Sam 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2015-02-26 16:59 UTC (permalink / raw) To: Sam Nelson; +Cc: meta-arago On Wed, Feb 25, 2015 at 04:05:35PM -0500, Sam Nelson wrote: > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > --- > .../conf/distro/include/branding-mcsdk.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > index 9fca5af..238b803 100644 > --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > @@ -3,7 +3,7 @@ > # Use the MCSDK supported versions > PREFERRED_VERSION_libnl = "3.2.24" > > -DISTRO_FEATURES += "x11" > +DISTRO_FEATURES += "x11 opengl" Reason? > # Java preferences. > PREFERRED_VERSION_icedtea7-native = "2.1.3" > -- > 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] 7+ messages in thread
* Re: [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES 2015-02-26 16:59 ` Denys Dmytriyenko @ 2015-02-26 17:49 ` Nelson, Sam 2015-02-26 18:00 ` Cooper Jr., Franklin 0 siblings, 1 reply; 7+ messages in thread From: Nelson, Sam @ 2015-02-26 17:49 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Thursday, February 26, 2015 12:00 PM > To: Nelson, Sam > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > DISTRO_FEATURES > > On Wed, Feb 25, 2015 at 04:05:35PM -0500, Sam Nelson wrote: > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > --- > > .../conf/distro/include/branding-mcsdk.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > index 9fca5af..238b803 100644 > > --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > @@ -3,7 +3,7 @@ > > # Use the MCSDK supported versions > > PREFERRED_VERSION_libnl = "3.2.24" > > > > -DISTRO_FEATURES += "x11" > > +DISTRO_FEATURES += "x11 opengl" > > Reason? [Sam] libgl was required to enable openCL compilation on target. libgl depends on DISTRO_FEATURES opengl. > > > > # Java preferences. > > PREFERRED_VERSION_icedtea7-native = "2.1.3" > > -- > > 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] 7+ messages in thread
* Re: [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES 2015-02-26 17:49 ` Nelson, Sam @ 2015-02-26 18:00 ` Cooper Jr., Franklin 2015-02-26 18:10 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Cooper Jr., Franklin @ 2015-02-26 18:00 UTC (permalink / raw) To: Nelson, Sam, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > bounces@arago-project.org] On Behalf Of Nelson, Sam > Sent: Thursday, February 26, 2015 11:49 AM > To: Dmytriyenko, Denys > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > DISTRO_FEATURES > > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Thursday, February 26, 2015 12:00 PM > > To: Nelson, Sam > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > DISTRO_FEATURES > > > > On Wed, Feb 25, 2015 at 04:05:35PM -0500, Sam Nelson wrote: > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > --- > > > .../conf/distro/include/branding-mcsdk.inc | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > index 9fca5af..238b803 100644 > > > --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > @@ -3,7 +3,7 @@ > > > # Use the MCSDK supported versions > > > PREFERRED_VERSION_libnl = "3.2.24" > > > > > > -DISTRO_FEATURES += "x11" > > > +DISTRO_FEATURES += "x11 opengl" > > > > Reason? > [Sam] libgl was required to enable openCL compilation on target. libgl > depends on DISTRO_FEATURES opengl. [Franklin] I thought from Jacob patch that there isn't a dependency on OpenGL and only some of the headers are required which he sent a patch to add? > > > > > > > # Java preferences. > > > PREFERRED_VERSION_icedtea7-native = "2.1.3" > > > -- > > > 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] 7+ messages in thread
* Re: [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES 2015-02-26 18:00 ` Cooper Jr., Franklin @ 2015-02-26 18:10 ` Denys Dmytriyenko 2015-02-26 18:21 ` Nelson, Sam 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2015-02-26 18:10 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Thu, Feb 26, 2015 at 01:00:06PM -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: Thursday, February 26, 2015 11:49 AM > > To: Dmytriyenko, Denys > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > DISTRO_FEATURES > > > > > > > > > -----Original Message----- > > > From: Dmytriyenko, Denys > > > Sent: Thursday, February 26, 2015 12:00 PM > > > To: Nelson, Sam > > > Cc: meta-arago@arago-project.org > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > > DISTRO_FEATURES > > > > > > On Wed, Feb 25, 2015 at 04:05:35PM -0500, Sam Nelson wrote: > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > > --- > > > > .../conf/distro/include/branding-mcsdk.inc | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > index 9fca5af..238b803 100644 > > > > --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > @@ -3,7 +3,7 @@ > > > > # Use the MCSDK supported versions > > > > PREFERRED_VERSION_libnl = "3.2.24" > > > > > > > > -DISTRO_FEATURES += "x11" > > > > +DISTRO_FEATURES += "x11 opengl" > > > > > > Reason? > > [Sam] libgl was required to enable openCL compilation on target. libgl > > depends on DISTRO_FEATURES opengl. > [Franklin] I thought from Jacob patch that there isn't a dependency on > OpenGL and only some of the headers are required which he sent a patch to > add? Exactly my understanding as well, hence the question. -- Denys ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES 2015-02-26 18:10 ` Denys Dmytriyenko @ 2015-02-26 18:21 ` Nelson, Sam 2015-02-26 18:58 ` Cooper Jr., Franklin 0 siblings, 1 reply; 7+ messages in thread From: Nelson, Sam @ 2015-02-26 18:21 UTC (permalink / raw) To: Dmytriyenko, Denys, Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Thursday, February 26, 2015 1:11 PM > To: Cooper Jr., Franklin > Cc: Nelson, Sam; meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > DISTRO_FEATURES > > On Thu, Feb 26, 2015 at 01:00:06PM -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: Thursday, February 26, 2015 11:49 AM > > > To: Dmytriyenko, Denys > > > Cc: meta-arago@arago-project.org > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > > DISTRO_FEATURES > > > > > > > > > > > > > -----Original Message----- > > > > From: Dmytriyenko, Denys > > > > Sent: Thursday, February 26, 2015 12:00 PM > > > > To: Nelson, Sam > > > > Cc: meta-arago@arago-project.org > > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > > > DISTRO_FEATURES > > > > > > > > On Wed, Feb 25, 2015 at 04:05:35PM -0500, Sam Nelson wrote: > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > > > --- > > > > > .../conf/distro/include/branding-mcsdk.inc | 2 +- > > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > > > diff --git > > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > > index 9fca5af..238b803 100644 > > > > > --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > > @@ -3,7 +3,7 @@ > > > > > # Use the MCSDK supported versions > > > > > PREFERRED_VERSION_libnl = "3.2.24" > > > > > > > > > > -DISTRO_FEATURES += "x11" > > > > > +DISTRO_FEATURES += "x11 opengl" > > > > > > > > Reason? > > > [Sam] libgl was required to enable openCL compilation on target. libgl > > > depends on DISTRO_FEATURES opengl. > > > [Franklin] I thought from Jacob patch that there isn't a dependency on > > OpenGL and only some of the headers are required which he sent a patch to > > add? > > Exactly my understanding as well, hence the question. [Sam] Ok. Looks like Jake has fix to pick up just the reference header file. So we can ignore this patch. And I will send update to remove libgl from the filesystem. > > -- > Denys ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES 2015-02-26 18:21 ` Nelson, Sam @ 2015-02-26 18:58 ` Cooper Jr., Franklin 0 siblings, 0 replies; 7+ messages in thread From: Cooper Jr., Franklin @ 2015-02-26 18:58 UTC (permalink / raw) To: Nelson, Sam, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: Nelson, Sam > Sent: Thursday, February 26, 2015 12:21 PM > To: Dmytriyenko, Denys; Cooper Jr., Franklin > Cc: meta-arago@arago-project.org > Subject: RE: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > DISTRO_FEATURES > > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Thursday, February 26, 2015 1:11 PM > > To: Cooper Jr., Franklin > > Cc: Nelson, Sam; meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > DISTRO_FEATURES > > > > On Thu, Feb 26, 2015 at 01:00:06PM -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: Thursday, February 26, 2015 11:49 AM > > > > To: Dmytriyenko, Denys > > > > Cc: meta-arago@arago-project.org > > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to > > > > mcsdk DISTRO_FEATURES > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Dmytriyenko, Denys > > > > > Sent: Thursday, February 26, 2015 12:00 PM > > > > > To: Nelson, Sam > > > > > Cc: meta-arago@arago-project.org > > > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to > > > > > mcsdk DISTRO_FEATURES > > > > > > > > > > On Wed, Feb 25, 2015 at 04:05:35PM -0500, Sam Nelson wrote: > > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > > > > --- > > > > > > .../conf/distro/include/branding-mcsdk.inc | 2 +- > > > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > > > > > diff --git > > > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > > > index 9fca5af..238b803 100644 > > > > > > --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > > > @@ -3,7 +3,7 @@ > > > > > > # Use the MCSDK supported versions PREFERRED_VERSION_libnl = > > > > > > "3.2.24" > > > > > > > > > > > > -DISTRO_FEATURES += "x11" > > > > > > +DISTRO_FEATURES += "x11 opengl" > > > > > > > > > > Reason? > > > > [Sam] libgl was required to enable openCL compilation on target. > > > > libgl depends on DISTRO_FEATURES opengl. > > > > > [Franklin] I thought from Jacob patch that there isn't a dependency > > > on OpenGL and only some of the headers are required which he sent a > > > patch to add? > > > > Exactly my understanding as well, hence the question. > [Sam] Ok. Looks like Jake has fix to pick up just the reference header file. So > we can ignore this patch. > And I will send update to remove libgl from the filesystem. [Franklin] Well this goes back to my previous question which you seem to have verified that pulling in mesa solved the problem. So unless you ended up with a lot of hacks to make it work isn't this a solution for Jake? > > > > -- > > Denys ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-02-26 18:58 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-02-25 21:05 [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES Sam Nelson 2015-02-26 16:59 ` Denys Dmytriyenko 2015-02-26 17:49 ` Nelson, Sam 2015-02-26 18:00 ` Cooper Jr., Franklin 2015-02-26 18:10 ` Denys Dmytriyenko 2015-02-26 18:21 ` Nelson, Sam 2015-02-26 18:58 ` Cooper Jr., Franklin
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.