[meta-virtualization] [PATCH 3/4] linux: update bbappend to match oe-core version

Hongzhi.Song hongzhi.song at windriver.com
Wed May 29 22:47:51 PDT 2019


Since v4.18 was removed and v5.0 was created, bbappend should be
adjusted to match oe-core.

Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
---
 meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend | 9 ---------
 meta-openstack/recipes-kernel/linux/linux-yocto_5.0.bbappend  | 9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend
 create mode 100644 meta-openstack/recipes-kernel/linux/linux-yocto_5.0.bbappend

diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend
deleted file mode 100644
index 843546c..0000000
--- a/meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-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 \
-	"
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_5.0.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_5.0.bbappend
new file mode 100644
index 0000000..843546c
--- /dev/null
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto_5.0.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 \
+	"
-- 
2.8.1



More information about the meta-virtualization mailing list