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
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
>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
>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
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
>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
>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
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
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
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
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
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
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
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
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
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
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
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'
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
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
/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
21 matches
Mail list logo