* [PATCH] packagegroup-*-graphics: add weston packages globally
@ 2014-08-26 15:12 Denys Dmytriyenko
2014-08-26 15:16 ` Cooper Jr., Franklin
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-08-26 15:12 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
As long as Weston compositor runs on top of either DRM or fbdev, should not
depend on SGX libs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index 1439638..d730799 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Task to install graphics binaries"
LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
inherit packagegroup
@@ -16,15 +16,16 @@ GRAPHICS_SDK = "\
omap3-sgx-modules \
"
-GRAPHICS_RDEPENDS = ""
-
-GRAPHICS_RDEPENDS_ti33x = "\
- ${GRAPHICS_SDK} \
+GRAPHICS_RDEPENDS = "\
weston \
weston-init \
weston-examples \
"
+GRAPHICS_RDEPENDS_ti33x = "\
+ ${GRAPHICS_SDK} \
+"
+
GRAPHICS_RDEPENDS_ti43x = "\
${GRAPHICS_SDK} \
"
--
2.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] packagegroup-*-graphics: add weston packages globally
2014-08-26 15:12 [PATCH] packagegroup-*-graphics: add weston packages globally Denys Dmytriyenko
@ 2014-08-26 15:16 ` Cooper Jr., Franklin
2014-08-26 16:48 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Cooper Jr., Franklin @ 2014-08-26 15:16 UTC (permalink / raw)
To: Denys Dmytriyenko, meta-arago@arago-project.org
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
FYI I made a similar change locally and Mesa (mesa-gl I think) was getting pulled in when building am57x-evm for some reason.
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> Sent: Tuesday, August 26, 2014 10:13 AM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH] packagegroup-*-graphics: add weston
> packages globally
>
> From: Denys Dmytriyenko <denys@ti.com>
>
> As long as Weston compositor runs on top of either DRM or fbdev, should
> not depend on SGX libs
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11 ++++++--
> ---
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> arago-tisdk-graphics.bb b/meta-arago-distro/recipes-
> core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> index 1439638..d730799 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> tisdk-graphics.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> arago-ti
> +++ sdk-graphics.bb
> @@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install graphics binaries"
> LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
>
> inherit packagegroup
>
> @@ -16,15 +16,16 @@ GRAPHICS_SDK = "\
> omap3-sgx-modules \
> "
>
> -GRAPHICS_RDEPENDS = ""
> -
> -GRAPHICS_RDEPENDS_ti33x = "\
> - ${GRAPHICS_SDK} \
> +GRAPHICS_RDEPENDS = "\
> weston \
> weston-init \
> weston-examples \
> "
>
> +GRAPHICS_RDEPENDS_ti33x = "\
> + ${GRAPHICS_SDK} \
> +"
> +
> GRAPHICS_RDEPENDS_ti43x = "\
> ${GRAPHICS_SDK} \
> "
> --
> 2.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] packagegroup-*-graphics: add weston packages globally
2014-08-26 15:16 ` Cooper Jr., Franklin
@ 2014-08-26 16:48 ` Denys Dmytriyenko
2014-08-26 18:11 ` Cooper Jr., Franklin
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-08-26 16:48 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
On Tue, Aug 26, 2014 at 03:16:49PM +0000, Cooper Jr., Franklin wrote:
> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
>
> FYI I made a similar change locally and Mesa (mesa-gl I think) was getting
> pulled in when building am57x-evm for some reason.
I'm testing a fix for that.
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > Sent: Tuesday, August 26, 2014 10:13 AM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH] packagegroup-*-graphics: add weston
> > packages globally
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > As long as Weston compositor runs on top of either DRM or fbdev, should
> > not depend on SGX libs
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11 ++++++--
> > ---
> > 1 file changed, 6 insertions(+), 5 deletions(-)
> >
> > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > arago-tisdk-graphics.bb b/meta-arago-distro/recipes-
> > core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> > index 1439638..d730799 100644
> > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > tisdk-graphics.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > arago-ti
> > +++ sdk-graphics.bb
> > @@ -1,6 +1,6 @@
> > DESCRIPTION = "Task to install graphics binaries"
> > LICENSE = "MIT"
> > -PR = "r5"
> > +PR = "r6"
> >
> > inherit packagegroup
> >
> > @@ -16,15 +16,16 @@ GRAPHICS_SDK = "\
> > omap3-sgx-modules \
> > "
> >
> > -GRAPHICS_RDEPENDS = ""
> > -
> > -GRAPHICS_RDEPENDS_ti33x = "\
> > - ${GRAPHICS_SDK} \
> > +GRAPHICS_RDEPENDS = "\
> > weston \
> > weston-init \
> > weston-examples \
> > "
> >
> > +GRAPHICS_RDEPENDS_ti33x = "\
> > + ${GRAPHICS_SDK} \
> > +"
> > +
> > GRAPHICS_RDEPENDS_ti43x = "\
> > ${GRAPHICS_SDK} \
> > "
> > --
> > 2.0.4
> >
> > _______________________________________________
> > 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] 5+ messages in thread
* Re: [PATCH] packagegroup-*-graphics: add weston packages globally
2014-08-26 16:48 ` Denys Dmytriyenko
@ 2014-08-26 18:11 ` Cooper Jr., Franklin
2014-08-26 18:13 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Cooper Jr., Franklin @ 2014-08-26 18:11 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, August 26, 2014 11:49 AM
> To: Cooper Jr., Franklin
> Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] packagegroup-*-graphics: add weston
> packages globally
>
> On Tue, Aug 26, 2014 at 03:16:49PM +0000, Cooper Jr., Franklin wrote:
> > Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
> >
> > FYI I made a similar change locally and Mesa (mesa-gl I think) was
> > getting pulled in when building am57x-evm for some reason.
>
> I'm testing a fix for that.
>
>
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > > Sent: Tuesday, August 26, 2014 10:13 AM
> > > To: meta-arago@arago-project.org
> > > Subject: [meta-arago] [PATCH] packagegroup-*-graphics: add weston
> > > packages globally
> > >
> > > From: Denys Dmytriyenko <denys@ti.com>
> > >
> > > As long as Weston compositor runs on top of either DRM or fbdev,
> > > should not depend on SGX libs
> > >
> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > ---
> > > .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11
> ++++++--
> > > ---
> > > 1 file changed, 6 insertions(+), 5 deletions(-)
> > >
> > > diff --git
> > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > > arago-tisdk-graphics.bb b/meta-arago-distro/recipes-
> > > core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> > > index 1439638..d730799 100644
> > > ---
> > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > > tisdk-graphics.bb
> > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > > arago-ti
> > > +++ sdk-graphics.bb
> > > @@ -1,6 +1,6 @@
> > > DESCRIPTION = "Task to install graphics binaries"
> > > LICENSE = "MIT"
> > > -PR = "r5"
> > > +PR = "r6"
> > >
> > > inherit packagegroup
> > >
> > > @@ -16,15 +16,16 @@ GRAPHICS_SDK = "\
> > > omap3-sgx-modules \
> > > "
> > >
> > > -GRAPHICS_RDEPENDS = ""
> > > -
> > > -GRAPHICS_RDEPENDS_ti33x = "\
> > > - ${GRAPHICS_SDK} \
> > > +GRAPHICS_RDEPENDS = "\
> > > weston \
> > > weston-init \
> > > weston-examples \
> > > "
> > >
> > > +GRAPHICS_RDEPENDS_ti33x = "\
> > > + ${GRAPHICS_SDK} \
> > > +"
> > > +
[Franklin] ^ shouldn't this be something like GRAPHICS_RDEPENDS_append_ti33x? Same thing for ti43x and omap-a15
> > > GRAPHICS_RDEPENDS_ti43x = "\
> > > ${GRAPHICS_SDK} \
> > > "
> > > --
> > > 2.0.4
> > >
> > > _______________________________________________
> > > 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] 5+ messages in thread
* Re: [PATCH] packagegroup-*-graphics: add weston packages globally
2014-08-26 18:11 ` Cooper Jr., Franklin
@ 2014-08-26 18:13 ` Denys Dmytriyenko
0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-08-26 18:13 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
On Tue, Aug 26, 2014 at 02:11:41PM -0400, Cooper Jr., Franklin wrote:
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Tuesday, August 26, 2014 11:49 AM
> > To: Cooper Jr., Franklin
> > Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] packagegroup-*-graphics: add weston
> > packages globally
> >
> > On Tue, Aug 26, 2014 at 03:16:49PM +0000, Cooper Jr., Franklin wrote:
> > > Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
> > >
> > > FYI I made a similar change locally and Mesa (mesa-gl I think) was
> > > getting pulled in when building am57x-evm for some reason.
> >
> > I'm testing a fix for that.
> >
> >
> > > > -----Original Message-----
> > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > > > Sent: Tuesday, August 26, 2014 10:13 AM
> > > > To: meta-arago@arago-project.org
> > > > Subject: [meta-arago] [PATCH] packagegroup-*-graphics: add weston
> > > > packages globally
> > > >
> > > > From: Denys Dmytriyenko <denys@ti.com>
> > > >
> > > > As long as Weston compositor runs on top of either DRM or fbdev,
> > > > should not depend on SGX libs
> > > >
> > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > ---
> > > > .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11
> > ++++++--
> > > > ---
> > > > 1 file changed, 6 insertions(+), 5 deletions(-)
> > > >
> > > > diff --git
> > > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > > > arago-tisdk-graphics.bb b/meta-arago-distro/recipes-
> > > > core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> > > > index 1439638..d730799 100644
> > > > ---
> > > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > > > tisdk-graphics.bb
> > > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > > > arago-ti
> > > > +++ sdk-graphics.bb
> > > > @@ -1,6 +1,6 @@
> > > > DESCRIPTION = "Task to install graphics binaries"
> > > > LICENSE = "MIT"
> > > > -PR = "r5"
> > > > +PR = "r6"
> > > >
> > > > inherit packagegroup
> > > >
> > > > @@ -16,15 +16,16 @@ GRAPHICS_SDK = "\
> > > > omap3-sgx-modules \
> > > > "
> > > >
> > > > -GRAPHICS_RDEPENDS = ""
> > > > -
> > > > -GRAPHICS_RDEPENDS_ti33x = "\
> > > > - ${GRAPHICS_SDK} \
> > > > +GRAPHICS_RDEPENDS = "\
> > > > weston \
> > > > weston-init \
> > > > weston-examples \
> > > > "
> > > >
> > > > +GRAPHICS_RDEPENDS_ti33x = "\
> > > > + ${GRAPHICS_SDK} \
> > > > +"
> > > > +
> [Franklin] ^ shouldn't this be something like
> GRAPHICS_RDEPENDS_append_ti33x? Same thing for ti43x and omap-a15
Yes, and another fix is in testing, I'm just blocked by git.ti.com
maintenance...
> > > > GRAPHICS_RDEPENDS_ti43x = "\
> > > > ${GRAPHICS_SDK} \
> > > > "
> > > > --
> > > > 2.0.4
> > > >
> > > > _______________________________________________
> > > > 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] 5+ messages in thread
end of thread, other threads:[~2014-08-26 18:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 15:12 [PATCH] packagegroup-*-graphics: add weston packages globally Denys Dmytriyenko
2014-08-26 15:16 ` Cooper Jr., Franklin
2014-08-26 16:48 ` Denys Dmytriyenko
2014-08-26 18:11 ` Cooper Jr., Franklin
2014-08-26 18:13 ` 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.