On Thu, Dec 28, 2017 at 8:04 AM, Chunrong Guo <[email protected]> wrote: > From: Chunrong Guo <[email protected]> > > Signed-off-by: Chunrong Guo <[email protected]> > --- > conf/machine/include/qoriq-ppc.inc | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 conf/machine/include/qoriq-ppc.inc > > diff --git a/conf/machine/include/qoriq-ppc.inc > b/conf/machine/include/qoriq-ppc.inc > new file mode 100644 > index 0000000..d2e4782 > --- /dev/null > +++ b/conf/machine/include/qoriq-ppc.inc > @@ -0,0 +1,15 @@ > +# Provides the common settings for QorIQ PPC > + > +KERNEL_IMAGETYPE ?= "uImage" > + > +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" > +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" > + > +MACHINEOVERRIDES =. "qoriq-ppc:" > + > +require conf/machine/include/qoriq-base.inc > + > +GCCVERSION_qoriq-ppc = "4.9.2" > +BINUVERSION_qoriq-ppc = "2.25" > +GLIBCVERSION_qoriq-ppc = "2.20"
The inclusion of PPC must be done using the current toolchain as this is a BSP layer and not a OE-Core fork or a full bloat build system. > +PREFERRED_VERSION_virtual/nativesdk-libiconv = "2.20" > -- > 1.9.0 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
