From 3909001535859169b30298735ea64c48ceec4df6 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 7 Dec 2011 15:46:14 -0800 Subject: fri2: Add efi-ext to KERNEL_FEATURES The fri2 can boot via EFI or legacy PCBIOS. Add support for EFI. Signed-off-by: Darren Hart --- meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend index 34395a7d..71d6c54e 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -2,11 +2,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_fri2 = "fri2" KMACHINE_fri2 = "yocto/standard/fri2" -KERNEL_FEATURES_append_fri2 += " cfg/smp.scc" +KERNEL_FEATURES_append_fri2 += " cfg/smp.scc cfg/efi-ext.scc" COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "yocto/standard/fri2" -KERNEL_FEATURES_append_fri2-noemgd += " cfg/smp.scc" +KERNEL_FEATURES_append_fri2-noemgd += " cfg/smp.scc cfg/efi-ext.scc" SRCREV_machine_pn-linux-yocto_fri2 ?= "20507c447f92907a6df53bc4f03655f050367ec7" SRCREV_meta_pn-linux-yocto_fri2 ?= "67ce7623909cef63927fd145026aaf371cf4abf1" -- cgit v1.2.3-54-g00ecf