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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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-
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
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/
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
19 matches
Mail list logo