All of lore.kernel.org
 help / color / mirror / Atom feed
* Multiconfig dependency
@ 2022-03-17 20:29 Oleh Kravchenko
  2022-03-19 21:20 ` Oleh Kravchenko
  2022-03-21  6:02 ` [yocto] " Manuel Wagesreither
  0 siblings, 2 replies; 4+ messages in thread
From: Oleh Kravchenko @ 2022-03-17 20:29 UTC (permalink / raw)
  To: yocto

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 debian 
package;
2. initramfs-flasher-image - image that has core-image-rootfs;

Default configuration:
1. core-image-minimal - main rootfs;
2. flasher - packs initramfs-flasher-image squashfs image to debian package;
3. app-flasher - special application that has inside squashfs file from 
flasher package.

Everything works fine if I do clean build.
If I change somethings for core-image-minial (like IMAGE_INSTALL), it 
builds core-image-minial only:

> bitbake app-flasher
But no updates for core-image-rootfs, initramfs-flasher-image, flasher 
and app-flasher.

Here how my multiconfig dependency in core-image-rootfs.bb:

 > do_install[mcdepends] = 
"mc:initramfs::core-image-minimal:do_image_complete"


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-21  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17 20:29 Multiconfig dependency Oleh Kravchenko
2022-03-19 21:20 ` Oleh Kravchenko
2022-03-21  6:02 ` [yocto] " Manuel Wagesreither
2022-03-21  9:57   ` Oleh Kravchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.