All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleh Kravchenko <oleg@kaa.org.ua>
To: yocto@lists.yoctoproject.org
Subject: Multiconfig dependency
Date: Thu, 17 Mar 2022 22:29:42 +0200	[thread overview]
Message-ID: <4392d158-e0cb-0776-93c3-62972ed28431@kaa.org.ua> (raw)

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"


             reply	other threads:[~2022-03-17 20:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-17 20:29 Oleh Kravchenko [this message]
2022-03-19 21:20 ` Multiconfig dependency Oleh Kravchenko
2022-03-21  6:02 ` [yocto] " Manuel Wagesreither
2022-03-21  9:57   ` Oleh Kravchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4392d158-e0cb-0776-93c3-62972ed28431@kaa.org.ua \
    --to=oleg@kaa.org.ua \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.