summaryrefslogtreecommitdiffstats
path: root/meta-isg
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-03-12 10:41:27 -0700
committerDarren Hart <dvhart@linux.intel.com>2014-03-12 14:51:00 -0700
commit09d485dcce6ed4b654abc0c8a630f1d36bc1a7d6 (patch)
tree0a4c98143b6ca294cd5d085d03590fb863c233df /meta-isg
parentbf3ae602ad3f18f673fa6d268634fa4af8d4b2c9 (diff)
downloadmeta-intel-09d485dcce6ed4b654abc0c8a630f1d36bc1a7d6.tar.gz
linux-yocto: Remove redundant recipes
Remove all redundant linux-yocto recipes where the BSP is able to reuse the intel-common version. Update the common bbappends with the KERNEL_FEATURES and module_autoload* statements from the consolidated bbappends. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-isg')
-rw-r--r--meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend16
1 files changed, 0 insertions, 16 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
deleted file mode 100644
index 0a12121c..00000000
--- a/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3KMETA = "meta"
4
5COMPATIBLE_MACHINE_haswell-wc = "haswell-wc"
6KMACHINE_haswell-wc = "haswell-wc"
7KBRANCH_haswell-wc = "standard/common-pc-64/base"
8
9KERNEL_FEATURES_haswell-wc += "features/amt/mei"
10
11LINUX_VERSION = "3.10.19"
12
13SRCREV_machine_haswell-wc = "a9ec82e355130160f9094e670bd5be0022a84194"
14SRCREV_meta_haswell-wc = "d9cd83c0292bd4e2a6754a96761027252e726a42"
15
16SRC_URI_haswell-wc = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"