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 Pello Heriz < pello.heriz@alumni.mondragon.edu> wrote: > 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 mean by 'you can also try searching the > error on the mailing list'? > > Thanks for your help, > Best regards, > Pello > > 2017-05-23 1:44 GMT+02:00 Alistair Francis : > >> On Thu, May 18, 2017 at 11:23 PM, Pello Heriz >> wrote: >> > Hi Alistair, >> > >> > how can I assure that all the cloned layers match the same version? >> Which >> > command do I need to use? >> >> You will manually need to check to make sure the releases all line up. >> For example they should all be morty. >> >> You can also try searching the error on the mailing list, sometimes >> there are already patches posted. >> >> Thanks, >> >> Alistair >> >> > >> > Thanks, >> > Pello >> > >> > >> > 2017-05-19 0:17 GMT+02:00 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', ' >> >> > xf86-video-vesa', '', d)}" >> >> > >> >> > Anyway, now I'm getting another problem: >> >> > >> >> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ >> >> > bitbake >> >> > xen-guest-image-minimal >> >> > Loading cache: 100% |############################################| >> Time: >> >> > 0:00:00 >> >> > Loaded 2865 entries from dependency cache. >> >> > Parsing recipes: 100% |##########################################| >> Time: >> >> > 0:00:01 >> >> > Parsing of 2097 .bb files complete (2079 cached, 18 parsed). 2881 >> >> > targets, >> >> > 198 skipped, 0 masked, 0 errors. >> >> > WARNING: No recipes available for: >> >> > >> >> > >> >> > >> /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend >> >> > NOTE: Resolving any missing task queue dependencies >> >> > ERROR: Nothing RPROVIDES 'nativesdk-smartpm' (but >> >> > /opt/yocto_GE/poky/master/meta/recipes-core/meta/ >> buildtools-tarball.bb >> >> > RDEPENDS on or otherwise requires it) >> >> > NOTE: Runtime target 'nativesdk-smartpm' is unbuildable, removing... >> >> > Missing or unbuildable dependency chain was: ['nativesdk-smartpm'] >> >> > ERROR: Required build target 'xen-guest-image-minimal' has no >> buildable >> >> > providers. >> >> > Missing or unbuildable dependency chain was: >> ['xen-guest-image-minimal', >> >> > 'buildtools-tarball', 'nativesdk-smartpm'] >> >> > >> >> > Summary: There was 1 WARNING message shown. >> >> > Summary: There were 2 ERROR messages shown, returning a non-zero exit >> >> > code. >> >> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ >> >> > >> >> > Do you know how can I solve this issue? >> >> >> >> Strange, I haven't seen this before. Are you sure you have all the >> >> layers that you need and that the versions match? >> >> >> >> Thanks, >> >> >> >> Alistair >> >> >> >> > >> >> > Best regards, >> >> > Pello >> >> > >> >> > >> >> > 2017-05-17 17:16 GMT+02:00 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% |############################################| >> >> >> > Time: >> >> >> > 0:00:01 >> >> >> > Loaded 2865 entries from dependency cache. >> >> >> > Parsing recipes: 100% |##########################################| >> >> >> > Time: >> >> >> > 0:00:01 >> >> >> > Parsing of 2097 .bb files complete (2080 cached, 17 parsed). 2881 >> >> >> > targets, >> >> >> > 198 skipped, 0 masked, 0 errors. >> >> >> > WARNING: No recipes available for: >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend >> >> >> > NOTE: Resolving any missing task queue dependencies >> >> >> > ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but >> >> >> > >> >> >> > >> >> >> > >> /opt/yocto_GE/poky/master/meta-virtualization/recipes-extended/images/ >> xen-guest-image-minimal.bb >> >> >> > RDEPENDS on or otherwise requires it) >> >> >> > ERROR: xf86-video-vesa was skipped: incompatible with host >> >> >> > aarch64-poky-linux (not in COMPATIBLE_HOST) >> >> >> > NOTE: Runtime target 'xf86-video-vesa' is unbuildable, removing... >> >> >> > Missing or unbuildable dependency chain was: ['xf86-video-vesa'] >> >> >> > ERROR: Required build target 'xen-guest-image-minimal' has no >> >> >> > buildable >> >> >> > providers. >> >> >> > Missing or unbuildable dependency chain was: >> >> >> > ['xen-guest-image-minimal', >> >> >> > 'xf86-video-vesa'] >> >> >> > >> >> >> > Summary: There was 1 WARNING message shown. >> >> >> > Summary: There were 2 ERROR messages shown, returning a non-zero >> exit >> >> >> > code. >> >> >> > >> >> >> > As you can see next, this requiring file is in the meta directory >> so >> >> >> > I >> >> >> > don't >> >> >> > know why I'm getting the issue. >> >> >> > >> >> >> > generalelectric@mlan11214m117linux >> :/opt/yocto_GE/poky/master/build$ >> >> >> > cd >> >> >> > ../meta/recipes-graphics/xorg-driver/ >> >> >> > >> >> >> > >> >> >> > generalelectric@mlan11214m117linux >> :/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$ >> >> >> > ls >> >> >> > xf86-input-evdev_2.10.5.bb xf86-video-omap_0.4.5.bb >> >> >> > xf86-input-keyboard_1.9.0.bb xf86-video-omapfb >> >> >> > xf86-input-libinput_0.24.0.bb xf86-video-omapfb_git.bb >> >> >> > xf86-input-mouse_1.9.2.bb xf86-video-vesa_2.3.4.bb >> >> >> > xf86-input-synaptics_1.9.0.bb xf86-video-vmware >> >> >> > xf86-input-vmmouse_13.1.0.bb xf86-video-vmware_13.2.1.bb >> >> >> > xf86-video-cirrus_1.5.3.bb xorg-driver-common.inc >> >> >> > xf86-video-fbdev_0.4.4.bb xorg-driver-input.inc >> >> >> > xf86-video-intel xorg-driver-video.inc >> >> >> > xf86-video-intel_git.bb >> >> >> > >> >> >> > >> >> >> > generalelectric@mlan11214m117linux >> :/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$ >> >> >> > >> >> >> > Can any body help me with this problem? >> >> >> >> >> >> It looks like this should fix your problem: >> >> >> >> >> >> diff --git a/recipes-extended/images/xen-guest-image-minimal.bb >> >> >> b/recipes-extended/images/xen-guest-image-minimal.bb >> >> >> index ab7e92c..0143867 100644 >> >> >> --- a/recipes-extended/images/xen-guest-image-minimal.bb >> >> >> +++ b/recipes-extended/images/xen-guest-image-minimal.bb >> >> >> @@ -7,9 +7,6 @@ IMAGE_INSTALL += " \ >> >> >> ${@bb.utils.contains('MACHINE_FEATURES', 'acpi', >> >> >> 'kernel-module-xen-acpi-processor', '', d)} \ >> >> >> " >> >> >> >> >> >> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' >> >> >> xf86-video-fbdev', '', d)}" >> >> >> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' >> >> >> xf86-video-vesa', '', d)}" >> >> >> - >> >> >> LICENSE = "MIT" >> >> >> >> >> >> # Send console messages to xen console >> >> >> >> >> >> It's a bug in meta-virtualisation, I just don't know how to fix it >> >> >> without just deleting the code. >> >> >> >> >> >> Thanks, >> >> >> >> >> >> Alistair >> >> >> >> >> >> > >> >> >> > Any answer will be welcome, >> >> >> > >> >> >> > Best regards, >> >> >> > Pello >> >> >> > >> >> >> > >> >> >> > -- >> >> >> > _______________________________________________ >> >> >> > meta-xilinx mailing list >> >> >> > meta-xilinx@yoctoproject.org >> >> >> > https://lists.yoctoproject.org/listinfo/meta-xilinx >> >> >> > >> >> > >> >> > >> > >> > >> > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto >