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

2018-07-13 Thread Koen Kooi
> Op 12 jul. 2018, om 12:03 heeft Chen Qi het volgende > geschreven: > > Upgrade systemd to 239. When enabling importd I get: WARNING: systemd-1_239-r0 do_package: QA Issue: systemd: Files/directories were installed but not shipped in any package:

Re: [OE-core] [PATCH v2 0/4] Add tune for ARMv8 and some cortex processors

2018-06-12 Thread Koen Kooi
> Op 9 jun. 2018, om 08:26 heeft Randy Li het volgende > geschreven: > > I read the ARMv8 manual again, it looks the hardware float is mandatory > in Linux Distributions and toolchain libraries. Even some cortex > processors can be configured without FPU/NEON hardware, but I don't > think

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

2018-04-16 Thread Koen Kooi
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: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-support/libcap/libcap_2

[OE-core] [PATCH v2 1/4] native bbclass: handle base_libdir as well

2018-04-16 Thread Koen Kooi
Native.bbclass needs to fixup both base_libdir and libdir to handle things like multiarch. This fixes wic and ext4.* image failures during do_rootfs where mkfs.ext4 can't find its libraries. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/classes/native.bbclass | 2 ++ 1 file c

[OE-core] [PATCH v2 3/4] bind: fix openSSL detection when using multiarch

2018-04-16 Thread Koen Kooi
In multiarch /usr/include and /usr/lib/ --- meta/recipes-connectivity/bind/bind_9.10.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/bind/bind_9.10.6.bb b/meta/recipes-connectivity/bind/bind_9.10.6.bb index 8b8835b..20c8d7b 100644 ---

[OE-core] [PATCH v2 4/4] python 2.7: fix multilib patch to accept multiarch style paths

2018-04-16 Thread Koen Kooi
Using 'basename' to strip the prefix fails when using multiarch style paths. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-devtools/python/python.inc| 6 ++ meta/recipes-devtools/python/python/multilib.patch | 2 +- 2 files changed, 7 insertions(+), 1 de

Re: [OE-core] [PATCH 2/3] bind: fix openSSL detection when using multiarch

2018-04-12 Thread Koen Kooi
> Op 11 apr. 2018, om 11:25 heeft Koen Kooi <k...@dominion.thruhere.net> het > volgende geschreven: [..] > There is one change that will need careful consideration if it is meant for > sumo, it looks like the sysroot code treats libdir differently from > base_libdir: &g

Re: [OE-core] [PATCH 2/3] bind: fix openSSL detection when using multiarch

2018-04-11 Thread Koen Kooi
> Op 9 apr. 2018, om 18:36 heeft Richard Purdie > <richard.pur...@linuxfoundation.org> het volgende geschreven: > > On Mon, 2018-04-09 at 13:56 +0200, Koen Kooi wrote: >> In multiarch /usr/include and /usr/lib/> level anymore. This change will pass a correct includ

Re: [OE-core] [PATCH 3/3] python 2.7: fix multilib patch to accept multiarch style paths

2018-04-09 Thread Koen Kooi
Please ignore "[PATCH 3/3] python 2.7: fix multilib patch to accept multiarch style paths" for now, a rebuild from scratch shows a build failure :/ 2018-04-09 13:56 GMT+02:00 Koen Kooi <k...@dominion.thruhere.net>: > > Using 'basename' to strip the prefix fails when using

[OE-core] [PATCH 1/3] libcap: fix (base_)libdir usage

2018-04-09 Thread Koen Kooi
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: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-support/libcap/libcap_2

[OE-core] [PATCH 3/3] python 2.7: fix multilib patch to accept multiarch style paths

2018-04-09 Thread Koen Kooi
Using 'basename' to strip the prefix fails when using multiarch style paths. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-devtools/python/python/multilib.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/

[OE-core] [PATCH 2/3] bind: fix openSSL detection when using multiarch

2018-04-09 Thread Koen Kooi
In multiarch /usr/include and /usr/lib/ --- meta/recipes-connectivity/bind/bind_9.10.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/bind/bind_9.10.6.bb b/meta/recipes-connectivity/bind/bind_9.10.6.bb index 8b8835b..20c8d7b 100644 ---

[OE-core] [PATCH] glibc-package: fix locale cleanup logic

2018-03-27 Thread Koen Kooi
out if it's non-empty. Tested with a plain (/usr/lib), a 64-bit (/usr/lib64) and a multiarch (/usr/lib/aarch64-linux) build. I strongly suspect this whole bit of cleanup isn't needed anymore, but my testing is too limited to be certain. Signed-off-by: Koen Kooi <koen.k...@linaro.org> ---

[OE-core] [PATCH] ncurses: fix deletion of /usr/lib/terminfo

2018-03-09 Thread Koen Kooi
Ncurses doesn't honour ${libdir} for terminfo, so try more options to remove it. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-core/ncurses/ncurses.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/r

[OE-core] [PATCH] openssl: fix libdir logic to allow multiarch style paths

2018-03-09 Thread Koen Kooi
The recipes were using 'basename' to turn '/usr/lib' into 'lib', which breaks when libdir is '/usr/lib/tuple', leading to libraries ending up in '/usr/tuple', which isn't in FILES_*. Change the logic to use sed to strip the prefix instead. Signed-off-by: Koen Kooi <koen.k...@linaro.

[OE-core] [PATCH] ncurses: fix do_install failure when base_libdir has more than one level

2018-03-09 Thread Koen Kooi
Other sections of the .inc already use mkdir -p, so use it here as well. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-core/ncurses/ncurses.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipe

Re: [OE-core] [rocko][PATCH v3 4/4] openssl: fix runtime errors with Thumb2 when using binutils 2.29

2017-12-21 Thread Koen Kooi
er <stefan.ag...@toradex.com> > Acked-by: Otavio Salvador <ota...@ossystems.com.br> Tested-by: Koen Kooi <k...@dominion.thruhere.net> > --- > ...-armv4-bsaes-armv7-.pl-make-it-work-with-.patch | 88 ++ > .../recipes-connectivity/openssl/openssl_1.

Re: [OE-core] [rocko][PATCH v3 3/4] openssl: Upgrade 1.1.0f -> 1.1.0g

2017-12-21 Thread Koen Kooi
amily could cause OOB read (CVE-2017-3735) > > Signed-off-by: Stefan Agner <stefan.ag...@toradex.com> > Acked-by: Otavio Salvador <ota...@ossystems.com.br> Tested-by: Koen Kooi <k...@dominion.thruhere.net> > --- > .../openssl/{openssl_1.1.0f.bb => openssl_1

Re: [OE-core] [rocko][PATCH v3 1/4] openssl10: Upgrade 1.0.2l -> 1.0.2m

2017-12-21 Thread Koen Kooi
amily could cause OOB read (CVE-2017-3735) > > Signed-off-by: Stefan Agner <stefan.ag...@toradex.com> > Acked-by: Otavio Salvador <ota...@ossystems.com.br> Tested-by: Koen Kooi <k...@dominion.thruhere.net> > --- > Changes since v2: > - Rebased to rock

Re: [OE-core] [rocko][PATCH v3 2/4] openssl10: fix runtime errors with Thumb2 when using binutils 2.29

2017-12-21 Thread Koen Kooi
er <stefan.ag...@toradex.com> > Acked-by: Otavio Salvador <ota...@ossystems.com.br> Tested-by: Koen Kooi <k...@dominion.thruhere.net> > --- > ...saes-armv7-sha256-armv4-.pl-make-it-work-.patch | 100 + > .../recipes-connectivity/openssl/openssl_1.0.

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

2017-03-02 Thread Koen Kooi
Op 02-03-17 om 00:14 schreef Andreas Müller: > On Wed, Mar 1, 2017 at 8:55 PM, Martin Jansa wrote: >> * >> openembedded-core/meta/recipes-extended/parted/parted_3.2.bb:do_compile_ptest_base > Before Martin blacklists gparted for dependency :) > > 1. Autobuilder error

Re: [OE-core] [PATCH 1/1] recipes-extended: Move efivar from meta-openembedded to oe-core

2017-02-28 Thread Koen Kooi
eally look at it :/ > > On Tue, Feb 28, 2017 at 9:33 AM, Koen Kooi <k...@dominion.thruhere.net > <mailto:k...@dominion.thruhere.net>> wrote: > > Op 28-02-17 om 02:09 schreef California Sullivan: > > BSPs for platforms using UEFI, such as meta-intel, woul

Re: [OE-core] [PATCH 1/1] recipes-extended: Move efivar from meta-openembedded to oe-core

2017-02-28 Thread Koen Kooi
le mode 100644 index 000..951b159 --- /dev/null +++ > b/meta/recipes-extended/efivar/efivar/0002-disable-static-build.patch @@ > -0,0 +1,33 @@ +From 126e0d3c1ad74cf5b0abe9e98ec444bcc3c83159 Mon Sep 17 > 00:00:00 2001 +From: Koen Kooi > <koen.k...@linaro.org> +Date: Fri, 4

[OE-core] [PATCH] gdb 7.12: fix armv8b build

2017-02-02 Thread Koen Kooi
Backport fix from GDB upstream to fix big-endian aarch64 build. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-devtools/gdb/gdb-7.12.inc | 1 + .../cb93dc7f262978bafe36397a41a56e409a302042.patch | 42 ++ 2 files changed, 43 insertions(+)

Re: [OE-core] [Openembedded-architecture] Enabling uninative by default in oe-core?

2016-11-18 Thread Koen Kooi
> Op 18 nov. 2016, om 19:06 heeft Richard Purdie > het volgende geschreven: > > On Fri, 2016-11-18 at 08:28 -0800, akuster808 wrote: >> On 11/17/2016 09:31 AM, Burton, Ross wrote: >>> Background: uninative is a class that downloads a precompiled host >>>

Re: [OE-core] Enabling uninative by default in oe-core?

2016-11-17 Thread Koen Kooi
> Op 17 nov. 2016, om 18:31 heeft Burton, Ross het > volgende geschreven: > > Hi, > > Background: uninative is a class that downloads a precompiled host glibc Why can’t OE build it on-demand? What’s next, requiring prebuilt toolchains? regards, Koen --

[OE-core] [PATCH] libbsd 0.8.3: BBCLASSEXTEND to native and nativesdk

2016-10-20 Thread Koen Kooi
Android-tools depends on it and to build the native versions of fastboot, adb, mkbootimg and others libbsd needs to support native builds. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-support/libbsd/libbsd_0.8.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCH] The CMake recipes contain a mismatch between the environmental variable which defines where the Modules are installed and the location where they actually are. This patch fixes t

2016-06-20 Thread Koen Kooi
> Op 16 jun. 2016, om 16:27 heeft Jose Pardeiro > het volgende geschreven: > > Signed-off-by: Jose Pardeiro > --- > meta/classes/cmake.patch | 20 > 1 file changed, 20 insertions(+) > create mode 100644

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-19 Thread Koen Kooi
On 19 June 2016 at 09:50, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Sun, 2016-06-19 at 09:46 +0200, Koen Kooi wrote: >> >> >> > Op 18 jun. 2016, om 20:21 heeft Richard Purdie < >> > richard.pur...@linuxfoundation.org> het volg

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-19 Thread Koen Kooi
> Op 18 jun. 2016, om 20:21 heeft Richard Purdie > <richard.pur...@linuxfoundation.org> het volgende geschreven: > > On Sat, 2016-06-18 at 15:08 +0200, Koen Kooi wrote: >>> Op 4 jun. 2016, om 15:09 heeft Richard Purdie < >>> richard.pur...@linux

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-18 Thread Koen Kooi
> Op 4 jun. 2016, om 15:09 heeft Richard Purdie > <richard.pur...@linuxfoundation.org> het volgende geschreven: > > On Sat, 2016-06-04 at 10:41 +0200, Koen Kooi wrote: >> ping 2 > > It would be helpful if you'd cc'd the person who's patch you were > suggesti

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-06 Thread Koen Kooi
On 4 June 2016 at 15:09, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Sat, 2016-06-04 at 10:41 +0200, Koen Kooi wrote: >> ping 2 > > It would be helpful if you'd cc'd the person who's patch you were > suggesting we revert. I added Sasha to cc. Sorry ab

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-04 Thread Koen Kooi
ping 2 > Op 30 mei 2016, om 13:28 heeft Koen Kooi <k...@dominion.thruhere.net> het > volgende geschreven: > > ping > >> Op 23 mei 2016, om 19:50 heeft Koen Kooi <koen.k...@linaro.org> het volgende >> geschreven: >> >> The commit brea

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-05-30 Thread Koen Kooi
ping > Op 23 mei 2016, om 19:50 heeft Koen Kooi <koen.k...@linaro.org> het volgende > geschreven: > > The commit breaks image_types_uboot.bbclass: > > ERROR: Logfile of failure stored in: > /build/linaro/build/build/tmp-glibc/work/genericarmv8-oe-linux/linaro-ima

Re: [OE-core] [PATCH] image.bbclass: don't execute compression commands multiple times

2016-05-23 Thread Koen Kooi
> Op 21 apr. 2016, om 11:47 heeft Alexander D. Kanevskiy het > volgende geschreven: > > In case of chained conversion methods are used via COMPRESS_CMD_* > there is chance that some of steps would be executed multiple times. And this breaks image_types_uboot.bbclass: ERROR:

[OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-05-23 Thread Koen Kooi
. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/classes/image.bbclass | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 9f4c83f..df3bd3a 100644 --- a/meta/classes/image.bbclass +++ b/meta/c

Re: [OE-core] xinput-calibrator startup question

2016-04-19 Thread Koen Kooi
ng if you > remember the logic behind this commit: > > commit 6464bcd67d10ab9967ac83c27c413c1014be707e > Author: Koen Kooi <k...@dominion.thruhere.net> > Date: Wed Apr 30 11:33:23 2014 +0200 > >xinput-calibrator: fix XDG launch > >In the move from

Re: [OE-core] [PATCH] toasterconf.json: Set default distro to nodistro

2016-04-07 Thread Koen Kooi
> Op 24 okt. 2015, om 16:39 heeft Khem Raj het volgende > geschreven: > > This makes it self-sufficient with OE-Core > Generate ext4 instead of ext3, most of Qemu > targets in oe-core now use ext4 Any reason this still hasn’t been applied yet? > > Signed-off-by: Khem

[OE-core] [dizzy][PATCH] glibc 2.20: Security fix CVE-2015-7547

2016-02-26 Thread Koen Kooi
CVE-2015-7547: getaddrinfo() stack-based buffer overflow Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 583 ++ meta/recipes-core/glibc/glibc_2.20.bb | 1 + 2 files changed, 584 insertions(+)

[OE-core] [PATCH] e2fsprogs: disable libblkid again

2016-01-20 Thread Koen Kooi
We use the util-linux one and do_install deletes it anyway. See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info. Signed-off-by: Koen Kooi <koen.k...@linaro.org> --- meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH 1/1] e2fsprogs: 1.42.9 -> 1.43-WIP

2016-01-20 Thread Koen Kooi
> Op 15 jan. 2016, om 03:05 heeft Robert Yang het > volgende geschreven: > > Upgrade to 1.43-WIP to make "mke2fs -d" support xattr, so that the layer > which requires xattr such as meta-selinux can populate images easily. > > > * Add --enable-libblkid to

Re: [OE-core] [PATCH] e2fsprogs: disable libblkid again

2016-01-20 Thread Koen Kooi
On 21 January 2016 at 08:42, Robert Yang <liezhi.y...@windriver.com> wrote: > > > On 01/21/2016 03:20 PM, Koen Kooi wrote: >> >> We use the util-linux one and do_install deletes it anyway. >> >> See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 f

Re: [OE-core] [RFC][PATCH 2/9] bash-completion: build nativesdk variant

2016-01-20 Thread Koen Kooi
> Op 14 jan. 2016, om 21:56 heeft George McCollister > het volgende geschreven: > > The nativesdk variant is required for some recipes like git to use the class. Squash this into 1/9 to avoid mid-series breakage. regards, Koen --

Re: [OE-core] fido -> jethro switching problem

2016-01-18 Thread Koen Kooi
> Op 18 jan. 2016, om 09:28 heeft Steffen Sledz <sl...@dresearch-fe.de> het > volgende geschreven: > > On 15.01.2016 15:29, Koen Kooi wrote: >>> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz <sl...@dresearch-fe.de> het >>> volgende geschreven: >

Re: [OE-core] fido -> jethro switching problem

2016-01-18 Thread Koen Kooi
> Op 18 jan. 2016 om 11:10 heeft Steffen Sledz <sl...@dresearch-fe.de> het > volgende geschreven: > > On 18.01.2016 09:41, Koen Kooi wrote: >>> Op 18 jan. 2016, om 09:28 heeft Steffen Sledz <sl...@dresearch-fe.de> het >>> volgende geschreven: >>

Re: [OE-core] fido -> jethro switching problem

2016-01-18 Thread Koen Kooi
> Op 18 jan. 2016, om 12:55 heeft Steffen Sledz <sl...@dresearch-fe.de> het > volgende geschreven: > > On 15.01.2016 15:29, Koen Kooi wrote: >>> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz <sl...@dresearch-fe.de> het >>> volgende geschreven: >

Re: [OE-core] fido -> jethro switching problem

2016-01-15 Thread Koen Kooi
> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz het > volgende geschreven: > >> On 15.01.2016 14:24, Steffen Sledz wrote: >> And I made another interesting discovery: The exception appears on certain >> machine types only, e.g with qemuarm it appears, with qemuarm64 or

Re: [OE-core] Patchwork & patch handling improvements

2015-11-30 Thread Koen Kooi
Op 26-11-15 om 22:00 schreef Paul Eggleton: > Hi all, > > Over the past several years one of the regular complaints people have made > about our project has been that patches sometimes take a long time to make it > into master, and it's not always clear what the state of a patch is during >

Re: [OE-core] How to handle mesa customization in BSP layers

2015-10-20 Thread Koen Kooi
> Op 20 okt. 2015, om 11:32 heeft Nicolas Dechesne > het volgende geschreven: > > hi there, > > in the meta-qcom BSP layer, I need to customize mesa to enable > Gallium/freedreno driver which is not enabled in OE-core by default. I > have been using a bbappend ,

[OE-core] [PATCH] gnu-efi: BBCLASSEXTEND to native

2015-08-12 Thread Koen Kooi
Sbsigntool depends on gnu-efi and we need sbsigntool-native to do some signing, so extend gnu-efi to support that. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-bsp/gnu-efi/gnu-efi_3.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-bsp/gnu-efi/gnu

Re: [OE-core] RFC: libav vs. ffmpeg, redux

2015-07-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggleton schreef op 09-07-15 om 12:24: Hi all, A few years ago we made the switch from ffmpeg to libav (a mostly drop-in compatible fork), with fairly good justification at the time. However, it looks like Debian has just made the switch

[OE-core] [PATCH v2] cmake bbclass: fix support for native builds

2015-07-01 Thread Koen Kooi
For native builds of recipes (e.g. mariadb-native) cmake *must* look outside of its sysroot to find the compiler, so instruct it to do so. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/classes/cmake.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta

Re: [OE-core] [PATCH] cmake bbclass: fix support for native builds

2015-07-01 Thread Koen Kooi
Op 30 jun. 2015, om 15:28 heeft Stefan Herbrechtsmeier ste...@herbrechtsmeier.net het volgende geschreven: Am 30.06.2015 um 15:18 schrieb Koen Kooi: For native builds of recipes (e.g. mariadb-native) cmake *must* look outside of its sysroot to find the compiler, so instruct it to do so

Re: [OE-core] [oe] cmake update broke mariadb

2015-06-30 Thread Koen Kooi
Op 30 jun. 2015, om 12:32 heeft Stefan Herbrechtsmeier ste...@herbrechtsmeier.net het volgende geschreven: Am 30.06.2015 um 11:59 schrieb Koen Kooi: Burton, Ross schreef op 30-06-15 om 11:44: On 30 June 2015 at 01:39, akuster808 akuster...@gmail.com wrote: eo-core commit f8661aa cmake

[OE-core] [PATCH] cmake bbclass: fix support for native builds

2015-06-30 Thread Koen Kooi
For native builds of recipes (e.g. mariadb-native) cmake *must* look outside of its sysroot to find the compiler, so instruct it to do so. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/classes/cmake.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes

Re: [OE-core] cmake update broke mariadb

2015-06-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 akuster808 schreef op 30-06-15 om 02:39: Hello, eo-core commit f8661aa cmake: Upgrade 2.8.12.2 - 3.2.2 broke mariadb in meta-oe. DOes the person who updated cmake need to fix this or the person who is feeling the pain will be fixing it ?

[OE-core] [PATCH] bootimg bbclass: don't hardcode 'bzImage' name

2015-06-03 Thread Koen Kooi
In the EFI case there are 2 more architectures besides x86(_64) that may use this class: aarch32, which tends to use 'zImage' and aarch64, which uses 'Image'. Instead of hardcoding those values like the luvOS fork does, use the proper variable. Signed-off-by: Koen Kooi koen.k...@linaro.org

Re: [OE-core] [fido] orphaned bbappend in meta-angstrom

2015-05-09 Thread Koen Kooi
Op 4 mei 2015, om 07:46 heeft Steffen Sledz sl...@dresearch-fe.de het volgende geschreven: On 30.04.2015 08:07, Steffen Sledz wrote: The angstrom-v2015.06-yocto1.8 branch of meta-angstrom contains recipes-tweaks/linux/linux-yocto_3.10.bbappend. But the fido branch of openembedded-core

Re: [OE-core] [PATCH] Revert kernel-arch.bbclass: add arm64 support to U-Boot architecture map

2015-04-22 Thread Koen Kooi
assigning UBOOT_ARCH? -- Koen Kooi Builds and Baselines | Release Manager Linaro.org | Open source software for ARM SoCs -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo

Re: [OE-core] [PATCH] Revert kernel-arch.bbclass: add arm64 support to U-Boot architecture map

2015-04-22 Thread Koen Kooi
Op 22 apr. 2015, om 09:18 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: Op 19 feb. 2015, om 04:34 heeft Nathan Rossi nathan.ro...@xilinx.com het volgende geschreven: This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe. U-Boot does support AArch64

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

2015-04-15 Thread Koen Kooi
Op 15 apr. 2015, om 15:29 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Wed, 2015-04-15 at 14:32 +0200, Koen Kooi wrote: Upstream added aarch64 support but forgot to update 'make dist' leading to missing files in the tarball. Signed-off-by: Koen

[OE-core] [PATCH] strace: fix build for aarch64

2015-04-15 Thread Koen Kooi
Upstream added aarch64 support but forgot to update 'make dist' leading to missing files in the tarball. Signed-off-by: Koen Kooi koen.k...@linaro.org --- .../0001-Add-linux-aarch64-arch_regs.h.patch | 25 ++ meta/recipes-devtools/strace/strace_4.10.bb| 1 + 2

[OE-core] [PATCH] libgpg-error 1.18: simplify tupple handling and add armv8b support

2015-04-13 Thread Koen Kooi
Add a default option to the case statement and remove the duplicates. Also add support for armv8b architectures. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-support/libgpg-error/libgpg-error_1.18.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 2/3] gst-ffmpeg: remove bogus patch that leads to build failures

2015-04-09 Thread Koen Kooi
'0001-huffyuvdec-check-width-more-completely-avoid-out-of-.patch' patches the internal copy of ffmpeg with a hunk that generates a compile failure because AV_PIX_FMT_YUV422P is undefined. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...check-width-more-completely-avoid-out-of-.patch

[OE-core] [PATCH 3/3] gst-ffmpeg: fix internal-libav builds with inherit autotools-brokensep

2015-04-09 Thread Koen Kooi
Building the internal copy of ffmpeg is broken when using S!=B, so inherit autotools-brokensep Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH 1/3] gst-ffmpeg: fix libav-9.patch

2015-04-09 Thread Koen Kooi
The patch has a stray '' in an #incude directive leading to build failures when used. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH] sysprof: fix arm big-endian build.

2015-03-11 Thread Koen Kooi
Applying the existing ARM patch for armeb makes it work. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-kernel/sysprof/sysprof_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index

[OE-core] [PATCH] bitbake.conf: use http:// for GNU_MIRROR instead of ftp://

2015-03-09 Thread Koen Kooi
PASV response. accept: Connection timed out Cannot parse PASV response. Error in server response, closing control connection. Which is annoying because binutils lives there. Using http://ftp.gnu.org hasn't given any problems so far. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/conf

[OE-core] [PATCH] linux-dummy: provide empty shared_workdir method

2015-01-21 Thread Koen Kooi
-dummy is still a bad, bad idea, but it shouldn't start breaking existing use cases. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-kernel/linux/linux-dummy.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta

[OE-core] [PATCH] libgpg-error 1.17: simplify tupple handling and add armv8b support

2015-01-14 Thread Koen Kooi
Add a default option to the case statement and remove the duplicates. Also add support for armv8b architectures. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-support/libgpg-error/libgpg-error_1.17.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git

Re: [OE-core] [PATCH] gstreamer1.0-omx: use mulitple SCMs to fetch submodules

2015-01-04 Thread Koen Kooi
Op 29 dec. 2014, om 13:41 heeft Nicolas Dechesne nicolas.deche...@linaro.org het volgende geschreven: On Mon, Dec 29, 2014 at 10:46 AM, Awais Belal awais_be...@mentor.com wrote: The gstreamer omx package uses a submodule 'common' which is fetched by the configure script. This approach

Re: [OE-core] [PATCH 09/24] libpng: add neon option for aarch64

2014-12-16 Thread Koen Kooi
Op 7 nov. 2014, om 09:51 heeft Kai Kang kai.k...@windriver.com het volgende geschreven: Add neon option for aarch64 just as for arm. It fails with: | ./.libs/libpng16.so: undefined reference to `png_init_filter_functions_neon' | collect2: error: ld returned 1 exit status

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

2014-12-12 Thread Koen Kooi
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] [PATCHi v3] procps: Upgrade to 3.3.10

2014-12-08 Thread Koen Kooi
Op 8 dec. 2014, om 19:06 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 12/08/2014 05:46 AM, Burton, Ross wrote: On 6 December 2014 at 14:37, Koen Kooi k...@dominion.thruhere.net wrote: If you feel bored, there's a stray backslash in DESCRIPTION

Re: [OE-core] [PATCH] dtc: don't use autotools as this doesn't use autotools

2014-12-06 Thread Koen Kooi
Op 5 dec. 2014, om 21:46 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-kernel/dtc/dtc.inc |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc

Re: [OE-core] [PATCHi v3] procps: Upgrade to 3.3.10

2014-12-06 Thread Koen Kooi
Op 6 dec. 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This is now the procps-ng version cleaned up patches added to fix up usrbin_execprefix in OE-Core Add CPPFLAGS to allow seperate build directory works [YOCTO #6952] Signed-off-by: Saul Wold

Re: [OE-core] [PATCH v2] procps: Upgrade to 3.3.10

2014-12-05 Thread Koen Kooi
Op 4 dec. 2014, om 20:55 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This is now the procps-ng version cleaned up patches added to fix up usrbin_execprefix in OE-Core Added --enable-skill to ensure snice and skill where built to match the buildhistory from the

[OE-core] [PATCH] tcmode-default.inc: use GCCVERSION for gcc-source

2014-12-03 Thread Koen Kooi
This was missing leading to gcc-source-foo being built when using gcc-cross-bar with GCCVERSION=bar. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/conf/distro/include/tcmode-default.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/tcmode-default.inc b

Re: [OE-core] [PATCH] procps: Upgrade to 3.3.10

2014-12-03 Thread Koen Kooi
Op 4 dec. 2014, om 03:43 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This is now the procps-ng version cleaned up patches added to fix up usrbin_execprefix in OE-Core Add CPPFLAGS to allow seperate build directory works [YOCTO #6952] Signed-off-by: Saul Wold

Re: [OE-core] [PATCH][RFC] procps: Upgrade to 3.3.10 (procps-ng version)

2014-12-02 Thread Koen Kooi
Op 3 dec. 2014, om 02:18 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This is an update to procps-ng version, cleaned up patches added to fix up usrbin_execprefix in OE-Core. Why are you dropping sysctl.conf? And can you please send v2 as a -M formatted patch? --

Re: [OE-core] [PATCH] lzo: add debian patch for alignment issue

2014-12-02 Thread Koen Kooi
Op 3 dec. 2014, om 02:24 heeft Saul Wold s...@linux.intel.com het volgende geschreven: [YOCTO #6994] Signed-off-by: Saul Wold s...@linux.intel.com --- ...0001-Use-memcpy-instead-of-reinventing-it.patch | 69 ++ meta/recipes-support/lzo/lzo_2.08.bb | 1

Re: [OE-core] [PATCH 0/4][RFC] Change libexecdir to ${prefix}/libexec

2014-12-02 Thread Koen Kooi
Op 2 dec. 2014, om 16:53 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: Hi, First, this is VERY MUCH A RFC! There's numerous problems with setting ${libexecdir} to ${libdir}/${BPN}, but the a easy argument in my opinion is that nobody else does this. The Debian

Re: [OE-core] [PATCH 00/24] V2: Add machine qemuarm64

2014-11-13 Thread Koen Kooi
CC:ing Steve M. from ARM who went through various arm naming issues for debian. Op 7 nov. 2014, om 15:27 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 11/7/14, 3:18 AM, Koen Kooi wrote: Op 7 nov. 2014, om 09:51 heeft Kai Kang kai.k...@windriver.com het volgende

Re: [OE-core] [PATCH 1/3] avahi.inc: rename package to use avahi to instead of avahi-daemon

2014-11-12 Thread Koen Kooi
Op 11 nov. 2014, om 11:52 heeft Hongxu Jia hongxu@windriver.com het volgende geschreven: The package avahi does not exist, as SUMMARY said, we should use avahi-daemon to instead. It avoids the do_rootfs failure while IMAGE_INSTALL += avahi For compatibility, let avahi to provide

Re: [OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-11-12 Thread Koen Kooi
Op 11 nov. 2014, om 03:17 heeft Chong Lu chong...@windriver.com het volgende geschreven: ping Anders has 2 questions, you only answered one, maybe you can try answering the second one before pinging? //Chong On 10/27/2014 03:16 PM, Chong Lu wrote: This solves the following

Re: [OE-core] [RFC] Replace procps with procps-ng

2014-11-11 Thread Koen Kooi
Op 10 nov. 2014, om 11:38 heeft Paul Barker p...@paulbarker.me.uk het volgende geschreven: Hi all, I've tried upstreaming a patch against procps by sending it to the listed maintainer and the mailing list and I've had no reply from either. The last change to the CVS repository seems to

Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-11 Thread Koen Kooi
Op 10 nov. 2014, om 08:35 heeft Hongxu Jia hongxu@windriver.com het volgende geschreven: On 11/10/2014 02:42 PM, Martin Jansa wrote: The docs say that IMAGE_INSTALL is for package_name. So I think it's correct that it fails when you put recipe_name in it and sometimes there isn't any

Re: [OE-core] [PATCH 1/1] procps: install symlink under /etc/sysctl.d in case of systemd

2014-11-11 Thread Koen Kooi
Op 9 nov. 2014, om 08:03 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Install /etc/sysctl.d/99-sysctl.conf symlink in case of systemd so that /etc/sysctl.conf is taken into consideration by systemd-sysctl. Signed-off-by: Chen Qi qi.c...@windriver.com Look good to me. --

[OE-core] [PATCH][daisy][backport] kernel: Prevent from installing so files into source dir

2014-11-11 Thread Koen Kooi
From: Yang Shi yang@windriver.com vdso build could generate so files, avoid installing such so files into kernel source dir, otherwise the below package QA error might be hit: ERROR: QA Issue: File '/usr/src/kernel/arch/x86/vdso/vdso64.so' from linux-yocto was already stripped, this will

[OE-core] [PATCHv2] gptfdisk: add 0.8.10+git version

2014-11-10 Thread Koen Kooi
Besides from being useful as fdisk replacement this gives us 'sgdisk' which can be used to set the GUID for partitions, e.g. sgdisk -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/mmcblk0p1 To mark it as ESP in scripts like mkefidisk.sh. Signed-off-by: Koen Kooi k

Re: [OE-core] [RFC][PATCH] u-boot-mkimage: allow building target version of the tool

2014-11-09 Thread Koen Kooi
Op 9 nov. 2014, om 08:51 heeft Denys Dmytriyenko de...@denix.org het volgende geschreven: On Sat, Nov 08, 2014 at 05:12:36PM -0200, Otavio Salvador wrote: On Fri, Nov 7, 2014 at 8:24 PM, Denys Dmytriyenko de...@denix.org wrote: From: Denys Dmytriyenko de...@ti.com u-boot doesn't really

Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-08 Thread Koen Kooi
Op 7 nov. 2014, om 15:38 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Fri, Nov 07, 2014 at 03:57:01PM +0800, Hongxu Jia wrote: The package avahi does not exist, so we use avahi-daemon as the provider. It avoids the do_rootfs failure while IMAGE_INSTALL += avahi

Re: [OE-core] [PATCH] gptfdisk: add 0.8.10+git version

2014-11-08 Thread Koen Kooi
/dev/mmcblk0p1 To mark it as ESP in scripts like mkefidisk.sh. Signed-off-by: Koen Kooi koen@... --- meta/recipes-devtools/fdisk/gptfdisk_git.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-devtools/fdisk/gptfdisk_git.bb diff --git a/meta

Re: [OE-core] [PATCH 00/24] V2: Add machine qemuarm64

2014-11-07 Thread Koen Kooi
Op 7 nov. 2014, om 09:51 heeft Kai Kang kai.k...@windriver.com het volgende geschreven: V2: * rebase on master and drop qemu upgrade commit * built for lib32-core-image-sato core-image-sato-sdk meta-toolchain and world V1: The original configuration files and tune fils for arm arch64

Re: [OE-core] Moving llvm to oe-core?

2014-11-07 Thread Koen Kooi
Op 6 nov. 2014, om 18:42 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: Hi, So I think it's fair to say that neither GCC nor LLVM are going away anytime soon, both having their respective niches. Because of this I'm wondering if we should be adding LLVM to oe-core

Re: [OE-core] [PATCH 1/1] systemd: make /etc/sysctl.conf have real effect

2014-11-06 Thread Koen Kooi
Op 6 nov. 2014, om 08:59 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 11/06/2014 03:48 PM, Koen Kooi wrote: Op 6 nov. 2014, om 08:32 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: In systemd, /etc/sysctl.conf is actually ignored by systemd-sysctl

Re: [OE-core] [PATCH] gptfdisk: add 0.8.10+git version

2014-11-06 Thread Koen Kooi
Op 6 nov. 2014, om 12:27 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: Hi Koen, On Thursday 06 November 2014 08:37:56 Koen Kooi wrote: Besides from being useful as fdisk replacement this gives us 'sgdisk' which can be used to set the GUID for partitions, e.g

Re: [OE-core] [PATCH 1/1] systemd: make /etc/sysctl.conf have real effect

2014-11-06 Thread Koen Kooi
Op 6 nov. 2014, om 12:59 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 11/06/2014 06:33 PM, Koen Kooi wrote: Op 6 nov. 2014, om 08:59 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 11/06/2014 03:48 PM, Koen Kooi wrote: Op 6 nov. 2014, om 08:32 heeft

[OE-core] [PATCH] gptfdisk: add 0.8.10+git version

2014-11-05 Thread Koen Kooi
Besides from being useful as fdisk replacement this gives us 'sgdisk' which can be used to set the GUID for partitions, e.g. sgdisk -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/mmcblk0p1 To mark it as ESP in scripts like mkefidisk.sh. Signed-off-by: Koen Kooi k

Re: [OE-core] [PATCH 1/1] systemd: make /etc/sysctl.conf have real effect

2014-11-05 Thread Koen Kooi
Op 6 nov. 2014, om 08:32 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: In systemd, /etc/sysctl.conf is actually ignored by systemd-sysctl, because this command only examine *.conf files under a bunch of directories like /etc/sysctl.d or /usr/lib/sysctl.d. The problem is we

  1   2   3   4   5   6   7   8   9   10   >