[OE-core] [oe-core][PATCH v2] u-boot: extend UBOOT_CONFIG format to support different binary name

2016-06-15 Thread ting.liu
From: Ting Liu When using UBOOT_CONFIG format, the final u-boot binary for each config may have different names. Extend UBOOT_CONFIG format to support different binary to be copied. The new format is supposed to be compatible with old one as ${UBOOT_BINARY} is copied by default, and images,binar

[OE-core] [oe-core][PATCH] u-boot: extend UBOOT_CONFIG format to support different binary name

2016-06-14 Thread ting.liu
From: Ting Liu When using UBOOT_CONFIG format, the final u-boot binary for each config may have different names. Extend UBOOT_CONFIG format to support different binary to be copied. The new format is supposed to be compatible with old one as ${UBOOT_BINARY} is copied by default, and images,binar

[OE-core] [oe-core][PATCH] bind: fix typo chown->chmod

2015-01-21 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- meta/recipes-connectivity/bind/bind/conf.patch | 2 +- meta/recipes-connectivity/bind/bind/generate-rndc-key.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind/conf.patch b/meta/reci

[OE-core] [oe-core dizzy][PATCH 1/3] libunwind: Fix test case link failure on PowerPC with Altivec

2015-01-14 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- ...k-failure-on-PowerPC-systems-with-Altivec.patch | 28 ++ meta/recipes-support/libunwind/libunwind_1.1.bb| 4 2 files changed, 32 insertions(+) create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Fix-test-c

[OE-core] [oe-core dizzy][PATCH 3/3] valgrind: build with altivec only if it supported

2015-01-14 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- .../pass-maltivec-only-if-it-supported.patch | 68 ++ meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 1 + 2 files changed, 69 insertions(+) create mode 100644 meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only

[OE-core] [oe-core dizzy][PATCH 2/3] bitbake.conf: add PKGDATA_DIR to BB_HASHBASE_WHITELIST

2015-01-14 Thread ting.liu
From: Ting Liu In meta/conf/bitbake.conf, PKGDATA_DIR is default to: PKGDATA_DIR = "${STAGING_DIR_HOST}/pkgdata" But in meta/conf/multilib.conf, PKGDATA_DIR is set as: PKGDATA_DIR = "${STAGING_DIR}/${MACHINE}/pkgdata" When multilib enabled, linux-libc-headers cache will be machine specific: $ b

[OE-core] [oe-core dizzy][PATCH 0/3] fixes for dizzy

2015-01-14 Thread ting.liu
From: Ting Liu The following changes since commit e13f2681b75fd83aa3a1c823ad1c09faed0d6ae3 rm_work: Fix RM_WORK_EXCLUDE for image/sdk recipes Ting Liu (3): libunwind: Fix test case link failure on PowerPC with Altivec bitbake.conf: add PKGDATA_DIR to BB_HASHBASE_WHITELIST valgrind: bui

[OE-core] [oe-core][PATCH] bitbake.conf: add PKGDATA_DIR to BB_HASHBASE_WHITELIST

2015-01-14 Thread ting.liu
From: Ting Liu In meta/conf/bitbake.conf, PKGDATA_DIR is default to: PKGDATA_DIR = "${STAGING_DIR_HOST}/pkgdata" But in meta/conf/multilib.conf, PKGDATA_DIR is set as: PKGDATA_DIR = "${STAGING_DIR}/${MACHINE}/pkgdata" When multilib enabled, linux-libc-headers cache will be machine specific: $ b

[OE-core] [meta-fsl-ppc][PATCH] bitbake.conf: add PKGDATA_DIR to BB_HASHBASE_WHITELIST

2015-01-14 Thread ting.liu
From: Ting Liu In meta/conf/bitbake.conf, PKGDATA_DIR is default to: PKGDATA_DIR = "${STAGING_DIR_HOST}/pkgdata" But in meta/conf/multilib.conf, PKGDATA_DIR is set as: PKGDATA_DIR = "${STAGING_DIR}/${MACHINE}/pkgdata" When multilib enabled, linux-libc-headers cache will be machine specific: $ b

[OE-core] [oe-core][PATCH] libunwind: Fix test case link failure on PowerPC with Altivec

2015-01-14 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- ...k-failure-on-PowerPC-systems-with-Altivec.patch | 28 ++ meta/recipes-support/libunwind/libunwind_1.1.bb| 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Fix-test-case

[OE-core] [oe-core][PATCH] valgrind: pass -maltivec only if it supported

2014-09-23 Thread ting.liu
From: Ting Liu none/tests/ppc64/Makefile.am (and ppc32, too) passes the flag -maltivec unconditionally. Build will fail if Altivec not supported. add the flag only if HAS_ALTIVEC defined. Reference: see https://bugs.kde.org/show_bug.cgi?id=338731 Signed-off-by: Ting Liu --- .../pass-maltivec-

[OE-core] [oe-core][PATCH v3] base-files: set dynamic COLUMNS via resize command

2014-07-31 Thread ting.liu
From: Ting Liu By default, COLUMNS is set to 80. If possible, run 'resize' to determine what the current dimensions are. This avoids the final part of long lines overlap the start of the same line. Signed-off-by: Ting Liu --- changes in v2: * dynamically check for ${bindir} instead of hard code

[OE-core] [oe-core][PATCH v2] base-files: set dynamic COLUMNS via resize command

2014-07-30 Thread ting.liu
From: Ting Liu By default, COLUMNS is set to 80. If possible, run 'resize' to determine what the current dimensions are. This avoids the final part of long lines overlap the start of the same line. Signed-off-by: Ting Liu --- changes in v2: * dynamically check for ${bindir} instead of hard code

[OE-core] [oe-core][PATCH] base-files: set dynamic COLUMNS via resize command

2014-07-29 Thread ting.liu
From: Ting Liu By default, COLUMNS is set to 80. If possible, run 'resize' to determine what the current dimensions are. This avoids the final part of long lines overlap the start of the same line. Signed-off-by: Ting Liu --- meta/recipes-core/base-files/base-files/profile |4 1 files

[OE-core] [oe-core][PATCH 1/2] perf: remove CFLAGS override

2014-07-22 Thread ting.liu
From: Ting Liu definition of __SANE_USERSPACE_TYPES__ was added in kernel source by commit e3541ec75219819d3235f80125a1a75d798ff6e1 perf tools, powerpc: Fix compile warnings in tests/attr.c Overriding the CFLAGS makes it impossible for kernel build system to append to it, thus making the build f

[OE-core] [oe-core][PATCH 2/2] serf: specify LIBDIR to avoid install issue

2014-07-22 Thread ting.liu
From: Ting Liu LIBDIR defaults to ${prefix}/lib, use ${libdir} to avoid issue on 64bit platforms. Signed-off-by: Ting Liu --- meta/recipes-support/serf/serf_1.3.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/serf/serf_1.3.6.bb b/meta/recipes-

[OE-core] [oe-core][PATCH] gcc: update *LIBC_* linker relocation reglex

2014-07-16 Thread ting.liu
From: Ting Liu * GLIBC_DYNAMIC_LINKER64 reglex does not work for rs6000/linux64.h, update it. * it turns out that UCLIBC_DYNAMIC_LINKER reglex will strip the 32/64 chars from UCLIBC_DYNAMIC_LINKER64/UCLIBC_DYNAMIC_LINKER32, add '\b'. my two PCs: Centos 6.5 (python 2.7.5) and Fedora 13 (pyth

[OE-core] [oe-core][PATCH 2/3] strace: fix 64 bit process detection

2014-07-16 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- .../strace-fix-64-bit-process-detection.patch | 34 meta/recipes-devtools/strace/strace_4.8.bb |1 + 2 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/strace/strace-4.8/

[OE-core] [oe-core][PATCH 1/3] python-numpy: add support for powerpc64 architecture

2014-07-16 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- .../python/python-numpy/powerpc64/_numpyconfig.h | 30 .../python/python-numpy/powerpc64/config.h | 139 meta/recipes-devtools/python/python-numpy_1.7.0.bb |4 + 3 files changed, 173 insertions(+), 0 deletions