summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-12-08 12:11:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-09 19:18:24 +0000
commit241ceba8c45a0853ee9fa0704e8c255a55ebe5c1 (patch)
tree869af5d98d1599502c5cfd83bf2780be10920601 /meta/recipes-kernel/linux/linux-yocto_3.0.bb
parent8819b15655fb55e1192eafdcc0cd8593ee39e90f (diff)
downloadpoky-241ceba8c45a0853ee9fa0704e8c255a55ebe5c1.tar.gz
linux-yocto: update META SRCREV for EFI changes
Adding EFI configuration from the following meta branch commit: Add EFI scc and cfg files Basic EFI support only requires CONFIG_EFI=y, this is sufficient for some boards, and desirable for small configs. This is done with efi.scc. Additional support for CONFIG_EFI_VARS, CONFIG_EFI_PARTITION, and CONFIG_FB_EFI is provided via efi-ext.scc (extended) as this pulls in the block layer, framebuffer support, and virtual terminals. I'd like EFI_VARS to be part of the base config, but I have received reports of it failing in some situations. Keeping it separate ensures basic boot can work with the fragments as defined. (From OE-Core rev: d590f6d12ba7d650ba1a0dd9d5211fb3b2c50fb1) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index ee2363c057..bfecbf1ac1 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "7ecece328c5987112de2959f8f998dfcedaf7210"
18SRCREV_machine_qemux86 ?= "a611ba462ac51b2bfdac1c5c6538dac95ad9b4dd" 18SRCREV_machine_qemux86 ?= "a611ba462ac51b2bfdac1c5c6538dac95ad9b4dd"
19SRCREV_machine_qemux86-64 ?= "b15a9b67089e31ef9780fdbd0481f48ef7facdba" 19SRCREV_machine_qemux86-64 ?= "b15a9b67089e31ef9780fdbd0481f48ef7facdba"
20SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe" 20SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe"
21SRCREV_meta ?= "a67d091fddd6b72dacc37fb4b07c870aebb1b835" 21SRCREV_meta ?= "caa74f86f42f6ecc22c3e9f380176b2695579e18"
22 22
23PR = "r2" 23PR = "r2"
24PV = "${LINUX_VERSION}+git${SRCPV}" 24PV = "${LINUX_VERSION}+git${SRCPV}"