From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DC2B3E008C4; Mon, 24 Nov 2014 08:18:29 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 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] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E5034E00863 for ; Mon, 24 Nov 2014 08:18:23 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 3A6DCF811F4; Mon, 24 Nov 2014 09:18:23 -0700 (MST) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 677ECF811F2; Mon, 24 Nov 2014 09:18:21 -0700 (MST) Message-ID: <54735A50.1010708@mlbassoc.com> Date: Mon, 24 Nov 2014 09:18:24 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Fabio Estevam References: <54735618.5040206@mlbassoc.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Building for SabreSD 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: Mon, 24 Nov 2014 16:18:29 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 2014-11-24 09:11, Fabio Estevam wrote: > Hi Gary, > > On Mon, Nov 24, 2014 at 2:00 PM, Gary Thomas wrote: >> I'm trying to build the latest master for SabreSD. >> meta = "master:3c741a8d33acbf4b3d5eecc04533bc76e2f37253" >> meta-fsl-arm = "master:fbe06aa1dd82265f74a62ae410d0df83f2f1947c" >> >> In my local.conf I have: >> MACHINE = "imx6qsabresd" >> PREFERRED_PROVIDER_virtual/kernel_imx6qsabresd = "linux-fslc" >> which ends up building linux-fslc/3.17+gitAUTOINC+6725f55a77-r0 >> >> Sadly, this fails >> | NOTE: make -j 4 imx6q-sabresd.dtb >> | DTC arch/arm/boot/dts/imx6q-sabresd.dtb >> | NOTE: make -j 4 imx6q-sabresd-ldo.dtb >> | make[1]: *** No rule to make target >> `arch/arm/boot/dts/imx6q-sabresd-ldo.dtb'. Stop. >> | make: *** [imx6q-sabresd-ldo.dtb] Error 2 >> >> Any hints on how to build the kernel for my SabreSD board? > > You should remove imx6q-sabresd-ldo.dtb from the list of dtbs: > > --- a/conf/machine/imx6qsabresd.conf > +++ b/conf/machine/imx6qsabresd.conf > @@ -8,7 +8,7 @@ require conf/machine/include/imx6sabresd-common.inc > > SOC_FAMILY = "mx6:mx6q" > > -KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb > imx6q-sabresd-hdcp.dtb" > +KERNEL_DEVICETREE = "imx6q-sabresd.dtb" > > UBOOT_CONFIG ??= "sd" > UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" > > imx6q-sabresd-ldo.dtb and imx6q-sabresd-hdcp.dtb only exist on FSL > kernel, not in mainline. > Thanks this fixes the build. I'm not sure about your comment though since I am building linux-fslc -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------