[yocto] How to download file from Microsoft SharePoint?

2023-12-01 Thread Martin Leduc via lists.yoctoproject.org
Hi I've a file to retrieve from Microsoft SharePoint.  I've a shared link to download the file.  If I cut'n paste the URL in the browser, it works but Yocto download the web page. I've added the BB_STRICT_CHECKSUM = "0" to avoid the SRCURI checksum mismatch but the file isn't downloaded. What

[yocto] resize2fs, what's provide this package

2023-02-21 Thread Martin Leduc via lists.yoctoproject.org
Hi community, I look for the resize2fs recipes.  This application shall be included in the e2fsprog package but it's not there.  I've also tried to configure the e2fsprog package using menuconfig without any success (bitbake -c menuconfig e2fsprog). Normally I use

[yocto] Scope of the build parameters #systemd

2022-11-03 Thread Martin Leduc via lists.yoctoproject.org
Hi everyone, I'm wondering how to figure out the scope of a set of parameters.  Example.  I have an Image (my-core-image-minimal.bb) recipe containing the following parameters > > > ### > # systemd # > ### > inherit s ystemd > DISTRO_FEATURES_append = " systemd " >

Re: [yocto] meta-spdxscanner

2022-09-26 Thread Martin Leduc via lists.yoctoproject.org
lists.yoctoproject.org>> On Behalf Of Martin Leduc via lists.yoctoproject.org Sent: Thursday, September 8, 2022 10:40 PM To: yocto@lists.yoctoproject.org<mailto:yocto@lists.yoctoproject.org> Subject: [yocto] meta-spdxscanner Hi Community, I'm facing to an issue with meta-spdxscann

[yocto] meta-spdxscanner

2022-09-08 Thread Martin Leduc via lists.yoctoproject.org
Hi Community, I'm facing to an issue with meta-spdxscanner.bbclass. A Python Warning fail the build. This is the error: ERROR: python3-patch-native-1.16-r0 do_compile: 'python3 setup.py bdist_wheel ' execution failed. ERROR: python3-patch-native-1.16-r0 do_compile:

[yocto] CVE patch application - best way to do it

2022-09-06 Thread Martin Leduc via lists.yoctoproject.org
Hi team, With respect to the feature "CVE_CHECK" provided by Yocto, what is the best approach to deploy the patches reported by the CVE? It's definitely not a good approach to patch using a blind approach but once we've defined the required CVE, does Yocto can do the updates based on a

[yocto] #linux #kirkstone #yocto x86_64 machine bootloader

2022-08-17 Thread Martin Leduc via lists.yoctoproject.org
Hi community, I'm wondering how to manage the bootloader files contents in a X86_64 machine and if those files have a relation with the WKS.in file. By doing a bitbake -e I can't figure out which variables are involved into the bootimg-efi.py

Re: [yocto] BBClass function and symbolic link (symlink) ... I throw in the towel #python #bitbake #kirkstone

2022-08-02 Thread Martin Leduc via lists.yoctoproject.org
roject.org De la part de Martin Leduc via lists.yoctoproject.org Envoyé : 2 août 2022 11:22 À : Joshua Watt Cc : yocto@lists.yoctoproject.org Objet : Re: [yocto] BBClass function and symbolic link (symlink) ... I throw in the towel #python #bitbake #kirkstone Probably, I don't really know

Re: [yocto] BBClass function and symbolic link (symlink) ... I throw in the towel #python #bitbake #kirkstone

2022-08-02 Thread Martin Leduc via lists.yoctoproject.org
.@luminator.com > > > -Message d'origine- > De : yocto@lists.yoctoproject.org De la > part de Martin Leduc via lists.yoctoproject.org Envoyé : 2 août 2022 > 10:20 À : Joshua Watt Cc : > yocto@lists.yoctoproject.org Objet : Re: [yocto] BBClass function and > sy

Re: [yocto] BBClass function and symbolic link (symlink) ... I throw in the towel #python #bitbake #kirkstone

2022-08-02 Thread Martin Leduc via lists.yoctoproject.org
directly causing a problem. My guess is something else later is crashing or something else unrelated? > > What the hell I'm doing wrong > > > Martin Leduc > T : (418) 856-6896 > martin.le...@luminator.com > > > -Message d'origine- > De : yocto@lists.

Re: [yocto] BBClass function and symbolic link (symlink) ... I throw in the towel #python #bitbake #kirkstone

2022-08-02 Thread Martin Leduc via lists.yoctoproject.org
gs show "Set var log folder BEGIN" and "Set var log folder END" and no issues What the hell I'm doing wrong Martin Leduc T : (418) 856-6896 martin.le...@luminator.com -Message d'origine- De : yocto@lists.yoctoproject.org De la part de Martin Leduc via lists.

[yocto] BBClass function and symbolic link (symlink) ... I throw in the towel #python #bitbake #kirkstone

2022-08-02 Thread Martin Leduc via lists.yoctoproject.org
Hi team, Well, I throw in the towel.  But it's looks like so simple for me 藍藍. I've a function to replace the version file in /etc/version.  This function is integrated into my mybase-image.bbclass, defined in my layer and I add, in my core-image-minimal.bbappend recipe inherit