[OE-core] [[dunfell][meta][PATCH]] Make busybox's syslog.cfg depend on VIRTUAL-RUNTIME_base-utils-syslog

2021-05-18 Thread Volker Vogelhuber
to busybox-syslog. Signed-off-by: Volker Vogelhuber --- meta/recipes-core/busybox/busybox_1.31.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox_1.31.1.bb b/meta/recipes-core/busybox/busybox_1.31.1.bb index 7563368..93a1613 100644 --- a/meta

Re: [OE-core] cml1.bbclass: Return sorted list of cfg files

2021-05-17 Thread Volker Vogelhuber
The commit dee41e92f0efac7e453597bed4b4c02f867e3aa9 has introduced a behavior change when adding different cfg files configuring the same configs. So e.g. when configuring busybox, the default recipe adds a syslog.cfg which enables CONFIG_SYSLOGD=y. So far we had a .bbappend file that adds

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-08 Thread Volker Vogelhuber
ch? Thanks! On Wed, May 2, 2018 at 8:17 PM, Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> wrote: Hi I do not know how many people is actively using wic. We have started using it from last week, it is hard to replace old scripts that work :) Try sending it as a proper patch, I can he

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Volker Vogelhuber
otfs = "%s/rootfs_%s.%s.%s" % (cr_workdir, self.label, On 02.05.2018 17:51, Ricardo Ribalda Delgado wrote: Hi I just got hit by this one. It is specially nasty because nfsroot fails to boot if the uids are wrong. What is the status on this? On Mon, Jan 22, 2018 at 11:39 AM, Volker Vog

[OE-core] build-sysroots deletes wic imagedata environment variables

2018-02-01 Thread Volker Vogelhuber
It seems like build-sysroots does clean the sysroot directories. This has the effect that the imagedata folder within the sysroots dir is removed as well. That imagedata folder is created by the do_rootfs_wicenv task. Unfortunately the state of the task seems not to be reset when calling

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-01-22 Thread Volker Vogelhuber
PSEUDO_PREFIX. But maybe not everyone agrees. On 19.01.2018 17:00, Volker Vogelhuber wrote: I'm currently trying to create a multi RootFS WIC image as mentioned in directdisk-multi-rootfs.wks. For that I have two image recipes. One that is creating only an ext4 image (image-recovery

[OE-core] Question about multi rootfs UIDs when using wic

2018-01-19 Thread Volker Vogelhuber
I'm currently trying to create a multi RootFS WIC image as mentioned in directdisk-multi-rootfs.wks. For that I have two image recipes. One that is creating only an ext4 image (image-recovery), and the second that is also creating a WIC image (image-main). I used the IMAGE_FSTYPES variable for

[OE-core] (no subject)

2017-11-27 Thread Volker Vogelhuber
I currently have an image with six different partitions. See the following partition configuration: ># bootloader >part /boot/EFI --source bootimg-efi --sourceparams="loader=systemd-boot" >--ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --size 20 >--overhead-factor=1.0

[OE-core] [PATCH] Allow specifying subdir for rootfs when using wic -e

2017-11-27 Thread Volker Vogelhuber
--- scripts/lib/wic/ksparser.py | 1 + scripts/lib/wic/partition.py | 1 + scripts/lib/wic/plugins/source/rootfs.py | 7 --- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py index