From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (top.free-electrons.com [176.31.233.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B285EE00406 for ; Thu, 22 Aug 2013 10:12:28 -0700 (PDT) Received: by mail.free-electrons.com (Postfix, from userid 106) id D972A81E; Thu, 22 Aug 2013 19:12:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.3.2 Received: from [192.168.1.53] (128-79-216-144.hfc.dyn.abo.bbox.fr [128.79.216.144]) by mail.free-electrons.com (Postfix) with ESMTPSA id 62B7C81A; Thu, 22 Aug 2013 19:12:29 +0200 (CEST) Message-ID: <5216467A.9000403@free-electrons.com> Date: Thu, 22 Aug 2013 19:12:26 +0200 From: Alexandre Belloni Organization: Free Electrons User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Otavio Salvador References: <1377183077-5270-1-git-send-email-alexandre.belloni@free-electrons.com> <1377183077-5270-5-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Cc: "meta-freescale@yoctoproject.org" , Maxime Ripard , jimwall@q.com, brian@crystalfontz.com Subject: Re: [meta-fsl-arm-extra][PATCH 4/4] cfa10036: Add cfa10036 machine configuration 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: Thu, 22 Aug 2013 17:12:31 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 22/08/2013 19:06, Otavio Salvador wrote: > On Thu, Aug 22, 2013 at 11:51 AM, Alexandre Belloni > wrote: >> This configuration supports the following Crystalfontz boards: >> - cfa-10036 >> - cfa-10037 >> - cfa-10049 >> - cfa-10055 >> - cfa-10056 >> - cfa-10057 >> - cfa-10058 >> >> which are all based on the cfa-10036. >> >> Signed-off-by: Alexandre Belloni >> --- >> conf/machine/cfa10036.conf | 40 ++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 40 insertions(+) >> create mode 100644 conf/machine/cfa10036.conf >> >> diff --git a/conf/machine/cfa10036.conf b/conf/machine/cfa10036.conf >> new file mode 100644 >> index 0000000..7f2fe35 >> --- /dev/null >> +++ b/conf/machine/cfa10036.conf >> @@ -0,0 +1,40 @@ >> +#@TYPE: Machine >> +#@NAME: Crystalfontz CFA-10036 >> +#@SOC: i.MX28 >> +#@DESCRIPTION: Machine configuration for CFA-10036 >> + >> +include conf/machine/include/mxs-base.inc >> + >> +SOC_FAMILY = "mxs:mx28" >> + >> +PREFERRED_PROVIDER_virtual/kernel = "linux-cfa" >> +PREFERRED_VERSION_imx-bootlets = "cfa" >> + >> +BAREBOX_MACHINE = "cfa10036_defconfig" >> +IMAGE_BOOTLOADER = "barebox" >> +BAREBOX_BINARY = "barebox" >> + >> +IMXBOOTLETS_MACHINE = "cfa10036" >> +BOOT_SPACE="32768" >> + >> +KERNEL_IMAGETYPE = "zImage" >> +KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-cfa10036.dts" > imx28-cfa10036.dtb ... > > No full path. Oh yeah, and I saw that in linux-dtb.inc but didn't react on it. I would be expecting a warning there with: bbwarn "${DTB} contains the full path to the the dts file, but only the dtb name should be used." but didn't get any. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com