summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2016-06-02 15:05:49 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-06-23 12:44:29 -0500
commit29b3f6c4381e0f92f27b7476b9f4f73326da3f1e (patch)
treeaa562733adbca2d3e24129409031feb1b8b8b494
parent58b8e0f2e6c4f6566983baf4bc980a86592398ad (diff)
downloadmeta-intel-29b3f6c4381e0f92f27b7476b9f4f73326da3f1e.tar.gz
linux-yocto/4.1: Switch to standard/intel/base
The dedicated standard branch for Intel platforms has been renamed to standard/intel/base - update the 4.1 kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-yocto_4.1.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 459ce84b..31b39983 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -1,10 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3LINUX_VERSION_INTEL_COMMON = "4.1.18" 3LINUX_VERSION_INTEL_COMMON = "4.1.26"
4SRCREV_META_INTEL_COMMON = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" 4SRCREV_META_INTEL_COMMON = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
5SRCREV_MACHINE_INTEL_COMMON = "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e" 5SRCREV_MACHINE_INTEL_COMMON = "9195020e5747fba069c19996fab079931584a7fb"
6 6
7KBRANCH_INTEL_COMMON = "standard/base" 7KBRANCH_INTEL_COMMON = "standard/intel/base"
8KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" 8KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
9 9
10LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}" 10LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}"