mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

d86d58a99dd4 didn't fix the issue it wanted to address but rather referred to the corresponding commit of standard/tiny/intel/base instead of standard/preempt-rt/intel/base. A local workaround for the original meta-intel issue papered over this during testing. Fix it for real. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
LINUX_VERSION_INTEL_COMMON = "4.4.26"
|
|
SRCREV_META_INTEL_COMMON = "870134f4bfa6208d6e5339e065486be3b6e693a5"
|
|
SRCREV_MACHINE_INTEL_COMMON = "c5851eb141c2c64b0f6d453c45c4200dfede1a79"
|
|
|
|
KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
|
|
|
|
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 = ""
|