Since v4.18 was removed and v5.0 was created, bbappend should be adjusted to match oe-core.
Signed-off-by: Hongzhi.Song <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
