On Thu, May 18, 2017 at 12:48 AM, Pello Heriz <pello.he...@alumni.mondragon.edu> 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 <alistai...@gmail.com>: >> >> On Wed, May 17, 2017 at 12:37 AM, Pello Heriz >> <pello.he...@alumni.mondragon.edu> 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-xil...@yoctoproject.org >> > https://lists.yoctoproject.org/listinfo/meta-xilinx >> > > > -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto