mbox series

[meta-rockchip,0/2] fix 2+ DTB in KERNEL_DEVICETREE and empty /boot without kernel-modules

Message ID 20240522-nonfitdt-multi-dt-v1-0-c75dffd3aa7c@cherry.de
Headers show
Series fix 2+ DTB in KERNEL_DEVICETREE and empty /boot without kernel-modules | expand

Message

Quentin Schulz May 22, 2024, 6:26 p.m. UTC
This fixes NONFITDT/UBOOT_EXTLINUX_FDT when KERNEL_DEVICETREE contains
more than one DTB (which is a valid use-case).

This also fixes an empty /boot directly when no kernel-modules are
installed in the image, by explicitly adding kernel-image and
kernel-devicetree packages (the latter only if building !fitImage).

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (2):
      rockchip-extlinux.inc: handle multiple DTs in KERNEL_DEVICETREE
      rockchip-extlinux.inc: add kernel and dtb packages to the image

 conf/machine/include/rockchip-extlinux.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
base-commit: 88f2064ca2b83b42a7c8a59616ab80b763ef2485
change-id: 20240522-nonfitdt-multi-dt-a282c5187511

Best regards,