From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F2F2DE00473 for ; Mon, 27 Jan 2014 05:41:56 -0800 (PST) Received: by mail-pd0-f182.google.com with SMTP id v10so5698182pde.41 for ; Mon, 27 Jan 2014 05:41:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=C4roCO2Y3bcBQZPnXeNLoh8/uDS+BBBGv8QcFtiBaOE=; b=SFJdNHbXCgifxbpilfbCGqNKTuaFUR18KhQW574p+PYlJK94kqeV7Le+B11im6LZeb 3toyn0bhw5f+aPiDwErkrEwFUw8i7A1IyFXp6amkdL+CT8upSuvDhbSk7HCqc2yIVey4 CZmmMUQlk21JBUN1HQSyJY1dXnweLJrDEj7Sq0JnOC7j+iFfZn0jDNWfFjCCoefdvQKg pd+InuFvhmv5CpEtaPQa2Ybxzag3oPQpJ0rF+mrWR3MbFtlHoP4laWHtripdM7d23tG1 OJc5BRkynPpgAvGkHszLjBs3UIRj/8Zup93AgMuYy4jPp4/EXYq3Ny+5I6b5sE1NUxIo A92w== X-Gm-Message-State: ALoCoQl9zGHRE9CcVTOt0mAU+klMG+kJb4hGGutrc0M4Qk2Z2XdlCAnhTFPymjoMiJY/F6V9JRjS X-Received: by 10.66.102.39 with SMTP id fl7mr29939507pab.43.1390830116148; Mon, 27 Jan 2014 05:41:56 -0800 (PST) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id zc5sm32109962pbc.41.2014.01.27.05.41.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 27 Jan 2014 05:41:53 -0800 (PST) Message-ID: <52E661E5.2040603@boundarydevices.com> Date: Mon, 27 Jan 2014 06:40:53 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Rogerio Nunes , Otavio Salvador References: <1390526449-26194-1-git-send-email-ronunes@gmail.com> <52E53052.7010600@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" , Rogerio Nunes Subject: Re: [meta-fsl-arm][PATCH] piglit: Add Vivante GPU support 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: Mon, 27 Jan 2014 13:42:00 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 01/26/2014 12:44 PM, Rogerio Nunes wrote: > Hi Eric, > > On Sun, Jan 26, 2014 at 2:15 PM, Otavio Salvador > wrote: >> Hello Eric, >> >> On Sun, Jan 26, 2014 at 1:57 PM, Eric Nelson >> wrote: >>> On 01/23/2014 06:20 PM, ronunes@gmail.com wrote: >>>> >>>> From: Rogerio Nunes >>>> >>>> This patch adds X11 and Wayland support with Vivante GPU. >>>> In case 'x11' and 'wayland' distro features are both enabled, >>>> defaults to X11. >>>> >>>> Signed-off-by: Rogerio Nunes >>> >>> >>> Hi Rogerio, >>> >>> I built this successfully, but pulling it into my fsl-image-gui >>> image causes a failure: >>> >>> Computing transaction...error: Can't install >>> eglibc-mtrace-2.18-r0@cortexa9hf_vfp_neon: no package provides /usr/bin/env >>> >>> I've seen this with other python projects. >>> >>> Do you know what the right fix for this is? >>> >>> It seems that busybox provides /bin/env, but not /usr/bin/env. >> >> It seems the RPM dependencies got messy but it is not related to >> Rogerio's change. >> >> I'd rebuild eglibc and see if it helps... > > Thanks Otavio. > This should explain then. > I didn't have any issue during piglit installation. > I have to say that I haven't tested the runtime tough, because I'm > having other unrelated issues with the SABRE SD... > I'm not sure I understand how these could be related, but I ran a clean build overnight without success. Note that this was a straight-forward fsl-image-gui image with piglit appended to IMAGE_INSTALL in local.conf. Regards, Eric