From 91f7784cfd26ca7d26e1006d78c067e74c7dc92a Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 15 Jan 2016 22:12:18 +0900 Subject: Support MinnowBoard MAX To configure for MinnowBoard MAX, use 'intel-corei7-64' as MACHINE. E.g. set up build environment by meta-agl's script: $ source meta-agl/script/envsetup.sh intel-corei7-64 [build-dir] There are instructions to write image into SD card and boot system at "http://elinux.org/Minnowboard:MinnowMaxYoctoProject". Change-Id: I19062482848bb6157791ab698bf92984e24a6d9a Signed-off-by: Tadao Tanikawa --- meta-agl-bsp/recipes-kernel/linux/linux-yocto/hid.cfg | 1 + meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 1 + 2 files changed, 2 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-yocto/hid.cfg (limited to 'meta-agl-bsp/recipes-kernel') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto/hid.cfg b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/hid.cfg new file mode 100644 index 000000000..327c753ae --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/hid.cfg @@ -0,0 +1 @@ +CONFIG_HID_MULTITOUCH=y diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend index 00270faef..6b8483e63 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -4,4 +4,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" SRC_URI += "file://0001-fanotify-fix-notification-of-groups-with-inode-mount.patch \ file://fanotify.cfg \ file://uinput.cfg \ + file://hid.cfg \ " -- cgit 1.2.3-korg