mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Brings in stable updates up to v4.1.49. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
34 lines
1.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
LINUX_VERSION_INTEL_COMMON = "4.1.49"
|
|
SRCREV_META_INTEL_COMMON ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
|
|
SRCREV_MACHINE_INTEL_COMMON ?= "53882d9d0540e5f3e28fc0ddb8b23a049fe3e935"
|
|
|
|
KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
|
|
|
|
KERNEL_FEATURES_INTEL_COMMON ?= ""
|
|
|
|
LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}"
|
|
COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
|
|
KMACHINE_core2-32-intel-common = "intel-core2-32"
|
|
KBRANCH_core2-32-intel-common = "${KBRANCH_INTEL_COMMON}"
|
|
SRCREV_meta_core2-32-intel-common ?= "${SRCREV_META_INTEL_COMMON}"
|
|
SRCREV_machine_core2-32-intel-common ?= "${SRCREV_MACHINE_INTEL_COMMON}"
|
|
KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
LINUX_VERSION_corei7-64-intel-common = "${LINUX_VERSION_INTEL_COMMON}"
|
|
COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
|
|
KMACHINE_corei7-64-intel-common = "intel-corei7-64"
|
|
KBRANCH_corei7-64-intel-common = "${KBRANCH_INTEL_COMMON}"
|
|
SRCREV_meta_corei7-64-intel-common ?= "${SRCREV_META_INTEL_COMMON}"
|
|
SRCREV_machine_corei7-64-intel-common ?= "${SRCREV_MACHINE_INTEL_COMMON}"
|
|
KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
LINUX_VERSION_i586-nlp-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}"
|
|
COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
|
|
KMACHINE_i586-nlp-32-intel-common = "intel-quark"
|
|
KBRANCH_i586-nlp-32-intel-common = "${KBRANCH_INTEL_COMMON}"
|
|
SRCREV_meta_i586-nlp-32-intel-common ?= "${SRCREV_META_INTEL_COMMON}"
|
|
SRCREV_machine_i586-nlp-32-intel-common ?= "${SRCREV_MACHINE_INTEL_COMMON}"
|
|
KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
|