From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 161A5E008D4; Fri, 13 Mar 2015 15:17:16 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW 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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.54 listed in list.dnswl.org] Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F3EBAE00873 for ; Fri, 13 Mar 2015 15:17:10 -0700 (PDT) Received: by pagr17 with SMTP id r17so308967pag.0 for ; Fri, 13 Mar 2015 15:17:10 -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=LVltjA1AiyM5SUn8yT+ePzAkOKRsebtb+/VzGIT29S4=; b=XS8DJmxLKvfwzJhuRpIDSWCCcrUYmAhlGZktgrpFnu28NXI9mIGGruz7Qi8965WWLT 8GrpjPlIFob3hbaRC/fRLEyw9xyIr0QEB2SzUNTHN0MPG162HpR8emSSsEsSfBCpmUTv PBHJiqAHNGLBl87TzNSVzquYB83B63M2K/rg+zG7dcNxrSv0bNJg/pQaRvK1rdqxz/p6 J3B18BKm2I1Wvu/enR09Mhz9VSHrgjK4XAcPLdzIryyWoTl001O8jdKU/QhJHXJ/Vhlu ehz8Ld19Pn6qX5R6J9QAZTk5tKprUf5xA+Q3aSFtDXqbP68mme/oFPGt9fDdYRe4RV4/ lo5A== X-Gm-Message-State: ALoCoQk9FEwZy8IyjbnRc4d7marU7XpXf+ItS6oH1Mn2p3WzMYzgjO8LH550awDOvW9WosRNXdvu X-Received: by 10.70.21.195 with SMTP id x3mr106550759pde.73.1426285030352; Fri, 13 Mar 2015 15:17:10 -0700 (PDT) Received: from [192.168.1.109] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id y7sm5083841pdp.92.2015.03.13.15.17.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 15:17:09 -0700 (PDT) Message-ID: <550361E3.10402@boundarydevices.com> Date: Fri, 13 Mar 2015 15:17:07 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Gary Thomas , meta-freescale@yoctoproject.org References: <1426283586-15210-1-git-send-email-eric.nelson@boundarydevices.com> <55035E8C.8090004@mlbassoc.com> In-Reply-To: <55035E8C.8090004@mlbassoc.com> Subject: Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream 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, 13 Mar 2015 22:17:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi Gary, On 03/13/2015 03:02 PM, Gary Thomas wrote: > On 2015-03-13 15:53, Eric Nelson wrote: >> For dizzy branch. >> >> Update linux-boundary code, defconfig, and machine configurations to >> match Boundary Devices up-stream kernels, including support for new >> peripherals and a new Nitrogen6_VM board. >> >> Eric Nelson (3): >> linux-boundary (3.10.17): Bump SRCREV to da45c17 >> linux-boundary (3.10.17): sync defconfig for nitrogen6x >> nitrogen6x: Add two new DTBs for Nitrogen6_VM board >> >> conf/machine/nitrogen6x.conf | 1 + >> .../linux-boundary-3.10.17/nitrogen6x/defconfig | 39 >> +++++++++++++++++----- >> recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +- >> 3 files changed, 33 insertions(+), 9 deletions(-) >> > > Any hope of getting 3.10.53 anytime soon? Including video > and camera capture? > Both are present on our -pass1 branch, but we're still testing. https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.53_1.1.0_ga-pass1 Because of changes in the LVDS driver, we'll also need an update to the boot script as described in this commit: https://github.com/boundarydevices/u-boot-imx6/commit/740ce44 Regards, Eric