summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2016-06-02 15:22:24 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-06-24 09:51:48 -0500
commit21dfa1a09b31d1981483b6a4ad4325d91915b572 (patch)
tree34b6c88d39e22f22e8201f53b790fad2fd79bd3d
parent01c243f1d9de49911f639eb615c4e0a427946b03 (diff)
downloadmeta-intel-21dfa1a09b31d1981483b6a4ad4325d91915b572.tar.gz
linux-yocto-tiny/4.1: Switch to standard/tiny/intel/base
The dedicated standard tiny branch for Intel platforms has been renamed to standard/tiny/intel/base - update the 4.1 tiny kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
index aed3e6e4..1d53f565 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
@@ -1,9 +1,9 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18" 3#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.26"
4COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" 4COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
5SRCREV_meta-nlp-32-intel-common = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" 5SRCREV_meta-nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
6SRCREV_machine-nlp-32-intel-common = "ec18b0b3bd6befd416078e81d775dab37b3f9124" 6SRCREV_machine-nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
7KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc" 7KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel/base"
8KMACHINE_i586-nlp-32-intel-common = "intel-quark" 8KMACHINE_i586-nlp-32-intel-common = "intel-quark"
9KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" 9KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"