[oe] [meta-java][PATCH 0/4] patches for openjdk-6

2015-01-21 Thread b28495
From: Ting Liu ting@freescale.com Based on the below commit: c600dd3 icedtea: openjdk: Remove currency data generation expiration date Ting Liu (4): openjdk-6: Remove currency data generation expiration date openjdk-6: pass option --disable-system-lcms openjdk-6: do not run gamma test

[oe] [meta-java][PATCH 2/4] openjdk-6: pass option --disable-system-lcms

2015-01-21 Thread b28495
From: Ting Liu ting@freescale.com Fix the below issue: | checking whether to enable the use of LCMS2... yes | checking whether to use the system LCMS install... yes | checking for LCMS2... no | configure: error: Could not find LCMS = 2.5; install it or build with --disable-system-lcms to use

[oe] [meta-java][PATCH 1/4] openjdk-6: Remove currency data generation expiration date

2015-01-21 Thread b28495
From: Ting Liu ting@freescale.com As the openjdk source was extracted during 'make patch-ecj' in do_configure, apply the patch via do_configure_append. icedtea6-1.13.4/Makefile.am:1200:stamps/extract-openjdk.stamp: stamps/download.stamp | if OPENJDK_SRC_DIR_FOUND | if ! test -d

[oe] [meta-oe][PATCH] lcov: add initial recipe 1.11

2015-01-14 Thread b28495
From: Ting Liu ting@freescale.com Signed-off-by: Ting Liu ting@freescale.com --- meta-oe/recipes-support/lcov/lcov_1.11.bb | 28 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-support/lcov/lcov_1.11.bb diff --git

[oe] [meta-oe][PATCH 2/2] inetutils: not hard coded libreadline path

2014-01-14 Thread b28495
From: Ting Liu b28...@freescale.com Avoid below QA issues: | ERROR: QA Issue: package inetutils-ftp contains bad RPATH | ERROR: QA Issue: package inetutils-telnet contains bad RPATH | ERROR: QA Issue: package inetutils-telnetd contains bad RPATH | ERROR: QA run found fatal errors. Please consider

[oe] [meta-oe][PATCH 1/2] lmbench: use base_libdir instead of hardcoded /lib

2014-01-14 Thread b28495
From: Ting Liu b28...@freescale.com Fix the below QA warning when building 64bit target: | WARNING: QA Issue: lmbench: Files/directories were installed but not | shipped | /usr/lib | /usr/lib/libmbench.a Signed-off-by: Ting Liu b28...@freescale.com ---

[oe] [meta-oe][PATCH] netcf: hardcode --with-driver=redhat for target build

2014-01-14 Thread b28495
From: Ting Liu b28...@freescale.com The configure script of netcf checks the HOST setup to identify the network interface. This means it checks for Red Hat, SuSE, debian, Ubuntu, etc. As this is an embedded cross build, it doesn't seem to make sense to check the HOST in the first place to

[oe] [meta-oe][PATCH v2] inetutils: fix libreadline path to fix QA errors

2014-01-14 Thread b28495
From: Ting Liu b28...@freescale.com If wrong path set, inetutils configure script will add a absolute rpath, which result in the below QA errors: | ERROR: QA Issue: package inetutils-ftp contains bad RPATH | ERROR: QA Issue: package inetutils-telnet contains bad RPATH | ERROR: QA Issue: package

[oe] [PATCH 1/2] ipsec-tools: fix unrecognised --without-gssapi option

2014-01-13 Thread b28495
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- .../ipsec-tools/ipsec-tools_0.8.1.bb |1 - 1 file changed, 1 deletion(-) diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb

[oe] [PATCH 2/2] libhugetbfs: add branch parameter and uprev to 6824d18

2014-01-13 Thread b28495
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- ...x-lib64-can-not-be-shiped-in-64bit-target.patch |2 +- .../libhugetlbfs/libhugetlbfs_git.bb |8 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git

[oe] [meta-oe][PATCH 2/2] libhugetbfs: add branch parameter and uprev to 6824d18

2014-01-13 Thread b28495
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- ...x-lib64-can-not-be-shiped-in-64bit-target.patch |2 +- .../libhugetlbfs/libhugetlbfs_git.bb |8 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git

[oe] [meta-oe][PATCH 1/2] ipsec-tools: fix unrecognised --without-gssapi option

2014-01-13 Thread b28495
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- .../ipsec-tools/ipsec-tools_0.8.1.bb |1 - 1 file changed, 1 deletion(-) diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb

[oe] [meta-oe][PATCH v2] netperf: set _FILE_OFFSET_BITS to 64 to support large files

2013-10-09 Thread b28495
From: Ting Liu b28...@freescale.com Without this patch, netperf2.6 can only support files smaller than 2GB with TCP_SENDFILE item. Signed-off-by: Ting Liu b28...@freescale.com Tested-by: Jianhua Xiejianhua@freescale.com Reviewed-by: Otavio Salvador ota...@ossystems.com.br --- v2: update with

Re: [oe] [meta-oe][PATCH] netperf: set _FILE_OFFSET_BITS to 64 to support large files

2013-10-09 Thread Liu Ting-B28495
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Saturday, October 05, 2013 7:27 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH]

[oe] [meta-oe][PATCH] netperf: set _FILE_OFFSET_BITS to 64 to support large files

2013-09-26 Thread b28495
From: Ting Liu b28...@freescale.com Without this patch, netperf2.6 can only support files smaller than 2GB with TCP_SENDFILE item. Signed-off-by: Ting Liu b28...@freescale.com Tested-by: Jianhua Xiejianhua@freescale.com --- .../recipes-support/netperf/netperf_2.6.0.bb |4 1

[oe] [meta-oe][PATCH] tipcutils: add recipe

2013-09-24 Thread b28495
From: Ting Liu b28...@freescale.com The Transparent Inter-Process Communication protocol allows applications in a clustered computer environment to communicate quickly and reliably with other applications, regardless of their location within the cluster. demo binaries are packaged to

[oe] [meta-oe][PATCH v2] tipcutils: add recipe

2013-09-24 Thread b28495
From: Ting Liu b28...@freescale.com The Transparent Inter-Process Communication protocol allows applications in a clustered computer environment to communicate quickly and reliably with other applications, regardless of their location within the cluster. demo binaries are packaged to

[oe] [meta-oe][PATCH] netperf: add large files support

2013-09-04 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- .../0001-netperf2.6-large-files-support.patch | 31 .../recipes-support/netperf/netperf_2.6.0.bb |1 + 2 files changed, 32 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH v4] tclap: initial add 1.2.1

2013-04-16 Thread Liu Ting-B28495
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Monday, April 15, 2013 6:08 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH v4]

[oe] [meta-oe][PATCH v5] tclap: initial add 1.2.1

2013-04-16 Thread b28495
From: Ting Liu b28...@freescale.com TCLAP (Templatized C++ Command Line Parser Library ) is a small, flexible library that provides a simple interface for defining and accessing command line arguments. Use the commit of tag tclap-1-2-1-release-final. Signed-off-by: Ting Liu b28...@freescale.com

[oe] [meta-oe][PATCH v4] tclap: initial add 1.2.1

2013-04-15 Thread b28495
From: Ting Liu b28...@freescale.com TCLAP (Templatized C++ Command Line Parser Library ) is a small, flexible library that provides a simple interface for defining and accessing command line arguments. Use the commit of tag tclap-1-2-1-release-final. Signed-off-by: Ting Liu b28...@freescale.com

Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1

2013-04-15 Thread Liu Ting-B28495
: initial add 1.2.1 On Mon, Mar 18, 2013 at 10:08:25AM +, Liu Ting-B28495 wrote: -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Thursday, March 14

Re: [oe] [meta-oe][PATCH] lio-utils: initial add 4.1

2013-03-24 Thread Liu Ting-B28495
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Friday, March 22, 2013 5:25 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH]

Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1

2013-03-18 Thread Liu Ting-B28495
-B28495 b28...@freescale.comwrote: -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Thursday, March 14, 2013 12:20 AM To: openembedded-devel

[oe] [meta-oe][PATCH v2] tclap: initial add 1.2.1

2013-03-13 Thread b28495
From: Ting Liu b28...@freescale.com TCLAP (Templatized C++ Command Line Parser Library ) is a small, flexible library that provides a simple interface for defining and accessing command line arguments. Use the commit of tag tclap-1-2-1-release-final. Signed-off-by: Ting Liu b28...@freescale.com

[oe] [meta-oe][PATCH] lio-utils: initial add 4.1

2013-03-13 Thread b28495
From: Ting Liu b28...@freescale.com lio-utils (lio-utils.git) provide a simple low-level configuration tool set for the Target+iSCSI (LIO). lio-utils use the configFS kernel API that is available with LIO, which provides a clean interface for controlling the kernel level Target engine and its

[oe] [meta-oe][PATCH v3] tclap: initial add 1.2.1

2013-03-13 Thread b28495
From: Ting Liu b28...@freescale.com TCLAP (Templatized C++ Command Line Parser Library ) is a small, flexible library that provides a simple interface for defining and accessing command line arguments. Use the commit of tag tclap-1-2-1-release-final. Signed-off-by: Ting Liu b28...@freescale.com

Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1

2013-03-13 Thread Liu Ting-B28495
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Thursday, March 14, 2013 12:20 AM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH]

[oe] [meta-oe][PATCH] tclap: initial add 1.2.1

2013-03-12 Thread b28495
From: Ting Liu b28...@freescale.com TCLAP (Templatized C++ Command Line Parser Library ) is a small, flexible library that provides a simple interface for defining and accessing command line arguments. Templatized C++ Command Line Parser Library. Use the commit of tag tclap-1-2-1-release-final.

Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1

2013-03-12 Thread Liu Ting-B28495
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Wednesday, March 13, 2013 12:55 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH]

[oe] [meta-java][for denzil] 4/4] openjdk-6: Remove the Xp header and library configure checks

2013-02-01 Thread b28495
From: Ting Liu b28...@freescale.com Xp isn't used anymore by recent jdk versions. Reference: http://icedtea.classpath.org/hg/icedtea7/raw-rev/a9324fa05b9d Signed-off-by: Ting Liu b28...@freescale.com --- ...the-autoconf-Xp-header-and-library-checks.patch | 21

[oe] [meta-java][for denzil] 0/4] patches to work with poky/meta-oe denzil

2013-02-01 Thread b28495
From: Ting Liu b28...@freescale.com This patchset is targeted to work with poky/meta-oe denzil branch. It is based on the commit: f5f49c8 openjdk6: apply same fix for ucontext for cacao on arm to openjdk6 too Tests for openjdk-6 had been done using poky (denzil) + meta-oe (denzil) +

[oe] [meta-java][for denzil] 3/4] Revert llvm: use spaces for python functions

2013-02-01 Thread b28495
From: Ting Liu b28...@freescale.com This reverts commit 8e11ccd8a46abcf46fe3854d40ead208b5605b53. Conflicts: recipes-core/llvm/llvm.inc --- recipes-core/llvm/llvm.inc | 65 ++- 1 files changed, 33 insertions(+), 32 deletions(-) diff --git

[oe] [meta-java][for denzil] 1/4] openjdk: not use update-alternatives class

2013-02-01 Thread b28495
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- recipes-core/openjdk/openjdk-6-common.inc | 19 +-- recipes-core/openjdk/openjdk-7-common.inc | 19 +-- recipes-core/openjdk/openjdk-postinst.inc | 11 --- 3 files

[oe] [meta-java][for denzil] 2/4] llvm: not use pythonnative class

2013-02-01 Thread b28495
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- recipes-core/llvm/llvm.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index de52443..65d36c5 100644 ---

[oe] [meta-oe] samba: Fix build on Fedora 17

2012-12-14 Thread b28495
From: Ting Liu b28...@freescale.com Fedora 17 has /bin/perl, this causes samba build to put perl interpreter path as /bin/perl But we set perl location for target as /usr/bin/perl This mismatch of perl path causes failure of rootfs image creation: | error: Failed dependencies: | /bin/perl

[oe] [meta-oe] samba: Fix build on Fedora 17

2012-11-23 Thread b28495
From: Ting Liu b28...@freescale.com Fedora 17 has /bin/perl, this causes samba build to put perl interpreter path as /bin/perl But we set perl location for target as /usr/bin/perl This mismatch of perl path causes failure of rootfs image creation: | error: Failed dependencies: | /bin/perl

Re: [oe] [meta-oe v2][for-denzil][PATCH] systemd: use system variables instead of hardcoded paths

2012-09-15 Thread Liu Ting-B28495
-Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Friday, September 14, 2012 8:32 PM To: Liu Ting-B28495 Cc: yo...@linux.freescale.net; Khem Raj; openembedded- de...@lists.openembedded.org Subject: Re: [meta-oe v2][for-denzil][PATCH] systemd: use system

Re: [oe] [meta-oe][for-denzil][PATCH] systemd.bbclass: use system variables instead of hardcoded paths

2012-09-14 Thread Liu Ting-B28495
-B28495] the issue was fixed in master. commit 980b338fb5100ff4c779335a86f3d9450ea8c54a systemd: Upgrade to 187 tag a new path has been sent out for denzil. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53

[oe] [meta-oe v2][for-denzil][PATCH] systemd: use system variables instead of hardcoded paths

2012-09-14 Thread b28495
From: Ting Liu b28...@freescale.com Back port commit 980b338fb5100ff4c779335a86f3d9450ea8c54a Below is the original commit message: Fix build for ppc64 Consider /lib64 and /usr/lib64 Some 64bit architectures chose lib64 instead of lib for default library dirnames. So we dig this from metadata

[oe] [meta-oe][for-denzil][PATCH] systemd.bbclass: use system variables instead of hardcoded paths

2012-09-13 Thread b28495
From: Ting Liu b28...@freescale.com Fix below issue when check service-files for 64bit target: | DEBUG: adding systemd calls to postinst/postrm for busybox-syslog-systemd | ERROR: Function failed: | | For package busybox-syslog-systemd SYSTEMD_SERVICE-entry busybox-syslog.service does not exist