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>
This commit is contained in:
Bruce Ashfield
2011-12-08 12:11:22 -05:00
committed by Richard Purdie
parent 8819b15655
commit 241ceba8c4
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "bffda9207cdc3b309bfa7b3e23eb7dc838f50223"
SRCREV_machine_qemuppc ?= "f02dda1ccaf95f10a1e65359184e90484a5fd0d9"
SRCREV_meta ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
SRCREV_meta ?= "caa74f86f42f6ecc22c3e9f380176b2695579e18"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"