From: Nitin A Kamble <[email protected]> Update to the HEAD of standard/base (3.10.34-LTSI). This also works around an open issue with do_validate_branches where feature branches are reset the HEAD of the machine branch if they contain that commit.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend index 37cf96e..1b7ff84 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -11,13 +11,13 @@ KMACHINE_crownbay-noemgd = "crownbay" KBRANCH_crownbay-noemgd = "standard/crownbay" KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" -LINUX_VERSION = "3.10.32" +LINUX_VERSION = "3.10.34" -SRCREV_meta_crownbay = "6e0e756d51372c8b176c5d1e6f786545bceed351" -SRCREV_machine_crownbay = "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" +SRCREV_meta_crownbay = "df3aa753c8826127fb5ad811d56d57168551d6e4" +SRCREV_machine_crownbay = "c7739be126930006e3bfbdb2fb070a967abc5e09" SRCREV_emgd_crownbay = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" -SRCREV_meta_crownbay-noemgd = "6e0e756d51372c8b176c5d1e6f786545bceed351" -SRCREV_machine_crownbay-noemgd = "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" +SRCREV_meta_crownbay-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" +SRCREV_machine_crownbay-noemgd = "c7739be126930006e3bfbdb2fb070a967abc5e09" SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
