diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-22 10:27:17 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:35 +0200 |
commit | 90eedcc9fec081d597e73c31119fe2c493cac8a4 (patch) | |
tree | 9b92af9cf1266e7bc069482fdeee2d7bb15d1d98 /meta-xfce/recipes-core | |
parent | 2892bd69faf94a41870c6e1330dafcb7dab974c9 (diff) | |
download | meta-openembedded-90eedcc9fec081d597e73c31119fe2c493cac8a4.tar.gz |
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>
Diffstat (limited to 'meta-xfce/recipes-core')
-rw-r--r-- | meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 63900f894f..a683c2dd4c 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 \ | |||
4 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ | 4 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ |
5 | packagegroup-core-x11 \ | 5 | packagegroup-core-x11 \ |
6 | packagegroup-xfce-base \ | 6 | packagegroup-xfce-base \ |
7 | kernel-modules \ | ||
7 | " | 8 | " |
8 | 9 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |