I gave series a spin. Xen 4.6 built and ran nicely. On the git version, I received: "Fetcher failure: Unable to find revision 1fd615aa0108490ffc558d27627f509183cbfdaf in branch master even from upstream"
Had to set branch=staging-4.6 to get it to fetch OK. With the rest of this patch series applied, I also needed to move more of the common bits into xen.inc to get it to build for x86_64. Any thoughts on moving the EXTRA_OEMAKE, xen-x86-Fix-up-rules-when-forcing-mno-sse.patch, and do_install_append() to the .inc as well? Cheers for the cleanup :) On Mon, Jan 25, 2016 at 10:29 AM, Doug Goldstein <[email protected]> wrote: > Since xen.inc has been updated to support only Xen 4.6.x, the xen_git.bb > should be updated to a revision in the 4.6.x stable series. > > Signed-off-by: Doug Goldstein <[email protected]> > --- > recipes-extended/xen/xen_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb > index 88145a3..9e74d7a 100644 > --- a/recipes-extended/xen/xen_git.bb > +++ b/recipes-extended/xen/xen_git.bb > @@ -1,8 +1,8 @@ > require xen.inc > > -SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a" > +SRCREV = "1fd615aa0108490ffc558d27627f509183cbfdaf" > > -PV = "4.4.0+git${SRCPV}" > +PV = "4.6.0+git${SRCPV}" > > S = "${WORKDIR}/git" > > -- > 2.4.10 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
