* [PATCH] xen: package remus-netbuf-setup into xen-remus
@ 2016-01-01 15:54 Chris Patterson
2016-01-02 20:40 ` Doug Goldstein
0 siblings, 1 reply; 3+ messages in thread
From: Chris Patterson @ 2016-01-01 15:54 UTC (permalink / raw)
To: meta-virtualization
Package remus-netbuf-setup script which does not ship with
any existing package (throwing up a QA warning).
Signed-off-by: Chris Patterson <cjp256@gmail.com>
---
recipes-extended/xen/xen.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index d3a8b10..ac9796b 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -100,7 +100,10 @@ RDEPENDS_${PN}-misc = " \
python \
"
-RDEPENDS_${PN}-remus = "python"
+RDEPENDS_${PN}-remus = " \
+ bash \
+ python \
+ "
RDEPENDS_${PN}-scripts-block = "\
bash \
@@ -478,6 +481,7 @@ FILES_${PN}-qemu = " \
FILES_${PN}-remus = "\
${bindir}/remus \
+ ${sysconfdir}/xen/scripts/remus-netbuf-setup \
"
FILES_${PN}-scripts-network = " \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] xen: package remus-netbuf-setup into xen-remus
2016-01-01 15:54 [PATCH] xen: package remus-netbuf-setup into xen-remus Chris Patterson
@ 2016-01-02 20:40 ` Doug Goldstein
2016-01-05 16:48 ` Bruce Ashfield
0 siblings, 1 reply; 3+ messages in thread
From: Doug Goldstein @ 2016-01-02 20:40 UTC (permalink / raw)
To: Chris Patterson, meta-virtualization
[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]
On 1/1/16 9:54 AM, Chris Patterson wrote:
> Package remus-netbuf-setup script which does not ship with
> any existing package (throwing up a QA warning).
>
> Signed-off-by: Chris Patterson <cjp256@gmail.com>
> ---
> recipes-extended/xen/xen.inc | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index d3a8b10..ac9796b 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -100,7 +100,10 @@ RDEPENDS_${PN}-misc = " \
> python \
> "
>
> -RDEPENDS_${PN}-remus = "python"
> +RDEPENDS_${PN}-remus = " \
> + bash \
> + python \
> + "
>
> RDEPENDS_${PN}-scripts-block = "\
> bash \
> @@ -478,6 +481,7 @@ FILES_${PN}-qemu = " \
>
> FILES_${PN}-remus = "\
> ${bindir}/remus \
> + ${sysconfdir}/xen/scripts/remus-netbuf-setup \
> "
>
> FILES_${PN}-scripts-network = " \
>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
--
Doug Goldstein
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 978 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xen: package remus-netbuf-setup into xen-remus
2016-01-02 20:40 ` Doug Goldstein
@ 2016-01-05 16:48 ` Bruce Ashfield
0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2016-01-05 16:48 UTC (permalink / raw)
To: Doug Goldstein; +Cc: meta-virtualization@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]
merged.
Bruce
On Sat, Jan 2, 2016 at 3:40 PM, Doug Goldstein <cardoe@cardoe.com> wrote:
> On 1/1/16 9:54 AM, Chris Patterson wrote:
> > Package remus-netbuf-setup script which does not ship with
> > any existing package (throwing up a QA warning).
> >
> > Signed-off-by: Chris Patterson <cjp256@gmail.com>
> > ---
> > recipes-extended/xen/xen.inc | 6 +++++-
> > 1 file changed, 5 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> > index d3a8b10..ac9796b 100644
> > --- a/recipes-extended/xen/xen.inc
> > +++ b/recipes-extended/xen/xen.inc
> > @@ -100,7 +100,10 @@ RDEPENDS_${PN}-misc = " \
> > python \
> > "
> >
> > -RDEPENDS_${PN}-remus = "python"
> > +RDEPENDS_${PN}-remus = " \
> > + bash \
> > + python \
> > + "
> >
> > RDEPENDS_${PN}-scripts-block = "\
> > bash \
> > @@ -478,6 +481,7 @@ FILES_${PN}-qemu = " \
> >
> > FILES_${PN}-remus = "\
> > ${bindir}/remus \
> > + ${sysconfdir}/xen/scripts/remus-netbuf-setup \
> > "
> >
> > FILES_${PN}-scripts-network = " \
> >
>
> Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
>
> --
> Doug Goldstein
>
>
> --
> _______________________________________________
> 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"
[-- Attachment #2: Type: text/html, Size: 2517 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-05 16:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-01 15:54 [PATCH] xen: package remus-netbuf-setup into xen-remus Chris Patterson
2016-01-02 20:40 ` Doug Goldstein
2016-01-05 16:48 ` 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.