summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2018-02-06 12:19:55 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-02-06 12:19:55 -0800
commit0329150957540592cf1b3cdc6d1fc57a3f3189bf (patch)
treee4422854b92a095ea7c7c4b9f47f05f8ff2d1793 /recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend
parent83e1ac29b7dfc2c1df3d7c24bf2acef070531ae9 (diff)
downloadmeta-intel-0329150957540592cf1b3cdc6d1fc57a3f3189bf.tar.gz
linux-yocto: remove 4.4, 4.9, and 4.10 bbappends
These have been removed from OE-core. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend
deleted file mode 100644
index e8c27707..00000000
--- a/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend
+++ /dev/null
@@ -1,15 +0,0 @@
1FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
2
3KERNEL_FEATURES_INTEL_COMMON ?= ""
4
5COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
6COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
7
8KBRANCH_core2-32-intel-common = "standard/tiny/base"
9KBRANCH_corei7-64-intel-common = "standard/tiny/base"
10
11KMACHINE_core2-32-intel-common = "intel-core2-32"
12KMACHINE_corei7-64-intel-common = "intel-corei7-64"
13
14KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} cfg/fs/ext4.scc"
15KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} cfg/fs/ext4.scc"