All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master][PATCH] cairo: enable gles2 support
@ 2020-10-22 11:50 Gowtham Tammana
  2020-10-23 16:20 ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Gowtham Tammana @ 2020-10-22 11:50 UTC (permalink / raw)
  To: meta-arago, Denys Dmytriyenko, Dan Murphy

add gles2 support for devices which can support it.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend

diff --git a/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
new file mode 100644
index 00000000..3d67bb6a
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
@@ -0,0 +1,3 @@
+PR_append = ".arago1"
+
+PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl glesv2', '', d)}"
-- 
2.17.1



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

* Re: [dunfell/master][PATCH] cairo: enable gles2 support
  2020-10-22 11:50 [dunfell/master][PATCH] cairo: enable gles2 support Gowtham Tammana
@ 2020-10-23 16:20 ` Dan Murphy
  2020-10-23 17:31   ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Murphy @ 2020-10-23 16:20 UTC (permalink / raw)
  To: Gowtham Tammana, meta-arago, Denys Dmytriyenko

Gowtham

On 10/22/20 6:50 AM, Gowtham Tammana wrote:
> add gles2 support for devices which can support it.
>
> Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
> ---
>   meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend | 3 +++
>   1 file changed, 3 insertions(+)
>   create mode 100644 meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
>
> diff --git a/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> new file mode 100644
> index 00000000..3d67bb6a
> --- /dev/null
> +++ b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> @@ -0,0 +1,3 @@
> +PR_append = ".arago1"
> +
> +PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl glesv2', '', d)}"

For completeness this patch breaks K2 builds as we discussed off line.

Dan



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

* Re: [dunfell/master][PATCH] cairo: enable gles2 support
  2020-10-23 16:20 ` Dan Murphy
@ 2020-10-23 17:31   ` Denys Dmytriyenko
  2020-10-23 17:34     ` Denys Dmytriyenko
  2020-10-23 18:00     ` Tammana, Gowtham
  0 siblings, 2 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-10-23 17:31 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

On Fri, Oct 23, 2020 at 11:20:26AM -0500, Dan Murphy wrote:
> Gowtham
> 
> On 10/22/20 6:50 AM, Gowtham Tammana wrote:
> >add gles2 support for devices which can support it.
> >
> >Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
> >---
> >  meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend | 3 +++
> >  1 file changed, 3 insertions(+)
> >  create mode 100644 meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> >
> >diff --git a/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> >new file mode 100644
> >index 00000000..3d67bb6a
> >--- /dev/null
> >+++ b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> >@@ -0,0 +1,3 @@
> >+PR_append = ".arago1"
> >+
> >+PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl glesv2', '', d)}"
> 
> For completeness this patch breaks K2 builds as we discussed off line.

Probably also need to check for "gpu" in MACHINE_FEATURES?


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

* Re: [dunfell/master][PATCH] cairo: enable gles2 support
  2020-10-23 17:31   ` Denys Dmytriyenko
@ 2020-10-23 17:34     ` Denys Dmytriyenko
  2020-10-23 18:00     ` Tammana, Gowtham
  1 sibling, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-10-23 17:34 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

On Fri, Oct 23, 2020 at 01:31:27PM -0400, Denys Dmytriyenko wrote:
> On Fri, Oct 23, 2020 at 11:20:26AM -0500, Dan Murphy wrote:
> > Gowtham
> > 
> > On 10/22/20 6:50 AM, Gowtham Tammana wrote:
> > >add gles2 support for devices which can support it.
> > >
> > >Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
> > >---
> > >  meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend | 3 +++
> > >  1 file changed, 3 insertions(+)
> > >  create mode 100644 meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> > >
> > >diff --git a/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> > >new file mode 100644
> > >index 00000000..3d67bb6a
> > >--- /dev/null
> > >+++ b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
> > >@@ -0,0 +1,3 @@
> > >+PR_append = ".arago1"
> > >+
> > >+PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl glesv2', '', d)}"
> > 
> > For completeness this patch breaks K2 builds as we discussed off line.
> 
> Probably also need to check for "gpu" in MACHINE_FEATURES?

Also, if PACKAGECONFIG is the only change you are making, it may be better to 
do it in arago.conf distro config, instead of creating a new bbappend - see 
arago.conf for a bunch of other PACKAGECONFIG settings there.

-- 
Denys


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

* Re: [dunfell/master][PATCH] cairo: enable gles2 support
  2020-10-23 17:31   ` Denys Dmytriyenko
  2020-10-23 17:34     ` Denys Dmytriyenko
@ 2020-10-23 18:00     ` Tammana, Gowtham
  1 sibling, 0 replies; 5+ messages in thread
From: Tammana, Gowtham @ 2020-10-23 18:00 UTC (permalink / raw)
  To: Dmytriyenko, Denys, Murphy, Dan; +Cc: meta-arago



>-----Original Message-----
>From: Dmytriyenko, Denys
>Sent: Friday, October 23, 2020 12:31 PM
>To: Murphy, Dan <dmurphy@ti.com>
>Cc: Tammana, Gowtham <g-tammana@ti.com>; meta-arago@arago-project.org
>Subject: Re: [meta-arago][dunfell/master][PATCH] cairo: enable gles2
>support
>
>On Fri, Oct 23, 2020 at 11:20:26AM -0500, Dan Murphy wrote:
>> Gowtham
>>
>> On 10/22/20 6:50 AM, Gowtham Tammana wrote:
>> >add gles2 support for devices which can support it.
>> >
>> >Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
>> >---
>> >  meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend | 3 +++
>> >  1 file changed, 3 insertions(+)
>> >  create mode 100644 meta-arago-distro/recipes-
>graphics/cairo/cairo_%.bbappend
>> >
>> >diff --git a/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
>b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
>> >new file mode 100644
>> >index 00000000..3d67bb6a
>> >--- /dev/null
>> >+++ b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
>> >@@ -0,0 +1,3 @@
>> >+PR_append = ".arago1"
>> >+
>> >+PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES',
>'opengl', 'egl glesv2', '', d)}"
>>
>> For completeness this patch breaks K2 builds as we discussed off line.
>
>Probably also need to check for "gpu" in MACHINE_FEATURES?

This might be a better choice here I think as this should be enabled for gpu enabled device. Will submit a v2.

Thanks,
Gowtham


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

end of thread, other threads:[~2020-10-23 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 11:50 [dunfell/master][PATCH] cairo: enable gles2 support Gowtham Tammana
2020-10-23 16:20 ` Dan Murphy
2020-10-23 17:31   ` Denys Dmytriyenko
2020-10-23 17:34     ` Denys Dmytriyenko
2020-10-23 18:00     ` Tammana, Gowtham

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.