Re: [oe] [PATCH][meta-oe 3/9] libqb: use github.com instead of retired fedorahosted.org

2017-03-29 Thread Khem Raj
I have another patch which upgrades it to 1.0.1 https://github.com/kraj/meta-openembedded/commit/9778fde842b81991293a3a032d23d41da661210e I am going to send another request soon which will have this patch also fixes build with musl and clang. On Wed, Mar 29, 2017 at 2:16 AM, Martin Jansa

Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-03-29 Thread Denys Dmytriyenko
On Sun, Mar 26, 2017 at 04:30:53PM -0400, Denys Dmytriyenko wrote: > Hi, > > I've been having the following build issues lately with qtwebkit 5.8 from > master: > > | make[2]: Entering directory >

Re: [oe] [PATCH] u-boot: Update to 2017.03 release

2017-03-29 Thread Denys Dmytriyenko
On Wed, Mar 29, 2017 at 11:16:07PM +0100, Richard Purdie wrote: > On Wed, 2017-03-29 at 17:56 -0400, Denys Dmytriyenko wrote: > > On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote: > > > > > > On 03/27/2017 04:25 PM, Richard Purdie wrote: > > > > > > > > On Mon, 2017-03-27 at 16:22

Re: [oe] [PATCH] u-boot: Update to 2017.03 release

2017-03-29 Thread Richard Purdie
On Wed, 2017-03-29 at 17:56 -0400, Denys Dmytriyenko wrote: > On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote: > > > > On 03/27/2017 04:25 PM, Richard Purdie wrote: > > > > > > On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote: > > > > > > > > Upgrade U-Boot to the latest

Re: [oe] [meta-browser] calling all chromium recipe users

2017-03-29 Thread Denys Dmytriyenko
On Wed, Mar 29, 2017 at 03:35:22PM -0400, Trevor Woerner wrote: > When testing changes to the chromium[-wayland] recipes, it would be > great to know the layers, configurations, and MACHINEs with which > people are building. > > For example I care about chromium running on X11 for minnow >

Re: [oe] [PATCH] u-boot: Update to 2017.03 release

2017-03-29 Thread Denys Dmytriyenko
On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote: > On 03/27/2017 04:25 PM, Richard Purdie wrote: > > On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote: > >> Upgrade U-Boot to the latest version. > > > > Wrong list and how does this compare to Ovatio's patch? > > I was not CCed on

[oe] [meta-browser] calling all chromium recipe users

2017-03-29 Thread Trevor Woerner
When testing changes to the chromium[-wayland] recipes, it would be great to know the layers, configurations, and MACHINEs with which people are building. For example I care about chromium running on X11 for minnow (meta-intel) and raspberry pi (meta-raspberrypi). How are other people running

Re: [oe] [meta-oe][PATCH 04/14] gpm: Update to use git src uri

2017-03-29 Thread Khem Raj
On Wed, Mar 29, 2017 at 7:21 AM, Martin Jansa wrote: > On Wed, Mar 29, 2017 at 07:06:44AM -0700, Khem Raj wrote: >> >> +do_install_append () { >> >> +if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', >> >> 'false', d)}; then >> >> +install -d

Re: [oe] [meta-oe][PATCH 04/14] gpm: Update to use git src uri

2017-03-29 Thread Martin Jansa
On Wed, Mar 29, 2017 at 07:06:44AM -0700, Khem Raj wrote: > >> +do_install_append () { > >> +if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', > >> 'false', d)}; then > >> +install -d ${D}${systemd_system_unitdir} > >> +sed 's:@bindir@:${bindir}:' <

Re: [oe] [meta-oe][PATCH 04/14] gpm: Update to use git src uri

2017-03-29 Thread Khem Raj
>> +do_install_append () { >> +if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', >> d)}; then >> +install -d ${D}${systemd_system_unitdir} >> +sed 's:@bindir@:${bindir}:' < ${WORKDIR}/gpm.service.in >> >${D}${systemd_system_unitdir}/gpm.service > > Did

Re: [oe] Meson build system

2017-03-29 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Trevor Woerner > Sent: den 28 mars 2017 21:28 > To: Philip Balister > Cc: openembedded-devel > Subject: Re: [oe] Meson build system >

Re: [oe] [meta-OE] Remove do_install_append() from zsh recipe.

2017-03-29 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Cody Piersall > Sent: den 28 mars 2017 20:30 > To: openembeded-devel > Subject: Re: [oe] [meta-OE] Remove do_install_append() from zsh

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-03-27

2017-03-29 Thread Patrick Ohly
On Wed, 2017-03-29 at 12:14 +0200, Martin Jansa wrote: > > Can individual recipes choose to be built using the normal ld? > > > > yes, see example in: > meta/recipes-bsp/u-boot/u-boot.inc > > meta/recipes-support/libunwind/libunwind_git.bb Thanks. I'll try to do something similar. > but it

Re: [oe] [meta-oe][PATCH 04/14] gpm: Update to use git src uri

2017-03-29 Thread Martin Jansa
On Mon, Mar 06, 2017 at 11:13:39PM -0800, Khem Raj wrote: > Additional patches are upstream to fix build with gcc6 and clang > Add systemd unit file > > Signed-off-by: Khem Raj > --- > .../gpm/gpm-1.99.7/eglibc-2.17.patch | 12 - >

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-03-27

2017-03-29 Thread Martin Jansa
> Can individual recipes choose to be built using the normal ld? yes, see example in: meta/recipes-bsp/u-boot/u-boot.inc meta/recipes-support/libunwind/libunwind_git.bb but it was working with older binutils, so maybe worth tracking down where it got borken. On Wed, Mar 29, 2017 at 11:38 AM,

[oe] [PATCH][meta-oe] libqb: inherit autotools-brokensep

2017-03-29 Thread Martin Jansa
* otherwise build fails with: http://errors.yoctoproject.org/Errors/Details/138387/ make[2]: *** No rule to make target 'auto_check_header_qbconfig.c', needed by 'auto_check_header_qbconfig.o'. Stop. Signed-off-by: Martin Jansa ---

[oe] [PATCH][meta-efl] meta-efl: blacklist efl-native and dependent recipes

2017-03-29 Thread Martin Jansa
* I no longer use efl and don't plan to upgrade it to newer version * someone else should step-up and start maintaining meta-efl Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | 6 ++ meta-efl/recipes-efl/efl/edbus_1.7.9.bb

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-03-27

2017-03-29 Thread Patrick Ohly
On Wed, 2017-03-29 at 11:14 +0200, Martin Jansa wrote: > On Wed, Mar 29, 2017 at 10:35:23AM +0200, Patrick Ohly wrote: > > On Wed, 2017-03-29 at 09:23 +0200, Martin Jansa wrote: > > > INFO: jenkins-job.sh-1.8.19 Complete log available at > > >

[oe] [PATCH][meta-oe 9/9] zile: fix do_install

2017-03-29 Thread Martin Jansa
* --ignore-fail-on-non-empty works when the directory isn't empty, but still reports failure when the directory doesn't exist at all, like in: http://errors.yoctoproject.org/Errors/Details/138248/ Signed-off-by: Martin Jansa ---

[oe] [PATCH][meta-oe 8/9] tcsh, dt: blacklist because tcsh doesn't respect CC variable

2017-03-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/dt/dt_18.32.bb | 2 ++ meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-oe/recipes-devtools/dt/dt_18.32.bb b/meta-oe/recipes-devtools/dt/dt_18.32.bb

[oe] [PATCH][meta-oe 7/9] vboxguestdrivers: upgrade to 5.1.18 to fix compatibility with 4.10 kernel

2017-03-29 Thread Martin Jansa
* 5.1.14 fails with default linux-yocto version: CC [M] qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.o qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.c:93:23: error: 'generic_readlink' undeclared here (not in a function)

[oe] [PATCH][meta-oe 6/9] vboxguestdrivers: make sure that do_compile fails when some module failed to build

2017-03-29 Thread Martin Jansa
* otherwise we get the failure from do_install with useless log: DEBUG: Executing shell function do_install install: cannot stat 'vboxsf.ko': No such file or directory WARNING: exit code 1 from a shell command. * instead of the real issue like 5.1.14 currently has with default linux-yocto

[oe] [PATCH][meta-oe 5/9] ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org

2017-03-29 Thread Martin Jansa
* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH][meta-oe 4/9] ttf-abyssinica: fix SRC_URI

2017-03-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb

[oe] [PATCH][meta-oe 3/9] libqb: use github.com instead of retired fedorahosted.org

2017-03-29 Thread Martin Jansa
* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git

[oe] [PATCH][meta-oe 2/9] mailcap: use pagure.org instead of retired fedorahosted.org

2017-03-29 Thread Martin Jansa
* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa --- meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

[oe] [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org

2017-03-29 Thread Martin Jansa
* fedorahosted is retired https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa --- .../recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb} | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) rename

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-03-27

2017-03-29 Thread Martin Jansa
On Wed, Mar 29, 2017 at 10:35:23AM +0200, Patrick Ohly wrote: > On Wed, 2017-03-29 at 09:23 +0200, Martin Jansa wrote: > > INFO: jenkins-job.sh-1.8.19 Complete log available at > > http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.report.20170328_014155.log > > That used OE-core 552bd78,

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-03-27

2017-03-29 Thread Patrick Ohly
On Wed, 2017-03-29 at 09:23 +0200, Martin Jansa wrote: > INFO: jenkins-job.sh-1.8.19 Complete log available at > http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.report.20170328_014155.log That used OE-core 552bd78, if I read this right: == Tested changes (not included in master

[oe] State of bitbake world, Failed tasks 2017-03-27

2017-03-29 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64