From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DE947E00804 for ; Thu, 23 Jan 2014 17:44:48 -0800 (PST) Received: by mail-pa0-f49.google.com with SMTP id hz1so2610842pad.36 for ; Thu, 23 Jan 2014 17:44:48 -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=1SdLoe39oJ3lUSzS/SBynHATwyTXkXKwtf2BYLMp9SA=; b=fYhiBwpPQt/HpWQq+wVaAN8gBUmVLvtn25kJk2ekSPXi5vXBBkVV3JwiSW2kMjHzGn 3xMnyLJza+n4U22XxlA2dxIEqdeHamu9MgywE36MpIEPGhbdV74oWt+NaGK21n3Alc5d 6BWLJBsIlLr751gwA96+feP3YuSM/V653wBCbXIPSIiZ7pHFdy6F67UBZS4+hDiiXh43 pw+XQ+M/7lVP7ZoP5dGjC4mBeHkylQviVj35DzbuicwnduvbnIZPoRS6DebGcqtHSH1M yY01+gk6f8/WkOTBl7b9fFCSF4tvgywFTYxDEjmHblA6nVWf7iVjnwtx7QBr0RjVOFpl Gr/A== X-Gm-Message-State: ALoCoQmZnGIbpZpne76wrF51e63b3kKOPjAMrjiado/lCEy4ZVLlEx/nUoEJ7eJwL7Sni+XxTmtw X-Received: by 10.68.231.35 with SMTP id td3mr11227503pbc.137.1390527888695; Thu, 23 Jan 2014 17:44:48 -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 os1sm68211655pac.20.2014.01.23.17.44.46 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 23 Jan 2014 17:44:47 -0800 (PST) Message-ID: <52E1C58D.5010309@boundarydevices.com> Date: Thu, 23 Jan 2014 18:44:45 -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: Otavio Salvador , meta-freescale@yoctoproject.org References: <20140124010332.502C817BF86DA@nano.lab.ossystems.com.br> In-Reply-To: <20140124010332.502C817BF86DA@nano.lab.ossystems.com.br> Subject: Re: Updates to meta-fsl-arm-extra (master) in 2014-01-23 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: Fri, 24 Jan 2014 01:44:50 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 01/23/2014 06:03 PM, Otavio Salvador wrote: > Hello, > > I pushed following updates: > > commit 91b4ec6044e37246eeaf0dfb410bc8a542a949c7 > Author: Eric Nelson > Date: Thu Jan 23 16:19:43 2014 -0700 > > linux-boundary-3.0.35: bump version > > This update pushes the kernel version for Boundary Devices' > boards to Boundary Devices latest 3.0.35_4.1.0 head. > > Most of the changes are for custom boards, but a number > are of use to users of stock SABRE Lite, Nitrogen6X and > Nitrogen6_Lite boards, including: > > - Auto-focus support for the OV5640 > - Support for a number of new displays and > touch panels, and > - Support for adv7180 composite video input > through the CSI0 port > > Signed-off-by: Eric Nelson > > commit c9121f26e4278b42333410f3c741abd8d9ef0c00 > Author: Eric Nelson > Date: Thu Jan 23 16:19:42 2014 -0700 > > u-boot-boundary: Update to latest v2013.10 release > > Update to the Boundary Devices second release of v2013.10 > as described in this post: > http://boundarydevices.com/u-boot-2013-10-release-2 > > This release includes support for using the "cpu" and "board" > variables to load device tree files in a boot script and has > important fixes for the 2GiB variants of the Nitrogen6X and > Nitrogen6X-SOM boards. > > Signed-off-by: Eric Nelson > That was fast. Many thanks, Otavio.