Re: [yocto] Multiconfig dependency

2022-03-21 Thread Oleh Kravchenko
Hello Manuel, Thank you for your reply. It isn't missing. Here is a cut from manual: A "default" configuration already exists by definition. This configuration is named: "" (i.e. empty string) and is defined by the variables coming from your local.conf file. 21.03.22 08:02, Manuel Wagesreit

Re: [yocto] Multiconfig dependency

2022-03-20 Thread Manuel Wagesreither
Hi Oleh, Am Do, 17. Mär 2022, um 21:29, schrieb Oleh Kravchenko: > do_install[mcdepends] = "mc:initramfs::core-image-minimal:do_image_complete" I have zero practical experience with multiconfig, but isn't this missing one argument? See here: https://github.com/JPEWdev/meta-multiconfig-demos/b

Re: [yocto] Multiconfig dependency

2022-03-19 Thread Oleh Kravchenko
Hello Joshua, Could you please help me with multiconfig? Currently I've found this workaround: > do_install[nostamp] = "1" For all tasks that have "do_install[mcdepends]". 17.03.22 22:29, Oleh Kravchenko пише: Hello guys! Could you please help me with Multiconfig setup? I’ve "default" config

[yocto] Multiconfig dependency

2022-03-17 Thread Oleh Kravchenko
Hello guys! Could you please help me with Multiconfig setup? I’ve "default" configuration with SystemD by default. And "initramfs" configuration with Busybox and other settings. I use next targets/recipes with initramfs configuration: 1. core-image-rootfs - packs core-image-minimal ext4 image to