From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 47564E0073C for ; Tue, 25 Mar 2014 11:39:04 -0700 (PDT) Received: by mail-vc0-f179.google.com with SMTP id ij19so1085495vcb.38 for ; Tue, 25 Mar 2014 11:39:04 -0700 (PDT) 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=1l68WrHC/j5+qvoq+L9HAU/6zdr5w2eMgtg8H+h2L1k=; b=FLZr9b+kfLTXsKYtTLbxu4rMDnjfmkgAVQBz+KbZwEGQE4l8yz9FA1cXBJv07cLX9e YPq+i7/Z6+ncVU55uyVLRz8KKxLQ9TLJgnPW0Q6S0bwb1rnls1KGa9+c87Jynnoh6P6M uFZD1dG56kZy7lug4ZqKSULQGRAO5UpxlGYx6gfPQmmit5R7g07gxAMzpD0Fi/wY9LWP t5iZN3+A0UecivtwWJ3c8iXGEbJ7Ar/SP9ovvjD7FidDRmlQdDBhD9te0KoWkKdFv9fa ZiOQOKPow5mfLq2BdoWp9En5bMiR5fEOYMeu18sp0LFCEZqk7OMng7deJ19YNd9D9qWc vzqg== X-Received: by 10.52.165.105 with SMTP id yx9mr48032385vdb.22.1395772744243; Tue, 25 Mar 2014 11:39:04 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id na18sm3025615vdb.5.2014.03.25.11.39.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 11:39:03 -0700 (PDT) Message-ID: <5331CCF9.1000906@gmail.com> Date: Tue, 25 Mar 2014 13:37:45 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Otavio Salvador References: <1395769498-26682-1-git-send-email-rjohnweber@gmail.com> <1395769498-26682-2-git-send-email-rjohnweber@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17 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: Tue, 25 Mar 2014 18:39:05 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 3/25/14, 1:35 PM, Otavio Salvador wrote: > Hello John, > > On Tue, Mar 25, 2014 at 2:44 PM, John Weber wrote: >> Move default kernel selection to 3.10.17 in advance of the 1.6 release, >> because currently 3.0.35_4.0.0 is broken in master. There are known issues >> with the kernel that will be resolved with community assistance. These >> include: >> >> - HDMI: Using X11 causes HDMI output to default to 1024x768 resolution >> regardless of the 'video=mxcfb...' bootarg selection. >> - HDMI, EDID: Does not work (but this did not work on 3.0.35 either). >> - Sound, HDMI audio output: Using HDMI audio output seems to cause very slow >> playback of both audio and video, and can be seen using aplay or >> gst-launch. >> >> Signed-off-by: John Weber >> --- >> Changes in v2: Updated commit log to remove the problem with the sgtl5000 >> as it has been fixed (thanks to Fabio Estevam). > I was about to apply this serie but it does not apply in master. I > think you may have a commit before those which you need to send or > drop. Please take a look at it and send a v3. > I'll send another version. John