meta-intel/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
Tom Zanussi 945240490a 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>
2016-05-26 20:59:33 -05:00

11 lines
517 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18"
SRCREV_meta_i586-nlp-32-intel-common = "2b07d06557a049b6ef7038a31651279c33794dbd"
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"
KMACHINE_i586-nlp-32-intel-common = "intel-quark"
KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"