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

Mark Asselstine mark.asselstine at windriver.com
Fri May 31 07:23:41 PDT 2019


On Thu, May 30, 2019 at 1:49 AM Hongzhi.Song <hongzhi.song at windriver.com> wrote:
>
> 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
>

Please use '-M' when you generate your commit emails. In this case it
is easy enough to see that only the filename changed but for larger
reviews it helps the reviewer to narrow in on real changes.

Thanks,
Mark


> 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
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


More information about the meta-virtualization mailing list