From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2D8BDE014E4 for ; Thu, 25 Jul 2013 17:11:13 -0700 (PDT) Received: by mail-ee0-f47.google.com with SMTP id e49so1235910eek.34 for ; Thu, 25 Jul 2013 17:11:12 -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=2ugIvY2CdJrKIElK/i7DUoERmwErUUOsv9D6YUc3dWE=; b=ogNtrQuIHzcxC/w8TOVHWZUnK+G1ItjjaX2Fkl4GMV92iR3LcukRp4ipkVyFBOR+sQ w2emaZ4wv8v3Xo4VAng+Pd5qKkWrSfOkSpZykMbqWsognx3Ym+aLxrXa4Ob5p6VrAOWy W79egASxD3j6D0cVRU9hp40/WKB3WHsb+8nxRa9czyKvITEAWUPPrAuyiMVvBMP65hjT nZQwgjWPNQxwsYhg0NHTwCEqI6gVbYFieqzbJ3O67nedUUctODs+xoyUkY3ER4eUgS5/ qprOvTH0nbR9r6k4NC5ocV2UbW5bJKAYiHdFlLB6jTmZQz6/OmmF/L0NHUJROEp4EweL sXXw== X-Received: by 10.15.108.142 with SMTP id cd14mr44160735eeb.125.1374797472562; Thu, 25 Jul 2013 17:11:12 -0700 (PDT) Received: from [192.168.1.135] ([95.215.23.101]) by mx.google.com with ESMTPSA id n45sm77207778eew.1.2013.07.25.17.11.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Jul 2013 17:11:11 -0700 (PDT) Message-ID: <51F1BE9E.3030604@gmail.com> Date: Fri, 26 Jul 2013 02:11:10 +0200 From: =?UTF-8?B?TWljaGHFgiDFmmNpdWJpZMWCbw==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: Mesa configure problem - python-lxml 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: Fri, 26 Jul 2013 00:11:18 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi I don't know if it belongs here but I will try. How to install python libxml2 wrapper on wandboard? I'm trying to build etna_viv mesa but can't configure it using meta-toolchain. Mesa configure error: checking for python2... python2 checking python2 module: libxml2... no configure: error: failed to find required module libxml2 Here is my fsl-image-test.bb: include recipes-core/images/core-image-base.bb IMAGE_FEATURES += "debug-tweaks" SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps" # Add extra image features EXTRA_IMAGE_FEATURES += " \ ${SOC_EXTRA_IMAGE_FEATURES} \ nfs-server \ tools-debug \ tools-profile \ tools-sdk \ dev-pkgs \ doc-pkgs \ package-management \ ssh-server-openssh \ tools-testapps \ x11 " IMAGE_INSTALL += " \ packagegroup-fsl-gstreamer \ packagegroup-fsl-tools-testapps \ packagegroup-fsl-tools-benchmark \ cmake \ git \ mc \ valgrind \ sudo \ wget \ nfs-utils \ emacs \ eglibc \ bash \ libdrm \ xserver-xorg \ mesa \ python-lxml \ libxml2 \ libxml-simple-perl \ mesa \ libxslt \ python-compression" export IMAGE_BASENAME = "fsl-image-test" When on board "import libmxl2" in python shell can't find library. After adding python-native and python-lxml-native to IMAGE_INSTALL i can't build rootfs. Configuration and log: Build Configuration: BB_VERSION = "1.19.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-13.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "wandboard-dual" DISTRO = "poky" DISTRO_VERSION = "1.4+snapshot-20130725" TUNE_FEATURES = "armv7a vfp neon" TARGET_FPU = "vfp-neon" meta meta-yocto = "(nobranch):31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9" meta-oe = "(nobranch):41748a4afc494b714315ba529f138214f80d41b9" meta-fsl-arm = "(nobranch):ab2540e10a8b1b4ea422807c3443cce54d1eff5c" meta-fsl-arm-extra="(nobranch):4fa3141baa8d6bac68c67dab1100e9a7b13e3f2e" meta-fsl-demos = "(nobranch):2c63f9ff40e940ce120f005075429ffc06bbface" Log data follows: | DEBUG: Executing shell function do_rootfs ... | Saving cache... | | Error: python-native not found in the base feeds (wandboard_dual armv7a-vfp-neon armv7a-vfp armv7a armv6-vfp armv6 armv5e-vfp armv5e armv5-vfp armv5 armv4 arm noarch any all). | ERROR: Function failed: do_rootfs (log file is located at /home/mike/wandboard/fsl-community-bsp/build/tmp/work/wandboard_dual-poky-linux-gnueabi/fsl-image-test/1.0-r0/temp/log.do_rootfs.20132) ERROR: Task 7 (/home/mike/wandboard/fsl-community-bsp/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-test.bb, do_rootfs) failed with exit code '1' I'm little in the dark... Regards Michal