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, 12 Nov 2024 03:40:44 +0000 (22:40 -0500)
recipes-core/images/include/image-hvmpd-common.inc

index d8390a0..9aa1feb 100644 (file)
@@ -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 \