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

[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

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-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-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

[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-core] [sumo, master][PATCH] busybox: Add patch to ignore -c on umount command

2018-07-03 Thread Fabio Berton
Fix error when umounting filesystem on shutdown with a systemd distro. See more datails here: [https://github.com/systemd/systemd/issues/7786] Signed-off-by: Fabio Berton --- .../busybox/busybox/umount-ignore-c.patch | 37 +++ meta/recipes-core/busybox/busybox_1.27.2.bb

[OE-core] [rocko][PATCH] busybox: Add patch to ignore -c on umount command

2018-07-03 Thread Fabio Berton
Fix error when umounting filesystem on shutdown with a systemd distro. See more datails here: [https://github.com/systemd/systemd/issues/7786] Signed-off-by: Fabio Berton --- .../busybox/busybox/umount-ignore-c.patch | 47 +++ meta/recipes-core/busybox/busybox_1.24.1.bb

Re: [OE-core] [PATCH] systemd: Add util-linux-umount to RDEPENDS

2018-05-18 Thread Fabio Berton
util-linux and systemd recipe already has util-linux-mount. If add patch to busybox is a better solution I can do this and send to list. Fabio On Thu, May 17, 2018 at 4:53 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Thu, May 17, 2018 at 12:15 PM, Fabio Berton > <fabi

[OE-core] [PATCH] systemd: Add util-linux-umount to RDEPENDS

2018-05-17 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-core/systemd/systemd_237.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb index b7c2113255f..3b0f4580d49

[OE-core] [PATCH] mesa: Upgrade 17.3.8 -> 18.0.1

2018-04-25 Thread Fabio Berton
-modifier-to-INVALID-for-DRI2.patch that was applied on upstream. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...i-Initialise-modifier-to-INVALID-for-DRI2.patch | 43 -- .../mesa/{mesa-gl_17.3.8.bb => mesa-gl_18.0.1.bb} | 0 .../mesa/{mesa_

[OE-core] [rocko][PATCH] libepoxy: Fix build break for EGL_CAST dependency

2018-01-23 Thread Fabio Berton
hstein <tom.hochst...@nxp.com> Signed-off-by: Ross Burton <ross.bur...@intel.com> (cherry picked from commit b468e28194be39f6d6a2084bb51773c45253d5f7) Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Acked-by: Otavio Salvador <ota...@ossystems.com.br> --- .../A

[OE-core] [PATCH] mesa: Upgrade to 17.2.0 release

2017-09-14 Thread Fabio Berton
Upgrade to a new development release and drop patches applied on upstream. For a full release notes, please see: https://mesa3d.org/relnotes/17.2.0.html Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...1-ac-fix-build-after-LLVM-5.0-SVN-r300718.patc

[OE-core] [PATCH] python3-native: Add python3-misc-native to RPROVIDES

2017-08-16 Thread Fabio Berton
OE-core commit 800753069f667cd1664d70b3779150c467e3b3fe remove RPROVIDES list to get runtime dependences from manifest file. python3-misc is added in python3 recipe, we need to add native runtime to use python3-misc with native recipes. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com

[OE-core] [PATCH] libarchive: Remove xz packageconfig --with-lzmadec option

2017-08-14 Thread Fabio Berton
--with-lzmadec option was removed in libarchive commit: 30e1b7efd472e0439bea14df6a2d19cd8b5ac15e See Github PR: https://github.com/libarchive/libarchive/pull/806 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-extended/libarchive/libarchive_3.3.2.bb | 2 +-

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-27 Thread Fabio Berton
The last patch I sent is here: https://patchwork.openembedded.org/patch/139252/ We're using this patch internally with Pyro branch. I can rework to apply on master. On 06/27/2017 05:35 PM, Otavio Salvador wrote: On Tue, Jun 27, 2017 at 10:28 AM, Ed Bartosh

[OE-core] [PATCH] mesa: Update to version 17.0.4

2017-04-20 Thread Fabio Berton
Bug 100182 - Flickering in The Talos Principle on Sky Lake GT4. Bug 100201 - Windows scons build with MSVC toolchain and LLVM 4.0 fails Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-graphics/mesa/{mesa-gl_17.0.2.bb => mesa-gl_17.0.4.bb} | 0 meta/recipes-

[OE-core] [PATCH] wic: Add option to not change fstab

2017-04-19 Thread Fabio Berton
mount point or add new mount point using label e.g: LABEL=recovery /recovery auto defaults 0 1 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- scripts/lib/wic/help.py | 7 ++- scripts/lib/wic/plugins/imager/direct.py | 6 +- scrip

Re: [OE-core] [PATCH 1/2] wpa-supplicant: Use systemd-tmpfiles to create volatiles files and dirs

2017-04-13 Thread Fabio Berton
ping On 04/05/2017 09:09 AM, Fabio Berton wrote: Volatiles files are installed in different locations depending on distro feature update-rc.d or systemd. For update-rc.d volatiles configuration files are installed in /etc/default/volatiles and for systemd in /etc/tmpfiles.d/. So, we need

Re: [OE-core] [PATCH 2/2] openssh: Use systemd-tmpfiles to create volatiles files and dirs

2017-04-13 Thread Fabio Berton
ping On 04/05/2017 09:09 AM, Fabio Berton wrote: Volatiles files are installed in different locations depending on distro feature update-rc.d or systemd. For update-rc.d volatiles configuration files are installed in /etc/default/volatiles and for systemd in /etc/tmpfiles.d/. So, we need

[OE-core] [PATCH 2/2] openssh: Use systemd-tmpfiles to create volatiles files and dirs

2017-04-05 Thread Fabio Berton
on what distro feature is used. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../openssh/openssh/sshd.tmpfiles.d| 2 ++ meta/recipes-connectivity/openssh/openssh_7.4p1.bb | 27 +- 2 files changed, 18 insertions(+), 11 deletions(-) creat

[OE-core] [PATCH 1/2] wpa-supplicant: Use systemd-tmpfiles to create volatiles files and dirs

2017-04-05 Thread Fabio Berton
on what distro feature is used. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../wpa-supplicant/wpa-supplicant/wpa_supplicant.tmpfiles.d | 1 + meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb| 8 +--- 2 files changed, 6 insertions(+), 3 del

Re: [OE-core] [PATCH] wic: Prevent duplicate entries on fstab

2017-03-06 Thread Fabio Berton
wrote: On Mon, Mar 06, 2017 at 11:00:59AM -0300, Fabio Berton wrote: Same error with poky-contrib:ed/wic/wip, we need to add --fstype= to part /boot line in all wks files. Only if we want boot partitions to be added to fstab. Currently / and /boot partitions are not added. Why do we want

Re: [OE-core] [PATCH] wic: Prevent duplicate entries on fstab

2017-03-06 Thread Fabio Berton
Same error with poky-contrib:ed/wic/wip, we need to add --fstype= to part /boot line in all wks files. On 03/03/2017 10:49 AM, Burton, Ross wrote: On 3 March 2017 at 12:12, Fabio Berton <fabio.ber...@ossystems.com.br <mailto:fabio.ber...@ossystems.com.br>> wrote: Sor

Re: [OE-core] [PATCH] wic: Prevent duplicate entries on fstab

2017-03-03 Thread Fabio Berton
: Python function set_image_size finished | DEBUG: Executing shell function do_image_wic | Error: Please build syslinux first On 02/24/2017 08:02 PM, Burton, Ross wrote: On 23 February 2017 at 18:13, Fabio Berton <fabio.ber...@ossystems.com.br <mailto:fabio.ber...@ossystems.com.br>> wro

[OE-core] [PATCH] wic: Prevent duplicate entries on fstab

2017-02-23 Thread Fabio Berton
Add function to read fstab and return all mount points. This function is useful to _update_fstab doesn't duplicate entries in /etc/fstab. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- scripts/lib/wic/plugins/imager/direct.py | 21 - 1 file chang

Re: [OE-core] [PATCH] libbsd: libbsd-overlay.pc: Set Cflags to use -I instead of -isystem

2017-02-22 Thread Fabio Berton
Hi! We need to backport this commit to morty. On 01/30/2017 03:41 PM, Otavio Salvador wrote: On Mon, Jan 30, 2017 at 2:27 PM, Fabio Berton <fabio.ber...@ossystems.com.br> wrote: pkg-config currently only handles -I and -L correctly, but misses -isystem, so we need to do this workaround

Re: [OE-core] [OE-Core][PATCH] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Fabio Berton
I get this error: Exception: UnboundLocalError: local variable 'localdata' referenced before assignment You are using localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') before localdata = bb.data.createCopy(d). On Thu, Feb 9, 2017 at 2:09 PM, Dalon Westergreen wrote: > When

[OE-core] [PATCH] libbsd: libbsd-overlay.pc: Set Cflags to use -I instead of -isystem

2017-01-30 Thread Fabio Berton
-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...overlay.pc.in-Set-Cflags-to-use-I-instead.patch | 33 ++ meta/recipes-support/libbsd/libbsd_0.8.3.bb| 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-support/libbsd/libbsd/0001-src-

[OE-core] [PATCH] watchdog: Add RCONFLICTS to watchdog-keepalive and split RDEPENDS

2017-01-25 Thread Fabio Berton
watchdog-keepalive is a simplified version of the watchdog daemon and can't be installed along with watchdog daemon, we need to choose which daemon install. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-extended/watchdog/watchdog_5.15.bb | 9 +

[OE-core] [PATCH] openssl: Use linux-aarch64 target for aarch64

2017-01-13 Thread Fabio Berton
aarch64 target was being configured for linux-generic64 but openssl has linux-aarch64 target. Change to use linux-aarch64 as default. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [OE-core] [PATCH] u-boot: Add RPROVIDES bootloader

2016-12-05 Thread Fabio Berton
Use MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "u-boot" without apply any patch? On Mon, Dec 5, 2016 at 2:18 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 2 December 2016 at 13:59, Fabio Berton <fabio.ber...@ossystems.com.br> > wrote: > >> This change al

[OE-core] [PATCH] u-boot: Add RPROVIDES bootloader

2016-12-02 Thread Fabio Berton
This change allow to install u-boot in /boot partition using MACHINE_ESSENTIAL_EXTRA_RDEPENDS variable e.g.: MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "bootloader" This is usefull when system has only one partition and u-boot, kernel and device tree need to be installed in /boot. Signed-off

[OE-core] [PATCH] libpcap: Disable exposed bits of WinPCAP remote capture support

2016-11-22 Thread Fabio Berton
Disable bits of remote capture support inherited from the WinPCAP merge which cause applications to fails to build if they define HAVE_REMOTE. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../libpcap/libpcap/disable-remote.patch | 36 ++

[OE-core] [PATCH] libgpg-error: Update to version 1.25

2016-11-21 Thread Fabio Berton
License checksum changes are not related to license changes. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../libgpg-error/{libgpg-error_1.24.bb => libgpg-error_1.25.bb}| 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-support/lib

[OE-core] [PATCH] nettle: Update to version 3.3

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-support/nettle/{nettle_3.2.bb => nettle_3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nettle/{nettle_3.2.bb => nettle_3.3.bb} (75%) diff --git a/meta/rec

[OE-core] [PATCH] pigz: Update to version 2.3.4

2016-11-21 Thread Fabio Berton
/c3f91d1a12a6f Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-extended/pigz/pigz/link-order.patch | 38 meta/recipes-extended/pigz/pigz_2.3.3.bb | 14 - meta/recipes-extended/pigz/pigz_2.3.4.bb | 12 3 files c

Re: [OE-core] [PATCH] libpcap: Fix build when PACKAGECONFIG ipv6 is not enable

2016-11-17 Thread Fabio Berton
Hi Chistopher, Patches in this commit have Upstream-Status: Submitted tag. Thanks. On Thu, Nov 17, 2016 at 2:00 PM, Christopher Larson <clar...@kergoth.com> wrote: > > On Thu, Nov 17, 2016 at 8:26 AM, Fabio Berton < > fabio.ber...@ossystems.com.br> wrote: > >

Re: [OE-core] [PATCH] libpcap: Fix build when PACKAGECONFIG ipv6 is not enable

2016-11-17 Thread Fabio Berton
No, I created a patch, git format-patch and then edit generated files with Upstream-Status tag and added to recipe. Is this wrong? On Thu, Nov 17, 2016 at 2:15 PM, Christopher Larson <clar...@kergoth.com> wrote: > > On Thu, Nov 17, 2016 at 9:11 AM, Fabio Berton < > fabio.ber..

[OE-core] [PATCH] libpcap: Fix build when PACKAGECONFIG ipv6 is not enable

2016-11-17 Thread Fabio Berton
teway'"); | ^~ | ../libpcap-1.8.1/gencode.c:4914:13: note: each undeclared identifier is | reported only once for each function it appears in \ Patches were submitted to upstream [1] [1] https://github.com/the-tcpdump-group/libpcap/pull/541 Signed-off-by: Fabio Berton <fabio.ber...@oss

Re: [OE-core] [PATCH v2] libpcap: Update to version 1.8.1

2016-11-16 Thread Fabio Berton
Hi Martin, I'll look into this. Thanks. On Wed, Nov 16, 2016 at 5:41 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Tue, Nov 08, 2016 at 09:52:48AM -0200, Fabio Berton wrote: > > - Option --enable-canusb was removed on commit: > > https://github.com/the-

[OE-core] [PATCH] binutils: Fix build for c293pcie PPC machine

2016-11-14 Thread Fabio Berton
/stJMAEnm: Not enough room for program headers, |try linking with -N\npowerpc-fslc-linux-gnuspe-strip:../tmp/work/ |ppce500v2-fslc-linux-gnuspe/binutils/2.27-r0/package/usr/lib/stJMAEnm |[.note.gnu.build-id]: Bad value\n') \ Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/r

[OE-core] [PATCH v2] libpcap: Update to version 1.8.1

2016-11-08 Thread Fabio Berton
-pkgconfig-support patch and do_configure_prepend task to use configure.ac file. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-connectivity/libpcap/libpcap.inc | 5 +- .../libpcap/libpcap/aclocal.patch

[OE-core] [PATCH]] libpcap: Update to version 1.8.1

2016-11-04 Thread Fabio Berton
- Update patches libpcap.inc and aclocal.patch to work with version 1.8.1. - Option --enable-canusb was removed on commit: https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> ---

[OE-core] [PATCH v2]] gawk: Update to version 4.1.4

2016-11-04 Thread Fabio Berton
] \ Patch was submitted to upstream [1] [1] https://lists.gnu.org/archive/html/bug-gawk/2016-11/msg3.html Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../gawk/{gawk-4.1.3 => gawk-4.1.4}/run-ptest | 0 .../test-arrayind1-Remove-hashbang-line.patch

[OE-core] [PATCH] 2/3] curl: Update to version 7.51.0

2016-11-03 Thread Fabio Berton
To see complete log access link bellow: https://curl.haxx.se/changes.html#7_51_0 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-support/curl/{curl_7.50.1.bb => curl_7.51.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sup

[OE-core] [PATCH] 3/3] readline: Update to version 7.0

2016-11-03 Thread Fabio Berton
Remove readline 6.3 patches and config-dirent-symbols.patch already apply on upstream. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../configure-fix.patch| 0 .../{readline-6.3 => readline-7.0}/norpath.patch | 0 meta/recipes-core

Re: [OE-core] [PATCH v2] serf: Update to version 1.3.9

2016-11-03 Thread Fabio Berton
Hi Ross, I removed UPSTREAM_CHECK_URI and checked with bitbake serf -c checkpkg and I got the same output. So, I'll remove UPSTREAM_CHECK_URI and send a v3. Thanks Fabio On Thu, Nov 3, 2016 at 5:40 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 3 November 2016 at 15:34,

[OE-core] [PATCH] 1/3] grep: Update to version 2.26

2016-11-03 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-extended/grep/{grep_2.25.bb => grep_2.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_2.25.bb => grep_2.26.bb} (88%) diff --git a/meta/recipes-e

[OE-core] [PATCH v3]] serf: Update to version 1.3.9

2016-11-03 Thread Fabio Berton
Change SRC_URI to use APACHE_MIRROR to download serf from apache project page and remove UPSTREAM_CHECK_URI. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta/recipes-support/serf/{serf_1.3.8.bb => serf_1.3.9.bb} | 8 +++- 1 file changed, 3 insertions(+), 5

  1   2   >