Re: [OE-core] EXT: Re: [PATCH 2/2] rootfs-postcommands: add test for unsatisfied RRECOMMENDS

2017-09-03 Thread Jose Alarcon
On 02.09.2017 14:46, Richard Purdie wrote: > On Sat, 2017-08-26 at 14:26 +0300, Jose Alarcon wrote: >> The do_rootfs log contains a number of unsatisfied package >> recommendations. At the moment those are only visible when >> reviewing the rootfs log. >> >&g

[OE-core] [PATCH v2 1/2] rootfs-postcommands: remove empty line

2017-09-03 Thread Jose Alarcon
Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- meta/classes/rootfs-postcommands.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index e7999d4..fb36bad 100644 --- a/meta/classes/

[OE-core] [PATCH v2 2/2] rootfs-postcommands: add test for unsatisfied RRECOMMENDS

2017-09-03 Thread Jose Alarcon
with: ROOTFS_POSTPROCESS_COMMAND += "rootfs_log_check_recommends;" Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- meta/classes/rootfs-postcommands.bbclass | 12 1 file changed, 12 insertions(+) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcomman

Re: [OE-core] EXT: Re: [PATCH 2/2] rootfs-postcommands: add test for unsatisfied RRECOMMENDS

2017-09-02 Thread Jose Alarcon
On 02.09.2017 03:22, Burton, Ross wrote: > On 26 August 2017 at 12:26, Jose Alarcon <jose.alar...@ge.com > <mailto:jose.alar...@ge.com>> wrote: > > The do_rootfs log contains a number of unsatisfied package > recommendations. At the moment those are only v

Re: [OE-core] [PATCH 2/2] rootfs-postcommands: add test for unsatisfied RRECOMMENDS

2017-09-01 Thread Jose Alarcon
On 26.08.2017 14:26, Jose Alarcon wrote: > The do_rootfs log contains a number of unsatisfied package > recommendations. At the moment those are only visible when > reviewing the rootfs log. > > This patch adds an extra check to surface any unsatisfied > recommendation as WAR

Re: [OE-core] EXT: Re: [PATCH resend] meta/classes: add class to test for unsatisfied RRECOMMENDS

2017-08-29 Thread Jose Alarcon
On 26.08.2017 14:27, Jose Alarcon wrote: > > On 25.08.2017 15:29, Richard Purdie wrote: >> On Fri, 2017-08-25 at 09:43 +0300, Jose Alarcon wrote: >>> The do_rootfs log contains a number of unsatisfied package >>> recommendations. At the moment those are only visible

Re: [OE-core] EXT: Re: [PATCH resend] meta/classes: add class to test for unsatisfied RRECOMMENDS

2017-08-26 Thread Jose Alarcon
On 25.08.2017 15:29, Richard Purdie wrote: > On Fri, 2017-08-25 at 09:43 +0300, Jose Alarcon wrote: >> The do_rootfs log contains a number of unsatisfied package >> recommendations. At the moment those are only visible when >> reviewing the rootfs log. >> >&g

[OE-core] [PATCH 2/2] rootfs-postcommands: add test for unsatisfied RRECOMMENDS

2017-08-26 Thread Jose Alarcon
Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- meta/classes/rootfs-postcommands.bbclass | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index fb36bad..e7ef382 100644 --- a/met

[OE-core] [PATCH 1/2] rootfs-postcommands: remove empty line

2017-08-26 Thread Jose Alarcon
Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- meta/classes/rootfs-postcommands.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index e7999d4..fb36bad 100644 --- a/meta/classes/

[OE-core] [PATCH] Revert "libinput: remove obsolete touchpad patch"

2017-08-26 Thread Jose Alarcon
This reverts commit 9f32d9405ed5430e9e55de2f1562baac963e807c. This patch is still needed since OLDEST_KERNEL is set to 3.2.0 Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- ...ics-need-to-fake-new-touches-on-TRIPLETAP.patch | 72 ++ meta/recipes-graphics/w

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-26 Thread Jose Alarcon
ed upstream too. I was not aware of OLDEST_KERNEL. I will send a revert now. Thanks, -- Jose > > On Fri, Aug 25, 2017 at 8:55 PM, Mark Hatle <mark.ha...@windriver.com > <mailto:mark.ha...@windriver.com>> wrote: > > On 8/25/17 1:48 PM, Andre McCurdy wrote: >

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Jose Alarcon
On 24.08.2017 20:45, Andre McCurdy wrote: > On Wed, Aug 23, 2017 at 10:37 PM, Jose Alarcon <jose.alar...@ge.com> wrote: >> This patch was a temporal workaround needed with 4.1 kernels. >> Remove it. > OLDEST_KERNEL is still set to 3.2.0 > > How can you be sure

[OE-core] [PATCH resend] meta/classes: add class to test for unsatisfied RRECOMMENDS

2017-08-25 Thread Jose Alarcon
The do_rootfs log contains a number of unsatisfied package recommendations. At the moment those are only visible when reviewing the rootfs log. This class adds an extra check to surface any unsatisfied recommendation as WARNINGS to the build output. Signed-off-by: Jose Alarcon <jose.a

[OE-core] [PATCH] libinput: remove obsolete touchpad patch

2017-08-23 Thread Jose Alarcon
This patch was a temporal workaround needed with 4.1 kernels. Remove it. Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- ...ics-need-to-fake-new-touches-on-TRIPLETAP.patch | 72 -- meta/recipes-graphics/wayland/libinput_1.8.1.bb| 1 - 2 files changed, 73 del

Re: [OE-core] EXT: Re: [meta-oe][PATCH] Dhrystone: add recipe 2.1

2017-08-21 Thread Jose Alarcon
Hello, Thank you for your comments On 21.08.2017 21:16, Khem Raj wrote: > On Mon, Aug 21, 2017 at 5:35 AM, Jussi Kukkonen > <jussi.kukko...@intel.com> wrote: >> On 21 August 2017 at 13:23, Jose Alarcon <jose.alar...@ge.com> wrote: >> >> Hi, >> >>

[OE-core] [meta-oe][PATCH] Dhrystone: add recipe 2.1

2017-08-21 Thread Jose Alarcon
Dhrystone is a synthetic computing benchmark program developed in 1984 by Reinhold P. Weicker intended to be representative of system (integer) programming. https://en.wikipedia.org/wiki/Dhrystone Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- .../dhrystone/dhrystone-2.1/dhrystone

Re: [OE-core] EXT: Re: [PATCH v2] libx11: Add patch to fix hanging issue in _XReply

2017-08-14 Thread Jose Alarcon
On 14.08.2017 18:51, Leonardo Sandoval wrote: > On Mon, 2017-08-14 at 11:00 +0300, Jose Alarcon wrote: >> Assume event queue is empty if another thread is blocking waiting for event. >> >> If one thread was blocking waiting for an event and another thread sent a >>

[OE-core] [PATCH v3] libx11: Add patch to fix hanging issue in _XReply

2017-08-14 Thread Jose Alarcon
Assume event queue is empty if another thread is blocking waiting for event. If one thread was blocking waiting for an event and another thread sent a reply to the X server, both threads got blocked until an event was received. Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- .../

[OE-core] [PATCH v2] libx11: Add patch to fix hanging issue in _XReply

2017-08-14 Thread Jose Alarcon
Assume event queue is empty if another thread is blocking waiting for event. If one thread was blocking waiting for an event and another thread sent a reply to the X server, both threads got blocked until an event was received. Signed-off-by: Jose Alarcon <jose.alar...@ge.com> --- .../

[OE-core] [meta-oe][PATCH] libx11: Add patch to fix hanging issue in _XReply

2017-08-14 Thread Jose Alarcon
Assume event queue is empty if another thread is blocking waiting for event. If one thread was blocking waiting for an event and another thread sent a reply to the X server, both threads got blocked until an event was received. --- .../libx11/Fix-hanging-issue-in-_XReply.patch | 59

[OE-core] [PATCH] Create class to test for unsatisfied RRECOMMENDS

2016-04-21 Thread Jose Alarcon
The do_rootfs log contains a number of unsatisfied package recommendations. At the moment those are only visible when reviewing the rootfs log. This class adds an extra check to surface any unsatisfied recommendation as WARNINGS to the build output. Signed-off-by: Jose Alarcon <jose.a