kernel: install kernel device tree and modules to rootfs /boot
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Oct 2024 15:58:33 +0000 (11:58 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 9 Sep 2025 15:56:37 +0000 (11:56 -0400)
recipes-core/images/include/image-hvmpd-common.inc

index d6c81a7..acbe3c1 100644 (file)
@@ -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 \