diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-03-31 16:24:10 +0200 |
---|---|---|
committer | George Nita <george.nita@enea.com> | 2014-04-01 08:22:10 +0300 |
commit | accc04b57bb68da4542bcecd49d95dcb03efd909 (patch) | |
tree | 93acc017b70b3afcf950aefb37c4f9d07b1e6918 /meta-isg/meta-haswell-wc/recipes-kernel | |
parent | 385480881105643d83277023ce74df8c1b4a9c9e (diff) | |
download | meta-intel-accc04b57bb68da4542bcecd49d95dcb03efd909.tar.gz |
Revert "linux-yocto: Remove redundant recipes"
This commit renders the romley-ivb unbootable. Reverting it is NOT A
FIX, it's just a workaround. We should have a proper fix for this at a
later time.
This reverts commit 09d485dcce6ed4b654abc0c8a630f1d36bc1a7d6.
[LXCR-2923]
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: George Nita <george.nita@enea.com>
Diffstat (limited to 'meta-isg/meta-haswell-wc/recipes-kernel')
-rw-r--r-- | meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 00000000..0a12121c --- /dev/null +++ b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -0,0 +1,16 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | KMETA = "meta" | ||
4 | |||
5 | COMPATIBLE_MACHINE_haswell-wc = "haswell-wc" | ||
6 | KMACHINE_haswell-wc = "haswell-wc" | ||
7 | KBRANCH_haswell-wc = "standard/common-pc-64/base" | ||
8 | |||
9 | KERNEL_FEATURES_haswell-wc += "features/amt/mei" | ||
10 | |||
11 | LINUX_VERSION = "3.10.19" | ||
12 | |||
13 | SRCREV_machine_haswell-wc = "a9ec82e355130160f9094e670bd5be0022a84194" | ||
14 | SRCREV_meta_haswell-wc = "d9cd83c0292bd4e2a6754a96761027252e726a42" | ||
15 | |||
16 | SRC_URI_haswell-wc = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta" | ||