[meta-intel] [PATCH 8/8] linux-yocto-tiny: Fix broken SRCREV specifications

Tom Zanussi tom.zanussi at linux.intel.com
Tue May 24 14:51:18 PDT 2016


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 at linux.intel.com>
---
 common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 4 ++--
 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 e4bb1fe..6408d96 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 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 #LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18"
-SRCREV_meta-i586-nlp-32-intel-common = "e8c492e96f39fbee71520dbee0227dd6a87b9a59"
-SRCREV_machine-i586-nlp-32-intel-common = "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_meta_i586-nlp-32-intel-common = "e8c492e96f39fbee71520dbee0227dd6a87b9a59"
+SRCREV_machine_i586-nlp-32-intel-common = "d03753ddb28a1141e550a67c99ac95789a424fc5"
 
 COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
 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 4a39623..b57ac42 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 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 #LINUX_VERSION_i586-nlp-32-intel-common = "4.4.10"
-SRCREV_meta-i586-nlp-32-intel-common = "d6ee402d461048cf1afd10375fee5769c06d21d6"
-SRCREV_machine-i586-nlp-32-intel-common = "578ff2a88676d20439dbf3877768370d06a22d8f"
+SRCREV_meta_i586-nlp-32-intel-common = "d6ee402d461048cf1afd10375fee5769c06d21d6"
+SRCREV_machine_i586-nlp-32-intel-common = "578ff2a88676d20439dbf3877768370d06a22d8f"
 
 COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
 KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel"
-- 
1.9.3



More information about the meta-intel mailing list