Re: [OE-core] [PATCH v2 2/4] libcap: fix (base_)libdir usage

2018-05-08 Thread Mark Asselstine
On Tuesday, May 8, 2018 2:26:47 PM EDT Mark Asselstine wrote: > On Tuesday, May 8, 2018 1:46:43 PM EDT Ricardo Salveti wrote: > > On Mon, Apr 16, 2018 at 10:00 AM, Koen Kooi > > wrote: > > > The recipe wants to install libs into base_libdir, but uses "basename > > >

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Martin Jansa
On Tue, Apr 10, 2018 at 03:06:09PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Official announcement: > https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html > > | libwayland-egl is now part of libwayland, and will presumably be removed > |

Re: [OE-core] [meta-oe][PATCH 3/3] modemmanager: fix mbim disable string

2018-05-08 Thread Khem Raj
On Tue, May 8, 2018 at 11:49 AM, Martin Kelly wrote: > The current string used to disable mbim is "--enable-mbim=no", which is > producing a warning. It should be "--with-mdim=no", so change it. > LGTM yes it was a typo thanks for posting a fix. > Signed-off-by: Martin Kelly

[OE-core] [PATCH] libcap: fix -native and usrmerge builds

2018-05-08 Thread Mark Asselstine
When attempting to build a -native package which DEPENDS on libcap-native the libcap libraries are not found and the build will fail (for example attempting to build qemu-native with 'PACKAGECONFIG_append = " virtfs"'). It turns out commit 2c9c4a406a0f [libcap: fix (base_)libdir usage] breaks

Re: [OE-core] [meta-oe][PATCH 1/3] libmbim: upgrade to 1.16

2018-05-08 Thread Khem Raj
On Tue, May 8, 2018 at 11:49 AM, Martin Kelly wrote: > This is needed for the next version of modemmanager. > this series is better than mine > Signed-off-by: Martin Kelly > --- > A similar patch was also sent by Khem Raj; that patch is just as good, but I >

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Burton, Ross
Yeah the problem here is that poky uses remove-libtool, and the nodistro builds apparently don't build anything Wayland. I'll check the AB configure and ensure more coverage for the nodistro buildset. Ross On 8 May 2018 at 22:28, Denys Dmytriyenko wrote: > On Tue, May 08,

Re: [OE-core] [meta-oe][PATCH 2/3] modemmanager: upgrade to 1.7.991

2018-05-08 Thread Martin Jansa
Hi Martin, all meta-oe patches need to go to openembedded-devel ML. Thanks On Tue, May 8, 2018 at 8:49 PM, Martin Kelly wrote: > This version has a ublox plugin for expanded modem support. The underlying > issue > that enum-conversion.patch fixes appears to already have been

Re: [OE-core] [meta-oe][PATCH 2/3] modemmanager: upgrade to 1.7.991

2018-05-08 Thread Martin Kelly
On 05/08/2018 12:29 PM, Martin Jansa wrote: Hi Martin, all meta-oe patches need to go to openembedded-devel ML. Thanks Of course, my bad. Resent now to oe-devel. On Tue, May 8, 2018 at 8:49 PM, Martin Kelly > wrote: This version has a ublox

[OE-core] [meta-oe][PATCH 2/3] modemmanager: upgrade to 1.7.991

2018-05-08 Thread Martin Kelly
This version has a ublox plugin for expanded modem support. The underlying issue that enum-conversion.patch fixes appears to already have been fixed upstream, so we can drop the patch. Signed-off-by: Martin Kelly --- .../modemmanager/modemmanager/enum-conversion.patch | 21

Re: [OE-core] [yocto] Yocto Project changes in progress

2018-05-08 Thread Jeff Osier-Mixon
Many projects function this way. It is one of the strengths of the open source process. I'd be happy to answer any questions. On Mon, May 7, 2018 at 9:53 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Very interesting, indeed! Newer knew that Richard (Purdie) is/was > INTEL

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Denys Dmytriyenko
On Tue, May 08, 2018 at 11:18:44PM +0200, Martin Jansa wrote: > On Tue, Apr 10, 2018 at 03:06:09PM -0400, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Official announcement: > > https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html > > > > |

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Martin Jansa
It's possible to remove them globally with: meta/classes/remove-libtool.bbclass but mesa.inc already removes some of the .la files selectively, so it would be nice to keep it working even for DISTROs which don't inherit remove-libtool bbclass (for whatever reason). On Tue, May 8, 2018 at 11:28

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Martin Jansa
Ross: nodistro includes remove-libtool as well I've noticed the issue in DISTRO which doesn't use INHERIT_DISTRO from defaultsetup.inc. On Tue, May 8, 2018 at 11:59 PM, Burton, Ross wrote: > Yeah the problem here is that poky uses remove-libtool, and the nodistro >

[OE-core] [meta-oe][PATCH 1/3] libmbim: upgrade to 1.16

2018-05-08 Thread Martin Kelly
This is needed for the next version of modemmanager. Signed-off-by: Martin Kelly --- A similar patch was also sent by Khem Raj; that patch is just as good, but I wanted to send this in the same series because the modemmanager upgrade requires a libmbim upgrade.

[OE-core] [meta-oe][PATCH 3/3] modemmanager: fix mbim disable string

2018-05-08 Thread Martin Kelly
The current string used to disable mbim is "--enable-mbim=no", which is producing a warning. It should be "--with-mdim=no", so change it. Signed-off-by: Martin Kelly --- meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] read-only-rootfs and EFI configuration

2018-05-08 Thread Cal Sullivan
You're right. Since its adding to APPEND from rootfs-postcommands, which is inherited by images, its in the local space instead of global and won't be picked up by these recipes... Right now it won't actually affect anything out of the box, as that method of booting isn't default due to lack

Re: [OE-core] [daisy][PATCH 0/6] SRC_URI updates and minor build fixes

2018-05-08 Thread Andre McCurdy
On Tue, May 8, 2018 at 2:15 AM, Richard Purdie wrote: > On Tue, 2018-05-08 at 02:06 -0700, Andre McCurdy wrote: >> On Tue, May 8, 2018 at 12:40 AM, Richard Purdie >> wrote: >> > We've discussed "long term" branches for a

[OE-core] [PATCH v4 02/12] gst-plugins-base: upgrade 1.12.4 -> 1.14.0

2018-05-08 Thread Anuj Mittal
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/ * OpenGL integration library has moved to -plugins-base, add PACKAGECONFIG. * Remove one patch as that has been fixed in a different way upstream. * Merge inc/bb and refresh patches to get rid of fuzz warnings. * Remove

[OE-core] [PATCH v2 04/12] gst-plugins-bad: upgrade 1.12.4 -> 1.14.0

2018-05-08 Thread Anuj Mittal
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/ * gst-gl has moved to -good and direct dependencies aren't required. * Remove vulkan patches that have been upstreamed. * Remove obsolete PACKAGECONFIGs. Signed-off-by: Anuj Mittal ---

Re: [OE-core] [PATCH 07/14] ca-certificates: update to 20180409

2018-05-08 Thread Richard Purdie
On Fri, 2018-05-04 at 15:32 +0300, Alexander Kanavin wrote: > License-Update: URI fix > Signed-off-by: Alexander Kanavin > --- >  .../{ca-certificates_20170717.bb => ca- > certificates_20180409.bb}  | 4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-)

Re: [OE-core] [PATCH] gettext: make gettext independant of host java components

2018-05-08 Thread Burton, Ross
Is it possible to seed the result of gt_JAVACOMP instead of hacking the configure script? Ross On 8 May 2018 at 10:05, Zhixiong Chi wrote: > The checksums of gettext were changing based on whether or not java > and javac were installed. This patch makes gettext

Re: [OE-core] [daisy][PATCH 0/6] SRC_URI updates and minor build fixes

2018-05-08 Thread Richard Purdie
On Tue, 2018-05-08 at 02:06 -0700, Andre McCurdy wrote: > On Tue, May 8, 2018 at 12:40 AM, Richard Purdie > wrote: > > We've discussed "long term" branches for a while. I suggest that we > > collect together people who are will to maintain such things and > >

Re: [OE-core] cURL recipe: SSL backend

2018-05-08 Thread Viacheslav Salnikov
Mark, the main point of the question about "changing without side-effects" and not about "how to change one config option to another" But Andre has already provided information, cheers for that. Thanks for participation 2018-05-07 23:00 GMT+03:00 Andre McCurdy : > On Mon,

[OE-core] [PATCH 0/1] testsdkext: remove workspace/sources to avoid failure in case of multilib

2018-05-08 Thread Chen Qi
The following changes since commit f301a3bc110608c3684c78dd62e276beea73bd94: settings-daemon: Drop pointless apply=yes in SRC_URI (2018-05-04 13:28:06 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/testsdkext-multilib-cleanup

[OE-core] [PATCH 1/1] testsdkext: remove workspace/sources to avoid failure in case of multilib

2018-05-08 Thread Chen Qi
When multilib is enabled, there are multiple environment scripts, and the test cases for eSDK are executed for each environment script. And we will have the following problem when executing test cases for the second environment script. ERROR: Source tree path /.../workspace/sources/librdfa

[OE-core] [PATCH] gettext: make gettext independant of host java components

2018-05-08 Thread Zhixiong Chi
The checksums of gettext were changing based on whether or not java and javac were installed. This patch makes gettext recipes independant of Java components. Signed-off-by: Zhixiong Chi --- ...ke-gettext-independant-of-java-components.patch | 88

Re: [OE-core] [daisy][PATCH 0/6] SRC_URI updates and minor build fixes

2018-05-08 Thread Richard Purdie
On Mon, 2018-05-07 at 18:22 -0700, Andre McCurdy wrote: > On Tue, Mar 20, 2018 at 7:42 PM, Andre McCurdy > wrote: > > > > Daisy has now (long since) left upstream maintenance and entered > > into > > community support. As a member of a community which still actively > >

[OE-core] [PATCH v3] gst-plugins-base: upgrade 1.12.4 -> 1.14.0

2018-05-08 Thread Anuj Mittal
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/ * OpenGL integration library has moved to -plugins-base, add PACKAGECONFIG. * Remove one patch as that has been fixed in a different way upstream. * Merge inc/bb and refresh patches to get rid of fuzz warnings. * Remove

Re: [OE-core] [PATCH v2] gst-plugins-base: upgrade 1.12.4 -> 1.14.0

2018-05-08 Thread Anuj Mittal
On 05/07/2018 06:42 PM, Alexander Kanavin wrote: > On 05/04/2018 04:28 PM, Anuj Mittal wrote: >> diff --git >> a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch >> >>

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-08 Thread Burton, Ross
CCing Halstead who does. Hopefully the autobuilder.yocto.io cache has a babeltrace-1.5.5.tar.bz2 tarball we can add to the mirror? Ross On 7 May 2018 at 11:17, Alexander Kanavin wrote: > On 05/04/2018 10:51 PM, Martin Jansa wrote: > >> Can you please upload

Re: [OE-core] [PATCH] babeltrace: switch source URI

2018-05-08 Thread Burton, Ross
On 7 May 2018 at 16:33, Martin Jansa wrote: > There is already a fix for this, see: > http://lists.openembedded.org/pipermail/openembedded-core/ > 2018-May/150423.html > > Using github archives is even worse as they are regenerated from time to > time. Also when you

[OE-core] [PATCH 1/1] create-pull-request: handle '/' in subject correctly

2018-05-08 Thread Chen Qi
When subject contains '/', we will meet the following error when using create-pull-request. sed: -e expression #1, char 59: unknown option to `s' The problem is not critical. But it's better to fix it. Signed-off-by: Chen Qi --- scripts/create-pull-request | 1 + 1

[OE-core] [PATCH 0/1] create-pull-request: handle '/' in subject correctly

2018-05-08 Thread Chen Qi
The following changes since commit f301a3bc110608c3684c78dd62e276beea73bd94: settings-daemon: Drop pointless apply=yes in SRC_URI (2018-05-04 13:28:06 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/create-pull-request-fix

Re: [OE-core] [daisy][PATCH 0/6] SRC_URI updates and minor build fixes

2018-05-08 Thread Andre McCurdy
On Tue, May 8, 2018 at 12:40 AM, Richard Purdie wrote: > On Mon, 2018-05-07 at 18:22 -0700, Andre McCurdy wrote: >> On Tue, Mar 20, 2018 at 7:42 PM, Andre McCurdy >> wrote: >> > >> > Daisy has now (long since) left upstream maintenance and

Re: [OE-core] [PATCH 07/14] ca-certificates: update to 20180409

2018-05-08 Thread Alexander Kanavin
On 05/08/2018 10:47 AM, richard.pur...@linuxfoundation.org wrote: Something in this series, I think likely this patch causes rootfs generation to fail with: ERROR: core-image-sato-1.0-r0 do_rootfs: [log_check] core-image-sato: found 1 error message in the logfile: [log_check] openssl:Error:

Re: [OE-core] [PATCH v2] perl: native modules will not trigger build perl for target.

2018-05-08 Thread Krzysztof Taborski
Could someone look at this? 2017-12-18 16:51 GMT+01:00 Krzysztof Taborski : > ping > > 2017-12-12 9:34 GMT+01:00 Krzysztof Taborski > : > >> kindly reminder >> >> 2017-12-08 18:46 GMT+01:00 Krzysztof Taborski < >>

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-08 Thread Volker Vogelhuber
Hi Ricardo, On 07.05.2018 15:22, Ricardo Ribalda Delgado wrote: In my case this patch does the trick Unfortunately your patch results in having the recovery image's UID and GID settings to be set to my current user instead of root. So no, your patch does not seem to work for me. I didn't

Re: [OE-core] [PATCH v2] perl: native modules will not trigger build perl for target.

2018-05-08 Thread Alexander Kanavin
On 05/08/2018 04:08 PM, Krzysztof Taborski wrote: Could someone look at this? I think you should simply resend the patch, somehow it fell through the cracks. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-08 Thread Michael Halstead
That file is now available from the yoctoproject.org link you provided. It probably appeared a few days later. Is there any issue now? On 05/08/2018 02:25 AM, Burton, Ross wrote: > CCing Halstead who does.  Hopefully the autobuilder.yocto.io > cache has > a 

[OE-core] [meta-oe][PATCH] perl: native modules will not trigger build perl for target.

2018-05-08 Thread Krzysztof Taborski
Currently building perl-native modules triggers build perl for target due to PACKAGES_DYNAMIC regex. This commit will cause, that perl native modules will trigger perl-native build. Signed-off-by: Krzysztof Taborski ---

Re: [OE-core] [rocko][PATCH 1/2] Revert "waf.bbclass: explicitly pass bindir and libdir if supported"

2018-05-08 Thread Denys Dmytriyenko
I see this got merged/backported to rocko today. Now my builds are failing with this error during parsing of meta-openembedded: WARNING: /.../sources/meta-openembedded/meta-oe/recipes-multimedia/jack/jack_git.bb: Error during finalise of

Re: [OE-core] [rocko][PATCH 1/2] Revert "waf.bbclass: explicitly pass bindir and libdir if supported"

2018-05-08 Thread Joshua Watt
On Tue, 2018-05-08 at 13:01 -0400, Denys Dmytriyenko wrote: > I see this got merged/backported to rocko today. > Now my builds are failing with this error during parsing of meta- > openembedded: > > > WARNING: /.../sources/meta-openembedded/meta-oe/recipes- > multimedia/jack/jack_git.bb: Error

Re: [OE-core] [PATCH v2 2/4] libcap: fix (base_)libdir usage

2018-05-08 Thread Mark Asselstine
On Tuesday, May 8, 2018 1:46:43 PM EDT Ricardo Salveti wrote: > On Mon, Apr 16, 2018 at 10:00 AM, Koen Kooi wrote: > > The recipe wants to install libs into base_libdir, but uses "basename > > $libdir" to derive that. That breaks in a multiarch setup. Use the proper >

Re: [OE-core] [rocko][PATCH 1/2] Revert "waf.bbclass: explicitly pass bindir and libdir if supported"

2018-05-08 Thread Denys Dmytriyenko
On Tue, May 08, 2018 at 12:27:30PM -0500, Joshua Watt wrote: > On Tue, 2018-05-08 at 13:01 -0400, Denys Dmytriyenko wrote: > > I see this got merged/backported to rocko today. > > Now my builds are failing with this error during parsing of meta- > > openembedded: > > > > > > WARNING:

Re: [OE-core] [PATCH v2 2/4] libcap: fix (base_)libdir usage

2018-05-08 Thread Ricardo Salveti
On Mon, Apr 16, 2018 at 10:00 AM, Koen Kooi wrote: > The recipe wants to install libs into base_libdir, but uses "basename > $libdir" to derive that. That breaks in a multiarch setup. Use the proper > variable and remove the inline python usage. > > Signed-off-by: