[oe-commits] [meta-openembedded] 02/51: core-image-minimal-xfce: add kernel modules to image

git at git.openembedded.org git at git.openembedded.org
Mon Sep 5 11:33:42 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 90eedcc9fec081d597e73c31119fe2c493cac8a4
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Aug 22 10:27:17 2016 -0700

    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
index 63900f8..a683c2d 100644
--- a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
+++ b/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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list