[meta-virtualization] [PATCH 4/4] xen: move PR variable from include file

Bruce Ashfield bruce.ashfield at gmail.com
Tue Dec 15 06:15:49 PST 2015


On Mon, Dec 14, 2015 at 11:08 PM, Mark Asselstine <
mark.asselstine at windriver.com> wrote:

>
> On Dec 11, 2015 4:59 PM, "Doug Goldstein" <cardoe at cardoe.com> wrote:
> >
> > It appears inapporpriate to have this variable in the include file and
> > should live within the bitbake files themselves.
>
> Actually you should drop this completely, the PR server will take care of
> this for you.
>

Indeed. I merged the first three patches, and modified this one to drop the
PR
completely.

Cheers,

Bruce


> Mark
>
> >
> > Signed-off-by: Doug Goldstein <cardoe at cardoe.com>
> > ---
> >  recipes-extended/xen/xen.inc      | 1 -
> >  recipes-extended/xen/xen_4.5.0.bb | 1 +
> >  recipes-extended/xen/xen_git.bb   | 1 +
> >  3 files changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> > index 1bb0e6a..00f1823 100644
> > --- a/recipes-extended/xen/xen.inc
> > +++ b/recipes-extended/xen/xen.inc
> > @@ -2,7 +2,6 @@ DESCRIPTION = "Xen hypervisor"
> >  HOMEPAGE = "http://xen.org"
> >  LICENSE = "GPLv2"
> >  SECTION = "console/tools"
> > -PR = "r0"
> >
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df"
> >
> > diff --git a/recipes-extended/xen/xen_4.5.0.bb b/recipes-extended/xen/
> xen_4.5.0.bb
> > index 6c17b90..73d01c4 100644
> > --- a/recipes-extended/xen/xen_4.5.0.bb
> > +++ b/recipes-extended/xen/xen_4.5.0.bb
> > @@ -1,4 +1,5 @@
> >  require xen.inc
> > +PR = "r0"
> >
> >  SRC_URI = " \
> >      http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz \
> > diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/
> xen_git.bb
> > index 88145a3..4def3bf 100644
> > --- a/recipes-extended/xen/xen_git.bb
> > +++ b/recipes-extended/xen/xen_git.bb
> > @@ -1,4 +1,5 @@
> >  require xen.inc
> > +PR = "r0"
> >
> >  SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a"
> >
> > --
> > 2.4.10
> >
> > --
> > _______________________________________________
> > meta-virtualization mailing list
> > meta-virtualization at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-virtualization
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20151215/a60a0f0b/attachment.html>


More information about the meta-virtualization mailing list