diff options
author | 2017-03-15 19:25:22 -0400 | |
---|---|---|
committer | 2017-03-15 19:26:40 -0400 | |
commit | 87813ae8386769418febe617062ce17571f9ae60 (patch) | |
tree | 655debe8b3e06eaeb6329b9065bf15b5d6996603 | |
parent | 116a12ed48345159690a5504cb67fd8c9e63150c (diff) | |
download | meta-cloud-services-87813ae8386769418febe617062ce17571f9ae60.tar.gz meta-cloud-services-87813ae8386769418febe617062ce17571f9ae60.tar.bz2 meta-cloud-services-87813ae8386769418febe617062ce17571f9ae60.zip |
kernel: remove non-existent bbappends and add current ones
Our kernel bbappends have gotten out of date. This commit syncs them
with oe-core master.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-kernel/linux/linux-yocto_4.10.bbappend (renamed from meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend) | 0 | ||||
-rw-r--r-- | meta-openstack/recipes-kernel/linux/linux-yocto_4.4.bbappend (renamed from meta-openstack/recipes-kernel/linux/linux-yocto_3.19.bbappend) | 0 | ||||
-rw-r--r-- | meta-openstack/recipes-kernel/linux/linux-yocto_4.9.bbappend | 9 |
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_4.10.bbappend index 843546c8..843546c8 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_4.10.bbappend diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.19.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_4.4.bbappend index 843546c8..843546c8 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_4.4.bbappend diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_4.9.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_4.9.bbappend new file mode 100644 index 00000000..843546c8 --- /dev/null +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_4.9.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://enable-veth.cfg \ + file://enable-iscsi-tcp.cfg \ + file://enable-nbd.cfg \ + file://enable-rtlink.cfg \ + file://nf.scc \ + file://nfs.scc \ + " |