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 80AF0E004E0 for ; Sun, 26 Jan 2014 07:57:14 -0800 (PST) Received: by mail-pb0-f47.google.com with SMTP id rp16so4941414pbb.6 for ; Sun, 26 Jan 2014 07:57:14 -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=klhEoy2yUwwiK6YCwy9mcZqCDku1tghH/b8g4zhtyHs=; b=TiTBYKPg55V75RjaTrMRzpUQENL11/dkUDAYFeePY5DZ4aGBN9yfHs6w7dL0GboV/z iUuGeozKeNctfjR5FQCBPh74uzDOfOi3vZhu8TUxxYsIsfDFd/guFrJA9QCqD7HGab4Y 7eIrDM5KuQLicZkEItHW3jPN7cZRAZ+lXdpgA9PcNgssWOZ1bYeZwzDjJLiNzYNR/r0V k+HjVz0zs0zU1U2tvPYteu0i3EyYACgUNl1vklI7+4uhuj/wJBEkIAU99+cauYKD6Xle N2z/tH8xXDK29clOQcC1CLxXvG/l7zt+TZv0NmSIRPq4pIfppNA0GrhRIxIpiRcZ/KQP C+Xw== X-Gm-Message-State: ALoCoQme43vg1bm+51/wFzSsDHExho7XfUtaRIQdWXQyGDvwovrzLalB+FV8E1vnLciqrzpjtizO X-Received: by 10.66.226.46 with SMTP id rp14mr25366032pac.133.1390751834715; Sun, 26 Jan 2014 07:57:14 -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 sy2sm23302919pbc.28.2014.01.26.07.57.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Jan 2014 07:57:13 -0800 (PST) Message-ID: <52E53052.7010600@boundarydevices.com> Date: Sun, 26 Jan 2014 08:57:06 -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: ronunes@gmail.com, meta-freescale@yoctoproject.org References: <1390526449-26194-1-git-send-email-ronunes@gmail.com> In-Reply-To: <1390526449-26194-1-git-send-email-ronunes@gmail.com> Cc: 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: Sun, 26 Jan 2014 15:57:16 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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. Please advise, Eric