summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-06-27 13:32:56 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-07-19 13:41:19 -0500
commit63beadd34de47265058095860237cc20cbc4b411 (patch)
tree2f8a0de5fca11f51621d0c8a2c8963d14f2d95a3 /meta-emenlow/recipes-kernel
parent988b94de35d3bbb11ad527ace2739b8bd942fc00 (diff)
downloadmeta-intel-63beadd34de47265058095860237cc20cbc4b411.tar.gz
emenlow: linux-yocto:3.8: switch to emgd-1.18
Update the emgd kernel driver from version 1.16 to 1.18 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.8.bbappend10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 9a507443..48a8f260 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3COMPATIBLE_MACHINE_emenlow = "emenlow" 3COMPATIBLE_MACHINE_emenlow = "emenlow"
4KMACHINE_emenlow = "emenlow" 4KMACHINE_emenlow = "emenlow"
5KBRANCH_emenlow = "standard/emenlow" 5KBRANCH_emenlow = "standard/emenlow"
6KERNEL_FEATURES_emenlow_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb" 6KERNEL_FEATURES_emenlow_append = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb"
7 7
8COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" 8COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
9KMACHINE_emenlow-noemgd = "emenlow" 9KMACHINE_emenlow-noemgd = "emenlow"
@@ -12,11 +12,11 @@ KERNEL_FEATURES_emenlow-noemgd_append = " features/drm-gma500/drm-gma600"
12 12
13LINUX_VERSION = "3.8.13" 13LINUX_VERSION = "3.8.13"
14 14
15SRCREV_meta_emenlow = "acee86ed84e252f1c3af782cc3aa044aaa13e51a" 15SRCREV_meta_emenlow = "8ef9136539464c145963ac2b8ee0196fea1c2337"
16SRCREV_machine_emenlow = "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" 16SRCREV_machine_emenlow = "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25"
17SRCREV_emgd_emenlow = "dd4eb42f0bce51625218da43f77ee4fae179d835" 17SRCREV_emgd_emenlow = "a18cbb7a2886206815dbf6c85caed3cb020801e0"
18 18
19SRCREV_meta_emenlow-noemgd = "acee86ed84e252f1c3af782cc3aa044aaa13e51a" 19SRCREV_meta_emenlow-noemgd = "8ef9136539464c145963ac2b8ee0196fea1c2337"
20SRCREV_machine_emenlow-noemgd = "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" 20SRCREV_machine_emenlow-noemgd = "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25"
21 21
22SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" 22SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd"