[meta-freescale] [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support

zhenhua.luo at freescale.com zhenhua.luo at freescale.com
Thu Sep 4 20:10:44 PDT 2014


Thanks, John.

I will correct it. 


Best Regards,

Zhenhua

> -----Original Message-----
> From: meta-freescale-bounces at yoctoproject.org [mailto:meta-freescale-
> bounces at yoctoproject.org] On Behalf Of John Weber
> Sent: Friday, September 05, 2014 10:40 AM
> To: meta-freescale at yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH v4 1/6] ls-base.inc:
> Add base configuration for Layerspace1 support
> 
> 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 <zhenhua.luo at freescale.com>
> > ---
> >   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"
> 
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list