summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-01-16 14:51:03 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-01-19 16:18:34 -0600
commit01c6f60ae68b98968c8425493bfe7608fdf41bcc (patch)
tree5d4ff882c479b6fbd90728f5473f85a1912bb698 /meta-emenlow/recipes-kernel
parent417825f175d9f5c4a1b25d309323c6d809c98047 (diff)
downloadmeta-intel-01c6f60ae68b98968c8425493bfe7608fdf41bcc.tar.gz
emenlow-noemgd: create a new BSP
This is based on the gma500/gma600 kernel driver and the modesetting X driver for poulsbo graphics. The gma500 driver needs soft cursor in X. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/recipes-kernel')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
index d0306bc7..d3700240 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,5 +5,16 @@ KMACHINE_emenlow = "emenlow"
5KBRANCH_emenlow = "standard/emenlow" 5KBRANCH_emenlow = "standard/emenlow"
6KERNEL_FEATURES_emenlow_append = " features/drm-emgd cfg/vesafb" 6KERNEL_FEATURES_emenlow_append = " features/drm-emgd cfg/vesafb"
7 7
8COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
9KMACHINE_emenlow-noemgd = "emenlow"
10KBRANCH_emenlow-noemgd = "standard/emenlow"
11KERNEL_FEATURES_emenlow-noemgd_append = " features/drm-gma500/drm-gma600"
12
8SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" 13SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}"
9SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" 14SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}"
15SRCREV_emgd_pn-linux-yocto_emenlow ?= "${AUTOREV}"
16
17SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}"
18SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}"
19
20SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd"