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>
This commit is contained in:
Khem Raj
2016-08-22 10:27:17 -07:00
committed by Martin Jansa
parent 2892bd69fa
commit 90eedcc9fe

View File

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