From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 959B3E004FF; Wed, 2 Jul 2014 08:40:22 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.172 listed in list.dnswl.org] Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 70484E00342 for ; Wed, 2 Jul 2014 08:40:17 -0700 (PDT) Received: by mail-pd0-f172.google.com with SMTP id w10so12171028pde.31 for ; Wed, 02 Jul 2014 08:40:17 -0700 (PDT) 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=3E8dkHniwh9h7+LxuZkRiKnOaYZoJiKrEDLsga0HLI0=; b=jkJQrakBM5r7M/F4+PXvQ0BUswQqUVX1H/Dyv7Ee/T3QNyNXWgSEFKxusNox82O+T9 oFtFhEt8jquub0qG1wSUi+v0hEHopQbKaY2A3YKYo43fCkZSTKOMFFdHLBm3F1mzEy/e TqGsPp52DGqO0eqxNfgfV4lXdC1qwXLX9AZj+g5BYr40ab/odbLJ7+mD1hIF2sUr3Jyo Dz/wAlz6x0pSf511VqBCTCYb/czu3hKyUD/hdzOSipNbZ6qIpOSk6W3YxYvlFxoX/vtd PdGww7rhOcmGoymosBXzmfEepv/zrcRWXUyRvwg7QGZTCHqU2gGEkvz8Cw4agZbih7Tv oBYA== X-Gm-Message-State: ALoCoQkyuf6bfkNx7mehdQdCf89KJ+/Wn/7Z0IZ9LNMtMvxL/lpILBSuNLwk8F/qHnN15T13xq6x X-Received: by 10.68.143.231 with SMTP id sh7mr70251488pbb.7.1404315617474; Wed, 02 Jul 2014 08:40:17 -0700 (PDT) Received: from ?IPv6:2600:1011:b115:7d8a:7caa:a121:7151:f69? ([2600:1011:b115:7d8a:7caa:a121:7151:f69]) by mx.google.com with ESMTPSA id uj2sm131478561pab.14.2014.07.02.08.40.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Jul 2014 08:40:16 -0700 (PDT) Message-ID: <53B427DC.9050500@boundarydevices.com> Date: Wed, 02 Jul 2014 08:40:12 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Christoph Settgast , meta-freescale@yoctoproject.org References: <1404199846-16161-1-git-send-email-christoph.settgast@methodpark.de> In-Reply-To: <1404199846-16161-1-git-send-email-christoph.settgast@methodpark.de> X-Enigmail-Version: 1.6 Subject: Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to ca882d5a 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: Wed, 02 Jul 2014 15:40:22 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks Christoph, On 07/01/2014 12:30 AM, Christoph Settgast wrote: > nitrogen6x-lite fixes: > - adds okaya_480x272 panel definition, which is default in 6x_bootscript > - configure GPIO outputs as gpio-leds > - use weak pull-down on dry-contact to keep normally closed > > Signed-off-by: Christoph Settgast > --- > recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb > index 694bfd4..15d3313 100644 > --- a/recipes-kernel/linux/linux-boundary_3.10.17.bb > +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb > @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \ > > LOCALVERSION = "-1.0.0_ga+yocto" > SRCBRANCH = "boundary-imx_3.10.17_1.0.0_ga" > -SRCREV = "cfb334db7a520b947d1db3620d4b594c47c0c4bb" > +SRCREV = "ca882d5a8f09d4e0e7aecd754baab54bf04a8768" > DEPENDS += "lzop-native " > COMPATIBLE_MACHINE = "(mx6)" > COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)" > Can I ask for a V2 with some additional commentary? Updates in this release include: - Configures GPIOs on Nitrogen6_Lite as "gpio-led" devices - Updates to nit6xlite_defconfig to match nitrogen6x_defconfig - Added support for Okaya 480x272 display - Allows concurrent operation of OV5640 MIPI and OV5642 parallel cameras Thanks in advance, Eric