From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gh0-f177.google.com (mail-gh0-f177.google.com [209.85.160.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0E136E013DE for ; Sun, 28 Jul 2013 13:43:20 -0700 (PDT) Received: by mail-gh0-f177.google.com with SMTP id f20so629956ghb.22 for ; Sun, 28 Jul 2013 13:43:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=QM5DR3fBJ78SsReM8bydNCmSMwOePaJA5EAwAec8L90=; b=MBQYQwLS2TOYSZbs3h+CNFvReOzwhvQNoySPe5od4+y4ehZTzlXmCM2yWqtuVcThYA 6aiqRfCcrWHZN2YTfaR8z8BzSgbaBav+Jnx8JZyx8395+YGOdIxwaouKlOAnDFOFPQPC C37Q99J2uHgl5XTV0IAMLULttuth97Ve6kdzT03pfE6f6WJa+TCgd7Kny5riPuGwdFKQ +MphxePY4Jetgosl1ewljvQGW5khkgZ7MFYf3onSd6KeYXFe/+qJ/5zzr48rtQnUHd3L uRZqUnQlHYTuaFIqjOceAtQ8/U1ZsQD4ZCep2C16Ywd6t053j1u34LcL9x+o5juWYbT6 c4og== X-Received: by 10.236.150.208 with SMTP id z56mr25388803yhj.187.1375044199219; Sun, 28 Jul 2013 13:43:19 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id b50sm79660334yhl.1.2013.07.28.13.43.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Jul 2013 13:43:18 -0700 (PDT) Message-ID: <51F58265.8010308@gmail.com> Date: Sun, 28 Jul 2013 15:43:17 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: Problem building core-image-x11 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 20:43:23 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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