All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Tricca <flihp@twobit.us>
To: Chris Patterson <cjp256@gmail.com>
Cc: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>
Subject: Re: [PATCH v2 10/10] xen: add xen_git recipe.
Date: Sat, 09 Nov 2013 19:51:18 -0500	[thread overview]
Message-ID: <527ED886.2000109@twobit.us> (raw)
In-Reply-To: <CABZSBQcy88sTwgKqHT0Q7EB-bRqSA_6tZ_C86c15ZQ-_Z-LUxA@mail.gmail.com>

On 11/08/2013 04:38 PM, Chris Patterson wrote:
> Both are no longer built by default: libblktap is for blktap1, and flask
> is now only built if you have xsm enabled.

Gotcha. LGTM.

- Philip

> On Fri, Nov 8, 2013 at 1:35 PM, Philip Tricca <flihp@twobit.us
> <mailto:flihp@twobit.us>> wrote:
> 
>     Can I get you to explain the reason for removing libblktap and flask
>     from RDEPENDS in xen.inc? Other than that the patch set looks good to
>     me. Deleting stuff is a very good thing :)
> 
>     - Philip
> 
>     On 11/07/2013 11:01 PM, Chris Patterson wrote:
>     > Added recipe for xen unstable from git repository.
>     >
>     > Moved now empty xen-flask and xen-libblktap packages from
>     > required dependencies from xen.inc into xen_4.3.1.bb
>     <http://xen_4.3.1.bb>.
>     >
>     > Signed-off-by: Chris Patterson <cjp256@gmail.com
>     <mailto:cjp256@gmail.com>>
>     > ---
>     >  recipes-extended/xen/xen.inc      |  2 --
>     >  recipes-extended/xen/xen_4.3.1.bb <http://xen_4.3.1.bb> |  5 +++++
>     >  recipes-extended/xen/xen_git.bb <http://xen_git.bb>   | 18
>     ++++++++++++++++++
>     >  3 files changed, 23 insertions(+), 2 deletions(-)
>     >  create mode 100644 recipes-extended/xen/xen_git.bb
>     <http://xen_git.bb>
>     >
>     > diff --git a/recipes-extended/xen/xen.inc
>     b/recipes-extended/xen/xen.inc
>     > index fff3dc1..9d43814 100644
>     > --- a/recipes-extended/xen/xen.inc
>     > +++ b/recipes-extended/xen/xen.inc
>     > @@ -35,9 +35,7 @@ RDEPENDS_${PN}-base = "\
>     >      ${PN}-libvhd \
>     >      ${PN}-libxenstat \
>     >      ${PN}-libxenstore \
>     > -    ${PN}-libblktap \
>     >      ${PN}-libfsimage \
>     > -    ${PN}-flask \
>     >      ${PN}-fsimage \
>     >      ${PN}-hvmloader \
>     >      ${PN}-scripts-block \
>     > diff --git a/recipes-extended/xen/xen_4.3.1.bb
>     <http://xen_4.3.1.bb> b/recipes-extended/xen/xen_4.3.1.bb
>     <http://xen_4.3.1.bb>
>     > index 46563ce..2c9806b 100644
>     > --- a/recipes-extended/xen/xen_4.3.1.bb <http://xen_4.3.1.bb>
>     > +++ b/recipes-extended/xen/xen_4.3.1.bb <http://xen_4.3.1.bb>
>     > @@ -10,6 +10,11 @@ SRC_URI[sha256sum] =
>     "3b5b7cc508b1739753585b5c25635471cdcef680e8770a78bf6ef9333d
>     >
>     >  S = "${WORKDIR}/xen-${PV}"
>     >
>     > +RDEPENDS_${PN}-base += "\
>     > +    ${PN}-libblktap \
>     > +    ${PN}-flask \
>     > +    "
>     > +
>     >  do_configure_prepend() {
>     >      # fixup qemu-xen-traditional pciutils check hardcoded to test
>     /usr/include/pci
>     >      sed -i 's/\/usr\/include\/pci/$(STAGING_INCDIR)\/pci/g'
>     ${S}/tools/qemu-xen-traditional/xen-hooks.mak
>     > diff --git a/recipes-extended/xen/xen_git.bb <http://xen_git.bb>
>     b/recipes-extended/xen/xen_git.bb <http://xen_git.bb>
>     > new file mode 100644
>     > index 0000000..f333157
>     > --- /dev/null
>     > +++ b/recipes-extended/xen/xen_git.bb <http://xen_git.bb>
>     > @@ -0,0 +1,18 @@
>     > +require xen.inc
>     > +
>     > +SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a"
>     > +
>     > +PV = "4.4.0+git${SRCPV}"
>     > +
>     > +S = "${WORKDIR}/git"
>     > +
>     > +SRC_URI = " \
>     > +    git://xenbits.xen.org/xen.git <http://xenbits.xen.org/xen.git> \
>     > +    "
>     > +
>     > +DEFAULT_PREFERENCE = "-1"
>     > +
>     > +PACKAGES += "${PN}-xen-mfndump"
>     > +
>     > +FILES_${PN}-xen-mfndump = "${sbindir}/xen-mfndump"
>     > +
>     >
> 
> 



  reply	other threads:[~2013-11-10  0:51 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-08  4:00 [PATCH v2 00/10] xen cleanup and upgrades Chris Patterson
2013-11-08  4:00 ` [PATCH v2 01/10] xen: remove xsm from default PACKAGECONFIG options Chris Patterson
2013-11-08  4:00 ` [PATCH v2 02/10] xen: remove 4.1.2 recipe and patches Chris Patterson
2013-11-08  4:01 ` [PATCH v2 03/10] xen: remove xen-hg " Chris Patterson
2013-11-08  4:01 ` [PATCH v2 05/10] xen: remove old xen.inc and xen-python.inc Chris Patterson
2013-11-08  4:01 ` [PATCH v2 06/10] xen: remove old patches Chris Patterson
2013-11-08  4:01 ` [PATCH v2 07/10] xen: rename xen patches directory from xen-4.3.0 to files Chris Patterson
2013-11-08  4:01 ` [PATCH v2 09/10] xen: improve organization with new xen.inc Chris Patterson
2013-11-08  4:01 ` [PATCH v2 10/10] xen: add xen_git recipe Chris Patterson
2013-11-08 18:35   ` Philip Tricca
2013-11-08 21:38     ` Chris Patterson
2013-11-10  0:51       ` Philip Tricca [this message]
2013-11-08 12:50 ` [PATCH v2 00/10] xen cleanup and upgrades Chris Patterson
2013-11-11 20:50 ` 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=527ED886.2000109@twobit.us \
    --to=flihp@twobit.us \
    --cc=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.