summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
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-23 17:38:48 -0500
commit8d396e0319a70f35598f2dd0ab596911cbc68b08 (patch)
tree59d36164f5f3bd38f386712354a2b99724f26bc1 /common/recipes-kernel
parent32b52225a717dd4e09b7959e396b41c6f61e7ee5 (diff)
downloadmeta-intel-8d396e0319a70f35598f2dd0ab596911cbc68b08.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')
-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 81241e0e..bae84bd7 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.26" 3#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.26"
4SRCREV_meta-i586-nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d" 4SRCREV_meta_i586-nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
5SRCREV_machine-i586-nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5" 5SRCREV_machine_i586-nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
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/base" 8KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel/base"
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 e1c2c929..af9d739f 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.3" 3#LINUX_VERSION_i586-nlp-32-intel-common = "4.4.3"
4SRCREV_meta-i586-nlp-32-intel-common = "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8" 4SRCREV_meta_i586-nlp-32-intel-common = "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
5SRCREV_machine-i586-nlp-32-intel-common = "076cc85486fda808582bd1e77400a5c49dea3e2e" 5SRCREV_machine_i586-nlp-32-intel-common = "076cc85486fda808582bd1e77400a5c49dea3e2e"
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/common-pc" 8KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc"