Re: [OE-core] [oe-core][PATCHv4] image_types.bbclass: add optional size to ubi vols

2018-06-25 Thread Tobias Olausson
Just wanted to bump this, since I still see that v3 of this patch and not v4 (this one) is in master-next. Cheers, Tobias Olausson Development Engineer HMS Industrial Networks AB From: Andre McCurdy Sent: Wednesday, June 20, 2018 9:07 PM To: Tobias Olausson Cc: openembedded-core

Re: [OE-core] [oe-core][PATCHv4] image_types.bbclass: add optional size to ubi vols

2018-06-20 Thread Tobias Olausson
n solution, but that seems to be trickier than I thought, since there is code in place that looks for IMAGE_CMD_multiubi specifically (in image.bbclass), and I have not been able to override that. Any ideas of making this work without the export hack are welcome. Cheers, Tobias Olausson D

[OE-core] [oe-core][PATCHv4] image_types.bbclass: add optional size to ubi vols

2018-06-19 Thread Tobias Olausson
>From 1d15f0d3c516351e6540a912367bcb22f9c25bbf Mon Sep 17 00:00:00 2001 From: Tobias Olausson Date: Mon, 18 Jun 2018 15:01:53 +0200 Subject: [oe-core][PATCHv4] image_types.bbclass: add optional size to ubi vols Instead of hard coding the ubi volume to be just large enough to fit the root f

[OE-core] [oe-core][PATCHv3] image_types.bbclass: add optional size to ubi vols

2018-06-19 Thread Tobias Olausson
>From 320acd93c7ff9e76bf8321e4bf8c735cdc70b173 Mon Sep 17 00:00:00 2001 From: Tobias Olausson Date: Mon, 18 Jun 2018 15:01:53 +0200 Subject: [oe-core][PATCHv3] image_types.bbclass: add optional size to ubi vols Instead of hard coding the ubi volume to be just large enough to fit the root f

Re: [OE-core] [meta-oe][PATCH] image_types.bbclass: add optional size to ubi vols

2018-06-18 Thread Tobias Olausson
Just noticed there is a serious typo that will make this fail in multiubi settings. It worked for my non-multi setup which was just lucky variable naming. Will send an updated patch. Tobias Olausson Development Engineer HMS Industrial Networks AB Norra Ågatan 26C 431 35 Mölndal, Sweden

[OE-core] [oe-core][PATCHv2] image_types.bbclass: add optional size to ubi vols

2018-06-18 Thread Tobias Olausson
>From 6bd1c95cc26aebe820e3d83a97601e4057ef8db5 Mon Sep 17 00:00:00 2001 From: Tobias Olausson Date: Mon, 18 Jun 2018 15:01:53 +0200 Subject: [oe-core][PATCHv2] image_types.bbclass: add optional size to ubi vols Instead of hard coding the ubi volume to be just large enough to fit the root f

[OE-core] [meta-oe][PATCH] image_types.bbclass: add optional size to ubi vols

2018-06-18 Thread Tobias Olausson
>From d7b8be3f844c10ace0d4c04e35986145fc20d0d8 Mon Sep 17 00:00:00 2001 From: Tobias Olausson Date: Mon, 18 Jun 2018 13:22:04 +0200 Subject: [meta-oe][PATCH] image_types.bbclass: add optional size to ubi vols Instead of hard coding the ubi volume to be just large enough to fit the root f

[OE-core] [fido][PATCH v2 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
The commit changed an #ifdef to #if defined(), but the source code for 10.4 branch of mesa still uses #ifdef. This reverts commit 12e467f436fbc22f274558c753f0ac9756ce1071. Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa

Re: [OE-core] [PATCH v2 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
Ok I totally screwed this up. Sorry about flooding. Will add fido line of course. On 30 July 2015 at 13:47, Tobias Olausson wrote: > The commit changed an #ifdef to #if defined(), but the source > code for 10.4 branch of mesa still uses #ifdef. > > This re

[OE-core] [fido][PATCH v2 2/2] mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG

2015-07-30 Thread Tobias Olausson
changing public API in OE build is even worse than if upstream does it. * This change returns MESA_EGL_NO_X11_HEADERS flag so it's relatively easy to resolve this conflict in such setups by preventing Xlib.h inclusion. Signed-off-by: Martin Jansa Signed-off-by: Ross Burton Signed-of

[OE-core] [PATCH v2 2/2] mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG

2015-07-30 Thread Tobias Olausson
changing public API in OE build is even worse than if upstream does it. * This change returns MESA_EGL_NO_X11_HEADERS flag so it's relatively easy to resolve this conflict in such setups by preventing Xlib.h inclusion. Signed-off-by: Martin Jansa Signed-off-by: Ross Burton Signed-of

[OE-core] [PATCH v2 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
The commit changed an #ifdef to #if defined(), but the source code for 10.4 branch of mesa still uses #ifdef. This reverts commit 12e467f436fbc22f274558c753f0ac9756ce1071. Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa

[OE-core] [PATCH 2/2] Backports 9c746017af381884cc20c7cd563fc429c2c66112 to fido

2015-07-30 Thread Tobias Olausson
Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa/mesa_git.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa_10.4.4.bb b/meta/recipes-graphics/mesa/mesa_10.4.4.bb index

[OE-core] [PATCH 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
The commit changed an #ifdef to #if defined(), but the source code for 10.4 branch of mesa still uses #ifdef. This reverts commit 12e467f436fbc22f274558c753f0ac9756ce1071. --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa/mesa_git.bb| 2 +- 2 files changed, 2 in

Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-30 Thread Tobias Olausson
Sure, I'll submit two new patches in a minute. //Tobias On 30 July 2015 at 09:15, Joshua Lock wrote: > On Mon, 2015-07-27 at 11:00 -0700, Tobias Olausson wrote: > > On 27 July 2015 at 08:25, Martin Jansa > > wrote: > > > On Tue, Jul 21, 2015 at 10:46:11AM

Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-27 Thread Tobias Olausson
On 27 July 2015 at 08:25, Martin Jansa wrote: > On Tue, Jul 21, 2015 at 10:46:11AM -0700, Tobias Olausson wrote: > > In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS uses an > #ifdef, > > not an #if define(). > > So this commit which was recently backport

[OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-21 Thread Tobias Olausson
In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS uses an #ifdef, not an #if define(). Also, this backports commit 9c746017af381884cc20c7cd563fc429c2c66112 to fido from master. Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes

Re: [OE-core] [PATCH] mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG

2015-07-20 Thread Tobias Olausson
x27;0', '1', d)}/' > ${D}${includedir}/EGL/eglplatform.h > +sed -i -e 's/^#if defined(MESA_EGL_NO_X11_HEADERS)$/#if > defined(MESA_EGL_NO_X11_HEADERS) || ${@bb.utils.contains('PACKAGECONFIG'

[OE-core] [PATCH] spdx.bbclass: improved error handling and code cleanup

2014-11-13 Thread Tobias Olausson
The spdx task now writes a meaningful error message in case of error in communication with the FOSSology server. Also the coding style is now more consistent and some unneccessary calls/functions are removed. Signed-off-by: Tobias Olausson --- meta/classes/spdx.bbclass | 254

[OE-core] [PATCH] spdx.bbclass: improved stability, fixed SPDX compliance issues. Changes are reflected in licenses.conf.

2014-10-20 Thread Tobias Olausson
ed in order to process the output by SPDXTools. For that reason, this option defaults to true. Signed-off-by: Tobias Olausson --- meta/classes/spdx.bbclass | 154 +++--- meta/conf/licenses.conf | 24 +++- 2 files changed, 126 insertions(+), 52 dele

[OE-core] NativeSDK recipe trying to link against SDK installation path

2014-09-19 Thread Tobias Olausson
/opt/.../lib/libc.so.6 | /usr/bin/ld: cannot find /opt/.../usr/lib/libc_nonshared.a | /usr/bin/ld: cannot find /opt/.../lib/ld-linux-x86-64.so.2 | collect2: error: ld returned 1 exit status | Makefile:437: recipe for target 'dbusxx-xml2cpp' failed It SHOULD link only against libraries