All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services][PATCH 0/4] update bbappend to match bb version
@ 2019-05-30  5:47 Hongzhi.Song
  2019-05-30  5:47 ` [PATCH 1/4] iptables: update bbappend to match to oe-core version Hongzhi.Song
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Hongzhi.Song @ 2019-05-30  5:47 UTC (permalink / raw)
  To: meta-virtualization



Hongzhi.Song (4):
  iptables: update bbappend to match to oe-core version
  libvirt: update bbappend to match bb version
  linux: update bbappend to match oe-core version
  iproute2: update bbappend to match bb version

 .../recipes-extended/iptables/iptables_1.6.%.bbappend       |  3 ---
 .../recipes-extended/iptables/iptables_1.8.%.bbappend       |  3 +++
 .../recipes-extended/libvirt/libvirt_4.%.bbappend           | 13 -------------
 .../recipes-extended/libvirt/libvirt_5.%.bbappend           | 13 +++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.18.bbappend          |  9 ---------
 .../recipes-kernel/linux/linux-yocto_5.0.bbappend           |  9 +++++++++
 .../recipes-support/iproute2/iproute2_4.%.bbappend          |  4 ----
 .../recipes-support/iproute2/iproute2_5.%.bbappend          |  4 ++++
 8 files changed, 29 insertions(+), 29 deletions(-)
 delete mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
 create mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
 delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
 create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
 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
 delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
 create mode 100644 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend

-- 
2.8.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/4] iptables: update bbappend to match to oe-core version
  2019-05-30  5:47 [meta-cloud-services][PATCH 0/4] update bbappend to match bb version Hongzhi.Song
@ 2019-05-30  5:47 ` Hongzhi.Song
  2019-05-30  5:47 ` [PATCH 2/4] libvirt: update bbappend to match bb version Hongzhi.Song
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Hongzhi.Song @ 2019-05-30  5:47 UTC (permalink / raw)
  To: meta-virtualization

Now iptables has been updated to v1.8, so bbappend should be adjusted
too.

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
---
 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend | 3 ---
 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
 create mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend

diff --git a/meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend b/meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
deleted file mode 100644
index 2a53557..0000000
--- a/meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \
-                      kernel-module-xt-redirect \
-                      "
diff --git a/meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend b/meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
new file mode 100644
index 0000000..2a53557
--- /dev/null
+++ b/meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
@@ -0,0 +1,3 @@
+RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \
+                      kernel-module-xt-redirect \
+                      "
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/4] libvirt: update bbappend to match bb version
  2019-05-30  5:47 [meta-cloud-services][PATCH 0/4] update bbappend to match bb version Hongzhi.Song
  2019-05-30  5:47 ` [PATCH 1/4] iptables: update bbappend to match to oe-core version Hongzhi.Song
@ 2019-05-30  5:47 ` Hongzhi.Song
  2019-05-30  5:47 ` [PATCH 3/4] linux: update bbappend to match oe-core version Hongzhi.Song
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Hongzhi.Song @ 2019-05-30  5:47 UTC (permalink / raw)
  To: meta-virtualization

The recipe has been updated from v4 to v5.3.2

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
---
 .../recipes-extended/libvirt/libvirt_4.%.bbappend           | 13 -------------
 .../recipes-extended/libvirt/libvirt_5.%.bbappend           | 13 +++++++++++++
 2 files changed, 13 insertions(+), 13 deletions(-)
 delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
 create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend

diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
deleted file mode 100644
index 0b0f011..0000000
--- a/meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \
-	 	 python ebtables \
-		 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
-		"
-
-inherit useradd
-USERADD_PACKAGES = "${PN}"
-GROUPADD_PARAM_${PN}_append = " ;--system libvirt"
-
-do_install_append() {
-	sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf
-	sed -e "s:^#unix_sock_rw_perms =:unix_sock_rw_perms =:g" -i ${D}/etc/libvirt/libvirtd.conf
-}
diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
new file mode 100644
index 0000000..0b0f011
--- /dev/null
+++ b/meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
@@ -0,0 +1,13 @@
+PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \
+	 	 python ebtables \
+		 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
+		"
+
+inherit useradd
+USERADD_PACKAGES = "${PN}"
+GROUPADD_PARAM_${PN}_append = " ;--system libvirt"
+
+do_install_append() {
+	sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf
+	sed -e "s:^#unix_sock_rw_perms =:unix_sock_rw_perms =:g" -i ${D}/etc/libvirt/libvirtd.conf
+}
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/4] linux: update bbappend to match oe-core version
  2019-05-30  5:47 [meta-cloud-services][PATCH 0/4] update bbappend to match bb version Hongzhi.Song
  2019-05-30  5:47 ` [PATCH 1/4] iptables: update bbappend to match to oe-core version Hongzhi.Song
  2019-05-30  5:47 ` [PATCH 2/4] libvirt: update bbappend to match bb version Hongzhi.Song
@ 2019-05-30  5:47 ` Hongzhi.Song
  2019-05-31 14:23   ` Mark Asselstine
  2019-05-30  5:47 ` [PATCH 4/4] iproute2: update bbappend to match bb version Hongzhi.Song
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Hongzhi.Song @ 2019-05-30  5:47 UTC (permalink / raw)
  To: meta-virtualization

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@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



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 4/4] iproute2: update bbappend to match bb version
  2019-05-30  5:47 [meta-cloud-services][PATCH 0/4] update bbappend to match bb version Hongzhi.Song
                   ` (2 preceding siblings ...)
  2019-05-30  5:47 ` [PATCH 3/4] linux: update bbappend to match oe-core version Hongzhi.Song
@ 2019-05-30  5:47 ` Hongzhi.Song
  2019-06-03  1:45 ` [meta-cloud-services][PATCH 0/4] " Hongzhi, Song
  2019-06-03 20:08 ` Bruce Ashfield
  5 siblings, 0 replies; 11+ messages in thread
From: Hongzhi.Song @ 2019-05-30  5:47 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
---
 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend | 4 ----
 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
 create mode 100644 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend

diff --git a/meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend b/meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
deleted file mode 100644
index 2fde00d..0000000
--- a/meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
-
-RRECOMMENDS_${PN} += "kernel-module-veth \
-	"
diff --git a/meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend b/meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend
new file mode 100644
index 0000000..2fde00d
--- /dev/null
+++ b/meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
+
+RRECOMMENDS_${PN} += "kernel-module-veth \
+	"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/4] linux: update bbappend to match oe-core version
  2019-05-30  5:47 ` [PATCH 3/4] linux: update bbappend to match oe-core version Hongzhi.Song
@ 2019-05-31 14:23   ` Mark Asselstine
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Asselstine @ 2019-05-31 14:23 UTC (permalink / raw)
  To: Hongzhi.Song; +Cc: meta-virtualization

On Thu, May 30, 2019 at 1:49 AM Hongzhi.Song <hongzhi.song@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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-cloud-services][PATCH 0/4] update bbappend to match bb version
  2019-05-30  5:47 [meta-cloud-services][PATCH 0/4] update bbappend to match bb version Hongzhi.Song
                   ` (3 preceding siblings ...)
  2019-05-30  5:47 ` [PATCH 4/4] iproute2: update bbappend to match bb version Hongzhi.Song
@ 2019-06-03  1:45 ` Hongzhi, Song
  2019-06-03 12:43   ` Bruce Ashfield
  2019-06-03 20:08 ` Bruce Ashfield
  5 siblings, 1 reply; 11+ messages in thread
From: Hongzhi, Song @ 2019-06-03  1:45 UTC (permalink / raw)
  To: meta-virtualization, Bruce Ashfield

ping

--Hongzhi


On 5/30/19 1:47 PM, Hongzhi.Song wrote:
>
> Hongzhi.Song (4):
>    iptables: update bbappend to match to oe-core version
>    libvirt: update bbappend to match bb version
>    linux: update bbappend to match oe-core version
>    iproute2: update bbappend to match bb version
>
>   .../recipes-extended/iptables/iptables_1.6.%.bbappend       |  3 ---
>   .../recipes-extended/iptables/iptables_1.8.%.bbappend       |  3 +++
>   .../recipes-extended/libvirt/libvirt_4.%.bbappend           | 13 -------------
>   .../recipes-extended/libvirt/libvirt_5.%.bbappend           | 13 +++++++++++++
>   .../recipes-kernel/linux/linux-yocto_4.18.bbappend          |  9 ---------
>   .../recipes-kernel/linux/linux-yocto_5.0.bbappend           |  9 +++++++++
>   .../recipes-support/iproute2/iproute2_4.%.bbappend          |  4 ----
>   .../recipes-support/iproute2/iproute2_5.%.bbappend          |  4 ++++
>   8 files changed, 29 insertions(+), 29 deletions(-)
>   delete mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
>   create mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
>   delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
>   create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
>   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
>   delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
>   create mode 100644 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-cloud-services][PATCH 0/4] update bbappend to match bb version
  2019-06-03  1:45 ` [meta-cloud-services][PATCH 0/4] " Hongzhi, Song
@ 2019-06-03 12:43   ` Bruce Ashfield
  2019-06-03 12:57     ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2019-06-03 12:43 UTC (permalink / raw)
  To: Hongzhi, Song; +Cc: meta-virtualization

Please don't send pings.

Patches always sit for about 48 hours before I even consider merging
them. You sent this on a Thursday, with a weekend in between the send
and the ping.

So of course, they are not merged yet.

Bruce

On Sun, Jun 2, 2019 at 9:45 PM Hongzhi, Song <hongzhi.song@windriver.com> wrote:
>
> ping
>
> --Hongzhi
>
>
> On 5/30/19 1:47 PM, Hongzhi.Song wrote:
> >
> > Hongzhi.Song (4):
> >    iptables: update bbappend to match to oe-core version
> >    libvirt: update bbappend to match bb version
> >    linux: update bbappend to match oe-core version
> >    iproute2: update bbappend to match bb version
> >
> >   .../recipes-extended/iptables/iptables_1.6.%.bbappend       |  3 ---
> >   .../recipes-extended/iptables/iptables_1.8.%.bbappend       |  3 +++
> >   .../recipes-extended/libvirt/libvirt_4.%.bbappend           | 13 -------------
> >   .../recipes-extended/libvirt/libvirt_5.%.bbappend           | 13 +++++++++++++
> >   .../recipes-kernel/linux/linux-yocto_4.18.bbappend          |  9 ---------
> >   .../recipes-kernel/linux/linux-yocto_5.0.bbappend           |  9 +++++++++
> >   .../recipes-support/iproute2/iproute2_4.%.bbappend          |  4 ----
> >   .../recipes-support/iproute2/iproute2_5.%.bbappend          |  4 ++++
> >   8 files changed, 29 insertions(+), 29 deletions(-)
> >   delete mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
> >   create mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
> >   delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
> >   create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
> >   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
> >   delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
> >   create mode 100644 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend
> >



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-cloud-services][PATCH 0/4] update bbappend to match bb version
  2019-06-03 12:43   ` Bruce Ashfield
@ 2019-06-03 12:57     ` Bruce Ashfield
  2019-06-04  1:06       ` Hongzhi, Song
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2019-06-03 12:57 UTC (permalink / raw)
  To: Hongzhi, Song; +Cc: meta-virtualization

I should have been more clear, it is ok to ping .. just not within a
few days of a patch series. If there is a specific, high priority to a
series, make sure it is in the cover letter and I can speed up
integration testing.

Bruce

On Mon, Jun 3, 2019 at 8:43 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> Please don't send pings.
>
> Patches always sit for about 48 hours before I even consider merging
> them. You sent this on a Thursday, with a weekend in between the send
> and the ping.
>
> So of course, they are not merged yet.
>
> Bruce
>
> On Sun, Jun 2, 2019 at 9:45 PM Hongzhi, Song <hongzhi.song@windriver.com> wrote:
> >
> > ping
> >
> > --Hongzhi
> >
> >
> > On 5/30/19 1:47 PM, Hongzhi.Song wrote:
> > >
> > > Hongzhi.Song (4):
> > >    iptables: update bbappend to match to oe-core version
> > >    libvirt: update bbappend to match bb version
> > >    linux: update bbappend to match oe-core version
> > >    iproute2: update bbappend to match bb version
> > >
> > >   .../recipes-extended/iptables/iptables_1.6.%.bbappend       |  3 ---
> > >   .../recipes-extended/iptables/iptables_1.8.%.bbappend       |  3 +++
> > >   .../recipes-extended/libvirt/libvirt_4.%.bbappend           | 13 -------------
> > >   .../recipes-extended/libvirt/libvirt_5.%.bbappend           | 13 +++++++++++++
> > >   .../recipes-kernel/linux/linux-yocto_4.18.bbappend          |  9 ---------
> > >   .../recipes-kernel/linux/linux-yocto_5.0.bbappend           |  9 +++++++++
> > >   .../recipes-support/iproute2/iproute2_4.%.bbappend          |  4 ----
> > >   .../recipes-support/iproute2/iproute2_5.%.bbappend          |  4 ++++
> > >   8 files changed, 29 insertions(+), 29 deletions(-)
> > >   delete mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
> > >   create mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
> > >   delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
> > >   create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
> > >   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
> > >   delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
> > >   create mode 100644 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend
> > >
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-cloud-services][PATCH 0/4] update bbappend to match bb version
  2019-05-30  5:47 [meta-cloud-services][PATCH 0/4] update bbappend to match bb version Hongzhi.Song
                   ` (4 preceding siblings ...)
  2019-06-03  1:45 ` [meta-cloud-services][PATCH 0/4] " Hongzhi, Song
@ 2019-06-03 20:08 ` Bruce Ashfield
  5 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2019-06-03 20:08 UTC (permalink / raw)
  To: Hongzhi.Song; +Cc: meta-virtualization

merged

Bruce

On Thu, May 30, 2019 at 1:48 AM Hongzhi.Song <hongzhi.song@windriver.com> wrote:
>
>
>
> Hongzhi.Song (4):
>   iptables: update bbappend to match to oe-core version
>   libvirt: update bbappend to match bb version
>   linux: update bbappend to match oe-core version
>   iproute2: update bbappend to match bb version
>
>  .../recipes-extended/iptables/iptables_1.6.%.bbappend       |  3 ---
>  .../recipes-extended/iptables/iptables_1.8.%.bbappend       |  3 +++
>  .../recipes-extended/libvirt/libvirt_4.%.bbappend           | 13 -------------
>  .../recipes-extended/libvirt/libvirt_5.%.bbappend           | 13 +++++++++++++
>  .../recipes-kernel/linux/linux-yocto_4.18.bbappend          |  9 ---------
>  .../recipes-kernel/linux/linux-yocto_5.0.bbappend           |  9 +++++++++
>  .../recipes-support/iproute2/iproute2_4.%.bbappend          |  4 ----
>  .../recipes-support/iproute2/iproute2_5.%.bbappend          |  4 ++++
>  8 files changed, 29 insertions(+), 29 deletions(-)
>  delete mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
>  create mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
>  delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
>  create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
>  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
>  delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
>  create mode 100644 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend
>
> --
> 2.8.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [meta-cloud-services][PATCH 0/4] update bbappend to match bb version
  2019-06-03 12:57     ` Bruce Ashfield
@ 2019-06-04  1:06       ` Hongzhi, Song
  0 siblings, 0 replies; 11+ messages in thread
From: Hongzhi, Song @ 2019-06-04  1:06 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization


On 6/3/19 8:57 PM, Bruce Ashfield wrote:
> I should have been more clear, it is ok to ping .. just not within a
> few days of a patch series. If there is a specific, high priority to a
> series, make sure it is in the cover letter and I can speed up
> integration testing.


Thank you very much. I will follow your ruler in the future.

Hongzhi


>
> Bruce
>
> On Mon, Jun 3, 2019 at 8:43 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>> Please don't send pings.
>>
>> Patches always sit for about 48 hours before I even consider merging
>> them. You sent this on a Thursday, with a weekend in between the send
>> and the ping.
>>
>> So of course, they are not merged yet.
>>
>> Bruce
>>
>> On Sun, Jun 2, 2019 at 9:45 PM Hongzhi, Song <hongzhi.song@windriver.com> wrote:
>>> ping
>>>
>>> --Hongzhi
>>>
>>>
>>> On 5/30/19 1:47 PM, Hongzhi.Song wrote:
>>>> Hongzhi.Song (4):
>>>>     iptables: update bbappend to match to oe-core version
>>>>     libvirt: update bbappend to match bb version
>>>>     linux: update bbappend to match oe-core version
>>>>     iproute2: update bbappend to match bb version
>>>>
>>>>    .../recipes-extended/iptables/iptables_1.6.%.bbappend       |  3 ---
>>>>    .../recipes-extended/iptables/iptables_1.8.%.bbappend       |  3 +++
>>>>    .../recipes-extended/libvirt/libvirt_4.%.bbappend           | 13 -------------
>>>>    .../recipes-extended/libvirt/libvirt_5.%.bbappend           | 13 +++++++++++++
>>>>    .../recipes-kernel/linux/linux-yocto_4.18.bbappend          |  9 ---------
>>>>    .../recipes-kernel/linux/linux-yocto_5.0.bbappend           |  9 +++++++++
>>>>    .../recipes-support/iproute2/iproute2_4.%.bbappend          |  4 ----
>>>>    .../recipes-support/iproute2/iproute2_5.%.bbappend          |  4 ++++
>>>>    8 files changed, 29 insertions(+), 29 deletions(-)
>>>>    delete mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.6.%.bbappend
>>>>    create mode 100644 meta-openstack/recipes-extended/iptables/iptables_1.8.%.bbappend
>>>>    delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend
>>>>    create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_5.%.bbappend
>>>>    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
>>>>    delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2_4.%.bbappend
>>>>    create mode 100644 meta-openstack/recipes-support/iproute2/iproute2_5.%.bbappend
>>>>
>>
>>
>> --
>> - Thou shalt not follow the NULL pointer, for chaos and madness await
>> thee at its end
>> - "Use the force Harry" - Gandalf, Star Trek II
>
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-06-04  1:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-30  5:47 [meta-cloud-services][PATCH 0/4] update bbappend to match bb version Hongzhi.Song
2019-05-30  5:47 ` [PATCH 1/4] iptables: update bbappend to match to oe-core version Hongzhi.Song
2019-05-30  5:47 ` [PATCH 2/4] libvirt: update bbappend to match bb version Hongzhi.Song
2019-05-30  5:47 ` [PATCH 3/4] linux: update bbappend to match oe-core version Hongzhi.Song
2019-05-31 14:23   ` Mark Asselstine
2019-05-30  5:47 ` [PATCH 4/4] iproute2: update bbappend to match bb version Hongzhi.Song
2019-06-03  1:45 ` [meta-cloud-services][PATCH 0/4] " Hongzhi, Song
2019-06-03 12:43   ` Bruce Ashfield
2019-06-03 12:57     ` Bruce Ashfield
2019-06-04  1:06       ` Hongzhi, Song
2019-06-03 20:08 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.