From e7a6a8734ccdb0258030dd86ed5a9af73b34265e Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Tue, 19 Jan 2016 18:25:09 +0900 Subject: Update linux kernel for QEMUx86-64 and Minnowboard MAX Update linux kernel for QEMUx86-64 and Minnowboard MAX to compatile with YP 2.0 jethro's. - On QEMU in jethro, mouse not work with linux-3.17 - KVM becomes avairable when CPU support it E.g. command lines to run qemu with kvm and serial console $ cd tmp/deploy/images/qemux86-64 $ runqemu bzImage-qemux86-64.bin \ agl-demo-platform-qemux86-64.ext4 \ qemuparams="-m 512 -usbdevice tablet" serial kvm Change-Id: Ia35b8d5e25c03094994041eaf399b8476e6a6b6c Signed-off-by: Tadao Tanikawa --- meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 3 +-- meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend (limited to 'meta-agl-bsp/recipes-kernel') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend index 6b8483e63..6f1ed9bc3 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -1,8 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" # Extra configuration options for the QEMU kernel -SRC_URI += "file://0001-fanotify-fix-notification-of-groups-with-inode-mount.patch \ - file://fanotify.cfg \ +SRC_URI += "file://fanotify.cfg \ file://uinput.cfg \ file://hid.cfg \ " diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend new file mode 100644 index 000000000..fe9c05c59 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" + +SRC_URI += " file://0001-fanotify-fix-notification-of-groups-with-inode-mount.patch" -- cgit 1.2.3-korg