Re: [yocto] How does SOURCEFORGE_MIRROR work?

2023-07-14 Thread Tom Isaacson
Ah, I didn't realise there was a logfile for that. For future reference, it uses https://github.com/yoctoproject/poky/blob/kirkstone/bitbake/lib/bb/fetch2/__init__.py#L1116 to run through a list of atlernates, eventually settling on

Re: [yocto] How does SOURCEFORGE_MIRROR work?

2023-07-14 Thread Alexander Kanavin
You perhaps could check log.do_fetch to see precisely where the file is being downloaded from. Alex On Fri, 14 Jul 2023 at 21:24, Tom Isaacson wrote: > > I'm looking at the Kirkstone recipe for gsoap >

[yocto] How does SOURCEFORGE_MIRROR work?

2023-07-14 Thread Tom Isaacson
I'm looking at the Kirkstone recipe for gsoap http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb?h=kirkstone and it downloads from: SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}2/${BPN}_${PV}.zip SOURCEFORGE_MIRROR is defined in

Re: [yocto] How to use "mkfs.ext4 -d" in my custom recipe?

2023-07-14 Thread Ross Burton
On 14 Jul 2023, at 10:29, ltg_tony via lists.yoctoproject.org wrote: > > Hi. > > I want to use mkfs.ext4 in my recipe. I found that in > meta/classes-recipe/image_types.bbclass, line 96 contains "mkfs.ext4 -d" > option to create ext4 image from a directory ($IMAGE_ROOTFS). > > I'd like to

[yocto] [meta-security][PATCH] scap-security-guide: enable ptest

2023-07-14 Thread Armin Kuster
This add the basic framework to allow the test suite to run. It takes a very long time so it my not be practical to run in some cases (days in my case). The ptest log format has not been verified. Signed-off-by: Armin Kuster --- .../scap-security-guide/files/run-ptest | 7 +++

Re: [linux-yocto] [kernel-cache][master][yocto-6.1][PATCH] features: update ima.cfg to match current meta-integrity

2023-07-14 Thread Armin Kuster
thanks On 7/12/23 4:04 PM, Bruce Ashfield wrote: merged (also to the new 6.4 branch). Bruce In message: [linux-yocto] [kernel-cache][master][yocto-6.1][PATCH] features: update ima.cfg to match current meta-integrity on 07/07/2023 Armin Kuster wrote: Signed-off-by: Armin Kuster ---

[yocto] How to use "mkfs.ext4 -d" in my custom recipe?

2023-07-14 Thread ltg_tony
Hi. I want to use mkfs.ext4 in my recipe. I found that in meta/classes-recipe/image_types.bbclass , line 96 contains "mkfs.ext4 -d" option to create ext4 image from a directory ($IMAGE_ROOTFS). I'd like to know if it's possible to use this "-d" option in my recipe. I can call

Re: [yocto] wic cp doesn't work with ext4 partition

2023-07-14 Thread Markus via lists.yoctoproject.org
On Thu, Jul 13, 2023 at 09:17 PM, Logan Grosz wrote: > > I am having a similar problem with `wic cp` and ext4. Though, my problem is > a file cannot be copied to a specific path with `wic cp > :. No matter what I put, the file gets put at the root. > > ``` > $ wic cp test ./my.wic:1/etc/ > $