mbox series

[0/3] Fix incorrect dependencies between multiconfigs

Message ID 20250206142603.3870360-2-daniel.mueller@karlstorz.com
Headers show
Series Fix incorrect dependencies between multiconfigs | expand

Message

Mueller, Daniel Feb. 6, 2025, 2:22 p.m. UTC
This branch fixes some incorrect initramfs dependency handling between
multiconfigs in case the current multiconfig isn't the default.

It also removes the dependency between fitImage and initramfs in case
the initramfs is already bundled within the kernel.

Sebastian Zenker (1):
  kernel.bbclass: Handle possible multiconfig.

Weisser, Pascal (2):
  kernel-fitImage.bbclass: Handle possible multiconfig.
  kernel-fitImage.bbclass: Remove dependeny on initramfs image when
    bundled.

 meta/classes-recipe/kernel-fitimage.bbclass | 12 +++++++++---
 meta/classes-recipe/kernel.bbclass          |  5 ++++-
 2 files changed, 13 insertions(+), 4 deletions(-)