From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5A6FCE00769; Thu, 4 Sep 2014 19:40:03 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (rjohnweber[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.43 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 276A0E004F5 for ; Thu, 4 Sep 2014 19:39:59 -0700 (PDT) Received: by mail-qg0-f43.google.com with SMTP id a108so264170qge.16 for ; Thu, 04 Sep 2014 19:39:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YW70va57hXR63TweMksVAAVxzBNa5t6AOc8SjwvomOM=; b=UNmtyBGww3Xz/JEBgiwsCMG8x3Yrbw/VkbTAO3p1W94Gr4HJUiBKhT9TiDvxe136hj YOEdsz1nqN0OPFslrwDhuzdRiG8mMedqercBR4dCXTAAz+IXu1fUped4WA1T6/g17JLL UE1QS3JLFo/r2ZoK2QcVQ7mw/ywxTKZf77tGMtsMBxl9tFyQs8GOfstmZu+O8ZgBgQVj gpVuGgk5Uf6m1pCrhnWlYIN8iAiOUEf+BL9pVY0y+vX9NYB2fXH4o5HrmodYXMlsveHY Mm1Dje2RaxgrLB1rZz6IMvxXF/LngBQjx+gZpyxb+ll1JBpMVxJrwsfj/LCtnWbgL6JC H/qg== X-Received: by 10.140.16.194 with SMTP id 60mr13479372qgb.105.1409884798745; Thu, 04 Sep 2014 19:39:58 -0700 (PDT) Received: from goober-2.local ([75.76.45.160]) by mx.google.com with ESMTPSA id o1sm767856qaa.19.2014.09.04.19.39.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Sep 2014 19:39:58 -0700 (PDT) Message-ID: <5409227D.8030607@gmail.com> Date: Thu, 04 Sep 2014 21:39:57 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1409805199-684-1-git-send-email-zhenhua.luo@freescale.com> In-Reply-To: <1409805199-684-1-git-send-email-zhenhua.luo@freescale.com> Subject: Re: [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support 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, 05 Sep 2014 02:40:03 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Zhenhua - Just a picky thing here but I thought you might want commits from Freescale using the right product name. It's Layerscape, not Layerspace. You might want to correct your shortlog. :-) John On 9/3/14, 11:33 PM, Zhenhua Luo wrote: > The base configuration file includes following major settings: > * Freescale LS1 default providers > * Default image type > * Default tune type > * Default machine features > > Signed-off-by: Zhenhua Luo > --- > conf/machine/include/ls-base.inc | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 conf/machine/include/ls-base.inc > > diff --git a/conf/machine/include/ls-base.inc b/conf/machine/include/ls-base.inc > new file mode 100644 > index 0000000..752a341 > --- /dev/null > +++ b/conf/machine/include/ls-base.inc > @@ -0,0 +1,17 @@ > +require conf/machine/include/soc-family.inc > + > +# Freescale BSP default providers > +PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1" > +PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1" > +PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1" > + > +# Define the default image type > +IMAGE_CLASSES ?= "image_types_uboot" > +KERNEL_IMAGETYPE ?= "uImage" > + > +UBOOT_ENTRYPOINT_ls102xa = "0x80008000" > + > +MACHINE_FEATURES = "pci ext2 ext3 serial" > +MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf" > + > +DEFAULTTUNE_ls102xa = "cortexa7hf-neon"