From ee17f93b5dbd7f7a4c84374c385f33ff123f093e Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 22 Jan 2013 11:36:07 -0800 Subject: fri2: fix a typo in specifying the kernel feature There was a typo in specifying cfg/vesafb kernel feature. This commit fixes it. Signed-off-by: Nitin A Kamble Acked-by: Darren Hart Signed-off-by: Tom Zanussi --- meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend index 25431a15..9165f212 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_fri2 = "fri2" KMACHINE_fri2 = "fri2" KBRANCH_fri2 = "standard/fri2" -KERNEL_FEATURES_fri2_append = " features/drm-emgd cfg/vesfb" +KERNEL_FEATURES_fri2_append = " features/drm-emgd cfg/vesafb" SRCREV_machine_pn-linux-yocto_fri2 ?= "${AUTOREV}" SRCREV_meta_pn-linux-yocto_fri2 ?= "${AUTOREV}" -- cgit v1.2.3-54-g00ecf