summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-03-12 12:17:57 -0700
committerTom Zanussi <tom.zanussi@intel.com>2014-04-02 08:17:43 -0500
commit185ac2bc78f4c23c2023b5ecad3a21e3f3fc34de (patch)
treee301e884190080da9b918a66e3997bd636d82c70
parent192ba6dd4ceb7c1de86bddccb8b803ceaa54d513 (diff)
downloadmeta-intel-185ac2bc78f4c23c2023b5ecad3a21e3f3fc34de.tar.gz
nuc: Update linux-yocto 3.10 SRCREV (3.10.34-LTSI)
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. The common linux-yocto_3.10 kernel is not able to find root device on the NUC platform. Hence the NUC BSP is not yet updated to use the common kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
index ec67460a..50f8561c 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -3,13 +3,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3 3
4COMPATIBLE_MACHINE_nuc = "nuc" 4COMPATIBLE_MACHINE_nuc = "nuc"
5KMACHINE_nuc = "chiefriver" 5KMACHINE_nuc = "chiefriver"
6KBRANCH_nuc = "standard/common-pc-64/chiefriver" 6KBRANCH_nuc = "standard/base"
7 7
8KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi" 8KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi"
9 9
10LINUX_VERSION = "3.10.19" 10LINUX_VERSION = "3.10.34"
11 11
12SRCREV_meta_nuc = "d9cd83c0292bd4e2a6754a96761027252e726a42" 12SRCREV_meta_nuc = "df3aa753c8826127fb5ad811d56d57168551d6e4"
13SRCREV_machine_nuc = "a9ec82e355130160f9094e670bd5be0022a84194" 13SRCREV_machine_nuc = "c7739be126930006e3bfbdb2fb070a967abc5e09"
14 14
15module_autoload_iwlwifi_nuc = "iwlwifi" 15module_autoload_iwlwifi_nuc = "iwlwifi"