Would be possible to add a DESCRIPTION or a comment header to explain what is purpose of this distro and what is the main goal?
For example, I see there is a WHITELIST flag for license, there are definitions for java providers. I'm not sure, but I feel like out of context looking to this distro. Daiane On Thu, Jan 5, 2017 at 7:51 AM, Zhenhua Luo <[email protected]> wrote: > Signed-off-by: Zhenhua Luo <[email protected]> > --- > conf/distro/fsl-qoriq.conf | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > create mode 100644 conf/distro/fsl-qoriq.conf > > diff --git a/conf/distro/fsl-qoriq.conf b/conf/distro/fsl-qoriq.conf > new file mode 100644 > index 0000000..4b0e44b > --- /dev/null > +++ b/conf/distro/fsl-qoriq.conf > @@ -0,0 +1,26 @@ > +require conf/distro/poky.conf > + > +DISTRO = "fsl-qoriq" > +DISTRO_NAME = "QorIQ SDK (FSL Reference Distro)" > +SDK_VENDOR = "-fsl" > +MAINTAINER = "Zhenhua Luo <[email protected]>" > + > +TARGET_VENDOR = "-fsl" > + > +POKY_DEFAULT_DISTRO_FEATURES_remove = " ptest" > +DISTRO_FEATURES_DEFAULT_remove = " pcmcia 3g" > +DISTRO_FEATURES_DEFAULT_append = " benchmark vfat ext2 mtd pam \ > + alsa pulseaudio perl ppp python usbhost virtualization db" > + > +# When meta-openenbedded layer included, bitbake will complain that > +# multiple providers are available for jpeg (jpeg, libjpeg-turbo) > +PREFERRED_PROVIDER_jpeg ?= "jpeg" > +PREFERRED_PROVIDER_jpeg-native ?= "jpeg-native" > + > +QEMU_TARGETS_append_pn-qemu-native = " ppc64" > +PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native" > +PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" > +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" > + > +# whiteliste restricted license > +LICENSE_FLAGS_WHITELIST = "non-commercial_netperf commercial_lame" > -- > 2.7.4 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
