From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A971BE00753; Tue, 17 Mar 2015 12:24:20 -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.50 listed in list.dnswl.org] 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 80E1AE00753 for ; Tue, 17 Mar 2015 12:24:16 -0700 (PDT) Received: by padcy3 with SMTP id cy3so18058801pad.3 for ; Tue, 17 Mar 2015 12:24:16 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=NlsN8qDJjzkz79CGUz0/vjkD6FCqryJ7iyFVj52jvT8=; b=SsY0byAZxg+WADx3YoK2sE+D77Z3EgaWxojLflMaExE5Yh+C/pCMvvDPyzVWdz+0sL hC1JHzjgDFoiWM38LY2eJ5hJBETl1afK2NQWCUMDr+pVLUQ8imcZRXjK1cMulqa0t0lu n5DVcn/kOZGA9kGM8ouRsthNxBtd/nq+cVqdt4nDUOTAwiX5wx4n4rtYj/6TwYsEf7TM lj8GcMXf12uT1R9dL31o4koJBkbS5OcgtkCJuSpOyNDAj8caq45IHcCtA4NQNfrI3a0F jVYj76EAiQyK1HKwMXb24Ebl+QLmJv4v1R8wZSoBMTzbT2sET9FsuUrl8JhnD13CtdOc 1toQ== X-Gm-Message-State: ALoCoQm+eyS1FnsvU+N20yGaCYKqw/fcy+p+KpXx4ohUx4c9FifyYzTQjpOLJ/Xs7Ngg80YvvEog X-Received: by 10.66.139.135 with SMTP id qy7mr152311472pab.144.1426620256496; Tue, 17 Mar 2015 12:24:16 -0700 (PDT) Received: from [192.168.200.5] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id v7sm23692277pds.72.2015.03.17.12.24.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 12:24:15 -0700 (PDT) Message-ID: <55087F5D.1060009@boundarydevices.com> Date: Tue, 17 Mar 2015 12:24:13 -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: Otavio Salvador References: <1426283586-15210-1-git-send-email-eric.nelson@boundarydevices.com> <550862E4.4040705@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" 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: Tue, 17 Mar 2015 19:24:20 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 03/17/2015 11:28 AM, Otavio Salvador wrote: > Hello Eric, > > On Tue, Mar 17, 2015 at 2:22 PM, Eric Nelson > wrote: >> On 03/13/2015 02:53 PM, 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(-) >>> >> >> Since I kinda pooched this patch set, would it be easier if I >> re-send? Patchwork seems to have things a bit confused. > > Not necessary, I handled those for dizzy and I think I got those right. > > Please when doing the 3.10.53-based update sync the machine definition as well. > Will do. Thanks Otavio.