From fcef71f8076a0b09cd980a5d0dedeb3bf29152ee Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 17 Oct 2014 12:06:12 +0200 Subject: [PATCH] add EFI support by enabling partition type This was needed to create minnowmax image To be released at https://wiki.tizen.org/wiki/Tizen_on_yocto Change-Id: I5af9db5972ea287688ccb52ccde298bed661a5df Signed-off-by: Philippe Coval --- recipes-kernel/linux/linux-yocto/genericx86-64/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto/genericx86-64/defconfig b/recipes-kernel/linux/linux-yocto/genericx86-64/defconfig index 6fec376..811beed 100644 --- a/recipes-kernel/linux/linux-yocto/genericx86-64/defconfig +++ b/recipes-kernel/linux/linux-yocto/genericx86-64/defconfig @@ -1345,3 +1345,4 @@ CONFIG_FONT_8x16=y CONFIG_FONT_6x11=y CONFIG_FONT_7x14=y CONFIG_FONT_10x18=y +CONFIG_EFI_PARTITION=y -- 2.7.4