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>
This commit is contained in:
Tom Zanussi 2016-05-24 13:38:09 -05:00
parent 01d748298a
commit 0513c36afc

View File

@ -2,8 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.26"
COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
SRCREV_meta-nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
SRCREV_machine-nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
SRCREV_meta_nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d"
SRCREV_machine_nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel/base"
KMACHINE_i586-nlp-32-intel-common = "intel-quark"
KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"