Re: [OE-core] [PATCH][jethro] binutils: backport bug fix to the 2.25 branch for jethro

2016-04-29 Thread Khem Raj
this is ok to install. On Wed, Apr 27, 2016 at 2:39 PM, Tristan Van Berkom wrote: > We fail to build webkit on aarch64 due to this binutils bug: > >https://sourceware.org/bugzilla/show_bug.cgi?id=19353 > > Applying patch which fixes this, stripped out

Re: [OE-core] moving OpenEmbedded-core to Python 3

2016-04-29 Thread Khem Raj
On Mon, Apr 25, 2016 at 5:22 AM, Alexander Kanavin wrote: > Hello everyone, > > we want to deprecate Python 2 in oe-core and set Python 3 as the default, > preferred choice. What does this mean? > > 1) Introducing new Python 2 dependencies via new recipes or

Re: [OE-core] [PATCH] arch-powerpc64.inc: disable the use of qemu usermode on ppc64

2016-04-29 Thread Khem Raj
On Wed, Apr 27, 2016 at 5:44 AM, Alexander Kanavin wrote: > It simply does not work at all: > https://lists.yoctoproject.org/pipermail/yocto/2016-April/029698.html > > Signed-off-by: Alexander Kanavin > --- >

[OE-core] [PATCH 1/2] linux-yocto-rt, core-image-rt*: Explicitly skip when PREFERRED_PROVIDER_virtual/kernel isn't set to linux-yocto-rt

2016-04-29 Thread Martin Jansa
* just like linux-yocto-dev is doing * fixes following errors in world builds: ERROR: Nothing PROVIDES 'linux-yocto-rt' (but /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-rt/images/core-image-rt-sdk.bb DEPENDS on or otherwise requires it) ERROR: linux-yocto-rt was skipped:

[OE-core] [PATCH 2/2] core-image-{minimal, testmaster}-initramfs: set COMPATIBLE_HOST

2016-04-29 Thread Martin Jansa
* use the same COMPATIBLE_HOST restriction as initramfs-live-install(-testfs) to resolve ugly error when trying to build them e.g. for ARM: ERROR: Nothing RPROVIDES 'initramfs-live-install-testfs' (but

Re: [OE-core] [PATCH 1/1] metadata_scm.bbclass: Do not assume ${COREBASE} is a Git repo

2016-04-29 Thread Peter Kjellerstedt
I have sent an updated patch now with the commit message amended. //Peter From: kerg...@gmail.com [mailto:kerg...@gmail.com] On Behalf Of Christopher Larson Sent: den 28 april 2016 18:11 To: Peter Kjellerstedt Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH

[OE-core] [PATCHv2 0/1] Improve how to determine METADATA_REVISION

2016-04-29 Thread Peter Kjellerstedt
We noticed that METADATA_REVISION was always set to '' in our builds. It turned out that this was because the code in metadata_scm.bbclass that sets it assumed that ${COREBASE} contains a repository. This may be true when working with Poky, but is not necessarily true for other setups. E.g., in

[OE-core] [PATCHv2 1/1] metadata_scm.bbclass: Do not assume ${COREBASE} is a Git repo

2016-04-29 Thread Peter Kjellerstedt
The functions base_detect_revision() and base_detect_branch() try to extract SCM meta information from the path returned by base_get_scmbasepath(), which currently returns ${COREBASE}. However, making the assumption that ${COREBASE} contains SCM meta information can be false. It is true for Poky,

Re: [OE-core] [PATCH v2] mdadm: add systemd support

2016-04-29 Thread Pau Espin Pedrol
2016-04-27 10:34 GMT+02:00 Li Xin : > + ${D}${systemd_unitdir}/system/mdadm.service Hi, could you please use "${D}${systemd_system_unitdir}/mdadm.service" instead of "${D}${systemd_unitdir}/system/mdadm.service" in here? Pau Espin Pedrol mail/jabber:

[OE-core] Yocto Project Status WW18

2016-04-29 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M1 Next Deadline: YP 2.2 cut off: June 13, 2016 SWAT team rotation: Randy -> Benjamin https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *YP 2.1 M4.rc2 is going to become the final 2.1 release! *WDD started to

[OE-core] [PATCH v2] Allow different filesystems to be used for VM images.

2016-04-29 Thread Ian Reinhart Geiser
This allows for things like btrfs to be used vs just ext4. The default value of ext4 is kept so there is no functional change unless VM_ROOTFS_TYPE is set in the inherting recipe. Signed-off-by: Ian Reinhart Geiser --- meta/classes/image-vm.bbclass | 13 +++-- 1

Re: [OE-core] [PATCH] Allow different filesystems to be used for VM images.

2016-04-29 Thread Richard Purdie
On Fri, 2016-04-29 at 06:50 -0400, Ian Geiser wrote: > On Fri, 29 Apr 2016 04:19:00 -0400 Richard Purdie < > richard.pur...@linuxfoundation.org> wrote > > On Thu, 2016-04-28 at 15:21 -0400, Ian Reinhart Geiser wrote: > > > This allows for things like btrfs to be used vs just ext4.

[OE-core] [PATCH] bitbake.conf: change APACHE_MIRROR to point at archive.apache.org

2016-04-29 Thread Ross Burton
The official download servers www.[country].apace.org only host the latest release, so the URL is only valid when the recipe is fully up to date. In the general case this isn't a problem as our mirror list includes archive.apache.org, but the upstream URI checking (the checkuri task) fails as

[OE-core] [PATCH][jethro] gdb: fix QA warning (uClibc)

2016-04-29 Thread André Draszik
From: André Draszik WARNING: QA Issue: gdb rdepends on libiconv, but it isn't a build dependency? [build-deps] We already have virtual/libiconv which is set appropriately in all environments, so let's use it to fix the issue. Signed-off-by: André Draszik

Re: [OE-core] [PATCH] Allow different filesystems to be used for VM images.

2016-04-29 Thread Ian Geiser
On Fri, 29 Apr 2016 04:19:00 -0400 Richard Purdie wrote > On Thu, 2016-04-28 at 15:21 -0400, Ian Reinhart Geiser wrote: > > This allows for things like btrfs to be used vs just ext4. > > The default value of ext4 is kept so there is no

[OE-core] [PATCH] gdb: fix QA warning (uClibc)

2016-04-29 Thread André Draszik
From: André Draszik WARNING: QA Issue: gdb rdepends on libiconv, but it isn't a build dependency? [build-deps] We already have virtual/libiconv which is set appropriately in all environments, so let's use it to fix the issue. Signed-off-by: André Draszik

[OE-core] [PATCH] base-files: add some safety checks in profile

2016-04-29 Thread Diego Rondini
Add some safety checks when sourcing files in /etc/profile.d/, in particular: - source only *.sh files, not every file. This is the practice in use in both Fedora and Debian/Ubuntu (see https://help.ubuntu.com/community/EnvironmentVariables#A.2Fetc.2Fprofile.d.2F.2A.sh); - check the input is

Re: [OE-core] Make runqemu knows nothing about machine

2016-04-29 Thread Robert Yang
On 04/29/2016 05:45 PM, Richard Purdie wrote: On Tue, 2016-04-26 at 11:42 +0800, Robert Yang wrote: Hello, The qemu-native can boot a lot of machines, but oe-core's runqemu can only boot a few of them which are hardcoded into runqemu. I'd like to change it little to make it drop the hardcode

Re: [OE-core] Make runqemu knows nothing about machine

2016-04-29 Thread Richard Purdie
On Tue, 2016-04-26 at 11:42 +0800, Robert Yang wrote: > Hello, > > The qemu-native can boot a lot of machines, but oe-core's runqemu can > only > boot a few of them which are hardcoded into runqemu. I'd like to > change > it little to make it drop the hardcode and can boot more machines. > Here >

Re: [OE-core] [PATCH v2 1/3] bmap-tools: initial commit, version 3.2

2016-04-29 Thread Alexander Kanevskiy
On Fri, Apr 29, 2016 at 7:55 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Fri, 29 Apr 2016 01:07:56 Alexander Kanevskiy wrote: > > On Wed, Apr 27, 2016 at 12:36 PM, Ed Bartosh > > > > > wrote: > > > Bmap-tools - tools to generate block map (AKA

[OE-core] [PATCH 0/1] lttng-tools: filter random filename of ptest output

2016-04-29 Thread Dengke Du
The following changes since commit a9b503b268e94d311f892fa00c5d6bd9ffdb228e: license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 1/1] lttng-tools: filter random filename of ptest output

2016-04-29 Thread Dengke Du
When run the ptest of lttng-tools, it produced many random filename when the tests passed, the output confused QA analysis, so we need to filter the ptest output if tests passed and add up the passed and failed tests. NOTE:The tests invoked the run.sh twice, so it output like this: ... FAIL:...

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-29 Thread Burton, Ross
Took it for another ride on our AB last night: http://errors.yoctoproject.org/Errors/Latest/?filter=ab893d4e1c3efc1ee73c6cfbbb9a64036c63d93c=commit The systemd-sysusers stuff I failed to remove, and is broken. There's a pango-native failure that appears to be caused by GIR. And two SDK image

Re: [OE-core] [PATCH] Allow different filesystems to be used for VM images.

2016-04-29 Thread Richard Purdie
On Thu, 2016-04-28 at 15:21 -0400, Ian Reinhart Geiser wrote: > This allows for things like btrfs to be used vs just ext4. > The default value of ext4 is kept so there is no functional > change unless ROOTFS_TYPE is set in the inherting recipe. > > Signed-off-by: Ian Reinhart Geiser