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

2017-05-18 Thread C.R. Guo
Hello all ,

Do you have any review comment about this patch series? 


Thanks
Chunrong

-Original Message-
From: Chunrong Guo [mailto:b40...@freescale.com] 
Sent: Wednesday, April 26, 2017 5:45 PM
To: meta-freescale@yoctoproject.org
Cc: Ting Liu; Zhenhua Luo; C.R. Guo; Chunrong Guo
Subject: [distro][PATCH 5/5] add fsl-qoriq distro conf file

From: Chunrong Guo 

Signed-off-by: Chunrong Guo 
Signed-off-by: Chunrong Guo 
---
 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 000..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 "
+
+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"
--
1.9.0

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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

2017-05-04 Thread C.R. Guo
Hello Otavio, 

Do you have any review comment about this patch series? 


Thanks
Chunrong

-Original Message-
From: Chunrong Guo [mailto:b40...@freescale.com] 
Sent: Wednesday, April 26, 2017 5:45 PM
To: meta-freescale@yoctoproject.org
Cc: Ting Liu; Zhenhua Luo; C.R. Guo; Chunrong Guo
Subject: [distro][PATCH 5/5] add fsl-qoriq distro conf file

From: Chunrong Guo 

Signed-off-by: Chunrong Guo 
Signed-off-by: Chunrong Guo 
---
 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 000..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 "
+
+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"
--
1.9.0

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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

2017-04-26 Thread Chunrong Guo
From: Chunrong Guo 

Signed-off-by: Chunrong Guo 
Signed-off-by: Chunrong Guo 
---
 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 000..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 "
+
+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"
-- 
1.9.0

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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

2017-03-20 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo 
---
 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 000..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 "
+
+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

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale