From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F3CEAE01643 for ; Sun, 6 Oct 2013 08:23:13 -0700 (PDT) Received: by mail-pd0-f181.google.com with SMTP id g10so6028358pdj.26 for ; Sun, 06 Oct 2013 08:23:13 -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=vjKv0t6r9rc4QLBJ1DJNXEW2q+fylpuzbfPTa11HaMs=; b=UxEayBp1Y2Rdb9OxbpzjMfhrUKOK9eBX8K/nE6Twwf9lxsmUqlwzGab8vfJAatZva2 bbcbStAg4Ygph04F2dvpqeb9ZcU+2dfswS/FKqMgiuwITlKDyveI7OTlmiKYL9YPDt6N 0wBNn1tZxYRLG8D5XmQ0qtA3L2/LIK3+b6XuBSPn0jkXqdKw2fF95tMJ/68/FwbfsLqp WvGkNhbsVWkU7CLMNIpd3gdlVKsu2EdxMw8f0BdcHy95x+YTrxaTXX11eoukUBMerlA7 D5xPie3O9SSp23v8KxiQF6l3w2gPhAxmZ5wkgc4JCWVSIVMLqL3DTzep50iyPYsQl+Cb YHsQ== X-Gm-Message-State: ALoCoQnjtwAoo8T26eQQNkWxyeQe+i/Z5EX/JEVIHoZ9xHBWQZSsmHpKTArl4xOBuddPmMPOftWA X-Received: by 10.66.66.76 with SMTP id d12mr1957807pat.162.1381072992508; Sun, 06 Oct 2013 08:23:12 -0700 (PDT) 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 os4sm27480036pbb.25.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 08:23:11 -0700 (PDT) Message-ID: <5251805D.7010905@boundarydevices.com> Date: Sun, 06 Oct 2013 08:23:09 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Lucas Dutra Nunes , meta-freescale@yoctoproject.org References: <1381002356-13268-1-git-send-email-ldnunes@ossystems.com.br> In-Reply-To: <1381002356-13268-1-git-send-email-ldnunes@ossystems.com.br> Subject: Re: [meta-fsl-arm-extra][PATCH 1/3] linux-boundary: move nitrogen6x defconfig to machine dir 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: Sun, 06 Oct 2013 15:23:14 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Luca, On 10/05/2013 12:45 PM, Lucas Dutra Nunes wrote: > The move is necessary to add support for the nitrogen6x-lite board. > > Change-Id: I146e2a871b4e73f581cadd536ec03452a3756b2f > Signed-off-by: Lucas Dutra Nunes > --- > .../linux/linux-boundary-3.0.35/defconfig | 270 -------------------- > .../linux-boundary-3.0.35/nitrogen6x/defconfig | 270 ++++++++++++++++++++ > 2 files changed, 270 insertions(+), 270 deletions(-) > delete mode 100644 recipes-kernel/linux/linux-boundary-3.0.35/defconfig > create mode 100644 recipes-kernel/linux/linux-boundary-3.0.35/nitrogen6x/defconfig > For the series: Tested-by: Eric Nelson Acked-by: Eric Nelson I tested this out using fsl-image-gui on the nitrogen6x and core-image-minimal on nitrogen6x-lite. Regards, Eric