From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2E28FE0121A for ; Tue, 9 Apr 2013 10:39:08 -0700 (PDT) Received: by mail-ie0-f175.google.com with SMTP id c12so8880380ieb.34 for ; Tue, 09 Apr 2013 10:39:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=p5qztcHjuhrbkV07mhC3HES11MUgX7JnBMoTsH94t7o=; b=d1N1xgwJeyz/pzEIowy4DfBMf2pXgY4gG+elByFz60YPj176Cfj+deFBq6fxVA7QPS ZRo0o1REkhdRV19w+OmoGqk9lgjD2ZiI1nM+m08Yvew+Lvv9x9JedV8m9fu4snSSFedB A1LPEGGtCDDsM5PGCw2uL3ubRw4kIbTkWb/Ve0WM5WEP7k36TablC8bCNmlucEDSGRvB k0axyqlpmKnWHrdP27YQAxhgHfdGKAQP9vfhCH1Jgy0qIr3Y4dc2XkORBc6bK+R3sn0C zXiB9idlUoGcfZrHR+hafkuM1eWjvwywvNcNxVmHdiLDATG3eLYzBhW9KM112+nfFdgC eqCQ== X-Received: by 10.50.150.146 with SMTP id ui18mr10793019igb.21.1365529147550; Tue, 09 Apr 2013 10:39:07 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPS id px9sm27444885igc.0.2013.04.09.10.39.06 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 10:39:07 -0700 (PDT) Message-ID: <5164523A.1000907@gmail.com> Date: Tue, 09 Apr 2013 12:39:06 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Otavio Salvador References: <1365527093-12139-1-git-send-email-otavio@ossystems.com.br> <1365527093-12139-5-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1365527093-12139-5-git-send-email-otavio@ossystems.com.br> Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm-extra][PATCH 5/6] wandboard-dual: Use U-Boot mainline 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, 09 Apr 2013 17:39:08 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf > index 02d63b7..f19b1a4 100644 > --- a/conf/machine/wandboard-dual.conf > +++ b/conf/machine/wandboard-dual.conf > @@ -9,12 +9,9 @@ SOC_FAMILY = "wandboard:mx6dl:mx6" > > KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-wandboard.dts" Same question as in the solo recipe patch. We're not using dts, so where does this file come from?