From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A3074E009C8; Mon, 20 Jul 2015 13:09:34 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (max.oss.09[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.44 listed in list.dnswl.org] Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1B3D3E008D4 for ; Mon, 20 Jul 2015 13:09:31 -0700 (PDT) Received: by wgkl9 with SMTP id l9so139011664wgk.1 for ; Mon, 20 Jul 2015 13:09:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; bh=h1eEU1W7N+KPsJ9nEHIGKcHtSzi4kiUXCbJiZ5QuY/Y=; b=k893USp6xb3kd3gqFLpHI9ktgzVUZGbEwk6TgBsc/geLfCHPg/SVeArzsKELFCnjfR nIoKJ6UkWXOgDfTPwIWzAKn/LG4xnDe/vdQbqpm2zgxp5ZlIteyZiXWJvzxfon7c/4zj vAGoT9dzb1/JYb17ReNx6n6rxxTWTYyDZ5XLuwz3m2qPJ5qQghLmzhd5Z53nr0A1yh+8 XC28ozoNaF3j5FHh/gPbMx7/Xd6mZ/xD5037lW+yBFSvBZ4uFERaIVMHWwOPcUZUXMjA 7tjrAqgg8J3biTNYeaVlmNyH46qL35VgHoUtHqRMVjisbR0H6fz7EO4Kp+Kx4w96JrSq 9+AQ== X-Received: by 10.180.81.103 with SMTP id z7mr23625537wix.21.1437422970544; Mon, 20 Jul 2015 13:09:30 -0700 (PDT) Received: from [192.168.0.7] (212-41-87-98.adsl.solnet.ch. [212.41.87.98]) by smtp.gmail.com with ESMTPSA id l2sm13374896wib.11.2015.07.20.13.09.29 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Mon, 20 Jul 2015 13:09:30 -0700 (PDT) Message-ID: <1437422968.2342.3.camel@Saturn.local.all> From: Max Krummenacher To: Caio Date: Mon, 20 Jul 2015 22:09:28 +0200 In-Reply-To: References: X-Mailer: Evolution 3.10.4 Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: REGRESSION: Qt5 EGLFS support is broken 3.10.53-1.1.x and 3.14.28-1.0.x GPU 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, 20 Jul 2015 20:09:34 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi Caio Am Montag, den 20.07.2015, 15:46 -0300 schrieb Caio: > Hello, > > I think I have a similar problem. > > I'm trying generate an image using Yocto 1.8 - Fido , MACHINE > =colibri-imx6, You likely use a 3.10.17 kernel which does not work with the Vivante userspace binaries provided with the Fido branch of meta-fsl-arm. For Fido you would need a the 3.10.53 or 3.14.28 based kernel which is not ready for your machine. Regards Max