From eb0fb9a41ec82fefa69f53c908e96ebd359f2c18 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 31 Oct 2024 11:58:33 -0400 Subject: [PATCH] kernel: install kernel device tree and modules to rootfs /boot --- recipes-core/images/include/image-hvmpd-common.inc | 6 ++++++ 1 file changed, 6 insertions(+) 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 \ -- 2.20.1