Bläddra i källkod

core-image-minimal-xfce: add kernel modules to image

With existing image, USB mouse and keyboard doesnt
work, it shows the GUI, adding kmod's make this possible
to get keyboard/mouse working out of box. Improves
first time experience

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj 7 år sedan
förälder
incheckning
90eedcc9fe
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      meta-xfce/recipes-core/images/core-image-minimal-xfce.bb

+ 1 - 0
meta-xfce/recipes-core/images/core-image-minimal-xfce.bb

@@ -4,6 +4,7 @@ IMAGE_INSTALL = "packagegroup-core-boot \
     ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
     packagegroup-core-x11 \
     packagegroup-xfce-base \
+    kernel-modules \
 "
 
 REQUIRED_DISTRO_FEATURES = "x11"