From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 69BBCE00D96; Thu, 1 Oct 2015 01:36:27 -0700 (PDT) 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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, SPF_HELO_PASS,T_DKIM_INVALID autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid Received: from compulab.co.il (softlayer.compulab.co.il [50.23.254.55]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id ACF35E00A54 for ; Thu, 1 Oct 2015 01:36:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=compulab.co.il; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=aoTmhbg/8H+iOWL8kYI14bFUxApow+yQgu3gOSVlFHY=; b=wQc3Rl7SP5QCsddmIQSKn+VhPvMOaTaV3Dlx1XqhgwRueh4K2MMP/Jxp1IFiCiWSpeIyuy8hZjtEvICWLUMWySXbv3bZNilM2RAMt/3/bEo3Bc19J/4FK6VBSgerVxCKttN2TkyEYayUb1MaRfGdmkh0WQO9W72s2qdwUvKpfoE=; Received: from [62.90.235.247] (port=41109 helo=zimbra-mta.compulab.co.il) by softlayer.compulab.co.il with esmtp (Exim 4.85) (envelope-from ) id 1ZhZLk-0002hK-83; Thu, 01 Oct 2015 11:36:24 +0300 Received: from localhost (localhost [127.0.0.1]) by zimbra-mta.compulab.co.il (Postfix) with ESMTP id 6DA5B484276; Thu, 1 Oct 2015 11:36:23 +0300 (IDT) Received: from zimbra-mta.compulab.co.il ([127.0.0.1]) by localhost (zimbra-mta.compulab.co.il [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id NYe5nCywJp9b; Thu, 1 Oct 2015 11:36:22 +0300 (IDT) Received: from localhost (localhost [127.0.0.1]) by zimbra-mta.compulab.co.il (Postfix) with ESMTP id DDDC1484275; Thu, 1 Oct 2015 11:36:22 +0300 (IDT) X-Virus-Scanned: amavisd-new at zimbra-mta.compulab.co.il Received: from zimbra-mta.compulab.co.il ([127.0.0.1]) by localhost (zimbra-mta.compulab.co.il [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IpTppYmDBY81; Thu, 1 Oct 2015 11:36:22 +0300 (IDT) Received: from [192.168.11.13] (grinberg-linux.compulab.local [192.168.11.13]) by zimbra-mta.compulab.co.il (Postfix) with ESMTP id 930B1484270; Thu, 1 Oct 2015 11:36:22 +0300 (IDT) To: Valentin Raevsky , meta-freescale@yoctoproject.org, otavio@ossystems.com.br References: <1443626027-26921-1-git-send-email-valentin@compulab.co.il> <1443626027-26921-3-git-send-email-valentin@compulab.co.il> From: Igor Grinberg Organization: CompuLab Ltd. Message-ID: <560CF086.5050904@compulab.co.il> Date: Thu, 1 Oct 2015 11:36:22 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1443626027-26921-3-git-send-email-valentin@compulab.co.il> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - softlayer.compulab.co.il X-AntiAbuse: Original Domain - yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - compulab.co.il X-Get-Message-Sender-Via: softlayer.compulab.co.il: acl_c_relayhosts_text_entry: grinberg@compulab.co.il|compulab.co.il Subject: Re: [meta-fsl-arm-extra][PATCH 3/4] cm-fx6: update the cm-fx6 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, 01 Oct 2015 08:36:27 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Hi Valentin, On 09/30/15 18:13, Valentin Raevsky wrote: > Update the cm-fx6 machine configuration: > > 1) Fix the device tree blob list. > 2) Fix u_boot and kernel virtual providers' names with > respect to the SoC family. This change solves a multiple > provider issue that the image build procedure runs into. > 3) Add the firmware-compulab to the buid. > > Signed-off-by: Valentin Raevsky > --- > conf/machine/cm-fx6.conf | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/conf/machine/cm-fx6.conf b/conf/machine/cm-fx6.conf > index 8166b5a..5d8f3dc 100644 > --- a/conf/machine/cm-fx6.conf > +++ b/conf/machine/cm-fx6.conf > @@ -9,13 +9,15 @@ require conf/machine/include/tune-cortexa9.inc > > SOC_FAMILY = "mx6:mx6dl:mx6q" > > -PREFERRED_PROVIDER_u-boot = "u-boot-compulab" > -PREFERRED_PROVIDER_virtual/kernel = "linux-compulab" > +PREFERRED_PROVIDER_u-boot_mx6 = "u-boot-compulab" > +PREFERRED_PROVIDER_virtual/kernel_mx6 = "linux-compulab" > > UBOOT_MACHINE ?= "cm_fx6_defconfig" > > -KERNEL_DEVICETREE = "imx6dl-cm-fx6.dtb imx6dl-sbc-fx6.dtb imx6dl-sbc-fx6m.dtb imx6q-cm-fx6.dtb imx6q-sbc-fx6.dtb imx6q-sbc-fx6m.dtb" > +KERNEL_DEVICETREE = "imx6dl-sbc-fx6.dtb imx6dl-sbc-fx6m.dtb imx6q-sbc-fx6.dtb imx6q-sbc-fx6m.dtb" Please do not remove those targets as they are useful for customer specific base board bring up. > > MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth serial usbhost wifi" > > +MACHINE_FIRMWARE_append_mx6 += "firmware-compulab" > + > SERIAL_CONSOLE = "115200 ttymxc3" > -- Regards, Igor.