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=eb0fb9a41ec82fefa69f53c908e96ebd359f2c18;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 d8390a0..9aa1feb 100644 --- a/recipes-core/images/include/image-hvmpd-common.inc +++ b/recipes-core/images/include/image-hvmpd-common.inc @@ -19,6 +19,12 @@ IMAGE_INSTALL:append = " \ nfs-utils \ " +# Boot files: +IMAGE_INSTALL:append = " \ + kernel-devicetree \ + kernel-modules \ +" + # Music server specific features/components: IMAGE_INSTALL:append = " \ alsa-utils \