From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 02733E008BC; Mon, 2 Feb 2015 12:42:15 -0800 (PST) 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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.50 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A41F2E00824 for ; Mon, 2 Feb 2015 12:42:09 -0800 (PST) Received: by mail-pa0-f50.google.com with SMTP id rd3so86706691pab.9 for ; Mon, 02 Feb 2015 12:42:09 -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 :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lL0QFoymPzf6gpbM/4R/tEUnEoIRnH+HGP8CHDE4Qew=; b=k2RhBvEgqd3LY6e8lFEFGCc0cHdwIL4aeXy5Wt4MbpfrxuJVSqjSfX99GEaw/h3BUD AW/JB3w326ShkKmh+d1a5Z0AF9pupumEkxiIQbooI4r2NLyar9EHiaMtBhTNZfyQ0kb0 fVmRZTtWe37CR9GSJHPpLEPil1N//KWy9ECwomRpHHz8l5Vrk9k5nMvfSPfwSxITqToe A9Y2N41L/ScWj9ndETZJlZgnpapQh5/ubv5cGWcCJGGleIhkcfypH9FMkakZbew6HK7o sAlVtj4blwILgMazw8oDAZ2qYB1TnaeV+RKuZp72OeDzYqBXbNu++IRafJQL0Pu02+85 MSuA== X-Gm-Message-State: ALoCoQm2XYzYwaF7iDvTcqGqKNwgXVenMHST8n0/uLaC34BwgSXPVmgIr3BiU4elDS2tGYuozJgE X-Received: by 10.70.127.239 with SMTP id nj15mr31929222pdb.136.1422909729643; Mon, 02 Feb 2015 12:42:09 -0800 (PST) Received: from [192.168.0.139] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id n10sm18485068pdp.18.2015.02.02.12.42.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 12:42:08 -0800 (PST) Message-ID: <54CFE11E.3040605@boundarydevices.com> Date: Mon, 02 Feb 2015 13:42:06 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale@yoctoproject.org References: <20150202203859.C3EA51CAF4FCD@nano.lab.ossystems.com.br> In-Reply-To: <20150202203859.C3EA51CAF4FCD@nano.lab.ossystems.com.br> Subject: Re: Updates to meta-fsl-arm-extra (daisy) in 2015-02-02 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, 02 Feb 2015 20:42:15 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 02/02/2015 01:38 PM, Otavio Salvador wrote: > Hello, > > I pushed following updates: > > commit c95f3f8b5b347f1b3e77d2d11063207ddb7dc5ec (HEAD, fslc/daisy, for-daisy) > Author: Eric Nelson > Date: Tue Jan 27 16:12:00 2015 -0700 > > linux-boundary: Bump SRCREV to 120f379 > > This update contains a set of back-ports of patches from the > boundary-imx_3.10.17_1.0.2_ga tree as described in commits > d97ad3b and 0e92e1f. > > https://github.com/Freescale/meta-fsl-arm-extra/commit/d97ad3b > https://github.com/Freescale/meta-fsl-arm-extra/commit/0e92e1f > > The first set is the focus of this update, since it contains important > fixes for LCD output. The second contains a long list of updates > to various drivers. > > Signed-off-by: Eric Nelson > Signed-off-by: Otavio Salvador > Many thanks, Otavio.