[OE-core] packagegroup-base.bb override syntax

2023-12-03 Thread Vincent Prince
Hello, I just came back to Yocto after several years of pause, I see that there is a new override syntax, and I'm wondering why the following line is not changed ? https://git.openembedded.org/openembedded-core/tree/meta/recipes-core/packagegroups/packagegroup-base.bb?h=master-next#n125

Re: [OE-core][kirkstone][PATCH] glibc: Update to latest on stable 2.35 branch

2023-10-10 Thread Vincent Prince
, not sure what happened here, maybe something related to SRCREV_FORMAT // SRCREV_glibc // SRCREV_localedef variables that does not trigger cache/download recomputing? Le lun. 9 oct. 2023 à 23:08, Marko, Peter a écrit : > > -Original Message- > From: Vincent Prince > Sent: Monda

Re: [OE-core][kirkstone][PATCH] glibc: Update to latest on stable 2.35 branch

2023-10-09 Thread Vincent Prince
Hello, I have a small question concerning glibc source handling. I have a machine connected to the Internet that runs bitbake -k -f --runall=fetch universe and another offline machine that uses the previous fetch as a source mirror. When I bitbake my image, it fails to use this with ERROR:

[OE-core] volatile-binds: VOLATILE_LIB_DIR

2019-04-11 Thread Vincent Prince
Hi all, I'm wondering if it makes sense to add a VOLATILE_LIB_DIR option same way as VOLATILE_LOG_DIR but for /var/lib folder? I'm asking because I can't append VOLATILE_BINDS with folders inside /var/lib as it fails on ConditionPathIsReadWrite (/var/lib is writable after bindmounting to

[OE-core] [PATCH v3] Systemd: Add pattern matching support to PACKAGECONFIG

2019-03-28 Thread Vincent Prince
libpcre2 is needed to enable grep option to journalctl. Signed-off-by: Vincent Prince --- Changes in v3: - Reformat commit message Changes in v2: - Fix false case option meta/recipes-core/systemd/systemd_241.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd

Re: [OE-core] [PATCH v2] Systemd: Add pattern matching support to PACKAGECONFIG

2019-03-27 Thread Vincent Prince
Hi Pierre-Jean, Thanks for your review, I'll rework commit log in V3 tomorrow, Regards, Vincent Le mer. 27 mars 2019 à 16:57, TEXIER Pierre-Jean a écrit : > Hi Vincent, > > Le mer. 27 mars 2019 à 16:45, Vincent Prince > a écrit : > >> libpcre2 is needed to enable grep

Re: [OE-core] [PATCH] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure

2019-03-27 Thread Vincent Prince
27 Mar 2019 at 13:59, Vincent Prince > wrote: > > > > Signed-off-by: Vincent Prince > > --- > > meta/recipes-core/meta/target-sdk-provides-dummy.bb | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/meta/recipes-core/meta/target-sdk-p

[OE-core] [PATCH v2] Systemd: Add pattern matching support to PACKAGECONFIG

2019-03-27 Thread Vincent Prince
libpcre2 is needed to enable grep option to journalctl. Changes in v2: - Fix false case option Signed-off-by: Vincent Prince --- meta/recipes-core/systemd/systemd_241.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd

Re: [OE-core] [PATCH] Systemd: Add pattern matching support to PACKAGECONFIG

2019-03-27 Thread Vincent Prince
Ouch :/ Thanks Alex, sending V2. Le mer. 27 mars 2019 à 16:26, Alex Kiernan a écrit : > On Wed, Mar 27, 2019 at 12:47 PM Vincent Prince > wrote: > > > > libpcre2 is needed to enable grep option to journalctl. > > > > Signed-off-by: Vincent Prince > >

[OE-core] [PATCH] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure

2019-03-27 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta/recipes-core/meta/target-sdk-provides-dummy.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb index 60499f7..85472a8 100644 --- a/meta/recipes

[OE-core] [PATCH] Systemd: Add pattern matching support to PACKAGECONFIG

2019-03-27 Thread Vincent Prince
libpcre2 is needed to enable grep option to journalctl. Signed-off-by: Vincent Prince --- meta/recipes-core/systemd/systemd_241.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb index a12b9ab..9e05944

Re: [OE-core] [PATCH 00/26] thud patch review

2019-03-19 Thread Vincent Prince
Hi Armin, Regarding target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure patch, I had to complete it with following bbappend: DUMMYPROVIDES_append = "\ perl-module-warnings-register \ perl-module-config \ perl-module-overloading \ perl-module-warnings \

Re: [OE-core] GO runtime crashes

2019-03-04 Thread Vincent Prince
Khem, you can find some backtraces here: https://github.com/prometheus/node_exporter/issues/1244, don't know if this is enough? Le dim. 3 mars 2019 à 16:43, Khem Raj a écrit : > On Sun, Mar 3, 2019 at 2:45 AM Vincent Prince > wrote: > > > > Khem, > > > > I'm not s

Re: [OE-core] GO runtime crashes

2019-03-03 Thread Vincent Prince
. Please tell me if I can help, Vincent Le jeu. 28 févr. 2019 à 19:24, Khem Raj a écrit : > On Thu, Feb 28, 2019 at 10:19 AM Damien Riegel > wrote: > > > > Hi, > > > > On Thu, 28 Feb 2019 at 09:04, Vincent Prince > > wrote: > > > > > > Hi K

Re: [OE-core] GO runtime crashes

2019-02-28 Thread Vincent Prince
Hi Khem, GO_DYNLINK_x86-64 = "" solution works as well, Best regards, Vincent Le jeu. 28 févr. 2019 à 14:14, Khem Raj a écrit : > On Thu, Feb 28, 2019 at 1:35 AM Vincent Prince > wrote: > > > > Hi Damien, > > > > With GO_LINKSHARED = "" it

Re: [OE-core] GO runtime crashes

2019-02-28 Thread Vincent Prince
ien Riegel a écrit : > On Wed, 27 Feb 2019 at 12:10, Vincent Prince > wrote: > > > > Hello everyone, > > > > I'm trying to add node_exporter from Prometheus project to an Intel > x86-64 machine. > > I made the following recipe: > > > > > https://g

[OE-core] GO runtime crashes

2019-02-27 Thread Vincent Prince
Hello everyone, I'm trying to add node_exporter from Prometheus project to an Intel x86-64 machine. I made the following recipe: https://github.com/nefethael/meta-random/blob/master/recipes-connectivity/prometheus/go-nodeexporter_0.18.0.bb node_exporter is crashing with multiple different

Re: [OE-core] [PATCH 1/1] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure

2019-02-08 Thread Vincent Prince
Hi all, I also added those to my target-sdk-provides-dummy.bappend to get it work: perl-module-config \ perl-module-warnings-register \ Maybe we could add ALLOW_EMPTY in perl recipe or add every empty perl-module* ? Regards, Vincent Le jeu. 10 janv. 2019 à 03:30, Chen Qi a écrit : >

[OE-core] [for-sumo][PATCH] libsodium: Update SRC_URI due to inaccessible problem

2018-08-27 Thread vincent . prince . fr
From: Vincent Prince Signed-off-by: Vincent Prince --- meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb index

[OE-core] [meta-oe][for-sumo][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem

2018-08-27 Thread vincent . prince . fr
From: Junil Kim Existing URI service was closed and fetch error occurred. Change existing repository to another mirrored SRC URI. Signed-off-by: Junil Kim Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [OE-core] [oe] [meta-ros] ros build error on poky

2018-04-06 Thread Vincent Prince
Your error [name 'oe_filter_out' is not defined] means you don't have oe_filter_out function defined in poky/meta/classes/utils.bbclass 2018-04-06 11:06 GMT+02:00 Rajath C S : > i understand that this isnt specific to ros queries but i do have posted > the same at the

Re: [OE-core] [oe] [meta-ros] ros build error on poky

2018-04-06 Thread Vincent Prince
Hi, You should contact ROS mailing-list or ROS maintainers, see https://github.com/bmwcarit/meta-ros#important-resources https://github.com/bmwcarit/meta-ros#maintainers Best regards, Vincent 2018-04-06 9:04 GMT+02:00 Rajath C S : > 1. i'd like to know does the process

Re: [OE-core] What is the recommended approach to upgrade Openssl?

2018-03-26 Thread Vincent Prince
Hi, I'd say if you start looking at CVE/security issues, I think best option is to update the whole thing as any breach should be fixed. As you are working on NXP product, updating Yocto version should be quite straightforward, by replacing krogoth branch to rocko. You can watch this presentation

Re: [OE-core] [oe-core] package inclusion error

2018-03-21 Thread Vincent Prince
Hi, With "oe-pkgdata-util list-pkgs -p opencv" command, you can check every packages made from opencv recipe. One of them is python3-opencv, did you add it to IMAGE_INSTALL as well as opencv? Best regards, Vincent 2018-03-21 8:18 GMT+01:00 Rajath C S : > opencv recipe

Re: [OE-core] [rocko][PATCH 1/8] Revert "waf.bbclass: explicitly pass bindir and libdir if supported"

2018-03-14 Thread Vincent Prince
Hi Stefan, If I remember correctly, you submitted this feature? Best Regards, Vincent 2018-03-14 16:28 GMT+01:00 Martin Jansa : > ping, this was in rocko-next for a while and then it disappeared. > > On Sun, Mar 11, 2018 at 1:43 AM, Martin Jansa

Re: [OE-core] [PATCH v2] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-08 Thread Vincent Prince
Hi Vineeth, I think it's because this class can be found in those two repos and error log tells it should be based on first one: http://git.openembedded.org/openembedded-core/tree/meta/classes/kernel-fitimage.bbclass

Re: [OE-core] Questions about udev rule and systemd-udev,relevant to mounting block device

2018-03-02 Thread Vincent Prince
Hi, I'm not sure what is your use case, but you can check usbmount[1][2] or automount-usb[3] for example on how to use udev with systemd: Regards, Vincent [1]https://github.com/rbrito/usbmount [2] https://github.com/nefethael/meta-random/blob/master/recipes-support/usbmount/usbmount_git.bb

Re: [OE-core] [PATCH v3] systemd: re-enable mount propagation for udevd

2018-02-23 Thread Vincent Prince
Hi all, I have MountFlags=slave defined, and I use the following recipe to automount usb stick without right issues: https://github.com/nefethael/meta-random/blob/master/recipes-support/usbmount/usbmount_git.bb I think we should keep this settings as it is. What is the problematic use case?

Re: [OE-core] How to fix file-rdes QA error for /usr/bin/python?

2017-12-14 Thread Vincent Prince
Steffen, I maybe wrong but foo.py should start with #!/usr/bin/env python instead of #!/usr/bin/python Best regards, Vincent 2017-12-14 14:34 GMT+01:00 Steffen Sledz : > With rocko some builds are rejected because of the following package QA > error (formerly it was

Re: [OE-core] [PATCH v2] waf.bbclass: explicitly pass bindir and libdir

2017-12-12 Thread Vincent Prince
As waf_do_configure takes care of EXTRA_OECONF, maybe we can only fix gstreamer1.0-plugins-imx_0.13.0.bb by adding libdir ? It is much a bug fix than a longterm solution, but if any waf version breaks options, it can be a nightmare to handle... 2017-12-12 16:56 GMT+01:00 Stefan Agner

Re: [OE-core] [PATCH v2] waf.bbclass: explicitly pass bindir and libdir

2017-12-12 Thread Vincent Prince
Hi Ross, Does it fail with V1? Best regards, Vincent 2017-12-12 15:00 GMT+01:00 Burton, Ross : > On 12 December 2017 at 13:27, Stefan Agner wrote: > >> On some build hosts distros (e.g. Fedora 26) waf tries to be >> smart about libdir detection and

[OE-core] [PATCH] GCC 7.2.0: Fix 0051-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch

2017-12-05 Thread Vincent Prince
Patch fails to apply on peep-ldrd-1.c and peep-strd-1.c. First chunk replace ldrd by ldrd\\t then second chunk copy peep-X-1.c to peep-ldrd-2.c and try to replace already patched ldrd\\t Signed-off-by: Vincent Prince <vincent.prince...@gmail.com> --- .../0051-ARM-PR-82445-suppress-