summaryrefslogtreecommitdiffstats
path: root/meta-romley/recipes-kernel
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-03-12 10:34:12 -0700
committerDarren Hart <dvhart@linux.intel.com>2014-03-12 14:51:00 -0700
commita1f14721d2e2a1b694ca805f9a27a6fefa213a02 (patch)
tree51bfff12da9febc5b02c96aced19f55fef586efe /meta-romley/recipes-kernel
parent50fa9bb12cb3b5e8b36041caaf5517f3eea8fde0 (diff)
downloadmeta-intel-a1f14721d2e2a1b694ca805f9a27a6fefa213a02.tar.gz
Remove linux-yocto 3.4 bbappends
The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.4 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-romley/recipes-kernel')
-rw-r--r--meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
deleted file mode 100644
index 1873ec90..00000000
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ /dev/null
@@ -1,21 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3
4COMPATIBLE_MACHINE_romley = "romley"
5
6KMACHINE_romley = "romley"
7KBRANCH_romley = "standard/common-pc-64/romley"
8
9SRCREV_machine_pn-linux-yocto_romley ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
10SRCREV_meta_pn-linux-yocto_romley ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
11
12COMPATIBLE_MACHINE_romley-ivb = "romley-ivb"
13KMACHINE_romley-ivb = "romley"
14KBRANCH_romley-ivb = "standard/common-pc-64/romley"
15
16SRCREV_machine_pn-linux-yocto_romley-ivb ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
17SRCREV_meta_pn-linux-yocto_romley-ivb ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
18
19module_autoload_uio = "uio"
20
21LINUX_VERSION = "3.4.28"