From: Nitin A Kamble <[email protected]> Update the emgd kernel driver from version 1.16 to 1.18
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 9a50744..fb8d956 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}:" COMPATIBLE_MACHINE_emenlow = "emenlow" KMACHINE_emenlow = "emenlow" KBRANCH_emenlow = "standard/emenlow" -KERNEL_FEATURES_emenlow_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb" +KERNEL_FEATURES_emenlow_append = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb" COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" KMACHINE_emenlow-noemgd = "emenlow" @@ -12,11 +12,11 @@ KERNEL_FEATURES_emenlow-noemgd_append = " features/drm-gma500/drm-gma600" LINUX_VERSION = "3.8.13" -SRCREV_meta_emenlow = "acee86ed84e252f1c3af782cc3aa044aaa13e51a" -SRCREV_machine_emenlow = "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" -SRCREV_emgd_emenlow = "dd4eb42f0bce51625218da43f77ee4fae179d835" +SRCREV_meta_emenlow = "8ef9136539464c145963ac2b8ee0196fea1c2337" +SRCREV_machine_emenlow = "f20047520a57322f05d95a18a5fbd082fb15cb87" +SRCREV_emgd_emenlow = "a18cbb7a2886206815dbf6c85caed3cb020801e0" -SRCREV_meta_emenlow-noemgd = "acee86ed84e252f1c3af782cc3aa044aaa13e51a" -SRCREV_machine_emenlow-noemgd = "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" +SRCREV_meta_emenlow-noemgd = "8ef9136539464c145963ac2b8ee0196fea1c2337" +SRCREV_machine_emenlow-noemgd = "f20047520a57322f05d95a18a5fbd082fb15cb87" -SRC_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" +SRC_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" -- 1.8.1.4 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
