[meta-freescale] [meta-freescale-distro][PATCH v3 5/5] add fsl-qoriq distro conf file

Zhenhua Luo zhenhua.luo at nxp.com
Mon Jan 9 04:30:24 PST 2017


Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 conf/distro/fsl-qoriq.conf                      | 33 +++++++++++++++++++++++++
 recipes-fsl/images/fsl-image-networking-full.bb |  4 +--
 2 files changed, 35 insertions(+), 2 deletions(-)
 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..ef4e057
--- /dev/null
+++ b/conf/distro/fsl-qoriq.conf
@@ -0,0 +1,33 @@
+# FSL distro for QorIQ SDK
+
+require conf/distro/poky.conf
+
+DISTRO = "fsl-qoriq"
+DISTRO_NAME = "QorIQ SDK (FSL Reference Distro)"
+SDK_VENDOR = "-fsl"
+MAINTAINER = "Zhenhua Luo <zhenhua.luo at nxp.com>"
+
+TARGET_VENDOR = "-fsl"
+
+# Customize the DISTRO_FEATURES for QorIQ platforms
+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 is 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"
+
+# Set the preferred provider of some native java packages which can support
+# QorIQ targets well.
+PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native"
+PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
+PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
+
+# whitelist restricted license to ensure netperf can be included in QorIQ
+# demo images by default.
+LICENSE_FLAGS_WHITELIST = "non-commercial_netperf commercial_lame"
diff --git a/recipes-fsl/images/fsl-image-networking-full.bb b/recipes-fsl/images/fsl-image-networking-full.bb
index f80b734..7341d54 100644
--- a/recipes-fsl/images/fsl-image-networking-full.bb
+++ b/recipes-fsl/images/fsl-image-networking-full.bb
@@ -2,8 +2,8 @@ require fsl-image-networking.bb
 
 SUMMARY = "Large image to be used for development and evaluation"
 DESCRIPTION = "Large image which includes all the tested tools and \
-NXP specific packages. It is a full Linux system rather than \
-an embedded system for development and evaluation tasks."
+NXP specific packages. It is a full Linux system for development and \
+evaluation tasks."
 
 LICENSE = "MIT"
 
-- 
2.9.3



More information about the meta-freescale mailing list