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 tobias.olaus...@pelagicore.com --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta

[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
-by: Ross Burton ross.bur...@intel.com Signed-off-by: Tobias Olausson tobias.olaus...@pelagicore.com --- 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

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 tobias.olaus...@pelagicore.com wrote: The commit changed an #ifdef to #if defined(), but the source code for 10.4 branch of mesa still uses #ifdef. This reverts commit

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

2015-07-30 Thread Tobias Olausson
-by: Ross Burton ross.bur...@intel.com Signed-off-by: Tobias Olausson tobias.olaus...@pelagicore.com --- 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

[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 tobias.olaus...@pelagicore.com --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta

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 joshua.l...@collabora.co.uk wrote: On Mon, 2015-07-27 at 11:00 -0700, Tobias Olausson wrote: On 27 July 2015 at 08:25, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Jul 21, 2015 at 10:46

[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

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

2015-07-30 Thread Tobias Olausson
Signed-off-by: Tobias Olausson tobias.olaus...@pelagicore.com --- 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

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 martin.ja...@gmail.com 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 backported to fido

[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 tobias.olaus...@pelagicore.com --- meta/recipes-graphics/mesa/mesa_10.4.4

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

2015-07-20 Thread Tobias Olausson
/openembedded-core -- Tobias Olausson M.Sc Software Engineer PELAGICORE | Experience Change Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden Mobile: +46(0)735-873444 E-Mail: tobias.olaus...@pelagicore.com IRC: wto @ FreeNode -- ___ Openembedded-core

[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 tobias.olaus...@pelagicore.com --- meta/classes

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

2014-09-19 Thread Tobias Olausson
: recipe for target 'dbusxx-xml2cpp' failed /snip It SHOULD link only against libraries built for the SDK, right? But for some reason it looks for some of them in /opt/ instead of /home/zarniwoop/.../build-qemu/tmp/sysroots/.../opt/ -- Tobias Olausson M.Sc Software Engineer PELAGICORE