meta-intel/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
California Sullivan 7cceac01e1 linux-yocto*: Fix LINUX_VERSION variables
I was checking the kver file to update the LINUX_VERSION variable. At
the time of the last SRCREV update the kver files were incorrect. With
the kernel_version_sanity_check function added to oe-core, the
incorrect PV becomes a build error.

Fix this by updating the LINUX_VERSION variables in each linux-yocto
recipe to their correct value.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-23 10:04:16 -07:00

11 lines
537 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
LINUX_VERSION_i586-nlp-32-intel-common = "4.4.20"
SRCREV_meta_i586-nlp-32-intel-common = "59290c5f6192da2eccf478d37a8f9f88134822b3"
SRCREV_machine_i586-nlp-32-intel-common = "2cbbf10c66383c0c052708686ab005a9f9dc442c"
COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
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} cfg/fs/ext4.scc"