Re: [oe] [meta-oe][PATCH v3 2/3] glmark2: update to latest

2020-12-10 Thread Trevor Woerner
On Thu 2020-12-10 @ 09:52:56 PM, Trevor Woerner via lists.openembedded.org 
wrote:
> On Thu 2020-12-10 @ 12:34:17 PM, Khem Raj wrote:
> > On Thu, Dec 10, 2020 at 11:39 AM Trevor Woerner  wrote:
> > >
> > > On Tue, Dec 8, 2020 at 6:55 PM Khem Raj  wrote:
> > >>
> > >> while I have applied v3, please send a v4 addressing this change.
> > >
> > >
> > > I had wanted to try going in a different direction, one that didn't need 
> > > the DISTRO_FEATURE thing.
> > 
> > all I wanted was to fix PV as a followup
> 
> Ah sorry, an update to 2/3. Okay, coming shortly.
> 
> Can we drop 3/3? I'd like to give it another go without the "dispmanx"
> DISTRO_FEATURES.

Oops, too late. Okay, I'll submit a new patch.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88274): 
https://lists.openembedded.org/g/openembedded-devel/message/88274
Mute This Topic: https://lists.openembedded.org/mt/78702803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH v3 2/3] glmark2: update to latest

2020-12-10 Thread Trevor Woerner
On Thu 2020-12-10 @ 12:34:17 PM, Khem Raj wrote:
> On Thu, Dec 10, 2020 at 11:39 AM Trevor Woerner  wrote:
> >
> > On Tue, Dec 8, 2020 at 6:55 PM Khem Raj  wrote:
> >>
> >> while I have applied v3, please send a v4 addressing this change.
> >
> >
> > I had wanted to try going in a different direction, one that didn't need 
> > the DISTRO_FEATURE thing.
> 
> all I wanted was to fix PV as a followup

Ah sorry, an update to 2/3. Okay, coming shortly.

Can we drop 3/3? I'd like to give it another go without the "dispmanx"
DISTRO_FEATURES.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88273): 
https://lists.openembedded.org/g/openembedded-devel/message/88273
Mute This Topic: https://lists.openembedded.org/mt/78702803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH v3 2/3] glmark2: update to latest

2020-12-10 Thread Khem Raj
On Thu, Dec 10, 2020 at 11:39 AM Trevor Woerner  wrote:
>
> On Tue, Dec 8, 2020 at 6:55 PM Khem Raj  wrote:
>>
>> while I have applied v3, please send a v4 addressing this change.
>
>
> I had wanted to try going in a different direction, one that didn't need the 
> DISTRO_FEATURE thing.

all I wanted was to fix PV as a followup

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88272): 
https://lists.openembedded.org/g/openembedded-devel/message/88272
Mute This Topic: https://lists.openembedded.org/mt/78702803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH v3 2/3] glmark2: update to latest

2020-12-10 Thread Trevor Woerner
On Tue, Dec 8, 2020 at 6:55 PM Khem Raj  wrote:

> while I have applied v3, please send a v4 addressing this change.


I had wanted to try going in a different direction, one that didn't need
the DISTRO_FEATURE thing.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88271): 
https://lists.openembedded.org/g/openembedded-devel/message/88271
Mute This Topic: https://lists.openembedded.org/mt/78702803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH v3 2/3] glmark2: update to latest

2020-12-08 Thread Khem Raj
while I have applied v3, please send a v4 addressing this change.

On Sat, Dec 5, 2020 at 10:45 PM Khem Raj  wrote:
>
> On Thu, Dec 3, 2020 at 8:08 PM Trevor Woerner  wrote:
> >
> > Signed-off-by: Trevor Woerner 
> > ---
> > changes from v1 to v2:
> > - Added. I had forgotten to submit this the first time.
> >
> > changes from v2 to v3:
> > - Fixed do_compile for wayland.
> > ---
> >  meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb 
> > b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
> > index 320d07dfc..209230572 100644
> > --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
> > +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
> > @@ -9,13 +9,14 @@ LIC_FILES_CHKSUM = 
> > "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
> >  
> > file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
> >
> >  DEPENDS = "libpng jpeg udev"
> > +DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 
> > 'wayland-native', '', d)}"
> >
> > -PV = "20191226+${SRCPV}"
> > +PV = "2020.11+${SRCPV}"
>
> this version change is not upgradable i am seeing
>
> glmark2-2020.11+AUTOINC+784aca755a: Package version for package
> glmark2-src went backwards which would break package feeds (from
> 0:20191226+0+72dabc5d72-r0.0 to 0:2020.11+0+784aca755a-r0.0)
> [version-going-backwards]
>
>
> >
> >  COMPATIBLE_HOST_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 
> > 'vc4graphics', '.*-linux*', 'null', d)}"
> >
> >  SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
> > -SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6"
> > +SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a"
> >
> >  S = "${WORKDIR}/git"
> >
> > --
> > 2.28.0.497.g54e85e7af1
> >
> >
> > 
> >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88268): 
https://lists.openembedded.org/g/openembedded-devel/message/88268
Mute This Topic: https://lists.openembedded.org/mt/78702803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH v3 2/3] glmark2: update to latest

2020-12-05 Thread Khem Raj
On Thu, Dec 3, 2020 at 8:08 PM Trevor Woerner  wrote:
>
> Signed-off-by: Trevor Woerner 
> ---
> changes from v1 to v2:
> - Added. I had forgotten to submit this the first time.
>
> changes from v2 to v3:
> - Fixed do_compile for wayland.
> ---
>  meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb 
> b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
> index 320d07dfc..209230572 100644
> --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
> +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
> @@ -9,13 +9,14 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
>  
> file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
>
>  DEPENDS = "libpng jpeg udev"
> +DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 
> 'wayland-native', '', d)}"
>
> -PV = "20191226+${SRCPV}"
> +PV = "2020.11+${SRCPV}"

this version change is not upgradable i am seeing

glmark2-2020.11+AUTOINC+784aca755a: Package version for package
glmark2-src went backwards which would break package feeds (from
0:20191226+0+72dabc5d72-r0.0 to 0:2020.11+0+784aca755a-r0.0)
[version-going-backwards]


>
>  COMPATIBLE_HOST_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 
> 'vc4graphics', '.*-linux*', 'null', d)}"
>
>  SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
> -SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6"
> +SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.28.0.497.g54e85e7af1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88245): 
https://lists.openembedded.org/g/openembedded-devel/message/88245
Mute This Topic: https://lists.openembedded.org/mt/78702803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH v3 2/3] glmark2: update to latest

2020-12-03 Thread Trevor Woerner
Signed-off-by: Trevor Woerner 
---
changes from v1 to v2:
- Added. I had forgotten to submit this the first time.

changes from v2 to v3:
- Fixed do_compile for wayland.
---
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb 
b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 320d07dfc..209230572 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -9,13 +9,14 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
 
file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
 
 DEPENDS = "libpng jpeg udev"
+DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 
'wayland-native', '', d)}"
 
-PV = "20191226+${SRCPV}"
+PV = "2020.11+${SRCPV}"
 
 COMPATIBLE_HOST_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 
'vc4graphics', '.*-linux*', 'null', d)}"
 
 SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
-SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6"
+SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a"
 
 S = "${WORKDIR}/git"
 
-- 
2.28.0.497.g54e85e7af1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88236): 
https://lists.openembedded.org/g/openembedded-devel/message/88236
Mute This Topic: https://lists.openembedded.org/mt/78702803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-