mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Fixes [YOCTO 5679] Bump the SRCREVs to address the lttng-modules build failure introduced by the oe-core/poky commit: lttng-modules: Update to 2.3.3 version This updates the SRCREVs for crystalforest, haswell-wc, and romley which were at different points than the rest of the BSPs in the layer. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
KMETA = "meta"
|
|
|
|
COMPATIBLE_MACHINE_haswell-wc = "haswell-wc"
|
|
KMACHINE_haswell-wc = "haswell-wc"
|
|
KBRANCH_haswell-wc = "standard/common-pc-64/base"
|
|
|
|
KERNEL_FEATURES_haswell-wc += "features/amt/mei"
|
|
|
|
LINUX_VERSION = "3.10.19"
|
|
|
|
SRCREV_machine_haswell-wc = "a9ec82e355130160f9094e670bd5be0022a84194"
|
|
SRCREV_meta_haswell-wc = "d9cd83c0292bd4e2a6754a96761027252e726a42"
|
|
|
|
SRC_URI_haswell-wc = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
|