Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-23 Thread Tim Orling
Your poky is not at master, your oe-core is at an older version where the smart package manager was used. It has been replaced with dnf. You are missing this commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d4efcded26706f50f8ca98d76df2b349ed1f1792 On Tue, May 23, 2017 at 2:39 AM P

Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-23 Thread Pello Heriz
Hi Alistair, I have checked that all the included layers belong to the same branch (master branch in this case). Anyway, the compiling error is still there. If you don't know what's happening, can you please put me on contact with someone that knows more about it? In the other hand, what do you m

Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-18 Thread Alistair Francis
On Thu, May 18, 2017 at 12:48 AM, Pello Heriz wrote: > Hi Alistair, > > I have deleted the two lines that you have told me: > > -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' > xf86-video-fbdev', '', d)}" > -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' >

Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-18 Thread Pello Heriz
Hi Alistair, I have deleted the two lines that you have told me: -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' xf86-video-fbdev', '', d)}" -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' xf86-video-vesa', '', d)}" Anyway, now I'm getting another problem:

Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-17 Thread Alistair Francis
On Wed, May 17, 2017 at 12:37 AM, Pello Heriz wrote: > Hi all, > > I'm trying to build a xen-guest-image-minimal, but I have the next error: > > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ bitbake > xen-guest-image-minimal > Loading cache: 100% |