From: Hugo Villeneuve Date: Thu, 31 Oct 2024 15:58:33 +0000 (-0400) Subject: kernel: install kernel device tree and modules to rootfs /boot X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=ed3d6a665a8020caff88cb97b71690c2ecfcc34c;p=yocto%2Fmeta-hvmpd.git kernel: install kernel device tree and modules to rootfs /boot --- diff --git a/recipes-core/images/include/image-hvmpd-common.inc b/recipes-core/images/include/image-hvmpd-common.inc index d6c81a7..acbe3c1 100644 --- a/recipes-core/images/include/image-hvmpd-common.inc +++ b/recipes-core/images/include/image-hvmpd-common.inc @@ -20,6 +20,12 @@ IMAGE_INSTALL:append = " \ rsync \ " +# Boot files: +IMAGE_INSTALL:append = " \ + kernel-devicetree \ + kernel-modules \ +" + # Music server specific features/components: IMAGE_INSTALL:append = " \ alsa-utils \