[oe] [meta-oe][PATCH v3 2/2] libusbgx: uprev to the latest commit

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher Uprev libusbgx to ec0b01c to get following fixes: ``` ec0b01c Merge pull request #83 from mgrzeschik/uac2-controls cbf1750 uac2: add additional configuration controls 81d7c05 load libcomposite kernel module caad244 Fix: Memory leak config label 51abbfd Automake: fix

[oe] [meta-oe][PATCH v3 1/2] libusbgx: fix usbgx.service stop / restart

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher On start the usbgx service configures the usb gadget. However if one stops the service nothing is done, a subsequent start then tries to configure the gadget again and fails. `systemctl restart` is implemented by doing a stop followed by a start and thus is also affected

Re: [oe] [meta-oe][PATCH 2/2] libusbgx: uprev to the latest commit

2024-02-15 Thread Max Krummenacher
On Thu, Feb 15, 2024 at 5:50 PM Khem Raj wrote: > > On Thu, Feb 15, 2024 at 6:17 AM Max Krummenacher wrote: > > > > From: Max Krummenacher > > > > Uprev libusbgx to ec0b01c to get following fixes: > > ``` > > ec0b01c Merge pull request #83 from mgrz

[oe] [meta-oe][PATCH 2/2] libusbgx: uprev to the latest commit

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher Uprev libusbgx to ec0b01c to get following fixes: ``` ec0b01c Merge pull request #83 from mgrzeschik/uac2-controls cbf1750 uac2: add additional configuration controls 81d7c05 load libcomposite kernel module caad244 Fix: Memory leak config label 51abbfd Automake: fix

[oe] [meta-oe][PATCH 1/2] libusbgx: fix usbgx.service stop / restart

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher On start the usbgx service configures the usb gadget. However if one stops the service nothing is done, a subsequent start then tries to configure the gadget again and fails. `systemctl restart` is implemented by doing a stop followed by a start and thus is also affected

Re: [oe] [meta-oe][PATCH 2/2] libusbgx: uprev to the latest commit

2024-02-15 Thread Max Krummenacher
On Thu, Feb 15, 2024 at 03:07:14PM +0100, max.oss...@gmail.com wrote: > From: Max Krummenacher > > Uprev libusbgx to ec0b01c to get following fixes: > ``` > ec0b01c Merge pull request #83 from mgrzeschik/uac2-controls > cbf1750 uac2: add additional configuration contr

[oe] [meta-oe][PATCH 2/2] libusbgx: uprev to the latest commit

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher Uprev libusbgx to ec0b01c to get following fixes: ``` ec0b01c Merge pull request #83 from mgrzeschik/uac2-controls cbf1750 uac2: add additional configuration controls 81d7c05 load libcomposite kernel module caad244 Fix: Memory leak config label 51abbfd Automake: fix

[oe] [meta-oe][PATCH 1/2] libusbgx: fix usbgx.service stop / restart

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher On start the usbgx service configures the usb gadget. However if one stops the service nothing is done, a subsequent start then tries to configure the gadget again and fails. `systemctl restart` is implemented by doing a stop followed by a start and thus is also affected

[oe] [meta-oe][dunfell][PATCH] linuxptp: fix do_compile error

2024-01-23 Thread Max Krummenacher
st disagrees with net_tstamp.h of the OE kernel or I remove the build host's net_tstamp.h do_compile fails. Changed Upstream Status to Backport with the git sha as the commit is now applied upstream. Signed-off-by: Max Krummenacher --- ...ditional-assignment-for-KBUILD_OUTPU.patch | 42 ++

[oe] [meta-oe][kirkstone][PATCH] linuxptp: fix do_compile error

2024-01-23 Thread Max Krummenacher
st disagrees with net_tstamp.h of the OE kernel or I remove the build host's net_tstamp.h do_compile fails. Changed Upstream Status to Backport with the git sha as the commit is now applied upstream. Signed-off-by: Max Krummenacher --- ...ditional-assignment-for-KBUILD_OUTPU.patch | 42 ++

[oe] [meta-oe][PATCH] opencv: follow changed name license_flags_accepted

2022-11-28 Thread Max Krummenacher
From: Max Krummenacher Signed-off-by: Max Krummenacher --- meta-oe/recipes-support/opencv/opencv_4.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_4.6.0.bb b/meta-oe/recipes-support/opencv/opencv_4.6.0.bb index da1e659a4

[oe] [meta-oe][PATCH 1/2] freerdp: wayland: depend on wayland-native

2020-04-25 Thread Max Krummenacher
do_configure tests for wayland-scanner and silently drops the wayland configure option if not found. Adding wayland-native to depends fixes that. Signed-off-by: Max Krummenacher --- meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 2/2] freerdp: update to 2.0.0 release

2020-04-25 Thread Max Krummenacher
Bump PE to prevent 'version-going-backwards (from 0:2.0.0-rc4-r0 to 0:2.0.0-r0)' Signed-off-by: Max Krummenacher --- meta-oe/recipes-support/freerdp/freerdp_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb

[oe] [meta-oe][PATCH 1/3] vpnc: splitout the vpnc-script into its own package

2020-02-15 Thread Max Krummenacher
The vpnc-script can be used unchanged with the openconnect package. Provide it in its own package and make vpnc RDEPEND on it. Signed-off-by: Max Krummenacher --- meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a

[oe] [meta-oe][PATCH 2/3] openconnect: build with python3

2020-02-15 Thread Max Krummenacher
Signed-off-by: Max Krummenacher --- ...s-tncc-wrapper.py-convert-to-python3.patch | 71 +++ .../openconnect/openconnect_8.03.bb | 12 ++-- 2 files changed, 76 insertions(+), 7 deletions(-) create mode 100644 meta-networking/recipes-connectivity/openconnect/openconnect

[oe] [meta-oe][PATCH 3/3] openconnect: use target path to script

2020-02-15 Thread Max Krummenacher
openconnect puts the default absolute path to the vpnc-script into its binary from the --with-vpnc-script configure options. So do not prepend the value with the path to the OE sysroot. RDEPEND on vpnc-script to have the script from vpnc installed on target. Signed-off-by: Max Krummenacher

[oe] [meta-oe][PATCH] lirc: build and deploy with python3

2020-02-15 Thread Max Krummenacher
lirc already uses python3 for the build, reflect that in the recipe. Add the relevant python modules used in the scripts to RDEPENDS. Deploy all python scripts in the lirc-python package. Signed-off-by: Max Krummenacher --- meta-oe/recipes-connectivity/lirc/lirc_0.9.4d.bb | 10 -- 1

Re: [oe] [meta-oe][PATCH] smem: use python 3

2020-02-05 Thread Max Krummenacher
eclines to work when the plugins you now added with RRECOMMEND are missing. Max Am Mi., 5. Feb. 2020 um 17:39 Uhr schrieb André Draszik : > Hi, > > Interestingly I had been looking at this today as well... > > On Wed, 2020-02-05 at 00:40 +0100, Max Krummenacher wrote: > > Ther

Re: [oe] [meta-oe][PATCH] smem: use python 3

2020-02-04 Thread Max Krummenacher
Am Dienstag, den 04.02.2020, 18:59 -0800 schrieb Khem Raj: > Thanks for doing this. > > On Tue, Feb 4, 2020 at 3:42 PM Max Krummenacher wrote: > > > > There seems to be no user of python-textutils python-shell python-codecs > > in the script, so these rdepend

[oe] [meta-oe][PATCH] smem: use python 3

2020-02-04 Thread Max Krummenacher
There seems to be no user of python-textutils python-shell python-codecs in the script, so these rdepends are dropped. On a i.MX6 based machine smem runs with just python3-compression and its dependencies installed. Signed-off-by: Max Krummenacher --- .../smem/0001-smem-convert-to-python-3

[oe] [meta-oe][PATCH] openbox: use python 3

2020-02-02 Thread Max Krummenacher
Signed-off-by: Max Krummenacher --- ...box-xdg-autostart-convert-to-python3.patch | 138 ++ .../recipes-graphics/openbox/openbox_3.6.1.bb | 3 +- 2 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-graphics/openbox/files/0001-openbox-xdg

[oe] [meta-oe][PATCH] libsoc: use python3 for python bindings

2019-12-11 Thread Max Krummenacher
. Signed-off-by: Max Krummenacher --- meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb index 01708df35..8b773aefa 100644 --- a/meta-oe

[oe] [meta-oe][PATCH] joe: update to 4.6

2019-07-01 Thread Max Krummenacher
The licence changed to GPLv2. The fix from 0001-adjust-signature-of-main.patch is applied upstream. joe 3.1 segfaults on aarch64, the update fixes this. Signed-off-by: Max Krummenacher --- .../joe/joe/0001-adjust-signature-of-main.patch| 30 -- .../recipes-support/joe

Re: [oe] Actually installed packages

2018-08-05 Thread Max Krummenacher
Hi > Sorry, I just have a last question about those packages. > In bitbake.conf, you can find this : > > PACKAGE_BEFORE_PN ?= "" > PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale > ${PACKAGE_BEFORE_PN} ${PN}" > This is the default list of packages which together with the

Re: [oe] Actually installed packages

2018-08-03 Thread Max Krummenacher
Hi > What’s the difference between the build/buildhistory/packages content (all > the packages found here) and the installed-packages.txt file in > /buildhistory/images/.. ? > > I can see packages in first one which are not included in > installed-packages.txt A recipe can provide several pa

[oe] [meta-java][PATCH] openjdk-8: strip leading non digit chars from GCCVERSION

2018-01-18 Thread Max Krummenacher
When using the linaro cross toolchain GCCVERSION is set to "linaro-6.2%", i.e. the first char is not GCC's major version. Thus needed compiler options for GCC 6 are not set. Fix at least this case by stripping GCCVERSION up to the first numeric char. Signed-off-by: Max Krumme

[oe] [meta-qt5][PATCH] packagegroup-qt5-qtcreator-debug: remove qtdeclarative-plugins

2017-11-15 Thread Max Krummenacher
53242713da6ae01f2b1f7e674b00517390fe2bcb) and maybe the package parent qtdeclarative is still needed, add that one instead. Signed-off-by: Max Krummenacher --- recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/packagegroups

Re: [oe] [meta-oe][PATCH 1/2] gpsd: don't compile with gold

2017-05-28 Thread Max Krummenacher
Am Sonntag, den 28.05.2017, 09:04 -0700 schrieb Khem Raj: > On Sun, May 28, 2017 at 4:10 AM, Max Krummenacher > wrote: > > When linking with gold libgps and libgpsd error out with: > > | ./libgpsd.so: error: undefined reference to 'atan2' > > | ./libgpsd.so:

[oe] [meta-oe][PATCH 2/2] gpsd: update to 3.16

2017-05-28 Thread Max Krummenacher
tydefaults.h.patch index b27c67144..f496b5e7d 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd-3.14/0001-include-sys-ttydefaults.h.patch +++ b/meta-oe/recipes-navigation/gpsd/gpsd-3.16/0001-include-sys-ttydefaults.h.patch @@ -1,4 +1,4 @@ -From 543f79222520cc6ab65d20f9fa356dac5c848e3b Mon Sep 17

[oe] [meta-oe][PATCH 1/2] gpsd: don't compile with gold

2017-05-28 Thread Max Krummenacher
o 'sin' | ./libgpsd.so: error: undefined reference to 'cos' | collect2: error: ld returned 1 exit status Using the bfd linker fixes the issue. Signed-off-by: Max Krummenacher --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] OpenEmbedded Layer Index autobuild errors

2017-03-19 Thread Max Krummenacher
Am Sonntag, den 19.03.2017, 12:04 -0400 schrieb Daniel Dickinson: > On Sun, 19 Mar 2017 15:39:38 +0100 > Gary Thomas wrote: > > > > > > > With that change all tools which must be installed on the host need > > > to be present, even if in your use case some of them might not be > > > used. Did yo

Re: [oe] OpenEmbedded Layer Index autobuild errors

2017-03-19 Thread Max Krummenacher
Hi Am Sonntag, den 19.03.2017, 00:28 -0400 schrieb Daniel Dickinson: > Hi, > > Since it wasn't clear from my last posting about this issue, that the > issued described was that the recipe parsing for the three pre-alpha > layers I submitted recently triggered an error condition (missing > HOSTTOO

[oe] [meta-networking][PATCH] ptpd: add pkgconfig to inherit

2017-03-03 Thread Max Krummenacher
ptpd is patched to use 'pkg-config libpcap', so inherit pkgconfig to have it available in RSS. Signed-off-by: Max Krummenacher --- meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-da

[oe] [meta-oe][PATCH] libunique: depends on dbus-glib-native

2017-03-03 Thread Max Krummenacher
Adds the missing dbus-binding-tool into RSS. Signed-off-by: Max Krummenacher --- meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique

Re: [oe] [meta-oe][PATCH v2][master-next 0/4] python-m2crypto now rdepend on python-typing

2017-02-15 Thread Max Krummenacher
Hi 2017-02-15 9:07 GMT+01:00 Patrick Ohly : > On Tue, 2017-02-14 at 22:48 +0100, Max Krummenacher wrote: >> For native packages the rdepends do not get automatically installed in the >> recipe >> specific sysroot. > > I'm still not certain whether that RDEPENDS p

[oe] [meta-gnome][PATCH][master-next 2/2] gnome-vfs: remove blacklist

2017-02-14 Thread Max Krummenacher
Build is fixed for gnome-mime-data. Signed-off-by: Max Krummenacher --- meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb

[oe] [meta-gnome][PATCH][master-next 1/2] gnome-mime-data: add depends on glib-2.0-native

2017-02-14 Thread Max Krummenacher
This installs the needed glib-gettextize. Remove blacklist. Signed-off-by: Max Krummenacher --- Note that this is badly tested. On my host the build did pickup glib-gettextize from /usr/bin/glib-gettextize.. I inspected the native sysroot with devshell. The binary was missing without the patch

[oe] [meta-oe][PATCH v2][master-next 4/4] openlmi-tools: remove blacklist

2017-02-14 Thread Max Krummenacher
Build is fixed for pywbem, pywbem-native. Signed-off-by: Max Krummenacher --- meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi

[oe] [meta-oe][PATCH v2][master-next 3/4] pywbem: add depends on python-typing-native

2017-02-14 Thread Max Krummenacher
python-m2crypto-native requires python-typing-native. This fixed the build, remove blacklist. Signed-off-by: Max Krummenacher --- meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-oe/recipes-extended/pywbem/pywbem_0.8.0

[oe] [meta-oe][PATCH v2][master-next 0/4] python-m2crypto now rdepend on python-typing

2017-02-14 Thread Max Krummenacher
For native packages the rdepends do not get automatically installed in the recipe specific sysroot. Changes in v2: - Fixed this by adding to DEPENDS of recipes using python-m2crypto-native rather than using a new bbclass. Max Krummenacher (4): python-m2crypto: rdepend on python-typing

[oe] [meta-oe][PATCH v2][master-next 1/4] python-m2crypto: rdepend on python-typing

2017-02-14 Thread Max Krummenacher
python-typing is required at runtime, not at build time. Signed-off-by: Max Krummenacher --- meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb b/meta

[oe] [meta-oe][PATCH v2][master-next 2/4] crda: add depends on python-typing-native

2017-02-14 Thread Max Krummenacher
python-m2crypto-native requires python-typing-native. This fixed the build, remove blacklist. Signed-off-by: Max Krummenacher --- meta-networking/recipes-connectivity/crda/crda_3.18.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-networking/recipes-connectivity

Re: [oe] [meta-oe][PATCH][master-next 3/4] pywbem: depend on python-m2crypto-native and its rdepends

2017-02-14 Thread Max Krummenacher
2017-02-13 23:58 GMT+01:00 Martin Jansa : > Yes, I guessed that Richard answer was the motivation for what you did, but > the original issue reported by Andreas was about "many recipes depending on > kdoctool". > > Here I see only 2 cases of such dependency, so I think we can live without > the bbc

Re: [oe] [meta-oe][PATCH][master-next 3/4] pywbem: depend on python-m2crypto-native and its rdepends

2017-02-13 Thread Max Krummenacher
etup and resend the patch series. Max On Mon, Feb 13, 2017 at 10:39 PM, Martin Jansa > wrote: > > > Did you test this change? You added it to inherit not DEPENDS.. > > > > On Mon, Feb 13, 2017 at 10:02 PM, Max Krummenacher > > wrote: > > > > > This fi

[oe] [meta-oe][PATCH][master-next 1/4] python-m2crypto-native: rdepend on python-typing

2017-02-13 Thread Max Krummenacher
Because of a bitbake limitation add python-m2crypto-native.bbclass which can be inherited by users of python-m2crypto-native to get the required dependencies into their recipe specific sysroot. Signed-off-by: Max Krummenacher --- meta-python/classes/python-m2crypto-native.bbclass| 6

[oe] [meta-oe][PATCH][master-next 4/4] openlmi-tools: remove blacklist

2017-02-13 Thread Max Krummenacher
Build is fixed for bywbem, bywbem-native. Signed-off-by: Max Krummenacher --- meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi

[oe] [meta-oe][PATCH][master-next 3/4] pywbem: depend on python-m2crypto-native and its rdepends

2017-02-13 Thread Max Krummenacher
This fixed the build, remove blacklist also. Signed-off-by: Max Krummenacher --- meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb b/meta-oe/recipes-extended/pywbem

[oe] [meta-oe][PATCH][master-next 2/4] crda: add rdepends of python-m2crypto-native

2017-02-13 Thread Max Krummenacher
This fixed the build, remove blacklist also. While at it, cleanup DEPENDS of python stuff already added by inherit. Signed-off-by: Max Krummenacher --- meta-networking/recipes-connectivity/crda/crda_3.18.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta

[oe] [meta-qt5][PATCH][master][morty]] populate_sdk_qt5: use _append operator

2017-02-10 Thread Max Krummenacher
: Max Krummenacher --- classes/populate_sdk_qt5.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/populate_sdk_qt5.bbclass b/classes/populate_sdk_qt5.bbclass index bbf137d..a10341d 100644 --- a/classes/populate_sdk_qt5.bbclass +++ b/classes/populate_sdk_qt5

Re: [oe] [meta-browser][PATCH 2/2] README: add -s to git send-email example

2017-01-27 Thread Max Krummenacher
Am Freitag, den 27.01.2017, 11:28 +0100 schrieb Anders Darander: > * Otavio Salvador [170127 11:12]: > > > On Thu, Jan 26, 2017 at 11:03 PM, Khem Raj wrote: > > > what happens if commits are already having a sign-off ? > > > A new one is added. > > Then I don't think this change should be made

Re: [oe] [meta-browser][PATCH 1/2] firefox: remove nss private libs setting

2017-01-26 Thread Max Krummenacher
ping Any comments on this one? Max 2017-01-17 0:09 GMT+01:00 Max Krummenacher : > Commit 8cc038d uses the system's nss rather than building a private > one. So one should remove the nss libs from PRIVATE_LIBS also. > Otherwise bitbake does not add nss to RDEPENDS automatically re

Re: [oe] [meta-browser][PATCH 2/2] README: add -s to git send-email example

2017-01-26 Thread Max Krummenacher
ping Any comments on this one? Max 2017-01-17 0:09 GMT+01:00 Max Krummenacher : > Prevent missing Signed-off-by lines. > > Signed-off-by: Max Krummenacher > --- > README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README b/README > in

[oe] [meta-browser][PATCH 2/2] README: add -s to git send-email example

2017-01-16 Thread Max Krummenacher
Prevent missing Signed-off-by lines. Signed-off-by: Max Krummenacher --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 647404b..effe2f9 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ Maintainers: Eric Bénard Otavio Salvador

[oe] [meta-browser][PATCH 1/2] firefox: remove nss private libs setting

2017-01-16 Thread Max Krummenacher
owing warning: | WARNING: firefox-45.6.0esr-r0 do_package_qa: QA Issue: /usr/lib/firefox/libxul.so | contained in package firefox requires libnss3.so(NSS_3.12), | but no providers found in RDEPENDS_firefox? [file-rdeps] Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox/firefox_45.6.0e

Re: [oe] morty branch XFCE no longer builds, missing libwnck3

2017-01-02 Thread Max Krummenacher
Hi Am Montag, den 02.01.2017, 09:18 +0100 schrieb Mike Looijmans: > There's no trace of any attempt to bring back 'libwnck3' in the morty > branch, > am I the only one in the world using morty to build an XCFE image? You are not the only one. As there was already talk on the mailing lists to

[oe] [meta-oe][PATCH] tinymembench: fix QA warning for GNU_HASH

2016-12-14 Thread Max Krummenacher
Signed-off-by: Max Krummenacher --- meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb index 38e71be..5968d82

Re: [oe] [meta-qt4][PATCH] qt4-embedded: Default to build tslib when touchscreen is defined

2016-10-31 Thread Max Krummenacher
Hi I sent a similar patch: https://lists.yoctoproject.org/pipermail/yocto/2016-October/032661.html Both fix the build error with the HEAD of meta-qt4. Question is if "touchscreen" in MACHINE_FEATURES should build for tslib by default. If yes, your patch is needed. However the error will pop up

Re: [oe] [PATCH 4/5] florence: update 0.6.3

2016-10-07 Thread Max Krummenacher
Resent, this time from the correct account. Hi Am Freitag, den 07.10.2016, 11:19 +0200 schrieb Andreas Müller: > * patches were either leftovers or do not match the code > * DESCRIPTION -> shortened SUMMARY 0.5.x requires gtk 2 and gstreamer 0.10 while 0.6.x requires gtk 3 and gstreamer 1.0. Wou

[oe] [meta-qt5][jethro][PATCH] qtbase: fix regression for missing libqt*.a libs

2016-08-27 Thread Max Krummenacher
-lqtfreetype regression introduced with d6aeedb7f27b8dd02fa7e6fa193ce9e2e969ecf6 which reverted the fix by Khem c44912563c4eadc288050f0b5e25981bc432d3f7 Signed-off-by: Max Krummenacher --- Note that the qtbase version used in krogoth does deploy libqtfreetype.a in its regular 'make in

Re: [oe] chromium 40.0.2214.91 doesn't like gcc5.3

2015-12-30 Thread Max Krummenacher
Hi Trevor Am Mittwoch, den 30.12.2015, 01:18 -0500 schrieb Trevor Woerner: > I noticed the recent gcc update from 5.2 to 5.3 in openembedded-core > seems to cause meta-browser's chromium build to fail with more > warnings being treated as errors. I tried to build master with GCC 5.3 for an armv7

Re: [oe] Is git.openembedded.org down ?

2015-12-04 Thread Max Krummenacher
Hi Am Freitag, den 04.12.2015, 15:07 +0800 schrieb Robert Yang: $ ping git.openembedded.org doesn't work. > Works for me. mk@Saturn:~> date Fre Dez 4 14:48:13 CET 2015 mk@Saturn:~/tmp> ping -c 1 git.openembedded.org PING opal.openembedded.org (140.211.169.152) 56(84) bytes of data. 64 bytes fr

[oe] [meta-browser][PATCH] cef3: rework "fix build with gcc 4.9.4"

2015-11-09 Thread Max Krummenacher
The link errors addressed with commit '7887e66d5df998b91d4df24a150c32a692784451 fix build with gcc 4.9.4' occur only when linking with gold. Thus apply the fix only if distro features contain ld-is-gold. Signed-off-by: Max Krummenacher Upstream-Status: Inappropriate configuration --

Re: [oe] [meta-browser][PATCH v2 5/5] cef3: fix build with gcc 4.9.4

2015-11-09 Thread Max Krummenacher
Hi Otavio, 2015-11-09 11:51 GMT+01:00 Otavio Salvador : > Max, > > On Sat, Nov 7, 2015 at 5:52 PM, Khem Raj wrote: >>> On Nov 7, 2015, at 4:20 AM, Max Krummenacher wrote: >>> >>> During the final link we get errors like this: >>> .../4.9.4/ld: warni

[oe] [meta-browser][PATCH v2 2/5] cef3_280796.bb: change indent to 4 spaces

2015-11-07 Thread Max Krummenacher
Signed-off-by: Max Krummenacher --- recipes-browser/chromium/cef3_280796.bb | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes-browser/chromium/cef3_280796.bb b/recipes-browser/chromium/cef3_280796.bb index b7b2de6..939602b 100644 --- a/recipes

[oe] [meta-browser][PATCH v2 3/5] cef3: fix gcc5 compile issues

2015-11-07 Thread Max Krummenacher
the resulting binary has not been tested on a target. Signed-off-by: Max Krummenacher --- ...0001-bignum.cc-disable-warning-from-gcc-5.patch | 39 ...-image_util.cc-disable-warning-from-gcc-5.patch | 40 ...-test.h-disable-warning-unused-definition.patch

[oe] [meta-browser][PATCH v2 4/5] cef3: fix build of x86-64

2015-11-07 Thread Max Krummenacher
Use gypi file for i586 to create the configuration for the x86-64 architecture. Signed-off-by: Max Krummenacher Upstream-Status: Inappropriate configuration Signed-off-by: Max Krummenacher --- recipes-browser/chromium/cef3_280796.bb | 5 + 1 file changed, 5 insertions(+) diff --git a

[oe] [meta-browser][PATCH v2 5/5] cef3: fix build with gcc 4.9.4

2015-11-07 Thread Max Krummenacher
hromium.bb solution to not treat linker warnings as errors. Signed-off-by: Max Krummenacher Upstream-Status: Inappropriate configuration Signed-off-by: Max Krummenacher --- recipes-browser/chromium/cef3_280796.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recip

[oe] [meta-browser][PATCH v2 1/5] chromium: fix gcc5 compile issues

2015-11-07 Thread Max Krummenacher
A chromium build with gcc5 fails with warnings treated as errors. bignum.cc, image_util.cc: strict-overflow warning Compiles and runs on qemux86-64 with gcc 5.2.0 and still compiles on armv7a with gcc linaro-4.9.4. Signed-off-by: Max Krummenacher --- ...0001-bignum.cc-disable-warning-from-gcc

[oe] [meta-browser][PATCH v2 0/5] chromium/cef3: fix gcc build errors

2015-11-07 Thread Max Krummenacher
v2: Review Zoltan Kuscsik: - prefer #pragma silencing of error over code refactoring - add link to upstream discussion Review Martin Jansa: - port fixes to cef3 also Max Krummenacher (5): chromium: fix gcc5 compile issues cef3_280796.bb: change indent to 4 spaces cef3: fix gcc5 compile

Re: [oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-11-06 Thread Max Krummenacher
Hi Am Freitag, den 06.11.2015, 18:17 +0100 schrieb Martin Jansa: > After long time first successful chromium build in bitbake world.. > Thanks! > > Can you apply the same fix for cef3 recipes? > http://errors.yoctoproject.org/Errors/Details/21442/ > > cef3 for qemux86-64 doesn't even configure:

Re: [oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-11-05 Thread Max Krummenacher
to point to this URL also. > > Z > > On 5 November 2015 at 02:10, Khem Raj wrote: > >> >> > On Nov 4, 2015, at 1:50 PM, Max Krummenacher >> wrote: >> > >> > A chromium build with gcc5 fails with warnings treated as errors. >> > >&

[oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-11-04 Thread Max Krummenacher
A chromium build with gcc5 fails with warnings treated as errors. bignum.cc, image_util.cc: strict-overflow warning Compiles and runs on qemux86-64 with gcc 5.2.0 and still compiles on armv7a with gcc linaro-4.9.4. Signed-off-by: Max Krummenacher --- .../0001-bignum.cc-fix-warning-from-gcc-5

[oe] [meta-browser][PATCH] chromium: fix missing include of sys/stat.h

2015-10-28 Thread Max Krummenacher
Explicitely include a needed header to fix compile time error. sys/stat.h used to be indirectly included from another header but no longer is. Signed-off-by: Max Krummenacher --- .../chromium-40/add_missing_stat_h_include.patch | 39 ++ recipes-browser/chromium

[oe] [meta-browser][PATCH 4/8] firefox: prevent SIGILL crash #2 with arm build

2015-08-16 Thread Max Krummenacher
-arm setup + meta-browser firefox +starts correctly (with gcc from oe, meta-oe, 4.8.2)) + +The following patch fixes this: +https://hg.mozilla.org/integration/mozilla-inbound/rev/f9be5a3d9b3c + +Signed-off-by: Max Krummenacher + +# HG changeset patch +# User Kartikaya Gupta +# Date 1356843815

[oe] [meta-browser][PATCH 7/8] firefox: Update to 10.0.12esr

2015-08-16 Thread Max Krummenacher
Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox/firefox_10.0.11esr.bb | 156 -- recipes-mozilla/firefox/firefox_10.0.12esr.bb | 156 ++ 2 files changed, 156 insertions(+), 156 deletions(-) delete mode 100644 recipes-mozilla/firefox

[oe] [meta-browser][PATCH 5/8] firefox: stop using variable for local files

2015-08-16 Thread Max Krummenacher
Local file names are constant, so don't use ${PN} and friends to construct them. Fixes SRC_URI fetching a file with ${BPN} while installing it with ${PN}. Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox/firefox_10.0.11esr.bb | 8 1 file changed, 4 insertions(+), 4 dele

[oe] [meta-browser][PATCH 8/8] firefox-l10n: Update all languages for 10.0.12esr release

2015-08-16 Thread Max Krummenacher
From: Max Krummenacher Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox-l10n/README| 33 ++ .../firefox-l10n/firefox-l10n-af_10.0.11esr.bb | 7 - .../firefox-l10n/firefox-l10n-af_10.0.12esr.bb | 7 + .../firefox-l10n/firefox-l10n

[oe] [meta-browser][PATCH 6/8] mozilla.bbclass: do out of tree build

2015-08-16 Thread Max Krummenacher
Do a out of tree build by setting MOZ_OBJDIR to something != ${S}. Newer firefox do no longer allow do build in tree. Change firefox_10.0.11esr.bb accordingly. Signed-off-by: Max Krummenacher --- classes/mozilla.bbclass | 2 +- recipes-mozilla/firefox

[oe] [meta-browser][PATCH 1/8] firefox: Update download server

2015-08-16 Thread Max Krummenacher
The ftp mirror currently seems not to work, change to the download server recommended here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox/firefox_10.0.11esr.bb | 2 +- 1 file

[oe] [meta-browser][PATCH 3/8] firefox: prevent SIGILL crash with arm build

2015-08-16 Thread Max Krummenacher
Firefox crashes with a SIGILL signal during startup. Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox/firefox/alignment.patch | 17 + recipes-mozilla/firefox/firefox_10.0.11esr.bb | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 recipes

[oe] [meta-browser][PATCH 2/8] firefox-l10n: Update download server

2015-08-16 Thread Max Krummenacher
The ftp mirror currently seems not to work, change to the download server recommended here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox-l10n/firefox-l10n.inc | 2 +- 1 file

[oe] [meta-browser][PATCH 0/8] firefox: fixes and update to 10.0.12esr

2015-08-16 Thread Max Krummenacher
This patchset addresses issues discussed in the following thread: http://lists.openembedded.org/pipermail/openembedded-devel/2015-June/101954.html - ftp server no longer exists, moves to proposed mozilla server - fixes two issues of SIGILL seen im my Cortex-A9 setup - updates to 10.0.12esr Max

[oe] [meta-oe][PATCH] libvpx: fix build errors for gcc 5

2015-08-09 Thread Max Krummenacher
Signed-off-by: Max Krummenacher --- .../webm/libvpx/gcc-5-max_align_t.patch| 37 ++ meta-oe/recipes-multimedia/webm/libvpx_1.3.0.bb| 3 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-multimedia/webm/libvpx/gcc-5

[oe] [meta-gnome][PATCH 2/2] gvfs: add packageconfig for libgphoto2

2015-08-01 Thread Max Krummenacher
default to compile with libgphoto2, thus no change to old behaviour. Signed-off-by: Max Krummenacher --- meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome

[oe] [meta-gnome][PATCH 1/2] gvfs: backport patch to build with gphoto 2.5 api

2015-08-01 Thread Max Krummenacher
ame, info.path, info.library_filename); and others. This backports the upstream fix. Signed-off-by: Max Krummenacher --- .../gphoto_build_with_libgphoto_2.5_API.patch | 78 ++ meta-gnome/recipes-gnome/gvfs/gvfs.inc | 1 + 2 files changed, 79 insertions(+)

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-08-01 Thread Max Krummenacher
Hi Andreas Am Samstag, den 01.08.2015, 14:47 +0200 schrieb Andreas Müller: > > * /meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb, > > do_compile > ^ Had a short look into this: It is caused by update of libgphoto2. > Hope to find time this weekend. I did the same and have a bac

Re: [oe] [meta-browser][PATCH v2] chromium: List all PACKAGECONFIG settings to avoid warning

2015-07-01 Thread Max Krummenacher
Hi Am Mittwoch, den 01.07.2015, 16:47 +0100 schrieb Burton, Ross: > On 1 July 2015 at 15:12, Gary Thomas wrote: > > > No, it's much better to use the standard mechanism (PACKAGECONFIG) rather > > than making up something special for this recipe. The patch is needed only > > to suppress warnings

Re: [oe] [meta-browser] firefox not working for me (only)

2015-06-17 Thread Max Krummenacher
> > * firefox fails with illeagal ARM instruction That sounds familiar, I thought then that it was specific to our setup with the binary Tegra X driver and the armv7a without neon setup, that's why I did not upstream my patches. > > On Wed, Jun 17, 2015 at 3:32 PM, Gary Thomas wrote: > >>> Hmm -

Re: [oe] [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI

2015-05-27 Thread Max Krummenacher
Hi Martin > Sorry, wasn't noticed, because patchwork didn't pick it: > http://patchwork.openembedded.org/project/oe/list/?state=*&q=florence&archive=both > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=7657 > Thank you for picking it up. To you need me to do anything with the patch like res

Re: [oe] [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI

2015-05-26 Thread Max Krummenacher
Hi all Ping. florence do_fetch currently fails because the server can't be found. Regards Max Am Samstag, den 16.05.2015, 12:14 +0200 schrieb Max Krummenacher: > http://switch.dl.sourceforge.net has been down for some time. > Use the OE provided mirror variable instead. > > S

[oe] [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI

2015-05-16 Thread Max Krummenacher
http://switch.dl.sourceforge.net has been down for some time. Use the OE provided mirror variable instead. Signed-off-by: Max Krummenacher --- meta-gnome/recipes-support/florence/florence_0.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-support

Re: [oe] Building openjdk without X11 dependencies

2015-04-23 Thread Max Krummenacher
Hi > wrote: > > I'm under the impression building openjdk without X11 is not feasible. > > As far as I understand, the headless package is (or should be) generated > > by building openjdk with the X11 dependencies, then selecting the > > components which are not linked against X11 libraries and p

Re: [oe] [meta-java] Query on fetch issue with rhino_1.7r4.bb

2015-04-18 Thread Max Krummenacher
Hi Sam I can correctly download rhino. Both with the browser and with the bitbake fetcher. bitbake -c cleanall rhino; bitbake -c fetch rhino Maybe a temporary connection problem or some firewall issue with https on your installation? Regards Max 2015-04-18 5:48 GMT+02:00 Nelson, Sam : > I am se

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-02 Thread Max Krummenacher
Hi Sven To be honest I don't know. I remembered that pull request when I saw your question, however I did not build nor test the updated OpenJDK. Regards Max 2015-04-01 22:04 GMT+02:00 Sven Ebenfeld : > Hi Max, > > Am 01.04.2015 um 19:17 schrieb Max Krummenacher: >> Hi S

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-01 Thread Max Krummenacher
Hi Sven Maybe this pull request to the old meta-java repo location contains already contains some of the stuff you need. https://github.com/woglinde/meta-java/pull/62 Regards Max 2015-04-01 17:19 GMT+02:00 Sven Ebenfeld : > Hi, > > I'm currently trying to update openjdk-7 to the current icedtea-

Re: [oe] Query on meta-java layer: openjdk-7-jre: compilation issue with '-fuse-ld-bfd'

2015-03-17 Thread Max Krummenacher
> '-fuse-ld=bfd' > > Looks like the addition of '-fuse-ld=bfd" was introduced with the following > commit in meta-java: > commit cb351db824b0eb4a71514156bba543f6dde19740 > Author: Max Krummenacher > Date: Tue Jan 20 16:14:23 2015 +0100 > > I am using lin

Re: [oe] [OE-core][RFC] openjdk-7: enable xawt

2015-02-17 Thread Max Krummenacher
Am Dienstag, den 17.02.2015, 10:57 -0200 schrieb Otavio Salvador: > On Mon, Feb 16, 2015 at 8:27 PM, Max Krummenacher > wrote: > > The build of xawt has been disabled as its build seemed to fail during a > > qemu > > call to generate a file with information on variabl

[oe] [meta-java][PATCH v2 6/6] mark broken recipes with PNBLACKLIST

2015-02-17 Thread Max Krummenacher
om and thus are unbildable. Signed-off-by: Max Krummenacher --- recipes-core/jakarta-commons/commons-configuration_1.5.bb | 2 ++ recipes-core/jakarta-commons/commons-jxpath_1.3.bb| 2 ++ recipes-core/xml-commons/dom4j_1.6.1.bb | 2 ++ recipes-core/xml-commons

[oe] [meta-java][PATCH v2 5/6] antlr: fix override for native build

2015-02-17 Thread Max Krummenacher
The override virtclass_native has been deprecated and removed from the buildsystem, use class-native instead. While at it fix whitespace issues. Signed-off-by: Max Krummenacher --- recipes-core/antlr/antlr_2.7.7.bb | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff

[oe] [meta-java][PATCH v2 3/6] rxtx: use autotools-brokensep

2015-02-17 Thread Max Krummenacher
Signed-off-by: Max Krummenacher --- recipes-extended/rxtx/rxtx_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb index 28603e3..85f55c0 100644 --- a/recipes-extended/rxtx/rxtx_2.2.0.bb +++ b

  1   2   >