summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2016-05-24 13:38:09 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-06-24 09:55:20 -0500
commit0513c36afcd955bcb24600ef60f412bc821064b8 (patch)
tree3817db3e8db92f55d0c5135e5344fbb7fdeea057
parent01d748298af2e6c1c0d51238c968c8f6bb688297 (diff)
downloadmeta-intel-0513c36afcd955bcb24600ef60f412bc821064b8.tar.gz
linux-yocto-tiny: Fix broken SRCREV specifications
linux-yocto-tiny uses hyphens rather than underscores between SRCREV and the machine or meta specification, preventing it from actually taking effect. Fix it by changing the hyphens to underscores. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend4
1 files changed, 2 insertions, 2 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 1d53f565..78817a37 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
@@ -2,8 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.26" 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 = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d" 5SRCREV_meta_nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
6SRCREV_machine-nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5" 6SRCREV_machine_nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
7KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel/base" 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}"