Hello Yocto gurus, I'm having a problem building core-image-x11 using master for all layers:

Computing transaction...error: Can't install xf86-video-imxfb-vivante-3:3.0.35+4.0.0-
    r21.3@wandboard_quad: no package provides libvivante-dri-mx6
    |
    | Saving cache...
    |
| ERROR: Function failed: do_rootfs (log file is located at /home/john/fsl-community-
    
bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/core-image-x11/1.0-r0/temp
    /log.do_rootfs.13331)
ERROR: Task 7 (/home/john/fsl-community-bsp/sources/poky/meta/recipes-graphics/images/core-
    image-x11.bb, do_rootfs) failed with exit code '1'

Build Configuration:
    BB_VERSION        = "1.19.1"
    BUILD_SYS         = "x86_64-linux"
    NATIVELSBSTRING   = "Ubuntu-12.04"
    TARGET_SYS        = "arm-poky-linux-gnueabi"
    MACHINE           = "wandboard-quad"
    DISTRO            = "poky"
    DISTRO_VERSION    = "1.4+snapshot-20130728"
    TUNE_FEATURES     = "armv7a vfp neon"
    TARGET_FPU        = "vfp-neon"
    meta
    meta-yocto        = "(nobranch):67864ca79da08df752487a3a4e1a975546da123d"
    meta-oe           = "(nobranch):16fad8e6191fddd372e0791e0b6f3d541ce3b738"
    meta-fsl-arm      = "(nobranch):d4ddda3d9a0c76b82a307e77fb1ca93e072562e4"
    meta-fsl-arm-extra = "(nobranch):4fa3141baa8d6bac68c67dab1100e9a7b13e3f2e"
    meta-fsl-demos    = "(nobranch):2c63f9ff40e940ce120f005075429ffc06bbface"

The recipe that should provide libvivante-dri-mx6 is gpu-viv-bin-mx6q.

The file meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.0.35-4.0.0.bb does depend on gpu-viv-bin-mx6q:

    DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 
gpu-viv-bin-mx6q"

And it RDEPENDS on libvivante-dri-mx6:

    RDEPENDS_${PN} += "libvivante-dri-mx6 \
                       xserver-xorg-module-exa \
                       mesa-driver-swrast \
                       xf86-dri-vivante"

However, there are no files populated in the packages-split directory of the gpu-viv-bin-mx6q workdir.

Thanks for any assistance.

John



_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to