From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 40FB6E006BE for ; Mon, 27 Jan 2014 11:49:53 -0800 (PST) Received: by mail-pa0-f53.google.com with SMTP id lj1so6303855pab.12 for ; Mon, 27 Jan 2014 11:49:53 -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=FJ022tzmVg0Bpkk6vebgUA8ZKeDnamZ0xDP5sPo8vWk=; b=LoqMgfyOTvIQJdWsaOjz4HsdHCdCAAI+aeHEXwn5atj0reXPhBubrF1jHo6yNPIPql 5Thx4iAfmtrleYwwPon8Gw6DLk6izQMspPJ5pkpy0wDRl+WfKdFyhX88UXNJ0CJeApiK EJCjSiBSyCj5yJZfNFBPc+57l8u0t//D+b628pnnJLuzANWA72WzBNw/2hsEblYt5k4p bUmEOZ6O8NgttuW1OP6z/gg7fCuAJOvMENPvhVPKmZxpOk981Fs7Qs3Zs7KuMSnKl3rK rbD53deyBGlXs9O58eAW/fcC+FizO36LAH2Qt9ifnN25KR50nt1nUF2AwQv4wc2Jvc2b I2mg== X-Gm-Message-State: ALoCoQmv9qleZQoLyPDn+PWEAWKjPgBjELf/Ab24vjAb7p+o3E5NibBltJxytWX6zCZJpXekfHHM X-Received: by 10.67.2.106 with SMTP id bn10mr31803255pad.38.1390852193164; Mon, 27 Jan 2014 11:49:53 -0800 (PST) Received: from [192.168.0.53] ([63.226.49.26]) by mx.google.com with ESMTPSA id os1sm91958727pac.20.2014.01.27.11.49.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 27 Jan 2014 11:49:52 -0800 (PST) Message-ID: <52E6B85D.7090108@boundarydevices.com> Date: Mon, 27 Jan 2014 12:49:49 -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> <52E661E5.2040603@boundarydevices.com> <52E66C5A.5030706@boundarydevices.com> In-Reply-To: <52E66C5A.5030706@boundarydevices.com> 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 19:49:56 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Rogerio, On 01/27/2014 07:25 AM, Eric Nelson wrote: > Thanks Rogerio, > > On 01/27/2014 07:10 AM, Rogerio Nunes wrote: >> Hi guys, >> >> On Mon, Jan 27, 2014 at 8:50 AM, Otavio Salvador >> wrote: >>> Hi Eric, >>> >>> On Mon, Jan 27, 2014 at 11:40 AM, Eric Nelson >>> wrote: >>>> 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. >>> >>> Interesting. I've been building fsl-image-gui with success. Could you >>> try this and see if it helps? >>> >>> If it does, we have a missing dependency in pitlit or something like >>> that. >>> >> >> Same here. The tools-testapps IMAGE_FEATURE includes piglit in the >> fsl-image-gui already. >> >> I haven't tested with IMAGE_INSTALL, but I have the same understanding >> as Otavio, that if the build is breaking, then there's probably a >> dependency missing in the base recipe. >> > > So perhaps the answer is simple... Don't do that (use IMAGE_INSTALL > for piglit). > > I just mentioned that I have been able to succesfully build > fsl-image-gui, and I didn't see that it was already including > piglit. > > I'll test later today. > I've confirmed that the piglit tests run without adding this to IMAGE_INSTALL. Sorry for the noise. I'm not sure what to make of the test results, but the framework appears to be installed and functional. In case it helps someone else, I had to invoke piglit-run.py from /usr/bin and point it at the tests in /usr/lib/piglit: root@nitrogen6x:/usr/bin# env PIGLIT_BUILD_DIR=/usr/lib/piglit \ ./piglit-run.py /usr/lib/piglit/tests/sanity.tests \ ~/results/sanity.results Regards, Eric