summaryrefslogtreecommitdiffstats
path: root/common
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
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')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend4
-rw-r--r--common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend4
2 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 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"
diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
index 2eb7399e..4d0cf2be 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
@@ -1,8 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3#LINUX_VERSION_i586-nlp-32-intel-common = "4.4.11" 3#LINUX_VERSION_i586-nlp-32-intel-common = "4.4.11"
4SRCREV_meta-i586-nlp-32-intel-common = "1465ac389f22979618852aa04298049cfdd5dcb4" 4SRCREV_meta_i586-nlp-32-intel-common = "1465ac389f22979618852aa04298049cfdd5dcb4"
5SRCREV_machine-i586-nlp-32-intel-common = "628bf627561c6285d99fb978e11d4c15fc29324b" 5SRCREV_machine_i586-nlp-32-intel-common = "628bf627561c6285d99fb978e11d4c15fc29324b"
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"