diff options
author | Walt Miner <wminer@linuxfoundation.org> | 2015-10-23 15:01:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2015-10-23 15:01:16 +0000 |
commit | ec84dcf85012b9dd07fa2300a46865ad4cdafa0d (patch) | |
tree | 60db10955075c5b834c6aef966830d609727a42f /meta-agl-bsp | |
parent | eb235a0b1f2c8a80e54670eb544d897eb605954a (diff) | |
parent | 9201dffde9bf2fefb53c4bee6470c8407bda2b34 (diff) |
Merge "Provide Wayland FITS, disabled by default"
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg | 3 | ||||
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg new file mode 100644 index 000000000..7996ef1dd --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg @@ -0,0 +1,3 @@ +# Enable the User-level Input driver (required by "wayland-fits") +CONFIG_INPUT_MISC=y +CONFIG_INPUT_UINPUT=m diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend new file mode 100644 index 000000000..24bd38d40 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -0,0 +1,4 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" + +# Extra configuration options for the QEMU kernel +SRC_URI += "file://uinput.cfg" |