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

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

[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

[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

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

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 Kana

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}&qu

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: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIB

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

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

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

2024-04-23 Thread Fabio Berton
2 - https://cmake.org/cmake/help/latest/module/CTest.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-

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'

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

2019-10-29 Thread Fabio Berton
1.bb > meta-qt5/recipes-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: > >>

[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] [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.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.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] [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] 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: [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 log.do_prepare_

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 on

[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 --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[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 --- meta/recipes-extended/watchdog/watchdog_5.15.bb | 9 + 1 file changed, 5 insertions(

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

2017-01-30 Thread Fabio Berton
ff-by: Fabio Berton --- ...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-libbsd-overlay.pc.in-Set-Cflags-to-

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 multible targets are define

[OE-core] [PATCH 1/2] classes/uboot-extlinux-config: Add class

2016-09-30 Thread Fabio Berton
t; Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/classes/uboot-extlinux-config.bbclass | 130 + 1 file changed, 130 insertions(+) create mode 100644 meta/classes/uboot-extlinux-config.bbclass diff --git a/meta/classes/uboot-extlinux-config.bbcla

[OE-core] [PATCH 2/2] u-boot: Add support to use uboot-extlinux-config class

2016-09-30 Thread Fabio Berton
: IMAGE_BOOT_FILES_append = " extlinux.conf;extlinux/extlinux.conf" Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/u-boot.inc | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.i

Re: [OE-core] [PATCH 1/2] classes/uboot-extlinux-config: Add class

2016-10-03 Thread Fabio Berton
Hi Ulf, Thanks for review. I agree and I'll change code and use bb.fatal() instead of FuncFailed and send a v2. Fabio On Fri, Sep 30, 2016 at 8:07 PM, Ulf Magnusson wrote: > On Sat, Oct 1, 2016 at 12:54 AM, Ulf Magnusson > wrote: > > On Fri, Sep 30, 2016 at 10:33 PM, Fabio

[OE-core] [PATCH v2 1/2] classes/uboot-extlinux-config: Add class

2016-10-03 Thread Fabio Berton
t; Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/classes/uboot-extlinux-config.bbclass | 130 + 1 file changed, 130 insertions(+) create mode 100644 meta/classes/uboot-extlinux-config.bbclass diff --git a/meta/classes/uboot-extlinux-config.bbcla

[OE-core] [PATCH v2 2/2] u-boot: Add support to use uboot-extlinux-config class

2016-10-03 Thread Fabio Berton
: IMAGE_BOOT_FILES_append = " extlinux.conf;extlinux/extlinux.conf" Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/u-boot.inc | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.i

[OE-core] [PATCH v3 1/2] classes/uboot-extlinux-config: Add class

2016-10-04 Thread Fabio Berton
t; Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/classes/uboot-extlinux-config.bbclass | 126 + 1 file changed, 126 insertions(+) create mode 100644 meta/classes/uboot-extlinux-config.bbclass diff --git a/meta/classes/uboot-extlinux-config.bbcla

[OE-core] [PATCH v3 2/2] u-boot: Add support to use uboot-extlinux-config class

2016-10-04 Thread Fabio Berton
: IMAGE_BOOT_FILES_append = " extlinux.conf;extlinux/extlinux.conf" Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/u-boot.inc | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.i

[OE-core] [PATCH 1/8] autogen-native: Update to version 5.18.12

2016-11-01 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../autogen/{autogen-native_5.18.10.bb => autogen-native_5.18.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/autogen/{autogen-native_5.18.10.bb => autogen-native_5.18.12.bb} (90%) diff --git a/meta/r

[OE-core] [PATCH 2/8] clutter-gtk-1.0: Update to version 1.8.2

2016-11-01 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.8.0.bb | 6 -- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.8.2.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-graphics/clutter/clutter-gtk-1.0_1.8.0.bb

[OE-core] [PATCH 3/8] clutter-gst-3.0: Update to version 3.0.20

2016-11-01 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../clutter/{clutter-gst-3.0_3.0.18.bb => clutter-gst-3.0_3.0.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.18.bb => clutter-gst-3.0_3.0.20.bb} (58%) diff --git a/meta/r

[OE-core] [PATCH 5/8] libsamplerate0: Update to version 0.1.9

2016-11-01 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../{libsamplerate0_0.1.8.bb => libsamplerate0_0.1.9.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/libsamplerate/{libsamplerate0_0.1.8.bb => libsamplerate0_0.1.9.bb} (65%) diff --git a/meta/r

[OE-core] [PATCH 6/8] libxrandr: Update to version 1.5.1

2016-11-01 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../xorg-lib/{libxrandr_1.5.0.bb => libxrandr_1.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxrandr_1.5.0.bb => libxrandr_1.5.1.bb} (81%) diff --git a/meta/recipes-graphics/xo

[OE-core] [PATCH 4/8] serf: Update to version 1.3.9

2016-11-01 Thread Fabio Berton
Change SRC_URI to download from official project page. Signed-off-by: Fabio Berton --- meta/recipes-support/serf/{serf_1.3.8.bb => serf_1.3.9.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/serf/{serf_1.3.8.bb => serf_1.3.9.bb} (73%) diff -

[OE-core] [PATCH 8/8] guilt-native: Update to tag v0.36

2016-11-01 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta/recipes-devtools/guilt/guilt-native_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/guilt/guilt-native_git.bb b/meta/recipes-devtools/guilt/guilt-native_git.bb index b63c68c..c448e72 100644 --- a/meta

[OE-core] [PATCH 7/8] gawk: Update to version 4.1.4

2016-11-01 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta/recipes-extended/gawk/{gawk-4.1.3 => gawk-4.1.4}/run-ptest | 0 meta/recipes-extended/gawk/{gawk_4.1.3.bb => gawk_4.1.4.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/gawk/{gawk-4.1.3 => gawk-4.1.4}/

Re: [OE-core] [PATCH 4/8] serf: Update to version 1.3.9

2016-11-02 Thread Fabio Berton
Ok, I'll send a v2 using https://archive.apache.org/dist/serf/ Thanks, Fabio On Wed, Nov 2, 2016 at 10:21 AM, Burton, Ross wrote: > > On 2 November 2016 at 11:39, Bas Mevissen wrote: > >> It looks like https://archive.apache.org/dist/serf contains all >> releases, including the current one.

Re: [OE-core] [PATCH 7/8] gawk: Update to version 4.1.4

2016-11-02 Thread Fabio Berton
ocal/bin/awk, but no > providers found in RDEPENDS_gawk-ptest? [file-rdeps] > > We should patch out the hashbang line (and submit that upstream as none of > the other awk scripts in the test suite have a hashbang). > > Ross > > On 1 November 2016 at 19:53, Fabio Berto

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

2016-11-03 Thread Fabio Berton
Change SRC_URI and UPSTREAM_CHECK_URI to use APACHE_MIRROR to download serf from apache project page. Signed-off-by: Fabio Berton --- meta/recipes-support/serf/{serf_1.3.8.bb => serf_1.3.9.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/s

[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 --- meta/recipes-support/serf/{serf_1.3.8.bb => serf_1.3.9.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-support/s

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

2016-11-03 Thread Fabio Berton
Signed-off-by: Fabio Berton --- 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-extended/grep/grep_2.25.bb b/meta/r

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

2016-11-03 Thread Fabio Berton
g host To see complete log access link bellow: https://curl.haxx.se/changes.html#7_51_0 Signed-off-by: Fabio Berton --- 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-support/curl/{curl_7.50.1.bb =>

[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 --- .../configure-fix.patch| 0 .../{readline-6.3 => readline-7.0}/norpath.patch | 0 meta/recipes-core/readline/readline_6.3.bb |

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 wrote: > > On 3 November 2016 at 15:34, Fabio Bert

[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 --- .../gawk/{gawk-4.1.3 => gawk-4.1.4}/run-ptest | 0 .../test-arrayind1-Remove-hashbang-line.patch | 30 ++ .../gawk/{gawk_4.

[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 --- meta/recipes-connectivity/libpcap

[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 --- meta/recipes-connectivity/libpcap/libpcap.inc | 5 +- .../libpcap/libpcap/aclocal.patch | 167 - .../libpcap/libpcap-pkgconfig

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

2016-11-14 Thread Fabio Berton
/ |binutils/2.27-r0/package/usr/lib/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 --- meta

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

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

2016-11-17 Thread Fabio Berton
bpf_error(cstate, "direction applied to 'gateway'"); | ^~ | ../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

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 wrote: > > On Thu, Nov 17, 2016 at 9:11 AM, Fabio Berton < > fabio.ber...@ossystems.com.br> wrot

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 wrote: > > On Thu, Nov 17, 2016 at 8:26 AM, Fabio Berton < > fabio.ber...@ossystems.com.br> wrote: > >> Add patches to fix error: >

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

2016-11-21 Thread Fabio Berton
/c3f91d1a12a6f Signed-off-by: Fabio Berton --- 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 changed, 12 insertions(+), 52 deletions

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

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton --- 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/recipes-support/nettle/nettle_3.2.bb

[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 --- .../libgpg-error/{libgpg-error_1.24.bb => libgpg-error_1.25.bb}| 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.24.bb =>

[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 --- .../libpcap/libpcap/disable-remote.patch | 36 ++ meta/recipes-connectivity/libpcap

[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

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 wrote: > > On 2 December 2016 at 13:59, Fabio Berton > wrote: > >> This change allow to install u-boot in /boot partition using >> MACHINE

[OE-core] userdel_sysroot_sstate failed when try to remove group

2016-04-08 Thread Fabio Berton
Hi all, I'm getting this error when building recipe meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb from meta-openembedded: DEBUG: Executing shell function userdel_sysroot_sstate NOTE: cyrus-sasl: Performing userdel with [--root /home/user/src/prj/build/tmp/sysroots/intel-core2-32

[OE-core] [PATCH] dhcp: Enable update-rc.d service

2016-04-14 Thread Fabio Berton
do_install_append function installs init scripts but to enable this service we need to inherit update-rc.d class and set INITSCRIPT name and params. Signed-off-by: Fabio Berton --- meta/recipes-connectivity/dhcp/dhcp.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a

[OE-core] npm class usage

2016-05-03 Thread Fabio Berton
Hi all! I'm trying to install some recipes that use npm class and I have two questions. 1 - Why use S = "${WORKDIR}/npmpkg"? This not work for me. 2 - Using option --no-registry inside npm_do_compile task I get this error: | npm ERR! Registry not defined and registry files not found: "/home/use

Re: [OE-core] npm class usage

2016-05-04 Thread Fabio Berton
I'll try with nodejs version that you're using. On Wed, May 4, 2016 at 11:38 AM, Brendan Le Foll wrote: > On Tue, May 03, 2016 at 01:24:49PM -0300, Fabio Berton wrote: > >Hi all! > >I'm trying to install some recipes that use npm class and I have two >

Re: [OE-core] npm class usage

2016-05-04 Thread Fabio Berton
gt;version and I tried with all versions available on meta-nodejs and > >meta-oe version, that has patch to enable --no-registry. > >I'll try with nodejs version that you're using. > > > >On Wed, May 4, 2016 at 11:38 AM, Brendan Le Foll > >

Re: [OE-core] npm class usage

2016-05-04 Thread Fabio Berton
I think that meta-brendan-nodepkgs link could be on npm.bbclass file as documentation and example of use, would be helpfully. On Wed, May 4, 2016 at 2:06 PM, Brendan Le Foll wrote: > On Wed, May 04, 2016 at 02:01:40PM -0300, Fabio Berton wrote: > >Yes, it helps. > >Now

Re: [OE-core] npm class usage

2016-05-05 Thread Fabio Berton
Hi Paul, When running: recipetool create "npm://registry.npmjs.org;name=grunt-cli;version=1.1.0" I get this error: NOTE: Unpacking abbrev-1.0.7.tgz to /tmp/recipetool-tXXZDi/npmpkg/node_modules/nopt/node_modules/abbrev/ Traceback (most recent call last): File "sources/openembedded-core/scripts

Re: [OE-core] npm class usage

2016-05-05 Thread Fabio Berton
> > On Thu, 05 May 2016 09:51:53 Fabio Berton wrote: > > Hi Paul, > > > > When running: > > recipetool create "npm://registry.npmjs.org > ;name=grunt-cli;version=1.1.0" > > > > I get this error: > > > > NOTE: Unpacking

[OE-core] [PATCH] waf.bbclass: Remove --disable-static from EXTRA_OECONF

2016-02-18 Thread Fabio Berton
As of commit OE-Core:773c9e18071d71454473dd81aff911104a2e9bc6 EXTRA_OECONF is appended with the option --disable-static on DISABLE_STATIC variable and this cause the error: waf: error: no such option: --disable-static So, we need to disable this option. Signed-off-by: Fabio Berton

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 wrote: pkg-config currently only handles -I and -L correctly, but misses -isystem, so we need to do this workaround to fix this issue. There's a

[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 --- scripts/lib/wic/plugins/imager/direct.py | 21 - 1 file changed, 20 insertions(+), 1 deletion(-)

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

2017-03-03 Thread Fabio Berton
DEBUG: 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 mailto:fabio.ber...@ossystems.com.br>> wrote: > > Add function to read

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 <mailto:fabio.ber...@ossystems.com.br>> wrote: Sorry for delay. This error for qemux86 i

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

2017-03-06 Thread Fabio Berton
rtosh 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 wa

[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 --- .../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 deletions(-) create mode 100644 meta

[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 --- .../openssh/openssh/sshd.tmpfiles.d| 2 ++ meta/recipes-connectivity/openssh/openssh_7.4p1.bb | 27 +- 2 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 meta/recipes

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 to

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 to

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

2017-04-19 Thread Fabio Berton
add fstab mount point or add new mount point using label e.g: LABEL=recovery /recovery auto defaults 0 1 Signed-off-by: Fabio Berton --- scripts/lib/wic/help.py | 7 ++- scripts/lib/wic/plugins/imager/direct.py | 6 +- scripts/wic | 2 +

[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 --- meta/recipes-graphics/mesa/{mesa-gl_17.0.2.bb => mesa-gl_17.0.4.bb} | 0 meta/recipes-graphics/mesa/{mesa_17.0.2.bb => m

[OE-core] WIC error when using rawcopy

2016-06-24 Thread Fabio Berton
Hi all! I'm getting one error when trying to make an image using wic. My wks file is: part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmcblk --no-table --align 1 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --align 8192 --size 25M --ext

Re: [OE-core] [krogoth][wic][PATCH] wic: rawcopy: make source filenames unique

2016-07-06 Thread Fabio Berton
Hi Ed, This patch was already tested, can be applied to krogoth? Regards, Fabio On Fri, Jul 1, 2016 at 5:05 AM, Ed Bartosh wrote: > Rawcopy plugin copies source files to build folder before using them > to assemble result image. After assembling the image wic renames > source files to .p. If

[OE-core] [meta-oe][PATCH] patchelf: Update to version 0.9

2016-07-29 Thread Fabio Berton
ive/ x86_64-linux/lib/ld-linux-x86-64.so.2', '/home/user/src/prj/build/tmp/ work/x86_64-linux/go-cross/1.6.2-r0/sstate-install-populate_sysroot/x86_64- linux/usr/bin/aarch64-prj-linux/go')' failed with exit code 1 and the following output: cannot find section .rela.dyn Signed-

[OE-core] [OE-Core][PATCH 1/2] python3-native: Change code style for rprovides

2016-08-16 Thread Fabio Berton
Use a more readable code style for RPROVIDES and sort recipes alphabetically. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/recipes-devtools/python/python3-native_3.5.2.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools

[OE-core] [OE-Core][PATCH 2/2] python3-native: Extend python3-native rproviders

2016-08-16 Thread Fabio Berton
- python3-re-native - python3-shell-native - python3-subprocess-native - python3-threading-native - python3-unittest-native Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/recipes-devtools/python/python3-native_3.5.2.bb | 14 ++ 1 file changed, 14

Re: [OE-core] [OE-Core][PATCH 2/2] python3-native: Extend python3-native rproviders

2016-08-19 Thread Fabio Berton
ping? On Tue, Aug 16, 2016 at 3:47 PM, Fabio Berton wrote: > Add the following modules to RPROVIDES: > > - python3-email-native > - python3-io-native > - python3-json-native > - python3-lang-native > - python3-misc-native > - python3-netclient-native >

Re: [OE-core] [OE-Core][PATCH 1/2] python3-native: Change code style for rprovides

2016-08-19 Thread Fabio Berton
ping? On Tue, Aug 16, 2016 at 3:47 PM, Fabio Berton wrote: > Use a more readable code style for RPROVIDES and sort recipes > alphabetically. > > Signed-off-by: Fabio Berton > Signed-off-by: Otavio Salvador > --- > meta/recipes-devtools/python/python3-native_3.5.2.bb |

[OE-core] [PATCH 1/2] python-3.5-manifest: Rename Queue module to queue

2016-08-22 Thread Fabio Berton
The Queue module has been renamed to queue in Python 3. Signed-off-by: Fabio Berton --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python

[OE-core] [PATCH 2/2] python-3.5-manifest: Add argparse module

2016-08-22 Thread Fabio Berton
Adding argparse module from Python's standard library. Signed-off-by: Fabio Berton --- meta/recipes-devtools/python/python-3.5-manifest.inc | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-dev

Re: [OE-core] [PATCH 1/2] python-3.5-manifest: Rename Queue module to queue

2016-08-23 Thread Fabio Berton
Ok. I'll send a v2 using using generate-manifest script. Thanks. On Tue, Aug 23, 2016 at 5:08 AM, Jussi Kukkonen wrote: > On 22 August 2016 at 21:57, Fabio Berton > wrote: > >> The Queue module has been renamed to queue in Python 3. >> >> Signed-off-by: Fabio

[OE-core] [PATCH v2] python-3.5-manifest: Rename Queue module to queue

2016-08-23 Thread Fabio Berton
The Queue module has been renamed to queue in Python 3. Signed-off-by: Fabio Berton --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-3.5.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools

[OE-core] [PATCH] piglit: Add python3-argparse module to RDEPENDS

2016-08-23 Thread Fabio Berton
Python module argparse was removed from python3-misc package, so we need to add new python3-argparse package to RDEPENDS. Signed-off-by: Fabio Berton --- meta/recipes-graphics/piglit/piglit_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit

[OE-core] [PATCH v2] python-3.5-manifest: Add argparse module

2016-08-23 Thread Fabio Berton
Adding argparse module from Python's standard library. This allow use argparse without installing all python-misc modules. Signed-off-by: Fabio Berton --- meta/recipes-devtools/python/python-3.5-manifest.inc | 10 +++--- scripts/contrib/python/generate-manifest-3.5.py | 3 +++ 2

[OE-core] [PATCH v3] python-3.5-manifest: Add argparse module

2016-08-23 Thread Fabio Berton
Adding argparse module from Python's standard library. This allow use argparse without installing all python-misc modules. For compatibility, add python3-argparse as RDEPENDS to python3-misc. Signed-off-by: Fabio Berton --- meta/recipes-devtools/python/python-3.5-manifest.inc

Re: [OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Fabio Berton
Hi Ricardo, Are you using krogoth branch? If yes, look here: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-devtools/python/python-3.5-manifest.inc?h=krogoth#n122 It's missing ${libdir}/python3.5/operator.* You don't need to add misc package to core. Fabio. On Fri, Aug 26, 20

[OE-core] [PATCH 1/2] watchdog: Add wd_keepalive package

2016-08-26 Thread Fabio Berton
reset. In the case of the software watchdog the ability to reboot will depend on the state of the machines and interrupts. Installs wd_keepalive binary and enable initscript. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- .../watchdog/watchdog/wd_keepalive.init| 121

[OE-core] [PATCH 2/2] watchdog-config: Add recipe

2016-08-26 Thread Fabio Berton
Provides configuration files for watchdog. Add watchdog-config as a runtime dependence of watchdog and remove watchdog.conf file from watchdog installation. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta/recipes-extended/watchdog/watchdog-config.bb | 20

  1   2   >