Re: [OE-core] Set the CMake BUILD_TESTING option to OFF as the default setting

2024-06-03 Thread Fabio Berton
Hi Alex, I ran a few builds disabling CMake DBUILD_TESTING and the build time was about the same. I'm not sure if by building plenty of recipes we can see a difference in build time, since bitbake needs to build all the recipe dependencies that use cmake bbclass. Looking for some recipes that

Re: [OE-core] Set the CMake BUILD_TESTING option to OFF as the default setting

2024-04-24 Thread Fabio Berton
Hi Alex, What should I test to measure build time, all recipes that use cmake from OE-Core and meta-openembedded? Is there a way to build all recipes, or should I find all recipes that use cmake and run bitbake ? Regards, Fabio Berton On 4/23/2024 2:01 PM, Alexander Kanavin wrote: I'm

[OE-core] Set the CMake BUILD_TESTING option to OFF as the default setting

2024-04-23 Thread Fabio Berton
Test.html 3 - https://github.com/json-c/json-c/blob/master/CMakeLists.txt#L19 Regards, Fabio Berton -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198621): https://lists.openembedded.org/g/openembedded-core/message/198621 Mute This Topic: https://lists

Re: [OE-core] [kirkstone][PATCH v2] shadow: backport patch to fix CVE-2023-29383

2024-03-06 Thread Fabio Berton
Hi, The error message is caused because the 0001-Disable-use-of-syslog-for-sysroot.patch applied to the native recipe disables syslog support and the native tool does not recognize SYSLOG_SU_ENAB. On 3/6/2024 12:13 AM, Fabio Berton via lists.openembedded.org wrote: Hi, I checked

Re: [OE-core] [kirkstone][PATCH v2] shadow: backport patch to fix CVE-2023-29383

2024-03-05 Thread Fabio Berton
Hi, I checked on kirkstone using OE-Core with DISTRO="nodistro" and when running bitbake useradd-example I can see this: configuration error - unknown item 'SYSLOG_SU_ENAB' (notify administrator) configuration error - unknown item 'SYSLOG_SG_ENAB' (notify administrator) in the

[OE-core] [kirkstone][PATCH] useradd-example: do not use unsupported clear text password

2024-03-05 Thread Fabio Berton via lists.openembedded.org
From: Chen Qi The clear text password support has been dropped. So let's just use a normal ecrypted one. The password remains to be 'user3'. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit cd8232f9c58980d95180ad320b7b0bb0fcfd9ff5) Signed-off-by: Fabio Berton

[OE-core] [PATCH] lib/oe/package_manager: Don't ignore installation failures in install_complementary

2021-06-28 Thread Fabio Berton
When attempt_only flag is set to True all installation failures are ignored. Disable attempt_only, that is the default in install function, to raise error in install_complementary and to prevent do_populate_sdk task to treat errors as warnings. Signed-off-by: Fabio Berton --- meta/lib/oe

Re: [yocto] The do_populate_sdk is finishing OK even when there are errors present in the build

2021-06-25 Thread Fabio Berton
org> wrote: > On Thu, 2021-06-24 at 17:40 -0300, Fabio Berton wrote: > > Hi all! > > > > I'm running some test with do_populate_sdk task and I'm seeing this > > on the log: > > > > check_data_file_clashes: Package kmsxx-dbg wants to install file > /home/b

[yocto] The do_populate_sdk is finishing OK even when there are errors present in the build

2021-06-24 Thread Fabio Berton
way to see an error message and stop SDK generation? What is the correct behavior here, inspect the warning messages, and fix the packages to avoid "file is already provided by package" messages, every time I create an SDK or change it in some way to see an error message and stop the S

[oe] [meta-python][PATCH] python3-requests: Support idna version 3.1

2021-03-04 Thread Fabio Berton
this patch. As this recipe was tested with python3-idna_3.1 don't allow higher versions. Signed-off-by: Fabio Berton --- .../setup.py-Support-idna-version-3.1.patch | 40 +++ .../python/python3-requests_2.25.1.bb | 2 + 2 files changed, 42 insertions(+) create mode 100644

[oe] [meta-oe][PATCH] beep: Add recipe for version 1.2.2

2020-12-08 Thread Fabio Berton
Based on this recipe: https://github.com/kraj/meta-slugos/blob/master/recipes-slugos/beep/beep_1.2.2.bb Signed-off-by: Fabio Berton --- meta-oe/recipes-extended/beep/beep_1.2.2.bb | 25 +++ .../beep/files/linux-input.patch | 155 ++ 2 files changed, 180

[oe] [meta-oe][PATCH] linuxconsole: Add recipe for version 1.7.0

2020-12-08 Thread Fabio Berton
Add linuxconsole and inputattach-config recipes. The inputattach-config recipe is intend to use as machine configuration file for inputattach. Signed-off-by: Fabio Berton --- .../inputattach-config/inputattach-config.bb | 12 +++ .../inputattach-config/inputattach.conf | 8 ++ .../51

[OE-core] [PATCH] mesa: Update 20.2.1 -> 20.2.4

2020-12-07 Thread Fabio Berton
This commit adds the changes of 20.2.2, 20.2.3 and 20.2.4 bug fix releases. Signed-off-by: Fabio Berton --- .../mesa/{mesa-gl_20.2.1.bb => mesa-gl_20.2.4.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_20.2.1

[oe] [meta-oe][PATCH v2] modemmanager: Update 1.12.12 -> 1.14.2

2020-09-10 Thread Fabio Berton
Remove --enable-more-warnings from toolchain-clang. This option was removed in ModemManager commit [1]. [1] https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=1c078531a017358241a35475fb24f2bd65d501db Signed-off-by: Fabio Berton --- .../{modemmanager_1.12.12.bb

Re: [oe] [meta-oe][PATCH 1/2] modemmanager: Update 1.12.12 -> 1.14.2

2020-09-10 Thread Fabio Berton
clang. > > On Wed, Sep 9, 2020 at 5:23 AM Fabio Berton > wrote: > > > > Signed-off-by: Fabio Berton > > --- > > .../{modemmanager_1.12.12.bb => modemmanager_1.14.2.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > rename met

[oe] [meta-oe][PATCH v2] libqmi: Update 1.26.0 -> 1.26.4

2020-09-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libqmi/{libqmi_1.26.0.bb => libqmi_1.26.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.26.0.bb => libqmi_1.26.4.bb} (85%) diff --git a/meta-oe/recipes-connectivity/

[oe] [meta-oe][PATCH 1/2] modemmanager: Update 1.12.12 -> 1.14.2

2020-09-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../{modemmanager_1.12.12.bb => modemmanager_1.14.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.12.12.bb => modemmanager_1.14.2.bb} (95%) diff --git a/meta-oe/r

[oe] [meta-oe][PATCH 2/2] libqmi: Update 1.26.0 -> 1.26.4

2020-09-09 Thread Fabio Berton
Switch to autotools-brokensep to use the same directory for build and source avoiding error: configure: error: source directory already configured; run "make distclean" there first Signed-off-by: Fabio Berton --- .../libqmi/{libqmi_1.26.0.bb => libqmi_1.26.4.bb}

Re: [yocto] [meta-openssl102][PATCH] conf/layer.conf: Set layer compatible with dunfell

2020-06-09 Thread Fabio Berton
Ping On Fri, Apr 17, 2020 at 9:42 AM Fabio Berton wrote: > Signed-off-by: Fabio Berton > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/layer.conf b/conf/layer.conf > index c7dcd8a..30ef9c9 100644 > --- a/conf

[oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig

2020-06-09 Thread Fabio Berton
libxtst-native it's needed to build openjdk-8-native. Signed-off-by: Fabio Berton --- recipes-core/openjdk/openjdk-8-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc index

[oe] [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig

2020-06-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- recipes-core/openjdk/openjdk-8-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc index f6d617a..24b6f20 100644 --- a/recipes-core/openjdk/openjdk-8

[oe] [meta-oe][PATCH] nanopb: Add recipe for version 0.4.0

2019-12-20 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../recipes-devtools/nanopb/nanopb_0.4.0.bb | 28 +++ 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb diff --git a/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb b/meta-oe/recipes-devtools

[oe] [meta-oe][PATCH 3/3] emlog: Add recipe

2019-11-27 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-core/emlog/emlog.inc | 13 ++ .../emlog/emlog/Drop-use-of-error-h.patch | 113 ++ meta-oe/recipes-core/emlog/emlog/emlog.initd | 25 meta-oe/recipes-core/emlog/emlog_git.bb | 22 .../emlog/kernel

[oe] [meta-oe][PATCH 1/3] mdbus2: Add recipe

2019-11-27 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-core/mdbus2/mdbus2_git.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-core/mdbus2/mdbus2_git.bb diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb new

[oe] [meta-oe][PATCH 2/3] jpnevulator: Add recipe

2019-11-27 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../jpnevulator/jpnevulator_git.bb| 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb diff --git a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb b/meta-oe

[oe] [meta-python][PATCH 4/5] python-zipp: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-zipp.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-zipp.inc b/meta-python/recipes-devtools/python/python-zipp.inc index ba18f7216..5f63852ad 100644 --- a/meta-python

[oe] [meta-python][PATCH 2/5] python-more-itertools: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-more-itertools.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-more-itertools.inc b/meta-python/recipes-devtools/python/python-more-itertools.inc index 33095b3d3

[oe] [meta-python][PATCH 5/5] python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk

2019-11-13 Thread Fabio Berton
Python3 recipe rprovides python3-misc only for target and nativesdk, but if we have some recipe that rdepends python3-misc and has native in BBCLASSEXTEND bitbake raises an error showing that nothing rprovides python3-misc-native. Signed-off-by: Fabio Berton --- .../recipes-devtools/python

[oe] [meta-python][PATCH 3/5] python-pathlib2: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pathlib2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pathlib2.inc b/meta-python/recipes-devtools/python/python-pathlib2.inc index c5ba99d4f..3199b56a0 100644

[oe] [meta-python][PATCH 1/5] python-importlib-metadata: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-importlib-metadata.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-importlib-metadata.inc b/meta-python/recipes-devtools/python/python-importlib-metadata.inc index

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.6 -> 19.2.1

2019-10-29 Thread Fabio Berton
s-qt/qt5/qtmultimedia_git.bb > meta-wpe/recipes-wpe/wpewebkit/wpewebkit_2.22.bb > meta-wpe/recipes-wpe/wpewebkit/wpewebkit_20170728.bb > > > > Regards, > > > > On Fri, Oct 11, 2019 at 10:20 PM Fabio Berton > > wrote: > >> > >> - Update

[oe] [meta-python][PATCH] python*-setuptools-scm: Update to version 3.3.3

2019-10-25 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-setuptools-scm.inc | 4 ++-- ...setuptools-scm_2.1.0.bb => python-setuptools-scm_3.3.3.bb} | 0 ...etuptools-scm_2.1.0.bb => python3-setuptools-scm_3.3.3.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-)

[oe] [meta-oe][PATCH] ifplugd: Add recipe for version 0.28

2019-10-17 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../ifplugd/ifplugd/Fix-build-with-musl.patch | 31 +++ .../ifplugd/ifplugd_0.28.bb | 25 +++ 2 files changed, 56 insertions(+) create mode 100644 meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build

[OE-core] [PATCH] mesa: Upgrade 19.1.6 -> 19.2.1

2019-10-11 Thread Fabio Berton
/relnotes/19.1.6.html Signed-off-by: Fabio Berton --- ...k-for-all-linux-host_os-combinations.patch | 9 ...on.build-make-TLS-GLX-optional-again.patch | 22 +-- ...Allow-enable-DRI-without-DRI-drivers.patch | 9 .../{mesa-gl_19.1.6.bb => mesa-gl_19.2.1.bb} |

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-12 Thread Fabio Berton
Hi Ross! On Wed, Sep 11, 2019 at 9:35 AM Ross Burton wrote: > > On 10/09/2019 11:39, Alexander Kanavin wrote: > > Yes, if STAGING_LIBDIR is set, via this patch: > >

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-10 Thread Fabio Berton
for further tweaks, why did you try them? > > Alex > > On Tue, 10 Sep 2019 at 15:59, Fabio Berton > wrote: >> >> Adding python3-native doesn't work. >> >> Hmm... it seems that adding "export STAGING_LIBDIR = >> "${STAGING_LIBDIR_NATIVE}"

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-10 Thread Fabio Berton
Adding python3-native doesn't work. Hmm... it seems that adding "export STAGING_LIBDIR = "${STAGING_LIBDIR_NATIVE}"" and removing python3 from DEPENDS worked. Alexander, I don't know what is the best way to do this, maybe you can help here. Thanks! On Tue, Sep 10, 2019 at 7:40 AM Alexander

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-09 Thread Fabio Berton
Hi Alexander! I sent a v2 with python3 in depends and dropped the patch. Thanks! On Fri, Sep 6, 2019 at 5:33 PM Alexander Kanavin wrote: > > On Fri, 6 Sep 2019 at 22:12, Otavio Salvador > wrote: >> >> > As I had previously suggested... can you try adding 'python3' to DEPENDS >> > of mesa,

[OE-core] [OE-Core][PATCH v2] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-09 Thread Fabio Berton
: - https://www.mesa3d.org/relnotes/19.1.2.html - https://www.mesa3d.org/relnotes/19.1.3.html - https://www.mesa3d.org/relnotes/19.1.4.html - https://www.mesa3d.org/relnotes/19.1.5.html - https://www.mesa3d.org/relnotes/19.1.6.html Signed-off-by: Otavio Salvador Signed-off-by: Fabio Berton

[OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-06 Thread Fabio Berton
/19.1.5.html - https://www.mesa3d.org/relnotes/19.1.6.html Signed-off-by: Otavio Salvador Signed-off-by: Fabio Berton --- ...k-for-all-linux-host_os-combinations.patch | 37 ++- ...on.build-make-TLS-GLX-optional-again.patch | 12 ++--- ...Allow-enable-DRI-without-DRI-drivers.patch

Re: [OE-core] [OE-Core][warrior][PATCH] rng-tools: start rngd early in the boot process again

2019-08-23 Thread Fabio Berton
Without this change, images with systemd hang on shutdown/reboot. On Fri, Aug 23, 2019 at 1:39 PM Fabio Berton wrote: > > From: "Bedel, Alban" > > It do make sense to start rngd early in the boot process because > otherwise we would need to track every servic

[OE-core] [OE-Core][warrior][PATCH] rng-tools: start rngd early in the boot process again

2019-08-23 Thread Fabio Berton
From: "Bedel, Alban" It do make sense to start rngd early in the boot process because otherwise we would need to track every service that might need entropy and explicitly configure it to start after rngd. When used with systemd rngd blocked the shutdown process because it simply missed the

[OE-core] [warrior][PATCH] mesa: Update 19.0.1 -> 19.0.8

2019-06-27 Thread Fabio Berton
release. Full log: https://www.mesa3d.org/relnotes/19.0.2.html Signed-off-by: Fabio Berton --- .../mesa/{mesa-gl_19.0.1.bb => mesa-gl_19.0.8.bb} | 0 meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.8.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) renam

[OE-core] [PATCH] mesa: Update 19.1.0 -> 19.1.1

2019-06-25 Thread Fabio Berton
Mesa 19.1.1 is a bug fix release which fixes bugs found since the 19.1.0 release. For a complete changelog see: https://www.mesa3d.org/relnotes/19.1.1.html Signed-off-by: Fabio Berton --- .../mesa/{mesa-gl_19.1.0.bb => mesa-gl_19.1.1.bb} | 0 meta/recipes-graphics/mesa/{mesa_19.

[OE-core] [PATCH] mesa: Update 19.0.6 -> 19.1.0

2019-06-12 Thread Fabio Berton
Update all patches to apply on 19.1.0 version. See full mesa 19.0.1 changes here: - https://www.mesa3d.org/relnotes/19.1.0.html Signed-off-by: Fabio Berton --- ...k-for-all-linux-host_os-combinations.patch | 25 ...n.build-make-TLS-GLX-optional-again.patch} | 30

[OE-core] [PATCH] mesa: Update 19.0.5 -> 19.0.6

2019-06-07 Thread Fabio Berton
Mesa 19.0.6 is a bug fix release which fixes bugs found since the 19.0.5 release. For full log see: - https://www.mesa3d.org/relnotes/19.0.6.html Signed-off-by: Fabio Berton --- .../mesa/{mesa-gl_19.0.5.bb => mesa-gl_19.0.6.bb} | 0 meta/recipes-graphics/mesa/{mesa_19.0.5

[OE-core] [PATCH] mesa: Update 19.0.3 -> 19.0.5

2019-05-31 Thread Fabio Berton
Mesa 19.0.5 is a bug fix release which fixes bugs found since the 19.0.3 release. For full log see: - https://www.mesa3d.org/relnotes/19.0.5.html - https://www.mesa3d.org/relnotes/19.0.4.html Signed-off-by: Fabio Berton --- .../mesa/{mesa-gl_19.0.3.bb => mesa-gl_19.0.5.bb}

[OE-core] [RFC,v5] mesa: Convert recipe to use meson build system

2019-04-25 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 - Add python3-mako-native gettext-native to DEPENDS Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 44 -- ...k

[OE-core] [PATCH] mesa: Update 19.0.1 -> 19.0.3

2019-04-24 Thread Fabio Berton
Mesa 19.0.3 is a bug fix release which fixes bugs found since the 19.0.1 release. For full log see: https://www.mesa3d.org/relnotes/19.0.2.html https://www.mesa3d.org/relnotes/19.0.3.html Signed-off-by: Fabio Berton --- .../mesa/{mesa-gl_19.0.1.bb => mesa-gl_19.0.3.bb} | 0 m

Re: [OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Fabio Berton
Hi Zang Ruochen! You need to update mesa-gl recipe too. On Wed, Apr 24, 2019 at 3:04 PM Fabio Berton wrote: > > Hi Alex! > > I'll rebase meson patch to work with this version. > > On Wed, Apr 24, 2019 at 8:07 AM Burton, Ross wrote: > > > > How did you even test t

Re: [OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Fabio Berton
Hi Alex! I'll rebase meson patch to work with this version. On Wed, Apr 24, 2019 at 8:07 AM Burton, Ross wrote: > > How did you even test this? > > ERROR: ParseError at > /home/ross/Yocto/poky/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb:1: > Could not include required file mesa_19.0.1.bb > >

[oe] [meta-python][PATCH] python*-requests: Update 2.20.1 -> 2.21.0

2019-04-03 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-requests.inc | 4 ++-- .../{python-requests_2.20.1.bb => python-requests_2.21.0.bb} | 0 ...{python3-requests_2.20.1.bb => python3-requests_2.21.0.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-)

[oe] [meta-oe][PATCH] cpuburn-arm: Add armv7ve as a valid machine

2019-03-22 Thread Fabio Berton
--- meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index d60624c88..6189da39f 100644 ---

[OE-core] [PATCH v3 1/2] mesa: Update 18.3.4 -> 19.0.0

2019-03-19 Thread Fabio Berton
: e68777c87ceed02ab199b32f941778c3cf97c794 The complete change log can be found here: https://www.mesa3d.org/relnotes/19.0.0.html Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 20 ...-winsys-svga-drm-Include-sys-types.h.patch | 7 +-- ...M-version-when

[OE-core] [PATCH v3 2/2] mesa: Convert recipe to use meson build system

2019-03-19 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 - Add python3-mako-native and gettext-native to DEPENDS Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 44 -- ...k

Re: [OE-core] [PATCH 1/2] mesa: Update 18.3.4 -> 19.0.0

2019-03-18 Thread Fabio Berton
I sent a v2 adding python3-mako-native to DEPENDS. On Mon, Mar 18, 2019 at 5:58 PM Otavio Salvador wrote: > > Hello Richard, > > On Mon, Mar 18, 2019 at 11:00 AM Richard Purdie > wrote: > > On Fri, 2019-03-15 at 18:21 -0300, Fabio Berton wrote: > > > - Patc

[OE-core] [PATCH v2 2/2] mesa: Convert recipe to use meson build system

2019-03-18 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 - Add python3-mako-native to DEPENDS Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 44 -- ...k-for-all-linux

[OE-core] [PATCH v2 1/2] mesa: Update 18.3.4 -> 19.0.0

2019-03-18 Thread Fabio Berton
: e68777c87ceed02ab199b32f941778c3cf97c794 The complete change log can be found here: https://www.mesa3d.org/relnotes/19.0.0.html Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 20 ...-winsys-svga-drm-Include-sys-types.h.patch | 7 +-- ...M-version-when

[OE-core] [PATCH] linux-firmware: Bump revision to 7bc2464

2019-03-15 Thread Fabio Berton
: Update firmware file for Intel Bluetooth,9260 - f859d9f qca: Add firmware files for BT chip wcn3990. Signed-off-by: Fabio Berton --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux

[OE-core] [PATCH 2/2] mesa: Convert recipe to use meson build system

2019-03-15 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 44 -- ...k-for-all-linux-host_os-combinations.patch | 41

[OE-core] [PATCH 1/2] mesa: Update 18.3.4 -> 19.0.0

2019-03-15 Thread Fabio Berton
: e68777c87ceed02ab199b32f941778c3cf97c794 The complete change log can be found here: https://www.mesa3d.org/relnotes/19.0.0.html Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 20 ...-winsys-svga-drm-Include-sys-types.h.patch | 7 +-- ...M-version-when

[OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-22 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 42 -- ...ing-include-stddef.h-in-egldevice.h.patch} | 4 +- ...k

[OE-core] [PATCH v5 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-22 Thread Fabio Berton
dir}/drirc.d/00-mesa-defaults.conf Add 00-mesa-defaults.conf to mesa-megadriver package - Stop removing ${sysconfdir}/drirc on do_install_append - Fix upgrade path from mesa to mesa-megadriver - Add patch to fix mesa-native build - Add xrandr to X11_DEPS Signed-off-by: Fabio Berton -

[OE-core] [PATCH v5 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-22 Thread Fabio Berton
tead. See discussion here [1] Based on https://patchwork.openembedded.org/patch/158748/ [1] https://patchwork.openembedded.org/patch/158806/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/me

[OE-core] [PATCH v5 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-22 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [PATCH v4 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-22 Thread Fabio Berton
hanged from 0 to 14966 > (+100%) > > Can you identify what of the subpackages actually reads this file and > move it to there? > > Ross > > On Wed, 20 Feb 2019 at 21:10, Fabio Berton > wrote: > > > > - Refresh all patches. > > > >

[OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-20 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 42 -- ...ing-include-stddef.h-in-egldevice.h.patch} | 4 +- ...k

[OE-core] [PATCH v4 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Fabio Berton
dir}/drirc.d/00-mesa-defaults.conf - Add patch to fix mesa-native build - Add xrandr to X11_DEPS Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 27 +- ...-winsys-svga-drm-Include-sys-types.h.patch | 8 +-- ...M-version-when-using-LLVM-Git-releas.patch

[OE-core] [PATCH v4 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Fabio Berton
tead. See discussion here [1] Based on https://patchwork.openembedded.org/patch/158748/ [1] https://patchwork.openembedded.org/patch/158806/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/me

[OE-core] [PATCH v4 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-20 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH] libdrm: Upgrade 2.4.96 -> 2.4.97

2019-02-20 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../drm/{libdrm_2.4.96.bb => libdrm_2.4.97.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.96.bb => libdrm_2.4.97.bb} (95%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.96.bb

[OE-core] [PATCH v3 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-20 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH v3 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Fabio Berton
dir}/drirc.d/00-mesa-defaults.conf - Add patch to fix mesa-native build - Add xrandr to X11_DEPS Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 20 +--- ...-winsys-svga-drm-Include-sys-types.h.patch | 8 +-- ...M-version-when-using-LLVM-Git-releas.patch

[OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Fabio Berton
tead. See discussion here [1] Based on https://patchwork.openembedded.org/patch/158748/ [1] https://patchwork.openembedded.org/patch/158806/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/me

[OE-core] [PATCH v2 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-19 Thread Fabio Berton
tead. See discussion here [1] Based on https://patchwork.openembedded.org/patch/158748/ [1] https://patchwork.openembedded.org/patch/158806/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/me

[OE-core] [PATCH v2 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-19 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-19 Thread Fabio Berton
dir}/drirc.d/00-mesa-defaults.conf - Add patch to fix mesa-native build Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 20 +--- ...-winsys-svga-drm-Include-sys-types.h.patch | 8 +-- ...M-version-when-using-LLVM-Git-releas.patch | 12 ++--- ...-Use

[meta-freescale] [distro][PATCH][thud] fslc-base.inc: Use 2.6 as DISTRO_VERSION number

2019-02-19 Thread Fabio Berton
Signed-off-by: Fabio Berton --- conf/distro/include/fslc-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/fslc-base.inc b/conf/distro/include/fslc-base.inc index 75a8925..46db74c 100644 --- a/conf/distro/include/fslc-base.inc +++ b/conf/distro

[meta-freescale] [distro][PATCH] README: Update branch name

2019-02-19 Thread Fabio Berton
Signed-off-by: Fabio Berton --- README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 932891f..321d112 100644 --- a/README +++ b/README @@ -7,15 +7,15 @@ use with OpenEmbedded and/or Yocto Freescale's BSP layer. This layer depends on: URI

[meta-freescale] [distro][PATCH][thud] README: Update branch name

2019-02-19 Thread Fabio Berton
Signed-off-by: Fabio Berton --- README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 932891f..95186a7 100644 --- a/README +++ b/README @@ -7,15 +7,15 @@ use with OpenEmbedded and/or Yocto Freescale's BSP layer. This layer depends on: URI

[meta-freescale] [3rdparty][PATCH][thud] README: Update branch name

2019-02-19 Thread Fabio Berton
Signed-off-by: Fabio Berton --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 2c59aa6..3045031 100644 --- a/README +++ b/README @@ -7,11 +7,11 @@ use with OpenEmbedded and/or Yocto Freescale's BSP layer. This layer depends on: URI: git

[meta-freescale] [3rdparty][PATCH] README: Update branch name

2019-02-19 Thread Fabio Berton
Signed-off-by: Fabio Berton --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 2c59aa6..b96153c 100644 --- a/README +++ b/README @@ -7,11 +7,11 @@ use with OpenEmbedded and/or Yocto Freescale's BSP layer. This layer depends on: URI: git

[meta-freescale] [3rdparty][PATCH] Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLES

2019-02-19 Thread Fabio Berton
ial-console-deprecated Signed-off-by: Fabio Berton --- conf/machine/ccimx6ulsbcexpress.conf | 2 +- conf/machine/cgtqmx6.conf| 2 +- conf/machine/cm-fx6.conf | 2 +- conf/machine/colibri-imx7.conf | 2 +- conf/machine/colibri-vf.conf

[OE-core] [RFC][PATCH v2] mesa: Convert recipe to use meson build system

2019-02-18 Thread Fabio Berton
- Remove all non related meson patches Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 43 --- ...ing-include-stddef.h-in-egldevice.h.patch} | 4 +- ...k-for-all-linux-host_os

[OE-core] [RFC][PATCH] mesa: Convert recipe to use meson build system

2019-02-18 Thread Fabio Berton
- Remove all non related meson patches Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...sing-include-stddef.h-in-egldevice.h.patch | 49 + ...k-for-all-linux-host_os-combinations.patch | 50 + meta/recipes-graphics

[OE-core] [PATCH 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-18 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Fabio Berton
Instead of using a native specific packageconfig option, we now set the swrast as the supported driver. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions

[OE-core] [PATCH 1/3] mesa: Update 18.1.9 -> 18.3.3

2019-02-18 Thread Fabio Berton
dir}/drirc.d/00-mesa-defaults.conf - Add patch to fix mesa-native build Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 20 +--- ...-winsys-svga-drm-Include-sys-types.h.patch | 8 +-- ...M-version-when-using-LLVM-Git-releas.patch | 12 ++--- ...-Use

Re: [OE-core] [PATCH] mesa: upgrade 18.1.9 -> 18.3.3

2019-02-15 Thread Fabio Berton
Hi All! In my opinion, there is no relation with an update and change build system, once we can use mesa 18.3.3 without meson. On Fri, Feb 15, 2019 at 1:11 PM Alexander Kanavin wrote: > > From: Anuj Mittal > > * For changes, see: > https://www.mesa3d.org/relnotes/18.3.3.html > > * Convert from

[oe] [meta-python][PATCH 3/4] python*-xlrd: Add native and nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-xlrd.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index d1ab05d4f..893e82e05 100644 --- a/meta-python

[oe] [meta-python][PATCH 4/4] python-protobuf: Add nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-protobuf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc index b617904d2

[oe] [meta-python][PATCH 1/4] python*-jinja2: Add native and nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-jinja2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc index 0c0bf0def..5342eb563 100644 --- a/meta

[oe] [meta-python][PATCH 2/4] python*-markupsafe: Add native and nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
SIGNED-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-markupsafe.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-markupsafe.inc b/meta-python/recipes-devtools/python/python-markupsafe.inc index 927f84452..437a60cfb 100644

[meta-freescale] [PATCH] imx-base: Enable wic.bmap image generation as default

2019-01-18 Thread Fabio Berton
-off-by: Fabio Berton --- conf/machine/include/imx-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index ea7da2c2..32c83e91 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include

[meta-freescale] [3rdparty][PATCH][sumo] apalis/colibri machines: update RDEPENDS to match kernel naming

2019-01-17 Thread Fabio Berton
-off-by: Fabio Berton Change-Id: I01624f1e2589abd4fd0f7c02bdef528e3fbb5658 --- conf/machine/apalis-imx6.conf | 2 +- conf/machine/colibri-imx6.conf | 2 +- conf/machine/colibri-imx7.conf | 2 +- conf/machine/colibri-vf.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [meta-freescale] [PATCH] wic:mx8: Fix the image creation

2019-01-11 Thread Fabio Berton
Hi Daiane! On Thu, Jan 10, 2019 at 10:36 PM Daiane Angolini wrote: > > imx8 family boards use u-boot as boot loader in addition to some other > binaries. The final bootloader binary is gathered by mkimage into a file > called imx-boot. > > Add the wks file to create the wic image tailored for

[meta-freescale] [3rdparty][PATCH][rocko] imx-uuc: bump to latest revision

2018-08-21 Thread Fabio Berton
From: Marc Ferland Includes: * multi UDC support * linuxrc script fixes * use soc_uid as usb gadget serial number Signed-off-by: Marc Ferland Signed-off-by: Otavio Salvador Signed-off-by: Fabio Berton (cherry picked from commit d19564addafb1f7744a7a71c05392eb368f3ac5f) --- recipes-bsp/imx

[meta-freescale] [3rdparty][PATCH 2/2] u-boot-toradex: Use dtc-145 class

2018-07-31 Thread Fabio Berton
nds on the native dtc binary. So, to not clash with files from the regular dtc native build do only install the dtc binary renamed to dtc-145. Also, create a new class to handle with dtc-145 dependency. Signed-off-by: Fabio Berton --- recipes-bsp/u-boot/u-boot-toradex.inc | 4 ++--

[meta-freescale] [3rdparty][PATCH 1/2] u-boot-boundary: Use dtc-145 class

2018-07-31 Thread Fabio Berton
dtc binary. So, to not clash with files from the regular dtc native build do only install the dtc binary renamed to dtc-145. Also, create a new class to handle with dtc-145 dependency. Signed-off-by: Fabio Berton --- recipes-bsp/u-boot/u-boot-boundary-common_2017.03.imx8m.inc | 4 ++-- 1 f

Re: [meta-freescale] [PATCH] dtc-145: Deploy renamed binary only and add new class

2018-07-31 Thread Fabio Berton
Merged to master. On Mon, Jul 30, 2018 at 10:43 AM, Fabio Berton wrote: > From: Max Krummenacher > > dtc-145-native is used by older U-Boot recipes. U-Boot only depends on > the native dtc binary. So, to not clash with files from the regular dtc native > build do only install

  1   2   3   4   5   6   7   8   >