Re: [OE-core] [PATCH] package_ipk: Use preferred for of --force-postinstall

2025-02-13 Thread Koen Kooi via lists.openembedded.org
> Op 10 feb 2025, om 17:46 heeft Richard Purdie via lists.openembedded.org > het volgende > geschreven: [OE-core] [PATCH] package_ipk: Use preferred for of --force-postinstall Nitpick: the subject lacks the 'm' in for(m). regards, Koen > > opkg accepts both - and _ in its options but us

[OE-core] [PATCH] uki.bbclass: remove duplicate d.getVar('DEPLOY_DIR_IMAGE')

2025-02-06 Thread Koen Kooi via lists.openembedded.org
This class calls d.getVar('DEPLOY_DIR_IMAGE') twice within the same method, but DEPLOY_DIR_IMAGE variable won't change during the run of this class, so only retrieve it once. Signed-off-by: Koen Kooi --- meta/classes-recipe/uki.bbclass | 2 -- 1 file changed, 2 deletions(-) di

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: /usr/share/dbus-1/system.d/org.freedes

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 they

[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 --- meta/recipes-support/libcap/libcap_2.25.bb | 2 +- 1 file

[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 --- meta/classes/native.bbclass | 2 ++ 1 file changed, 2 insertions(+)

[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 --- a/meta/reci

[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 --- meta/recipes-devtools/python/python.inc| 6 ++ meta/recipes-devtools/python/python/multilib.patch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --

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 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: > > [koen@fedora-vm

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 > 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 includedir, but a >> wrong libdir, but th

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 : > > Using 'basename' to strip the prefix fails when using multiarch style paths. &g

[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 --- meta/recipes-support/libcap/libcap_2.25.bb | 2 +- 1 file

[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 --- meta/recipes-devtools/python/python/multilib.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python/multilib.patch b/me

[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 --- a/meta/reci

[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 --- meta/recipes-

[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 --- 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/recipes-core/nc

[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 prefi

[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 --- 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/recipes-core/ncurses/ncurses.inc index

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
fected binary fails with: > ssh_dispatch_run_fatal: Connection to 192.168.10.171 port 22: incorrect > signature > > Backport upstream bugfix: > https://github.com/openssl/openssl/issues/4659 > > Signed-off-by: Stefan Agner > Acked-by: Otavio Salvador Tested-by: Koen Kooi

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

2017-12-21 Thread Koen Kooi
t; Signed-off-by: Stefan Agner > Acked-by: Otavio Salvador Tested-by: Koen Kooi > --- > .../openssl/{openssl_1.1.0f.bb => openssl_1.1.0g.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-connectivity/openssl/{openssl_1.1.0f.bb

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

2017-12-21 Thread Koen Kooi
t; Signed-off-by: Stefan Agner > Acked-by: Otavio Salvador Tested-by: Koen Kooi > --- > Changes since v2: > - Rebased to rocko-next > > .../0001-Fix-build-with-clang-using-external-assembler.patch | 0 > .../0001-openssl-force-soft-link-to-avoid-rare-race.patch

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
fected binary fails with: > ssh_dispatch_run_fatal: Connection to 192.168.10.171 port 22: incorrect > signature > > Backport upstream bugfix: > https://github.com/openssl/openssl/issues/4659 > > Signed-off-by: Stefan Agner > Acked-by: Otavio Salvador Tested-by: Koen Kooi

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 log says: > > | ../libp

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

2017-02-28 Thread Koen Kooi
before I can really look at it :/ > > On Tue, Feb 28, 2017 at 9:33 AM, Koen Kooi <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, would like to have >

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

2017-02-28 Thread Koen Kooi
NVIRONMENT +-- +2.4.3 + diff > --git > a/meta/recipes-extended/efivar/efivar/0002-disable-static-build.patch > b/meta/recipes-extended/efivar/efivar/0002-disable-static-build.patch new > file mode 100644 index 000..951b159 --- /dev/null +++ > b/meta/recipes-extended/efivar/efivar/000

[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 --- meta/recipes-devtools/gdb/gdb-7.12.inc | 1 + .../cb93dc7f262978bafe36397a41a56e409a302042.patch | 42 ++ 2 files changed, 43 insertions(+) create mode 100644 meta

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 >>> glibc for use in the sysroot, thus isola

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 --- meta/recipes-support/libbsd/libbsd_0.8.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libbsd

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 meta/classes/cmake.patch > > diff --git a/meta/classes/cmake.patch b/m

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 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 volgende geschreven: >> > >>

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 > 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...@linuxfoundation.org> het volgende geschreven: >&g

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 > 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 > suggesting we revert. I added Sash

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

2016-06-05 Thread Koen Kooi
On 4 June 2016 at 15:09, Richard Purdie 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 about that, I had expected 

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 het > volgende geschreven: > > ping > >> Op 23 mei 2016, om 19:50 heeft Koen Kooi het volgende >> geschreven: >> >> The commit breaks image_types_uboot.bbclass: >> >> ERROR: Logfile of f

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 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-image-minimal-initramfs/1.0-r0/t

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: Logfile of failure

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

2016-05-23 Thread Koen Kooi
4415a. Signed-off-by: Koen Kooi --- 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/classes/image.bbclass @@ -4

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

2016-04-19 Thread Koen Kooi
e logic behind this commit: > > commit 6464bcd67d10ab9967ac83c27c413c1014be707e > Author: Koen Kooi > Date: Wed Apr 30 11:33:23 2014 +0200 > >xinput-calibrator: fix XDG launch > >In the move from meta-oe to OE-core XDG based launched was dropped >without noti

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 Raj > --- > meta/conf/

[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 --- meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 583 ++ meta/recipes-core/glibc/glibc_2.20.bb | 1 + 2 files changed, 584 insertions(+) create mode 100644 meta/recipes

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 -- ___ Openembedded-

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

2016-01-20 Thread Koen Kooi
On 21 January 2016 at 08:42, Robert Yang 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 for more info. >> >&g

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 EXTRA_OECONF since libblkid is not cre

[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 --- meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

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

2016-01-18 Thread Koen Kooi
> Op 18 jan. 2016, om 12:55 heeft Steffen Sledz het > volgende geschreven: > > On 15.01.2016 15:29, Koen Kooi wrote: >>> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz het >>> volgende geschreven: >>>> On 15.01.2016 14:24, Steffen Sledz wrote: >>

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

2016-01-18 Thread Koen Kooi
> Op 18 jan. 2016 om 11:10 heeft Steffen Sledz het > volgende geschreven: > > On 18.01.2016 09:41, Koen Kooi wrote: >>> Op 18 jan. 2016, om 09:28 heeft Steffen Sledz het >>> volgende geschreven: >>> On 15.01.2016 15:29, Koen Kooi wrote: >>>

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

2016-01-18 Thread Koen Kooi
> Op 18 jan. 2016, om 09:28 heeft Steffen Sledz het > volgende geschreven: > > On 15.01.2016 15:29, Koen Kooi wrote: >>> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz het >>> volgende geschreven: >>> It seems that all machines based on armv5e are aff

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 qemux86 >> not. > > It

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 > tha

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 , see [1] so far. > > However it

[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 --- 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-efi_3.0.2.bb b/meta

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 swit

[OE-core] [PATCH v2] 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 --- meta/classes/cmake.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/classes/cmake.bbclass

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

2015-06-30 Thread Koen Kooi
> Op 30 jun. 2015, om 15:28 heeft Stefan Herbrechtsmeier > 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

[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 --- meta/classes/cmake.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/cmake.bbclass b/meta/classes

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

2015-06-30 Thread Koen Kooi
> Op 30 jun. 2015, om 12:32 heeft Stefan Herbrechtsmeier > 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 wrote: >>> >>>> eo-core

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 fi

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

2015-06-02 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 Koo

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 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 does not hav

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 het volgende > geschreven: > > >> Op 19 feb. 2015, om 04:34 heeft Nathan Rossi het >> volgende geschreven: >> >> This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe. >> >> U-Boot does suppo

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

2015-04-22 Thread Koen Kooi
l that, modern uboots should default to zImage for arm32 and Image for aarch64 and have CONFIG_SUPPORT_RAW_INITRD enabled so mkimage isn;t needed anymore. So, opinions on weakly 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/openembedded-core

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 > 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 tarbal

[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 --- .../0001-Add-linux-aarch64-arch_regs.h.patch | 25 ++ meta/recipes-devtools/strace/strace_4.10.bb| 1 + 2 files c

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

2015-04-12 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 --- meta/recipes-support/libgpg-error/libgpg-error_1.18.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta/recipes-support

[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 --- meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gst

[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 --- 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-multimedia/gstream

[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 --- ...check-width-more-completely-avoid-out-of-.

[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 --- 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 e18aebf..19c3e10

[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 --- meta/conf/bitbake.conf | 2

[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 --- 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/recipes-kernel/

[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 --- meta/recipes-support/libgpg-error/libgpg-error_1.17.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta/recipes-support

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 > het volgende geschreven: > > On Mon, Dec 29, 2014 at 10:46 AM, Awais Belal wrote: >> The gstreamer omx package uses a submodule 'common' which >> is fetched by the configure script. This approach fails >> on non-network builds as the fetcher

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 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 > > Signed-off-by: Kai Kang >

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 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, dro

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 het volgende > geschreven: > > On 12/08/2014 05:46 AM, Burton, Ross wrote: >> On 6 December 2014 at 14:37, Koen Kooi wrote: >> >>> If you feel bored, there's a stray backslash in DESCRIPTION and the 

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 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] 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 het > volgende geschreven: > > Signed-off-by: Ross Burton > --- > meta/recipes-kernel/dtc/dtc.inc |8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc >

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 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 older version >

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 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 > --- >

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

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

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 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 world sets l

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 het volgende > geschreven: > > [YOCTO #6994] > > Signed-off-by: Saul Wold > --- > ...0001-Use-memcpy-instead-of-reinventing-it.patch | 69 ++ > meta/recipes-support/lzo/lzo_2.08.bb | 1 + > 2 files changed, 70 inserti

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 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 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 het > volgende geschreven: > > On 11/7/14, 3:18 AM, Koen Kooi wrote: >> >>> Op 7 nov. 2014, om 09:51 heeft Kai Kang het >>&

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 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 warning: >> >> syst

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 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 avahi-daemon. As

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

2014-11-11 Thread Koen Kooi
From: Yang Shi 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 prevent future debugging!

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 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 Look good to me. -- __

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 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 package wi

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 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 be 3 years ol

[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 --- Changes:

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 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 wrote: >>> From: Denys Dmytriyenko >>> >>> u-boot doesn't really support building its tools

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

2014-11-08 Thread Koen Kooi
sk -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/mmcblk0p1 >> >> To mark it as ESP in scripts like mkefidisk.sh. >> >> Signed-off-by: Koen Kooi >> --- >> meta/recipes-devtools/fdisk/gptfdisk_git.bb | 22 ++ >> 1 file changed, 22 insertio

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 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" > > Why don't

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

2014-11-07 Thread Koen Kooi
> Op 6 nov. 2014, om 18:42 heeft Burton, Ross 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 (taking the m

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 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 are from linar

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 het volgende geschreven: > > > On 11/06/2014 06:33 PM, Koen Kooi wrote: >>> Op 6 nov. 2014, om 08:59 heeft ChenQi het volgende >>> geschreven: >>> >>> On 11/06/2014 03:48 PM, Koen Kooi wrote: >

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 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 partiti

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 het volgende > geschreven: > > On 11/06/2014 03:48 PM, Koen Kooi wrote: >> Op 6 nov. 2014, om 08:32 heeft Chen Qi het volgende >> geschreven: >> >>> In systemd, /etc/sysctl.conf is actually ignored by system

  1   2   3   4   5   6   7   8   9   10   >