diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2016-05-24 13:38:09 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2016-05-26 20:59:33 -0500 |
commit | 945240490a3512167f09bd9080fbadd918d23469 (patch) | |
tree | f455f18d5672bf38ef643a1b29d80232481bed8f /common | |
parent | 6f712a53dd3b87d12d76aa914ba25876385b7483 (diff) | |
download | meta-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.bbappend | 4 | ||||
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 4 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_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" |
4 | SRCREV_meta-i586-nlp-32-intel-common = "2b07d06557a049b6ef7038a31651279c33794dbd" | 4 | SRCREV_meta_i586-nlp-32-intel-common = "2b07d06557a049b6ef7038a31651279c33794dbd" |
5 | SRCREV_machine-i586-nlp-32-intel-common = "d03753ddb28a1141e550a67c99ac95789a424fc5" | 5 | SRCREV_machine_i586-nlp-32-intel-common = "d03753ddb28a1141e550a67c99ac95789a424fc5" |
6 | 6 | ||
7 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" | 7 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" |
8 | KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel" | 8 | KBRANCH_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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_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" |
4 | SRCREV_meta-i586-nlp-32-intel-common = "1465ac389f22979618852aa04298049cfdd5dcb4" | 4 | SRCREV_meta_i586-nlp-32-intel-common = "1465ac389f22979618852aa04298049cfdd5dcb4" |
5 | SRCREV_machine-i586-nlp-32-intel-common = "628bf627561c6285d99fb978e11d4c15fc29324b" | 5 | SRCREV_machine_i586-nlp-32-intel-common = "628bf627561c6285d99fb978e11d4c15fc29324b" |
6 | 6 | ||
7 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" | 7 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" |
8 | KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel" | 8 | KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel" |