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

Alistair Francis alistair23 at gmail.com
Wed May 17 08:16:50 PDT 2017


On Wed, May 17, 2017 at 12:37 AM, Pello Heriz
<pello.heriz at alumni.mondragon.edu> wrote:
> Hi all,
>
> I'm trying to build a xen-guest-image-minimal, but I have the next error:
>
> generalelectric at 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 at mlan11214m117linux:/opt/yocto_GE/poky/master/build$ cd
> ../meta/recipes-graphics/xorg-driver/
> generalelectric at 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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx
>



More information about the yocto mailing list