All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Patterson <cjp256@gmail.com>
To: meta-virtualization@yoctoproject.org
Subject: [PATCH] xen: package remus-netbuf-setup into xen-remus
Date: Fri,  1 Jan 2016 10:54:27 -0500	[thread overview]
Message-ID: <1451663667-25116-1-git-send-email-cjp256@gmail.com> (raw)

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



             reply	other threads:[~2016-01-01 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01 15:54 Chris Patterson [this message]
2016-01-02 20:40 ` [PATCH] xen: package remus-netbuf-setup into xen-remus Doug Goldstein
2016-01-05 16:48   ` Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1451663667-25116-1-git-send-email-cjp256@gmail.com \
    --to=cjp256@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.