[OE-core] [PATCH] recipes: change SRC_URI to use https

2019-11-25 Thread Stefan Müller-Klieser
Change all recipes to https where we get an http 301 permanent redirect. Signed-off-by: Stefan Müller-Klieser --- meta/recipes-core/busybox/busybox.inc | 2 +- meta/recipes-core/busybox/busybox_1.31.0.bb | 2 +- meta/recipes-core/dbus/dbus-glib_0.110.bb

[OE-core] [PATCH v2] cml1.bbclass: fix undefined behavior

2019-05-06 Thread Stefan Müller-Klieser
by: Stefan Müller-Klieser --- v2: - switch to good old yes '' | to support busybox - adapt commit message meta/classes/cml1.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass index 98d24cec746b..c7f6723cb3de 100644

[OE-core] [PATCH] cml1.bbclass: fix undefined behavior

2019-05-03 Thread Stefan Müller-Klieser
Whenever cml1 do_configure is used with a defconfig, oldconfig waits for input. This silently fails with: "Error in reading or end of file." Replace the call with olddefconfig, which will have the same effect in setting all defaults, but has a defined behavior. Signed-off-by: Ste

Re: [OE-core] [sumo][PATCH] coreutils: 8.29: fix native build

2019-03-29 Thread Stefan Müller-Klieser
Hi Armin, On 19.03.19 16:13, akuster808 wrote: On 3/14/19 8:43 AM, Stefan Müller-Klieser wrote: This fixes the native build on glibc 2.28 hosts, by backporting two gnulib patches from master. This will need to be done for Thud too. - armin coreutils 8.30 in thud already carries those

[OE-core] [sumo][PATCH] coreutils: 8.29: fix native build

2019-03-14 Thread Stefan Müller-Klieser
This fixes the native build on glibc 2.28 hosts, by backporting two gnulib patches from master. Signed-off-by: Stefan Müller-Klieser --- ...adjust-to-glibc-2.28-libio.h-removal.patch | 193 ++ ...e-more-paranoid-about-libio.h-change.patch | 187 + meta/recipes

[OE-core] [PATCH] libpcre2: add packages for 16-bit and 32-bit code unit support

2018-01-05 Thread Stefan Müller-Klieser
The packages loosely follow the debian package names. In that way more projects, e.g. Qt5 for 16-bit, are able use system libraries. This does not change the existing default package. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-support/l

[OE-core] [PATCH] gtk+3: remove superfluous vardepsexclude

2017-08-29 Thread Stefan Müller-Klieser
This seems to be a leftover from the recipe sysroot transition. Remove it, as it might mask configuration errors. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-gnome/gtk+/gtk+3.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-gno

[OE-core] [PATCH] systemd: fix lz4 build

2017-05-18 Thread Stefan Müller-Klieser
Updating lz4 in oe-core required back porting 3d4cf7de48a from master, as versioning scheme changed. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- ...heck-for-lz4-in-the-old-and-new-numbering.patch | 51 ++ meta/recipes-core/systemd/systemd_

[OE-core] [PATCH] perf: add PACKAGECONFIG for jvmti

2017-02-09 Thread Stefan Müller-Klieser
Recent kernel build jvmti, java profiling agent, if a host jdk is detected. The library will be packaged in -dev and throws a qa error. Disable the jvmti build per default. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-kernel/perf/perf.bb | 1 +

Re: [OE-core] [PATCH] u-boot: mkimage: fix build

2016-11-10 Thread Stefan Müller-Klieser
On 07.11.2016 16:00, Burton, Ross wrote: > On 4 November 2016 at 11:06, Stefan Müller-Klieser < > s.mueller-klie...@phytec.de> wrote: > >> This fixes the mkimage build for situations where HOSTCC and friends >> need to be overridden and the u-boot makefile defaults do

[OE-core] [PATCH] u-boot: mkimage: fix build

2016-11-04 Thread Stefan Müller-Klieser
This fixes the mkimage build for situations where HOSTCC and friends need to be overridden and the u-boot makefile defaults don't work. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- ...file-improve-cross_tools-target-usability.patch | 35 ++ ...i

Re: [OE-core] [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage

2016-11-04 Thread Stefan Müller-Klieser
On 03.11.2016 00:06, Burton, Ross wrote: > On 2 November 2016 at 19:40, Marek Vasut wrote: > >>> But u-boot-common doesn't set EXTRA_OEMAKE... >> >> Should be u-boot.inc , sorry. >> > > Yes, but u-book-mkimage doesn't include that file. :) > > Ross I am seeing a different

Re: [OE-core] [PATCH 1/4] u-boot: Update to 2016.09.01 release

2016-10-27 Thread Stefan Müller-Klieser
On 25.10.2016 21:24, Marek Vasut wrote: > On 10/25/2016 08:32 PM, Denys Dmytriyenko wrote: >> On Sat, Oct 22, 2016 at 10:32:12PM +0200, Marek Vasut wrote: >>> On 10/21/2016 09:47 AM, Burton, Ross wrote: >>> >>> Hi! >>> On 20 October 2016 at 14:35, Marek Vasut

[OE-core] [PATCH] kernel.bbclass: add user output to savedefconfig

2016-08-31 Thread Stefan Müller-Klieser
In a similar manner to diffconfig, tell the bitbake user where the defconfig will be saved to. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/classes/kernel.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/kernel.bbclass b/meta/c

[OE-core] [PATCH 7/9] linux-libc-headers: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-kernel/linux-libc-headers/linu

[OE-core] [PATCH 5/9] musl: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-core/musl/musl_git.bb | 2 --

[OE-core] [PATCH 9/9] x264: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-multimedia/x264/x264_git.

[OE-core] [PATCH 8/9] systemtap: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-kernel/systemtap/sys

[OE-core] [PATCH 6/9] lsof: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-extended/lsof/lsof_4.89.bb | 2

[OE-core] [PATCH 0/9] remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
seems fine and a handful of different machines and distros build fine. I hope this is reasonable. Regards, Stefan Stefan Müller-Klieser (9): autotools.bbclass: remove EXTRA_OEMAKE workaround distutils-common-base.bbclass: remove EXTRA_OEMAKE workaround kernel.bbclass: remove EXTRA_OEMAKE

[OE-core] [PATCH 4/9] ifupdown: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-core/ifupdown/ifupdown_0.8.2.

[OE-core] [PATCH 2/9] distutils-common-base.bbclass: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/classes/distutils-common-base.bbcla

[OE-core] [PATCH 1/9] autotools.bbclass: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/classes/autotools.bbclass | 2 --

[OE-core] [PATCH 3/9] kernel.bbclass: remove EXTRA_OEMAKE workaround

2016-08-26 Thread Stefan Müller-Klieser
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/classes/kernel.bbclass | 4

[OE-core] [PATCH v2] alsa-utils: fix installed-vs-shipped for bat

2016-08-05 Thread Stefan Müller-Klieser
The bat PACKAGECONFIG does not install the test script correctly. Fix this by following the packaging used for the other bash scripts. While at it, fix some tabs. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- v2: - fix mixed up install logic - retested all PACKAGE

Re: [OE-core] [PATCH] alsa-utils: fix installed-vs-shipped for bat

2016-08-05 Thread Stefan Müller-Klieser
On 05.08.2016 15:19, Burton, Ross wrote: > On 5 August 2016 at 14:15, Stefan Müller-Klieser < > s.mueller-klie...@phytec.de> wrote: > >> + if ${@bb.utils.contains('PACKAGECONFIG', 'bat', 'false', 'true', >> d)}; then >> > > This means the script is

[OE-core] [PATCH] alsa-utils: fix installed-vs-shipped for bat

2016-08-05 Thread Stefan Müller-Klieser
The bat PACKAGECONFIG does not install the test script correctly. Fix this by following the packaging used for the other bash scripts. While at it, fix some tabs. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.

Re: [OE-core] [PATCH 0/7] dangling patches

2016-08-04 Thread Stefan Müller-Klieser
On 04.08.2016 16:33, Burton, Ross wrote: > On 4 August 2016 at 14:27, Stefan Müller-Klieser < > s.mueller-klie...@phytec.de> wrote: > >> There are some patches floating around with no reference to it. I guess >> one just forgot to delete them during package upgrade

[OE-core] [PATCH 6/7] matchbox-desktop: remove dangling patch

2016-08-04 Thread Stefan Müller-Klieser
Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- ...thing-on-delete-event-when-not-STANDALONE.patch | 60 -- 1 file changed, 60 deletions(-) delete mode 100644 meta/recipes-sato/matchbox-desktop/files/0001-Do-nothing-on-delete-even

[OE-core] [PATCH 1/7] gstreamer1.0-plugins-bad: remove two dangling patches

2016-08-04 Thread Stefan Müller-Klieser
Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- .../0001-glimagesink-Downrank-to-marginal.patch| 32 ...window-fix-memory-leak-of-navigation-thre.patch | 35 -- 2 files changed, 67 deletions(-) delete mode 100644 meta/r

[OE-core] [PATCH 0/7] dangling patches

2016-08-04 Thread Stefan Müller-Klieser
There are some patches floating around with no reference to it. I guess one just forgot to delete them during package upgrade. They should be removed for consistency. Stefan Müller-Klieser (7): gstreamer1.0-plugins-bad: remove two dangling patches openssl: remove dangling patch guile

[OE-core] [PATCH 2/7] openssl: remove dangling patch

2016-08-04 Thread Stefan Müller-Klieser
Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- .../openssl/crypto_use_bigint_in_x86-64_perl.patch | 35 -- 1 file changed, 35 deletions(-) delete mode 100644 meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch diff

[OE-core] [PATCH 3/7] guile: remove dangling patch

2016-08-04 Thread Stefan Müller-Klieser
Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- .../files/opensuse/guile-turn-off-gc-test.patch| 49 -- 1 file changed, 49 deletions(-) delete mode 100644 meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch diff --git

[OE-core] [PATCH 5/7] alsa-utils: remove dangling patch

2016-08-04 Thread Stefan Müller-Klieser
Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- ...1-alsabat-rename-to-avoid-naming-conflict.patch | 153 - 1 file changed, 153 deletions(-) delete mode 100644 meta/recipes-multimedia/alsa/alsa-utils/0001-alsabat-rename-to-avoid-naming-conflict

[OE-core] [PATCH 7/7] matchbox-panel-2: remove dangling patch

2016-08-04 Thread Stefan Müller-Klieser
Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- ...top-Make-sure-active-state-is-initialized.patch | 50 -- 1 file changed, 50 deletions(-) delete mode 100644 meta/recipes-sato/matchbox-panel-2/files/0001-showdesktop-Make-sure-active

[OE-core] [PATCH 4/7] python-numpy: remove dangling patch

2016-08-04 Thread Stefan Müller-Klieser
Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- .../python-numpy/files/add-glibc-check.patch | 36 -- 1 file changed, 36 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/files/add-glibc-check.patch diff --git a/meta/r

[OE-core] [PATCH] libvorbis: remove legacy options

2015-08-27 Thread Stefan Müller-Klieser
-by: Stefan Müller-Klieser s.mueller-klie...@phytec.de --- - this requires patch 0fe770ef9817319bb82 from master-next. It is already for version 1.3.5 meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-multimedia/libvorbis

Re: [OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-11 Thread Stefan Müller-Klieser
: On Mon, Aug 10, 2015 at 11:21 AM, Stefan Müller-Klieser s.mueller-klie...@phytec.de wrote: commit 02d0a003d60326 [kernel.bbclass: Fix race condition] has surfaced a bug in the generation of the shared_workdir. The task do_compile_kernelmodules adds the exported symbols of the kernel modules

[OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-10 Thread Stefan Müller-Klieser
, the symbols of the modules are missing in the shared_workdir. Subsequent external module builds will not include the ABI CRC of functions exported in modules. Modprobe will fail to load the external module if CONFIG_MODVERSIONS is enabled. Signed-off-by: Stefan Müller-Klieser s.mueller-klie...@phytec.de

[OE-core] [PATCH] cml1.bbclass: make menuconfig task configurable

2015-08-10 Thread Stefan Müller-Klieser
=mono menuconfig or KCONFIG_CONFIG_COMMAND = nconfig Signed-off-by: Stefan Müller-Klieser s.mueller-klie...@phytec.de --- meta/classes/cml1.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass index 43acfd5..95cf584

[OE-core] [PATCH v2] gcc-4.9: backport from gcc trunk r212178

2015-04-21 Thread Stefan Müller-Klieser
to be very invasive. The original commit can be found at: git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212178 138bc75d-0d04-0410-961f-82ee72b054a4 Signed-off-by: Stefan Müller-Klieser s.mueller-klie...@phytec.de --- v2: bug is still present in master, so this patch applies on master

Re: [OE-core] [meta-oe][dizzy][PATCH] gcc-4.9: backport from gcc trunk r212178

2015-04-21 Thread Stefan Müller-Klieser
Hi Richard, Richard Purdie richard.pur...@linuxfoundation.org wrote on 04/20/2015 04:34:20 PM: Von: Richard Purdie richard.pur...@linuxfoundation.org An: Stefan Müller-Klieser s.mueller-klie...@phytec.de Kopie: openembedded-core@lists.openembedded.org Datum: 04/20/2015 04:34 PM Betreff: Re

[OE-core] [meta-oe][dizzy][PATCH] gcc-4.9: backport from gcc trunk r212178

2015-04-20 Thread Stefan Müller-Klieser
to be very invasive. The original commit can be found at: git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212178 138bc75d-0d04-0410-961f-82ee72b054a4 Signed-off-by: Stefan Müller-Klieser s.mueller-klie...@phytec.de --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + ...racking.c-backport

Re: [OE-core] [RFC 1/1] add support for the barebox bootloader

2014-07-31 Thread Stefan Müller-Klieser
On 30.07.2014 18:53, Saul Wold wrote: On 07/30/2014 04:49 AM, Stefan Müller-Klieser wrote: Barebox is a bootloader that inherits the best of U-Boot and the Linux kernel. The barebox uses kconfig and kbuild mechanisms similar to the Linux kernel. This is reflected in the recipe. As soon

Re: [OE-core] [PATCH] barebox: Add recipe

2014-07-30 Thread Stefan Müller-Klieser
Hello everybody, it happened that I am also preparing our barebox recipe for OE-core. I started similar to David but it evolved already. I added support for packages, configuration fragments and an the ipl, needed for some SoCs. I will send it to the list for comments. Even if it will not be

[OE-core] [RFC 0/1] add support for the barebox bootloader

2014-07-30 Thread Stefan Müller-Klieser
I would be happy about comments on our barebox recipe and provide a story for it to be moved into OE-core: The barebox is a bootloader created by and for kernel developers. Its system design and user interface is kept in close relation to the linux kernel. It has support for

[OE-core] [RFC 1/1] add support for the barebox bootloader

2014-07-30 Thread Stefan Müller-Klieser
. The recipe supports: kconfig handling, kconfig fragments, packages for dev tools and support for the initial program loader creation. Signed-off-by: Stefan Müller-Klieser s.mueller-klie...@phytec.de --- meta/recipes-bsp/barebox/barebox-ipl.inc | 37 + meta/recipes-bsp/barebox/barebox

[OE-core] [PATCH] cml1: correct diffconfig output format

2014-07-28 Thread Stefan Müller-Klieser
-by: Stefan Müller-Klieser s.mueller-klie...@phytec.de --- meta/classes/cml1.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass index 34c0c4e..0d4b10b 100644 --- a/meta/classes/cml1.bbclass +++ b/meta/classes/cml1.bbclass