From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe001.messaging.microsoft.com [65.55.88.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E883DE013AD for ; Fri, 6 Sep 2013 05:03:07 -0700 (PDT) Received: from mail135-tx2-R.bigfish.com (10.9.14.245) by TX2EHSOBE006.bigfish.com (10.9.40.26) with Microsoft SMTP Server id 14.1.225.22; Fri, 6 Sep 2013 12:03:06 +0000 Received: from mail135-tx2 (localhost [127.0.0.1]) by mail135-tx2-R.bigfish.com (Postfix) with ESMTP id 25D9B260102; Fri, 6 Sep 2013 12:03:06 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h1de097h8275bhz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail135-tx2 (localhost.localdomain [127.0.0.1]) by mail135-tx2 (MessageSwitch) id 1378468984343448_16268; Fri, 6 Sep 2013 12:03:04 +0000 (UTC) Received: from TX2EHSMHS006.bigfish.com (unknown [10.9.14.243]) by mail135-tx2.bigfish.com (Postfix) with ESMTP id 4A2954E0041; Fri, 6 Sep 2013 12:03:04 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS006.bigfish.com (10.9.99.106) with Microsoft SMTP Server (TLS) id 14.16.227.3; Fri, 6 Sep 2013 12:03:03 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Fri, 6 Sep 2013 12:03:03 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r86C31ov017544; Fri, 6 Sep 2013 05:03:01 -0700 Message-ID: <5229C38C.6080500@freescale.com> Date: Fri, 6 Sep 2013 08:59:08 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexandre Belloni References: <1378416122-16832-1-git-send-email-alexandre.belloni@free-electrons.com> <1378416122-16832-4-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1378416122-16832-4-git-send-email-alexandre.belloni@free-electrons.com> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Cc: meta-freescale@yoctoproject.org, Maxime Ripard , jimwall@q.com, brian@crystalfontz.com Subject: Re: [meta-fsl-arm-extra][PATCH 3/8] Add a machine configuration for cfa-10037 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, 06 Sep 2013 12:03:08 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 09/05/2013 06:21 PM, Alexandre Belloni wrote: > The cfa-10037 is a breakout board for the cfa-10036. > > Signed-off-by: Alexandre Belloni > --- > conf/machine/cfa10037.conf | 9 +++++++++ > 1 file changed, 9 insertions(+) > create mode 100644 conf/machine/cfa10037.conf > > diff --git a/conf/machine/cfa10037.conf b/conf/machine/cfa10037.conf > new file mode 100644 > index 0000000..7dbdd55 > --- /dev/null > +++ b/conf/machine/cfa10037.conf > @@ -0,0 +1,9 @@ > +#@TYPE: Machine > +#@NAME: Crystalfontz CFA-10037 > +#@SOC: i.MX28 > +#@DESCRIPTION: Machine configuration for CFA-10037 > + > +include conf/machine/include/cfa10036.inc > + > +KERNEL_DEVICETREE += "imx28-cfa10037.dtb" oh, you need both devicetree files.... > + > -- Daiane