From 904dd884a3b914d3f9e2d178830f64627de1f646 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Apr 2014 09:11:46 -0400 Subject: kernel: remove 3.8 bbappend, add 3.14 Adjusting the kernel fragments to the latest oe-core/yocto 1.6 supported kernel list. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend | 6 ++++++ meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend delete mode 100644 meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 0000000..2d7c60f --- /dev/null +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PRINC := "${@int(PRINC) + 1}" + +SRC_URI += "file://iscsi-tcp.scc \ + file://enable-iscsi-tcp.cfg \ + " diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend deleted file mode 100644 index 6df4c0f..0000000 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 1}" - -SRC_URI += "file://iptables-nat.scc \ - file://enable-veth.cfg \ - " - -- cgit v1.2.3-54-g00ecf