From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f46.google.com (mail-yh0-f46.google.com [209.85.213.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E55EBE00889 for ; Sun, 23 Feb 2014 17:20:26 -0800 (PST) Received: by mail-yh0-f46.google.com with SMTP id v1so4540981yhn.33 for ; Sun, 23 Feb 2014 17:20:25 -0800 (PST) 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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=3JEs/CSth8C47lWINeYERzMeRWAXP9e7EuY3X/FmYPg=; b=AQ4WADPzgC9ZgGOvnyavXpyQaR/ygN4lxbwijikRiq0bar3MtWKoyxAqHoxf9rMSi9 M8Q02XX7SJulS/nio1CQGPGF/YlsiZj+dk2sNmvx2TP+1o01K5MrqMsPHtoqEB5HbmJA hZvvkQQawCBagRtVrbhb/0N4/6qbTbgBLiFvqZOmQArg1LdzDLCjykadJAWJryk723qy ddvgs76kv0HOmLieWRqE68/TOf6sLh9KDkV30bujCIeTf+G6sBetwzssZkrtaV4JS8Gy 1iyPi2R3H/yTBmKMJdOejA/J1YVML2sfWb+sED8HJXasCEt4DH57UOb4kFI4DftZohLX ZLYw== X-Received: by 10.236.84.135 with SMTP id s7mr27371772yhe.148.1393204825721; Sun, 23 Feb 2014 17:20:25 -0800 (PST) Received: from goober-2.local ([75.76.20.151]) by mx.google.com with ESMTPSA id k76sm44463566yho.18.2014.02.23.17.20.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Feb 2014 17:20:25 -0800 (PST) Message-ID: <530A9E53.8070000@gmail.com> Date: Sun, 23 Feb 2014 19:20:19 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Otavio Salvador References: <1393161838-7573-1-git-send-email-otavio@ossystems.com.br> <1393161838-7573-2-git-send-email-otavio@ossystems.com.br> <530A1A60.2060609@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH v2 2/2] xserver-xorg: Backport 1.14.4 version 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, 24 Feb 2014 01:20:29 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2/23/14, 6:06 PM, Otavio Salvador wrote: > Hello John, > > On Sun, Feb 23, 2014 at 12:57 PM, John Weber wrote: >> On 2/23/14, 7:23 AM, Otavio Salvador wrote: >>> Currently Vivante does not provides a valid GL API so Xorg fails to >>> link against it, we cannot workaround it easily in newer Xorg version >>> so instead of maintaining a pile of patches for it we are backporting >>> 1.14.4 version as an interim solution. >> Assuming no changes with this wrt v1, it results in a successful build of >> core-image-x11. Thanks! >> >> Now to test the build. I think something breaks here, because HDMI goes >> completely out after boot. But I'm working on the 3.10.17 kernel, so it >> could definitely be something else. > Without seeing your logs it is difficult to guess but you must to > ensure to use newer GPU when using the 3.10.17 kernel as it uses the > p13 GPU version. > Indeed. Switching to master-next on meta-fsl-arm was very helpful. And, looking at the Xorg.0.log was as well. Thanks! John