summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
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-05-26 20:59:33 -0500
commit945240490a3512167f09bd9080fbadd918d23469 (patch)
treef455f18d5672bf38ef643a1b29d80232481bed8f /common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
parent6f712a53dd3b87d12d76aa914ba25876385b7483 (diff)
downloadmeta-intel-945240490a3512167f09bd9080fbadd918d23469.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>
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend')
-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 6d13b10a..a5116982 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
@@ -1,8 +1,8 @@
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.18"
4SRCREV_meta-i586-nlp-32-intel-common = "2b07d06557a049b6ef7038a31651279c33794dbd" 4SRCREV_meta_i586-nlp-32-intel-common = "2b07d06557a049b6ef7038a31651279c33794dbd"
5SRCREV_machine-i586-nlp-32-intel-common = "d03753ddb28a1141e550a67c99ac95789a424fc5" 5SRCREV_machine_i586-nlp-32-intel-common = "d03753ddb28a1141e550a67c99ac95789a424fc5"
6 6
7COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" 7COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
8KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel" 8KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel"