From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D4D02E005B7 for ; Mon, 27 Jan 2014 06:25:40 -0800 (PST) Received: by mail-pb0-f47.google.com with SMTP id rp16so5911356pbb.20 for ; Mon, 27 Jan 2014 06:25:39 -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=fE20NsSwnca83bgKpFeZWSAM9RB65+1pWbfbaysOkeA=; b=TVOK5HLsXA+v/2qFZgcP6g1Wn35q8dxVPDu4xiwpEnEdbz5yoshhRjDVoEZPVf3jOP OiCN0l1lXYpv8lJ80CtLbhezxWh/ddWYH6hn1JAAqKdBnDZOwOqrcJwqLkL6gArtbhdV 67P4ufk+s8BHVP0IhpIEhDaQbB+4ebWBusAWudURch1ul4QQME1lOEaU1iK+fzJQy3xB jJ/akQH/GOW/i0sfIXHb4MG1Sug9QcFXPf3AHW2ZG+1TsQc7+S3j5U66HQcbD+qNdgGn ypCUN/BTXxOAdybJU9e+pcPyv41btcv8AtCBPYPT45gJiLUIMb6tTXPYLZ7QD7ARRL6m 0liw== X-Gm-Message-State: ALoCoQlLtigNb04hIkx9215352Lxhffn1qDj3HJISAwANlNYWzZ1dRG/0ZIhZQq/d64t8CZat8nU X-Received: by 10.68.218.65 with SMTP id pe1mr30257051pbc.1.1390832739301; Mon, 27 Jan 2014 06:25:39 -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 g6sm86329694pat.2.2014.01.27.06.25.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 27 Jan 2014 06:25:38 -0800 (PST) Message-ID: <52E66C5A.5030706@boundarydevices.com> Date: Mon, 27 Jan 2014 07:25:30 -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> 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 14:25:42 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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. Regards, Eric