mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
Now that the BSP meta data comes from a separate git repository, we need to update the meta SRCREVs to ones that are valid in that tree (the previous REVs are only valid in a linux-yocto meta branch). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
18 lines
967 B
Plaintext
18 lines
967 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
LINUX_VERSION_core2-32-intel-common = "3.14.36"
|
|
COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
|
|
SRCREV_meta_core2-32-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994"
|
|
SRCREV_machine_core2-32-intel-common = "3fb54cf8f4c3254f628e6c4720fe3c731a9de0b2"
|
|
KMACHINE_core2-32-intel-common = "intel-core2-32"
|
|
KBRANCH_core2-32-intel-common = "standard/preempt-rt/base"
|
|
KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
LINUX_VERSION_corei7-64-intel-common = "3.14.36"
|
|
COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
|
|
SRCREV_meta_corei7-64-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994"
|
|
SRCREV_machine_corei7-64-intel-common = "3fb54cf8f4c3254f628e6c4720fe3c731a9de0b2"
|
|
KMACHINE_corei7-64-intel-common = "intel-corei7-64"
|
|
KBRANCH_corei7-64-intel-common = "standard/preempt-rt/base"
|
|
KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|