Re: [OE-core] [PATCH 1/3] linux-yocto/4.1: update to 4.1.32

2016-09-13 Thread Robert Yang
On 09/14/2016 02:32 PM, Bruce Ashfield wrote: On 09/13/2016 10:21 PM, Robert Yang wrote: Hi Bruce, All the kernel 4.1 and 4.4 buildings are down on autobuilder: https://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/928/stehttps://autobuilder.yoctoproject.org/main/builders

Re: [OE-core] [PATCH 1/3] linux-yocto/4.1: update to 4.1.32

2016-09-13 Thread Bruce Ashfield
On 09/13/2016 10:21 PM, Robert Yang wrote: Hi Bruce, All the kernel 4.1 and 4.4 buildings are down on autobuilder: https://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/928/stehttps://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/947/steps/BuildImages/logs/stdi

[OE-core] [PATCH] boost: add support for additional boost libs

2016-09-13 Thread jackie.huang
From: Jackie Huang * Added libs: - container - context - coroutine - exception - graph_parallel - locale - math - mpi - wave * Add PACKAGECONFIG to add proper dependencies for boost-locale * context and coroutine are added only for x86 and powerpc Signed-off-by: Jackie Huang

[OE-core] [PATCH 2/2] lib/oe/copy_buildsystem: fix building eSDK with indirect paths in BBLAYERS

2016-09-13 Thread Paul Eggleton
Indirect paths (e.g. ${TOPDIR}/../meta-something) do generally work if used in BBLAYERS in bblayers.conf. However, if you built an extensible SDK with this configuration then the creation of the workspace within the SDK using devtool in do_populate_sdk_ext failed. This is because the copy_buildsyst

[OE-core] [PATCH 1/2] classes/populate_sdk_ext: ensure we clean the right temporary TMPDIR path

2016-09-13 Thread Paul Eggleton
After we run the build system within the eSDK internally as part of the sstate filtering that happens during do_populate_sdk_ext, we need to ensure that the TMPDIR created during that process gets deleted. However we were using the TMPDIR path for the build producing the eSDK which may not be the s

[OE-core] [PATCH 0/2] Path-related fixes for the extensible SDK

2016-09-13 Thread Paul Eggleton
The following changes since commit 4d268abc2fc892c5d34449f78c8e9f2b1a9d6bac: oeqa.runtime.smart: work around smart race issues (2016-09-09 12:12:17 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/extsdk-path-fixes http://cgit.opene

Re: [OE-core] [PATCH 1/3] linux-yocto/4.1: update to 4.1.32

2016-09-13 Thread Ashfield, Bruce
RP had already let me know. I'm travelling at the moment but will figure out what happened when I get to my hotel. If these merged .. simply revert them, since I'll resubmit them at the end of the week when I'm back Bruce Sent from my Samsung Galaxy smartphone. Original message --

Re: [OE-core] [PATCH 1/3] linux-yocto/4.1: update to 4.1.32

2016-09-13 Thread Robert Yang
Hi Bruce, All the kernel 4.1 and 4.4 buildings are down on autobuilder: https://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/928/stehttps://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/947/steps/BuildImages/logs/stdiops/BuildImages/logs/stdio https://autobuild

[OE-core] [PATCH 0/1] Race during Busybox parallel build

2016-09-13 Thread Juro Bystricky
There is an occasional race observed when building Busybox with parallel make. It has been discussed on Busybox mailing list, see: https://www.mail-archive.com/busybox@busybox.net/msg23244.html There were several Busybox attempts to fix this issue: 0dddbc1a59795a77679d8c5ef48a2795cb470563 ("build

[OE-core] [PATCH 1/1] busybox: Avoid race building libbb

2016-09-13 Thread Juro Bystricky
When building busybox, an occasional error was observed. The error is consistently the same: libbb/appletlib.c:164:13: error: 'NUM_APPLETS' undeclared (first use in this function) while (i < NUM_APPLETS) { The reason is the include file where NUM_APPLETS is defined is not yet generated (or is

[OE-core] Looking for a PyQt5 recipe

2016-09-13 Thread Philip Balister
I'm fighting to build PyQt5 (with Qt5) and have heard via irc someone has done this. Does anyone have any info on this? Thanks, Philip PS: Sorry for spamming three lists. I have very little to go one who said they had done this, so no info on what community he might think he is parts of. Why we

[OE-core] [PATCH] python-smartpm: use md5 as the digest for rpm_sys channel

2016-09-13 Thread Markus Lehtonen
Use md5 sum instead of mtime as the "digest" method for rpm_sys channel. The digest is used to determine if the channel has been updated. It was found out that mtime was not a reliable digest. On some systems mtime of the rpm db does not get updated after every transaction if transactions (smart in

[OE-core] [PATCH] oeqa/utils/decorators: LogResults fix race condition in linkfile

2016-09-13 Thread Aníbal Limón
In order to avoid race condition when test if exists the linkfile use bb.utils.lock, the best solution is to create a unique name for the link file. There is no way to create a unique linkfile name at this decorator because is needed the machine and image variables, those variables can't be passed

Re: [OE-core] [meta-oe][meta-networking][PATCH] cmake-native: add dependency on openssl-native libidn-native

2016-09-13 Thread Burton, Ross
On 12 September 2016 at 18:05, Martin Jansa wrote: > +DEPENDS += "bzip2-native zlib-native openssl-native libidn-native" > So this is coming from the embedded fork of curl inside cmake, which is optional and likely has more dependencies that we didn't yet notice. How about adding a dependency o

Re: [OE-core] [oe-commits] [openembedded-core] 01/24: gnutls: update to 3.5.3

2016-09-13 Thread Burton, Ross
On 13 September 2016 at 14:04, Jussi Kukkonen wrote: > The good news: Upstream just fixed this today. > The bad news: The fix is a 7000 line asm patch. > > > > It's a revert to some earlier code so not _quite_ that scary... but we > don't have ptests for gnutls and reviewing that patch is plain i

Re: [OE-core] [PATCH 1/1] package_manager.py: fix bitbake package-index failed

2016-09-13 Thread Mark Hatle
FYI this is fixing Yocto Project defect 10258. --Mark On 9/13/16 3:48 AM, Hongxu Jia wrote: > Previously the following commit in oe-core move RPM metadata > from DEPLOY_DIR to WORKDIR. > --- > commit a92c196449c516fe51786d429078bbb1213bb029 > Author: Stephano Cetola > Date: Wed Aug 10

Re: [OE-core] [PATCH] rootfs.py: support absolute paths in IMAGE_DEVICE_TABLES

2016-09-13 Thread Mark Hatle
On 9/12/16 10:20 PM, Andre McCurdy wrote: > On Mon, Sep 12, 2016 at 5:17 PM, Mark Hatle wrote: >> On 9/12/16 6:00 PM, Andre McCurdy wrote: >>> Paths relative to BBPATH are fine if device table files are always >>> static and contained somewhere within a meta layer. However if device >>> tables are

[OE-core] [PATCH v2] autotools: Correctly filter m4 files view to setscene dependencies

2016-09-13 Thread Richard Purdie
Currently when you run builds from sstate, you can see warnings like: WARNING: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_configure: /data/poky-master/tmp-glibc/sstate-control/manifest-intel-corei7-64-glibc-initial.populate_sysroot not found WARNING: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_conf

[OE-core] [PATCH] eudev: Add missing pkgconfig dependencies

2016-09-13 Thread Richard Purdie
Building eudev from scratch in an sstate build results in configure errors since the pkg-config macros can't be found. Add in a missing pkg-config dependency using the appropriate class to avoid such failures. Signed-off-by: Richard Purdie diff --git a/meta/recipes-core/udev/eudev_3.2.bb b/meta

Re: [OE-core] [PATCH] kernel-yocto: remove do_shared_workdir from SRCTREECOVEREDTASKS

2016-09-13 Thread André Draszik
Please unignore this patch :-) The patch does what I intended. Sorry for the noise. On Di, 2016-09-13 at 12:09 +0100, André Draszik wrote: > Ignore this. This doesn't yet work as I intended I think. > > On Di, 2016-09-13 at 10:07 +0100, André Draszik wrote: > > > > Various recipes depend on the

Re: [OE-core] [oe-commits] [openembedded-core] 01/24: gnutls: update to 3.5.3

2016-09-13 Thread Jussi Kukkonen
On 12 September 2016 at 20:43, Burton, Ross wrote: > > On 11 September 2016 at 23:37, Martin Jansa > wrote: > >> Default qemux86 as shown in: >> http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20 >> 160910_205641.log >> > > Yeah I can replicate this, must be a 32-bit x86 thing, or some

Re: [OE-core] [PATCH] kernel-yocto: remove do_shared_workdir from SRCTREECOVEREDTASKS

2016-09-13 Thread André Draszik
Ignore this. This doesn't yet work as I intended I think. On Di, 2016-09-13 at 10:07 +0100, André Draszik wrote: > Various recipes depend on the kernel's do_shared_workdir > task, a quick grep suggests all external kernel modules > (via module.bbclass), but also perf, and potentially any > additio

[OE-core] [PATCH] autotools: Correctly filter m4 files view to setscene dependencies

2016-09-13 Thread Richard Purdie
Currently when you run builds from sstate, you can see warnings like: WARNING: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_configure: /data/poky-master/tmp-glibc/sstate-control/manifest-intel-corei7-64-glibc-initial.populate_sysroot not found WARNING: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_conf

[OE-core] [PATCH] kernel-yocto: remove do_shared_workdir from SRCTREECOVEREDTASKS

2016-09-13 Thread André Draszik
Various recipes depend on the kernel's do_shared_workdir task, a quick grep suggests all external kernel modules (via module.bbclass), but also perf, and potentially any additional headers as outlined in linux-libc-headers.inc are affected. Having do_shared_workdir in SRCTREECOVEREDTASKS means thi

[OE-core] [PATCH 1/1] package_manager.py: fix bitbake package-index failed

2016-09-13 Thread Hongxu Jia
Previously the following commit in oe-core move RPM metadata from DEPLOY_DIR to WORKDIR. --- commit a92c196449c516fe51786d429078bbb1213bb029 Author: Stephano Cetola Date: Wed Aug 10 13:03:16 2016 -0700 Allow for simultaneous do_rootfs tasks with rpm Give each rootfs its own RPM

[OE-core] [PATCH 0/1] package_manager.py: fix bitbake package-index failed

2016-09-13 Thread Hongxu Jia
The following changes since commit 2679a347c576f5411fbe802d2f6201c94036ecb2: maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me (2016-09-09 12:12:59 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/package-index http:

[OE-core] [PATCH 2/2] libdrm: Explicitly disable cunit tests

2016-09-13 Thread Jussi Kukkonen
Add patch to control building cunit-tests explicitly. Disable them in the recipe. Fixes [YOCTO #9849]. Signed-off-by: Jussi Kukkonen --- ...ac-Allow-explicit-enabling-of-cunit-tests.patch | 56 ++ meta/recipes-graphics/drm/libdrm_2.4.70.bb | 2 + 2 files changed, 58

[OE-core] [PATCH 1/2] piglit: Backport linker flag patch

2016-09-13 Thread Jussi Kukkonen
Use the correct build system patch instead of adding linker flags in recipe. Also update upstream status for the other build patch. Fixes [YOCTO #9851]. Signed-off-by: Jussi Kukkonen --- .../0001-cmake-Link-test-utils-with-ldl.patch | 41 ++ ...0001-cmake-Link-utils-wit

Re: [OE-core] About runqemu's use cases

2016-09-13 Thread Robert Yang
On 09/13/2016 04:34 PM, Richard Purdie wrote: On Tue, 2016-09-13 at 10:53 +0800, Robert Yang wrote: Hello, We have a new oe-core/scripts/runqemu now, and I'd like to add something like "runqemu test" in the future to avoid regressions. It would help a lot if you can provide the info about how

[OE-core] [PATCH 0/2] Minor build fixes

2016-09-13 Thread Jussi Kukkonen
Fix for floating dependency in libdrm and a better fix for link issue in piglit. Thanks, Jussi The following changes since commit 2679a347c576f5411fbe802d2f6201c94036ecb2: maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me (2016-09-09 12:12:59 +0100) are available in the git r

Re: [OE-core] About runqemu's use cases

2016-09-13 Thread Richard Purdie
On Tue, 2016-09-13 at 10:53 +0800, Robert Yang wrote: > Hello, > > We have a new oe-core/scripts/runqemu now, and I'd like to add > something > like "runqemu test" in the future to avoid regressions. It would help > a > lot if you can provide the info about how do you use runqemu. There > is > a b

Re: [OE-core] [PATCH] image.bbclass: do not check size of the debugfs image

2016-09-13 Thread André Draszik
Somebody did mention last week (Monday?) on IRC that mails are not arriving. In the mailman web interface they aren't missing though (which is what I sometimes use to check)... Strange Andre' On Mo, 2016-09-12 at 16:36 +0100, Burton, Ross wrote: > Well there must have been some list/gmail snafu,