All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhenhua Luo <zhenhua.luo@nxp.com>
To: <meta-freescale@yoctoproject.org>
Subject: [meta-freescale-distro][PATCH 5/5] add fsl-qoriq distro conf file
Date: Tue, 21 Mar 2017 11:30:24 +0800	[thread overview]
Message-ID: <20170321033024.12583-6-zhenhua.luo@nxp.com> (raw)
In-Reply-To: <20170321033024.12583-1-zhenhua.luo@nxp.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
---
 conf/distro/fsl-qoriq.conf | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 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..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@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"
-- 
2.9.3



      parent reply	other threads:[~2017-03-21  3:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21  3:30 [meta-freescale-distro][PATCH 0/5] ] add new packagegroups, demo images and distro file Zhenhua Luo
2017-03-21  3:30 ` [meta-freescale-distro][PATCH 1/5] packagegroup-fsl-networking: add recipe Zhenhua Luo
2017-04-05 15:40   ` Otavio Salvador
2017-03-21  3:30 ` [meta-freescale-distro][PATCH 2/5] packagegroup-fsl-virtualization: " Zhenhua Luo
2017-04-05 15:43   ` Otavio Salvador
2017-03-21  3:30 ` [meta-freescale-distro][PATCH 3/5] add fsl-image-networking demo image Zhenhua Luo
2017-03-21  3:30 ` [meta-freescale-distro][PATCH 4/5] add fsl-image-networking-full " Zhenhua Luo
2017-03-21  3:30 ` Zhenhua Luo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170321033024.12583-6-zhenhua.luo@nxp.com \
    --to=zhenhua.luo@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.