[OE-core] [PATCH 1/3] lsb 4.1: Deal with make clean breakage

2014-11-04 Thread Koen Kooi
LSB can't cope with a make clean so disable that newly enabled functionality. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-extended/lsb/lsb_4.1.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1

[OE-core] [PATCH 3/3] lsb 4.1: fix indentation

2014-11-04 Thread Koen Kooi
Shell methods use tabs, variables use spaces. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-extended/lsb/lsb_4.1.bb | 96 ++-- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes

[OE-core] [PATCH 2/3] lsb 4.1: fix /usr/lib/ hardcodes

2014-11-04 Thread Koen Kooi
Also collapse do_install and do_install_append. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-extended/lsb/lsb_4.1.bb | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
ping Op 22 sep. 2014, om 14:12 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: The configure override was too restrictive, it needed both 'arm' and 'neon' to trigger, which breaks on aarch64. Since TUNE_FEATURES is the only qualifier that matters, drop the 'arm' override

Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 08:37 heeft Hongxu Jia hongxu@windriver.com het volgende geschreven: While networkd supported, we add network config which starts dhcp by default. And the customers could edit it according their own requirements. (dhcp or static ip...) It refers:

Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 08:37 heeft Hongxu Jia hongxu@windriver.com het volgende geschreven: While networkd supported, we add network config which starts dhcp by default. And the customers could edit it according their own requirements. (dhcp or static ip...) Another thing: don't put

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 11:25 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 09:57, Koen Kooi k...@dominion.thruhere.net wrote: ping Last night I was looking at my post-1.7 tag and the number of aarch64 patches there. Kai, did you continue work

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 12:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 11:27, Koen Kooi k...@dominion.thruhere.net wrote: Last night I was looking at my post-1.7 tag and the number of aarch64 patches there. Kai, did you continue work

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 13:10 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Mon, 2014-11-03 at 13:06 +0100, Koen Kooi wrote: Op 3 nov. 2014, om 12:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 11:27, Koen Kooi k

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 17:08 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 15:24, Koen Kooi koen.k...@linaro.org wrote: It's been over a month and libpng is still broken, so I refuse to classify this new process as 'helpful' or as 'appreciated

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-31 Thread Koen Kooi
Op 31 okt. 2014, om 03:59 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 10/30/2014 09:27 PM, Koen Kooi wrote: Op 30 okt. 2014, om 10:08 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: systemd needs this file to be there because one of its configuration

Re: [OE-core] [PATCH v2] image.bbclass: Added buildinfo IMAGE_FEATURE

2014-10-30 Thread Koen Kooi
Op 30 okt. 2014, om 02:07 heeft Alejandro Hernandez alejandro.hernan...@linux.intel.com het volgende geschreven: Writes build information to target filesystem to help developers [YOCTO #6770] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com ---

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread Koen Kooi
Op 30 okt. 2014, om 10:08 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: systemd needs this file to be there because one of its configuration file in pam.d, systemd-user, requires it. Otherwise, we would have errors like below. systemd: PAM _pam_load_conf_file: unable

Re: [OE-core] [PATCH 2/4] recipes: add x11 to required DISTRO_FEATURES

2014-10-30 Thread Koen Kooi
Op 30 okt. 2014, om 14:28 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Thu, 2014-10-30 at 14:20 +0100, Martin Jansa wrote: On Wed, Aug 06, 2014 at 01:48:31PM +0200, Martin Jansa wrote: On Mon, Jul 28, 2014 at 02:18:30PM +0100, Richard Purdie wrote: On

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-29 Thread Koen Kooi
Op 28 okt. 2014, om 23:22 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2014-10-28 at 10:36 +0100, Koen Kooi wrote: Op 27 okt. 2014, om 14:15 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 27 October 2014 13:06, Koen

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-28 Thread Koen Kooi
Op 27 okt. 2014, om 14:15 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 27 October 2014 13:06, Koen Kooi k...@dominion.thruhere.net wrote: Ah, two different problems :/ The problem that lzip-native isn't in oe-core is only a problem when there's a .lz SRC_URI

Re: [OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-10-28 Thread Koen Kooi
Op 28 okt. 2014, om 15:09 heeft Alex DAMIAN alexandru.dam...@intel.com het volgende geschreven: From: Alexandru DAMIAN alexandru.dam...@intel.com In managed mode, Toaster tries to discover layers that are being checked-out on disk. In base layers, the toasterconf.json file describes

Re: [OE-core] [PATCH 4/7] kernel: Pull uImage generation into separate class

2014-10-27 Thread Koen Kooi
Op 26 okt. 2014, om 23:52 heeft Marek Vasut ma...@denx.de het volgende geschreven: On Sunday, October 26, 2014 at 12:29:18 PM, Koen Kooi wrote: [...] To keep backward compatibility, could you rework this into something like: kernel.bbclass: inherit kernel-${KERNEL_IMAGETYPE

Re: [OE-core] [PATCH] image_types.bbclass: Make ubi depend on ubifs

2014-10-27 Thread Koen Kooi
Op 27 okt. 2014, om 08:42 heeft Pascal Bach pascal.b...@siemens.com het volgende geschreven: The ubi command assumes the ubifs file is present. This makes sure this is really the case. Signed-off-by: Pascal Bach pascal.b...@siemens.com --- meta/classes/image_types.bbclass |2 ++ 1

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-27 Thread Koen Kooi
Op 27 okt. 2014, om 11:59 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 26 October 2014 15:10, Koen Kooi k...@dominion.thruhere.net wrote: +# Not endswith because of *.patch.lz;patch=1. Need bb.fetch.decodeurl in future +if '.lz' in srcuri: I think

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-27 Thread Koen Kooi
Op 27 okt. 2014, om 12:54 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 27 October 2014 11:39, Koen Kooi k...@dominion.thruhere.net wrote: SRC_URI = http://www.lzop.org/download/${BP}.tar.gz \ Not quite, 'lzop' is not the same as 'lzip',the problem

Re: [OE-core] [PATCH 4/7] kernel: Pull uImage generation into separate class

2014-10-26 Thread Koen Kooi
Op 22 okt. 2014, om 23:45 heeft Marek Vasut ma...@denx.de het volgende geschreven: On Wednesday, October 22, 2014 at 10:42:09 AM, Koen Kooi wrote: Op 22 okt. 2014, om 01:28 heeft Marek Vasut ma...@denx.de het volgende geschreven: On Monday, October 20, 2014 at 12:26:04 PM, Koen Kooi

Re: [OE-core] [PATCH] gcc: poison default sysroot path

2014-10-26 Thread Koen Kooi
Op 24 okt. 2014, om 16:10 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: Various pieces of the code assume that the --sysroot option gets passed into the compiler tools. By having a sane default, we don't always spot when this occurs and this can later

[OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-26 Thread Koen Kooi
Some GNU packages (e.g. ddrescue) switched to lzip only, so add support for it. Needs matching bitbake patch to work properly: http://lists.openembedded.org/pipermail/bitbake-devel/2014-October/005093.html Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/base.bbclass | 5

Re: [OE-core] [PATCH] buildinfo: Added buildinfo recipe

2014-10-11 Thread Koen Kooi
Op 10 okt. 2014, om 20:29 heeft Alejandro Hernandez alejandro.hernan...@linux.intel.com het volgende geschreven: Writes build information to target filesystem to help developers [YOCTO #6770] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com ---

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-03 Thread Koen Kooi
Op 1 okt. 2014, om 17:34 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Oct 01, 2014 at 09:12:16AM +0100, Richard Purdie wrote: On Wed, 2014-10-01 at 06:10 +0200, Martin Jansa wrote: On Tue, Sep 30, 2014 at 08:55:53PM -0700, Khem Raj wrote: On Tue, Sep 30, 2014

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-01 Thread Koen Kooi
Op 1 okt. 2014, om 10:12 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Wed, 2014-10-01 at 06:10 +0200, Martin Jansa wrote: On Tue, Sep 30, 2014 at 08:55:53PM -0700, Khem Raj wrote: On Tue, Sep 30, 2014 at 6:32 PM, Denys Dmytriyenko de...@denix.org wrote:

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Koen Kooi
Op 29 sep. 2014, om 22:59 heeft Colin Walters walt...@verbum.org het volgende geschreven: On Sat, Sep 27, 2014, at 03:22 AM, Koen Kooi wrote: +${libdir}/sysusers.d/systemd.conf \ +${libdir}/sysusers.d/basic.conf \ Admins aren't expected to edit

[OE-core] [PATCH 1/2] systemd 216: add postinsts for hostname and machine nss modules

2014-09-27 Thread Koen Kooi
The external recipe has postinsts so to make this a true replacement add them here as well. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/systemd/systemd_216.bb | 22 ++ 1 file changed, 22 insertions(+) diff --git a/meta/recipes-core/systemd

[OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-27 Thread Koen Kooi
These generate passwd and group files, so keeping user changes is very important. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/systemd/systemd_216.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_216.bb b

Re: [OE-core] [PATCH 1/2] curl: add a PACKAGECONFIG for librtmp

2014-09-26 Thread Koen Kooi
Op 26 sep. 2014, om 01:13 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: Otherwise this is a non-deterministic build dependency. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-support/curl/curl_7.37.1.bb |1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-09-22 Thread Koen Kooi
The configure override was too restrictive, it needed both 'arm' and 'neon' to trigger, which breaks on aarch64. Since TUNE_FEATURES is the only qualifier that matters, drop the 'arm' override. Buildtested for 'genericarmv8' and 'qemux86' machines. Signed-off-by: Koen Kooi koen.k...@linaro.org

Re: [OE-core] Packaging kernel sources

2014-09-09 Thread Koen Kooi
Op 9 sep. 2014, om 17:42 heeft Darren Hart dvh...@linux.intel.com het volgende geschreven: Hi all, I'm working on a project which needs to have the full kernel sources installed on the target. The kernel-dev package as defined by kernel.bbclass is heavily pruned to minimize packaging time

Re: [OE-core] [PATCH V3 00/10] upgrade systemd to 215 and other misc fixes

2014-08-29 Thread Koen Kooi
Op 29 aug. 2014, om 04:58 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: On Sun, Aug 24, 2014 at 11:50 PM, ChenQi qi.c...@windriver.com wrote: On 08/24/2014 01:28 AM, Richard Purdie wrote: On Mon, 2014-08-18 at 09:51 +0800, Chen Qi wrote: The following changes since commit

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-29 Thread Koen Kooi
Op 29 aug. 2014, om 08:12 heeft Mike Looijmans mike.looijm...@topic.nl het volgende geschreven: On 08/28/2014 03:57 PM, Mark Hatle wrote: On 8/28/14, 8:50 AM, Koen Kooi wrote: Op 25 aug. 2014, om 21:12 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 8/22/14, 5:26

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-28 Thread Koen Kooi
Op 25 aug. 2014, om 21:12 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014 at 05:06:26PM -0500, Peter Seebach wrote: On Fri, 22 Aug 2014 23:46:26 +0200 Martin Jansa martin.ja...@gmail.com wrote: changing

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-28 Thread Koen Kooi
Op 28 aug. 2014, om 15:57 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 8/28/14, 8:50 AM, Koen Kooi wrote: Op 25 aug. 2014, om 21:12 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014

Re: [OE-core] [PATCHv2 1/3] sanity: handle both \n and \\n in mirror vars

2014-08-27 Thread Koen Kooi
Op 26 aug. 2014, om 00:57 heeft Christopher Larson kerg...@gmail.com het volgende geschreven: From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com Tested-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/sanity.bbclass | 2

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-24 Thread Koen Kooi
Op 24 aug. 2014, om 16:44 heeft Philip Balister phi...@balister.org het volgende geschreven: On 08/24/2014 01:56 AM, Mike Looijmans wrote: On 08/22/2014 06:44 PM, Philip Balister wrote: ... Can we also move to hard float abi? +1 to that. Especially since neon implies float support

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-23 Thread Koen Kooi
Op 21 aug. 2014, om 21:54 heeft Peter Seebach peter.seeb...@windriver.com het volgende geschreven: The various cortex chips generally support thumb code, so the armv7at tunings are a better default for them than the plain armv7a tunings. Thumb1 or thumb2? In the case of t1, it's useless on

Re: [OE-core] [PATCH 2/3] systemd: add volatile-binds to RDEPENDS

2014-08-20 Thread Koen Kooi
Op 28 jul. 2014, om 07:34 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: --- meta/recipes-core/systemd/systemd_213.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb index

[OE-core] [PATCH] nss-myhostname: fix postinst/prerm scripts

2014-08-20 Thread Koen Kooi
-gnueabi/systemd/1_216+gitAUTOINC+5d0ae62c66-r0/image/etc/nsswitch.conf Change ${D} to $D to stop it from being expanded by bitbake. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [OE-core] [RFC] Allarch and packagegroup improvement proposal

2014-08-19 Thread Koen Kooi
Op 18 aug. 2014, om 17:35 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Mon, 2014-08-18 at 15:39 +0100, Richard Purdie wrote: On Mon, 2014-08-18 at 15:14 +0200, Martin Jansa wrote: Well then maybe that allarch package with perl dependency shouldn't be

Re: [OE-core] [PATCH 3/3] qemux86-64: support X11 when QEMU is emulating a different GPU than vmware

2014-08-19 Thread Koen Kooi
Op 19 aug. 2014, om 23:29 heeft Max Eliaser max.elia...@intel.com het volgende geschreven: QEMU is capable of emulating four different VGA adapters: cirrus, std, vmware, and QXL. By adding the cirrus and fbdev X.Org drivers to the qemux86-64 image, the image can be made to launch an X server

Re: [OE-core] [PATCH 2/3] qemux86: support X11 when QEMU is emulating a different GPU than vmware

2014-08-19 Thread Koen Kooi
Op 19 aug. 2014, om 23:29 heeft Max Eliaser max.elia...@intel.com het volgende geschreven: QEMU is capable of emulating four different VGA adapters: cirrus, std, vmware, and QXL. By adding the cirrus and fbdev X.Org drivers to the qemux86 image, the image can be made to launch an X server on

Re: [OE-core] Two distros with same MACHINE

2014-08-14 Thread Koen Kooi
Op 14 aug. 2014, om 13:13 heeft Mike Looijmans mike.looijm...@topic.nl het volgende geschreven: On 08/13/2014 01:25 PM, Martin Jansa wrote: On Wed, Aug 13, 2014 at 02:09:36PM +0300, Yevhen Kyriukha wrote: 13 Авг 2014 г. 13:51 пользователь Nicolas Dechesne nicolas.deche...@linaro.org

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev

2014-08-14 Thread Koen Kooi
Op 14 aug. 2014, om 13:21 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 13 August 2014 18:46, Peter Kjellerstedt peter.kjellerst...@axis.com wrote: +PACKAGECONFIG[gudev] = --with-gudev,--without-gudev,udev Don't you need to depend on gudev here aswell? gudev

Re: [OE-core] [PATCH V5 1/1] systemd: upgrade to 215

2014-08-13 Thread Koen Kooi
Op 13 aug. 2014, om 09:10 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 08/01/2014 05:43 PM, Koen Kooi wrote: Op 31 jul. 2014, om 10:08 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed

Re: [OE-core] [dora][backport][PATCH] kernel: don't copy .so.dbg files into kernel source install

2014-08-11 Thread Koen Kooi
Op 11 aug. 2014, om 12:04 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Sat, 2014-08-09 at 11:11 +0200, Koen Kooi wrote: From: Bruce Ashfield bruce.ashfi...@windriver.com In 3.16+ x86-64 kernel builds produce a vdso64.so.dbg file. If this file

[OE-core] [PATCH 1/2] nssmyhostname: fix runtime dependencies

2014-08-09 Thread Koen Kooi
/aarch64-oe-linux/nss-myhostname/0.3-r0/image/etc/nsswitch.conf: No such file or directory Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/nss-myhostname/nss

[OE-core] [RFC][PATCH 2/2] systemd: rprovide/rreplace/rconflict nss-myhostname

2014-08-09 Thread Koen Kooi
Systems builds and packages nss-myhostname so add the appropriate lines to the recipe. Signed-off-by: Koen Kooi koen.k...@linaro.org --- I'm not 100% sure how this works with the debian shlib renaming for nss-myhostname_0.3.bb and how to handle this in the default providers include. Hence

[OE-core] [dora][backport][PATCH] kernel: don't copy .so.dbg files into kernel source install

2014-08-09 Thread Koen Kooi
From: Bruce Ashfield bruce.ashfi...@windriver.com In 3.16+ x86-64 kernel builds produce a vdso64.so.dbg file. If this file is copied into the kernel source install multiple QA failures are triggered. Specifically, this file triggers a debug package split that results in files installed but not

Re: [OE-core] [PATCH 1/2] nssmyhostname: fix runtime dependencies

2014-08-09 Thread Koen Kooi
Op 9 aug. 2014, om 12:34 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Sat, Aug 09, 2014 at 10:26:49AM +0200, Koen Kooi wrote: This should fix: 19:40 fabo ERROR: Unable to install packages. Command '/mnt/ci_build/workspace/tmp/sysroots/x86_64-linux/usr/bin/opkg-cl

[OE-core] [PATCH] kexec-tools: reinstate 'kexec-tools' package

2014-08-08 Thread Koen Kooi
The vmcore commit emptied out ${PN} leading to things like: Collected errors: * opkg_install_cmd: Cannot install package kexec-tools. Let's do the right thing and make ${PN} an empty meta-package that drags in all tools like people expect it to do. Signed-off-by: Koen Kooi

Re: [OE-core] [PATCH] kexec-tools: Create separate package for vmcore-dmesg

2014-08-08 Thread Koen Kooi
Op 5 aug. 2014, om 02:16 heeft Ricardo Neri ricardo.neri-calde...@linux.intel.com het volgende geschreven: The kexec-tools recipe already specifies separate packages for kexec and kdump. Thus, it follows that a separate package can also be used to install vmcore-dmesg granularly. This

Re: [OE-core] [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain

2014-08-07 Thread Koen Kooi
Since 'yocto' is a project like freedesktop.org your commit message doesn't make sense, it should be something like: meta-toolchain-qt: Install full set of python modules Op 7 aug. 2014, om 21:10 heeft Marek Vasut ma...@denx.de het volgende geschreven: The Qt SDK toolchain pulls in python

Re: [OE-core] [PATCH] coreutils: drop patch that unconditionally mangles manpages

2014-08-06 Thread Koen Kooi
Op 6 aug. 2014, om 22:38 heeft Paul Gortmaker paul.gortma...@windriver.com het volgende geschreven: commit 841ec528ec04e64bd09ff10f8d9ad2d6e3aac05d (coreutils: update to upstream version 9.21) added a patch which bypassed the check for perl and hence defaults to using the dummy man page for

Re: [OE-core] [PATCH] image.bbclass: Adding loop back for machine name in hosts file

2014-08-05 Thread Koen Kooi
Op 4 aug. 2014, om 15:57 heeft Sujith H sujit...@gmail.com het volgende geschreven: From: Sujith H sujith_harida...@mentor.com If hostname is not added to /etc/hosts file then rpcinfo command fails when hostname is passed as argument. This was observed when rpcinfo command was tested on

[OE-core] [PATCH] tcp-wrappers: fix do_install when $prefix == $base_prefix

2014-08-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp

[OE-core] perform_packagecopy can't handle bindir==base_bindir and errors out

2014-08-04 Thread Koen Kooi
Hi, I'm currently trying to combine {base_}{lib,bin}dir and have set base_prefix to /usr and redefined some other vars: +# Try to move distro stuff under /usr +# Keep /etc and friend in / +base_prefix = /usr +nonarch_base_libdir = /lib +sysconfdir = /etc +servicedir = /srv +sharedstatedir =

Re: [OE-core] [PATCH] cups: fix host contamination issue

2014-08-04 Thread Koen Kooi
Op 4 aug. 2014, om 11:46 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Fri, 2014-08-01 at 13:04 +0200, Koen Kooi wrote: -I/usr/include would end up in CFLAGS if /usr/bin/gcrypt-config is present on the host systemd. Signed-off-by: Koen Kooi k

Re: [OE-core] [PATCH V5 1/1] systemd: upgrade to 215

2014-08-01 Thread Koen Kooi
Op 31 jul. 2014, om 10:08 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. Backport two patches to fix compilation problem for qemuppc.

[OE-core] [PATCH] cups: fix host contamination issue

2014-08-01 Thread Koen Kooi
-I/usr/include would end up in CFLAGS if /usr/bin/gcrypt-config is present on the host systemd. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...crypt-config-from-the-host-it-leads-to-SS.patch | 28 ++ meta/recipes-extended/cups/cups_1.7.4.bb | 1 + 2

Re: [OE-core] [PATCH V3 1/1] systemd: upgrade to 215

2014-07-29 Thread Koen Kooi
Op 29 jul. 2014, om 04:12 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../systemd/systemd/systemd-older-kernel.patch | 56

Re: [OE-core] [PATCH] alsa-lib: remove non PN based -dev packages

2014-07-28 Thread Koen Kooi
Op 25 jul. 2014, om 12:05 heeft jackie.hu...@windriver.com het volgende geschreven: From: Jackie Huang jackie.hu...@windriver.com All dev related items should be packaged in the core PN-dev package not in seperate packages. What's the upgrade path here for image and users that have

Re: [OE-core] [PATCH 1/1] systemd: upgrade to 215

2014-07-28 Thread Koen Kooi
Op 28 jul. 2014, om 04:24 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 07/25/2014 06:56 PM, Koen Kooi wrote: Op 25 jul. 2014, om 11:20 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed

Re: [OE-core] [PATCH] alsa-lib: remove non PN based -dev packages

2014-07-28 Thread Koen Kooi
Op 28 jul. 2014, om 08:49 heeft Huang, Jie (Jackie) jackie.hu...@windriver.com het volgende geschreven: -Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Monday, July 28, 2014 2:30 PM To: Huang, Jie (Jackie) Cc: OE-core; Richard Purdie Subject: Re

Re: [OE-core] [PATCH] wget: use GnuTLS instead of OpenSSL

2014-07-25 Thread Koen Kooi
Op 4 jul. 2014, om 11:08 heeft Jack Mitchell m...@communistcode.co.uk het volgende geschreven: On 16/06/14 11:52, Ross Burton wrote: OpenSSL has license complications and GnuTLS is preferred, so although the license complications don't impact wget use GnuTLS for consistency. Also add a

[OE-core] [PATCH] wget: fix build error with gnutls

2014-07-25 Thread Koen Kooi
This fixes '/usr/lib/libgnutls.so: error adding symbols: File in wrong format' in do_configured. Reported-by: Jack Mitchell m...@communistcode.co.uk Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/wget/wget.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OE-core] [PATCH 1/1] systemd: upgrade to 215

2014-07-25 Thread Koen Kooi
Op 25 jul. 2014, om 11:20 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. NAK! This will drop libraries and and leave files unpackages, you need something like this: @@ -146,7 +146,9

Re: [OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-07-11 Thread Koen Kooi
Op 30 jun. 2014, om 18:40 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Mon, Jun 30, 2014 at 04:23:21PM +0200, Matthieu Crapet wrote: Dropped libvorvis dependency because there is already a (better) builtin vorbis codec. Don't confuse codec names: vorbis (builtin)

[OE-core] [PATCH 1/2] libnss-mdns: support ipv6 in lookups

2014-07-08 Thread Koen Kooi
way and only do ipv6 lookup in the fallback entry. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b

[OE-core] [PATCH 2/2] libnss-mdns: replace hardcoded /etc with ${sysconfdir}

2014-07-08 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b/meta/recipes-connectivity/libnss-mdns/libnss

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2014-06-02

2014-06-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Purdie schreef op 20-06-14 11:57: I know that with some of the changes in oe-core, meta-oe is suffering a little. I've been working on fixing up some of a world build of meta-oe with patches including the problematic autoconf one applied.

Re: [OE-core] [PATCH] perl: strip RPATH from libxml-parser-perl Expat.so

2014-06-19 Thread Koen Kooi
Op 19 jun. 2014, om 00:48 heeft Paul Gortmaker paul.gortma...@windriver.com het volgende geschreven: To fix: ERROR: QA Issue: package libxml-parser-perl contains bad RPATH /home/paul/poky/build/tmp/sysroots/intel-corei7-64/usr/lib64 in file

[OE-core] [PATCH 1/2] hwlatdetect 0.85: fix variable ordering

2014-06-17 Thread Koen Kooi
The OE styleguide says to group R* variables below do_install. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt

[OE-core] [PATCH 2/2] hwlatdetect: fix PV

2014-06-17 Thread Koen Kooi
As an extra safety measure set PV in the same place as SRCREV. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-rt/rt-tests/{hwlatdetect_0.85.bb = hwlatdetect_0.89.bb} | 0 meta/recipes-rt/rt-tests/rt-tests.inc | 1 + 2 files changed, 1 insertion

Re: [OE-core] [PATCH] lvm2.inc: EXTRA_OECONF is been overwrited

2014-06-06 Thread Koen Kooi
Op 6 jun. 2014, om 11:17 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Thu, Jun 05, 2014 at 11:26:17PM -0400, Yao Xinpan wrote: EXTRA_OECONF has been assigned before ‘EXTRA_OECONF = --with-usrlibdir=${libdir}’. So, ‘EXTRA_OECONF = --with-usrlibdir=${libdir}’

Re: [OE-core] [RFC][PATCH] udev: add udev-utils to RDEPENDS

2014-06-06 Thread Koen Kooi
Op 3 jun. 2014, om 08:58 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 02/03/2014 10:01 PM, David Nyström wrote: On mån 3 feb 2014 14:43:53, Phil Blundell wrote: On Mon, 2014-02-03 at 13:58 +0100, David Nyström wrote: An intended fix for below error message with

Re: [OE-core] [PATCH 1/1] ddimage: Support Mac OS

2014-05-24 Thread Koen Kooi
Op 23 mei 2014, om 06:28 heeft Darren Hart dvh...@linux.intel.com het volgende geschreven: Update the ddimage script to allow it to work on Mac OS too. The biggest difference is sysfs vs diskutil and in the syntax of the stat command between Mac OS and Linux, unfortunately. Workarounds using

Re: [OE-core] [PATCH 3/7] freetype: upgrade to 2.5.3

2014-05-14 Thread Koen Kooi
Op 14 mei 2014, om 06:28 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/12/2014 05:14 AM, Ross Burton wrote: Also drop the redundant definition of S. There seems to be a problem with this update, both native and target fail as follows: | /bin/grep:

[OE-core] [PATCH] curl: make PACKAGES match with FILES/RRECOMMENDS

2014-05-13 Thread Koen Kooi
Mostly cosmetic, but entries in PACKAGES should be specified the exact same way as FILES/RRECOMMENDS entries to avoid problems. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-support/curl/curl_7.36.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [RFC][PATCH] curl: work around RRECOMMENDS problems in -native* recipes

2014-05-13 Thread Koen Kooi
Both curl-native and git-(replacement-)native need ca-certs installed to support https:// but since PACKAGES is reset to R* variables don't work and ca-certs don't end up in sysroot. Adding it to DEPENDS works around this. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-support

Re: [OE-core] New meta-amd mailing list announcement

2014-05-13 Thread Koen Kooi
Op 12 mei 2014, om 19:58 heeft Sean Hudson sean_hud...@mentor.com het volgende geschreven: There is a new mailing list for AMD platform/board related patches and discussion. You can sign up here: https://lists.yoctoproject.org/listinfo/meta-amd The meta-amd layer git repository is

Re: [OE-core] [RFC][PATCH] curl: work around RRECOMMENDS problems in -native* recipes

2014-05-13 Thread Koen Kooi
Op 13 mei 2014, om 09:30 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: Both curl-native and git-(replacement-)native need ca-certs installed to support https:// but since PACKAGES is reset to R* variables don't work and ca-certs don't end up in sysroot. Adding it to DEPENDS

[OE-core] [PATCH] ca-certificates: generate CAfile for -native in do_install

2014-05-13 Thread Koen Kooi
/log.do_fetch.7843 ERROR: Task 1378 (/build/linaro/build/meta-linaro/meta-linaro/recipes-extra/trinity/trinity_1.3.bb, do_fetch) failed with exit code '1' Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-support/ca-certificates/ca-certificates_20130610.bb | 4 1 file changed, 4

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-12 Thread Koen Kooi
Op 9 mei 2014, om 12:53 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: On 9 May 2014 12:23, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2014-05-09 at 12:19 +0200, Koen Kooi wrote: On 9 May 2014 12:16, Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] [PATCH] git: Fix various makefile flags

2014-05-12 Thread Koen Kooi
-off-by: Richard Purdie richard.pur...@linuxfoundation.org This fixes the libcrypto errors I was seeing, so: Tested-by: Koen Kooi koen.k...@linaro.org -- Koen Kooi Builds and Baselines | Release Manager Linaro.org | Open source software for ARM SoCs

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in the package because do_install removed

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 9 mei 2014, om 10:50 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi k

Re: [OE-core] GStreamer 0.10's future

2014-05-08 Thread Koen Kooi
Op 8 mei 2014, om 16:48 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: Hi all, Sorry for the cross-post but I want this to have a wide audience. For the 1.7 release I want to move GStreamer 0.10 from oe-core into meta-multimedia, and ensure everything in oe-core has

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-08 Thread Koen Kooi
Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in the package because do_install removed it with a misleading comment about multilib. Workaround the problem so that Git.pm ends up

[OE-core] [PATCH] ltp: enable PM and RT tests

2014-05-06 Thread Koen Kooi
Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-extended/ltp/ltp_20140422.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb index bad9e6f..995d617 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-05 Thread Koen Kooi
This fixes the following build error: | libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No such file or directory There is no configure options to avoid this dependency. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-extended/libarchive/libarchive_3.1.2

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-05 Thread Koen Kooi
Op 5 mei 2014, om 23:54 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/05/2014 04:26 AM, Koen Kooi wrote: This fixes the following build error: | libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No such file or directory There is no configure

[OE-core] [PATCHv4] git: fix perl binding installation

2014-05-02 Thread Koen Kooi
Git.pm wasn't ending up in the package because do_install removed it with a misleading comment about multilib. Workaround the problem so that Git.pm ends up in the correct dir *and* doesn't get deleted. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-devtools/git/git.inc | 7

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Koen Kooi
Op 1 mei 2014, om 19:02 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: I was asked what I thought were things that needed discussion at OEDAM. Sadly I won't be there but I thought it might help to write down my thoughts in a few areas. Developer Workflow

Re: [OE-core] [PATCH 2/2] xinput-calibrator: fix XDG launch

2014-04-30 Thread Koen Kooi
Op 30 apr. 2014, om 01:04 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 04/28/2014 10:37 PM, Koen Kooi wrote: In the move from meta-oe to OE-core XDG based launched was dropped without noting it in the commit message, so fix that regression. Gnome-session will now

[OE-core] [PATCHv2] xinput-calibrator: fix XDG launch

2014-04-30 Thread Koen Kooi
In the move from meta-oe to OE-core XDG based launched was dropped without noting it in the commit message, so fix that regression. Gnome-session will now launch the calibrator again. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/xinput-calibrator/xinput

<    1   2   3   4   5   6   7   8   9   10   >