All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brendan Kerrigan" <brendank310@gmail.com>
To: meta-virtualization@lists.yoctoproject.org
Cc: Brendan Kerrigan <kerriganb@ainfosec.com>
Subject: [PATCH 2/3] xen: add package for xen-ucode
Date: Mon, 13 Jan 2020 10:47:41 -0500	[thread overview]
Message-ID: <20200113154742.15509-3-brendank310@gmail.com> (raw)
In-Reply-To: <20200113154742.15509-1-brendank310@gmail.com>

From: Brendan Kerrigan <kerriganb@ainfosec.com>

Signed-off-by: Brendan Kerrigan <kerriganb@ainfosec.com>
---
 recipes-extended/xen/xen.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index a77b0d7..ed56e38 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -74,6 +74,7 @@ RDEPENDS_${PN}-base = "\
     ${PN}-fsimage \
     ${PN}-scripts-block \
     ${PN}-scripts-network \
+    ${PN}-ucode \
     ${PN}-xen-watchdog \
     ${PN}-xencommons \
     ${PN}-xendomains \
@@ -216,6 +217,7 @@ PACKAGES = "\
     ${PN}-scripts-network \
     ${PN}-shim \
     ${PN}-staticdev \
+    ${PN}-ucode \
     ${PN}-volatiles \
     ${PN}-xcutils \
     ${PN}-xencommons \
@@ -673,6 +675,10 @@ FILES_${PN}-shim = " \
     ${libdir}/xen/boot/xen-shim \
     "
 
+FILES_${PN}-ucode = " \
+    ${sbindir}/xen-ucode \
+    "
+
 FILES_${PN}-volatiles = "\
     ${sysconfdir}/default/volatiles/99_xen \
     ${sysconfdir}/tmpfiles.d/xen.conf \
-- 
2.20.1


  parent reply	other threads:[~2020-01-13 16:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13 15:47 [PATCH 0/3] xen: uprev to 4.13.0 Brendan Kerrigan
2020-01-13 15:47 ` [PATCH 1/3] xen: add flag to ignore warning "address-of-packed-member" Brendan Kerrigan
2020-01-17  1:38   ` [meta-virtualization] " Christopher Clark
2020-01-13 15:47 ` Brendan Kerrigan [this message]
2020-01-17  1:39   ` [meta-virtualization] [PATCH 2/3] xen: add package for xen-ucode Christopher Clark
     [not found]   ` <15EA88ECCB8B1E8F.22146@lists.yoctoproject.org>
2020-01-17 19:23     ` Christopher Clark
2020-01-13 15:47 ` [PATCH 3/3] xen: upgrade to 4.13.0 Brendan Kerrigan
2020-01-17  1:48   ` [meta-virtualization] " Christopher Clark
2020-01-16  6:57 ` [meta-virtualization] [PATCH 0/3] xen: uprev " Christopher Clark
2020-01-17 21:31   ` 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=20200113154742.15509-3-brendank310@gmail.com \
    --to=brendank310@gmail.com \
    --cc=kerriganb@ainfosec.com \
    --cc=meta-virtualization@lists.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.