[OE-core] [oe-core][fido][PATCH] oprofile: update --with-kernel option to find perf_event.h

2015-10-21 Thread b28495
From: Ting Liu Update --with-kernel=${STAGING_DIR_HOST}/${prefix} to find kernel headers (linux/*.h) to fix the error: | checking kernel supports perf_events... unknown -- perf_event.h not found | ERROR: You requested to build oprofile with '--with-kernel=/buildarea/lyang1/test_f2/tmp/work-share

[OE-core] [oe-core][PATCH 2/3] kmod-native: Only use O_CLOEXEC if it is defined

2014-01-14 Thread b28495
From: Ting Liu O_CLOEXEC is not available on some distro, such as centos 5.x Signed-off-by: Ting Liu --- meta/recipes-kernel/kmod/kmod-native_git.bb|1 + .../kmod/Only-use-O_CLOEXEC-if-it-is-defined.patch | 138 2 files changed, 139 insertions(+), 0 deletions(

[OE-core] [oe-core][PATCH 3/3] wayland-native: disable macro checks not used for scanner

2014-01-14 Thread b28495
From: Ting Liu We only build wayland-native for the scanner, so disable the bits we don't actually need. This avoid build issue on older distro such as Centos 5.x: | error: 'O_CLOEXEC' undeclared (first use in this function) | error: sys/timerfd.h: No such file or directory | error: 'CLOCK_MONOTO

[OE-core] [oe-core][PATCH 1/3] dbus: Add missing RDEPENDS of base-files

2014-01-14 Thread b28495
From: Ting Liu Fix the below issue: | Computing transaction...error: Can't install | dbus-1-1.6.18-r0@ppce500v2: no package provides base-files | Signed-off-by: Ting Liu --- meta/recipes-core/dbus/dbus.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-c

Re: [OE-core] [CONSOLIDATED PULL 00/30] Package Updated & Fixes

2013-10-16 Thread Liu Ting-B28495
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Saul Wold > Sent: Thursday, October 17, 2013 1:54 AM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [CONSOLIDATED PUL

[OE-core] [oe-core][PATCH 2/2] socat: add dependency on tcp-wrappers

2013-10-11 Thread b28495
From: Ting Liu Fix the below issue: | Computing transaction...error: Can't install | socat-1.7.2.2-r0@ppce500v2: no package provides libwrap.so.0 | | Saving cache... | Signed-off-by: Ting Liu --- meta/recipes-connectivity/socat/socat_1.7.2.2.bb |2 +- 1 files changed, 1 insertions(+), 1 de

[OE-core] [oe-core][PATCH 1/2] perf: flag __SANE_USERSPACE_TYPES__ to include int-ll64.h for powerpc64

2013-10-11 Thread b28495
From: Ting Liu PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h prevents 64-bit userland from seeing this definition, instead defaulting to u64 == long in userspace. Perf want LL64, flag __SANE_USERSPACE_TYPES__ to get int-ll64.h. Fix the below issue: | tests/attr.c:71:4: er

[OE-core] [PATCH v3] libcroco: disable Bsymbolic if it is not supported on some hosts

2013-09-10 Thread b28495
From: Ting Liu When trying to build on my Centos 5.5 machine, got below error: | checking for gtkdoc-mkpdf... no | checking whether to build gtk-doc documentation... no | checking for CROCO... yes | checking if gcc supports "-Wl,-Bsymbolic-functions" flag... | configure: error: -Bsymbolic request

Re: [OE-core] [oe-core][PATCH] libcroco: disable Bsymbolic if it is not supported on some hosts

2013-09-10 Thread Liu Ting-B28495
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Tuesday, September 10, 2013 5:36 PM > To: Liu Ting-B28495 > Cc: OE-core > Subject: Re: [OE-core] [oe-core][PATCH] libcroco: disable Bsymbolic if it > is not supported on some hosts > &

[OE-core] [PATCH v2] libcroco: disable Bsymbolic if it is not supported on some hosts

2013-09-10 Thread b28495
From: Ting Liu When trying to build on my Centos 5.5 machine, got below error: | checking for gtkdoc-mkpdf... no | checking whether to build gtk-doc documentation... no | checking for CROCO... yes | checking if gcc supports "-Wl,-Bsymbolic-functions" flag... | configure: error: -Bsymbolic request

[OE-core] [oe-core][PATCH] libcroco: disable Bsymbolic if it is not supported on some hosts

2013-09-09 Thread b28495
From: Ting Liu When trying to build on my Centos 5.5 machine, got below error: | checking for gtkdoc-mkpdf... no | checking whether to build gtk-doc documentation... no | checking for CROCO... yes | checking if gcc supports "-Wl,-Bsymbolic-functions" flag... | configure: error: -Bsymbolic request

[OE-core] [oe-core][PATCH] kmod-native: use bswap to work on older Linux hosts

2013-09-09 Thread b28495
From: Ting Liu We can't use htobe* and be*toh functions because they are not available on older versions of glibc, For example, shipped on Centos 5.5. Change to directly calling bswap_* as defined in byteswap.h. Signed-off-by: Ting Liu --- meta/recipes-kernel/kmod/kmod-native_git.bb|

Re: [OE-core] [PATCH] common-licenses: Adding netperf

2013-07-09 Thread Liu Ting-B28495
-Ting > -Original Message- > From: Guo Chunrong-B40290 > Sent: Tuesday, July 09, 2013 3:47 PM > To: openembedded-core@lists.openembedded.org > Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo > Chunrong-B40290 > Subject: [OE-core][PATCH] common-licenses: Ad

Re: [OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies

2013-07-03 Thread Liu Ting-B28495
Hello Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Wednesday, July 03, 2013 9:38 PM > To: Liu Ting-B28495 > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG t

[OE-core] [oe-core][PATCH v2] qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies

2013-07-03 Thread b28495
From: Ting Liu Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and sometimes does so incorrectly. Signed-off-by: Ting Liu --- meta/recipes-devtools/qemu/qemu.inc |2 ++ 1 files ch

[OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies

2013-07-03 Thread b28495
From: Ting Liu Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and sometimes does so incorrectly. Signed-off-by: Ting Liu --- meta/recipes-devtools/qemu/qemu.inc |2 ++ 1 files ch

[OE-core] [oe-core][PATCH] augeas: allow empty augeas-lenses package

2013-04-17 Thread b28495
From: Ting Liu Fix the error when do_rootfs: | Loading cache... | Updating cache... [100%] | | Computing transaction...error: Can't install libaugeas0-1.0.0-r1@ppce500v2: no package provides augeas-lenses | | Saving cache... | | ERROR: Func

[OE-core] [oe-core][PATCH] ltp: upgrade to 20130109 release

2013-04-17 Thread b28495
From: Ting Liu license changed: http://ltp.git.sourceforge.net/git/gitweb.cgi commit 4548c6cf9bcdd96d8303caa4130ab638b61f8a30 Update FSF address find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \; find . -type

[OE-core] [oe-core][PATCH] openssl: update range information in man-section.patch

2013-04-15 Thread b28495
From: Ting Liu do_patch failed after upgrading to openssl-1.0.1e. Log: | ERROR: Command Error: exit status: 1 Output: | Applying patch man-section.patch | patching file Makefile.org | Hunk #1 succeeded at 160 (offset 26 lines). | Hunk #2 succeeded at 626 (offset 19 lines). | misordered hunks! ou

Re: [OE-core] [oe-core][PATCH 1/2] busybox: detects customized configs when do_install

2013-04-15 Thread Liu Ting-B28495
> -Original Message- > From: Saul Wold [mailto:s...@linux.intel.com] > Sent: Thursday, March 21, 2013 1:05 AM > To: Liu Ting-B28495 > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [oe-core][PATCH 1/2] busybox: detects customized > configs when

[OE-core] [oe-core][PATCH v2 1/2] busybox: detects customized configs when do_install

2013-04-15 Thread b28495
From: Ting Liu After using 'bitbake -c menuconfig busybox' to customize defconfig, do_install fail to detect the changes. Grep configs in ${B}/.config instead of ${WORKDIR}/defconfig. Signed-off-by: Ting Liu --- meta/recipes-core/busybox/busybox.inc | 26 +- met

[OE-core] [oe-core][PATCH v2 2/2] busybox: Add inetd related files

2013-04-15 Thread b28495
From: Ting Liu Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic This patch is based on the previous patch for denzil: http://patches.openembedded.org/patch/33235/ Signed-off-by: Ting Liu --- meta/recipes-core

[OE-core] [oe-core][PATCH 1/2] busybox: detects customized configs when do_install

2013-03-12 Thread b28495
From: Ting Liu After using 'bitbake -c menuconfig busybox' to customize defconfig, do_install fail to detect the changes. Grep configs in ${S}/.config instead of defconfig. Change-Id: I958c232eb9f8096e4113a1c3a2748f5f2eccdeb5 Signed-off-by: Ting Liu --- meta/recipes-core/busybox/busybox.inc

[OE-core] [oe-core][PATCH 2/2] busybox: Add inetd related files

2013-03-12 Thread b28495
From: Ting Liu Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic This patch is based on the previous patch for denzil: http://patches.openembedded.org/patch/33235/ Change-Id: Ia68aa80962c4b14c5ba03c7d971049a2b2a

[OE-core] [PATCH] iproute2: Fix build failure on ppc64

2013-03-05 Thread b28495
From: Ting Liu Backport three patches from upstream for ppc64: http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git ae70d96 ipntable: more fixes for ppc64 a55a8fd fix dependency on sizeof(__u64) == sizeof(unsigned long long) a7c2882 ip: fix ipv6 ntable on ppc64 Signed-off-by: Tin

[OE-core] [oe-core] oprofile: avoid processing files under .pc

2013-02-01 Thread b28495
From: Ting Liu Fix the below issue: | DEBUG: Executing shell function do_configure | sed: can't read ./.pc/opstart.patch/doc/opstop.1.in: Permission denied | sed: can't read ./.pc/opstart.patch/doc/opstart.1.in: Permission denied | sed: can't read ./.pc/opstart.patch/utils/opstart.c: Permission d

[OE-core] [PATCH] cairo: add dependency on libxext

2012-12-26 Thread b28495
From: Ting Liu Signed-off-by: Ting Liu --- meta/recipes-graphics/cairo/cairo.inc |2 +- meta/recipes-graphics/cairo/cairo_1.12.8.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc

[OE-core] [oe-core][PATCH] eglibc: run libm-err-tab.pl with specific dirs in ${S}

2012-12-19 Thread b28495
From: Ting Liu libm-err-tab.pl will parse all the files named "libm-test-ulps" in the given dir recursively. To avoid parsing the one in ${S}/.pc/ (it does exist after eglibc adds aarch64 support, ${S}/.pc/aarch64-0001-glibc-fsf-v1-eaf6f205.patch/ports/sysdeps/ aarch64/libm-test-ulps), run libm-e

Re: [OE-core] [PATCH] kernel.bbclass: update image name to keep it same in D and DEPLOYDIR

2012-07-17 Thread Liu Ting-B28495
intock Matthew-B29882; Luo Zhenhua-B19537 > Subject: Re: [OE-core] [PATCH] kernel.bbclass: update image name to keep > it same in D and DEPLOYDIR > > On Sun, Jul 15, 2012 at 4:18 AM, Liu Ting-B28495 > wrote: > > -Original Message- > > From: openembedded-core-boun...

Re: [OE-core] [PATCH] linux-dtb.inc: update dtb name to keep it same in D and DEPLOYDIR

2012-07-15 Thread Liu Ting-B28495
depends) > packages = d.getVar("PACKAGES", True) > - d.setVar("PACKAGES", "%s kernel-devicetree" % packages) > + d.setVar("PACKAGES", "kernel-devicetree %s" % packages) > } Why did you need to change PACKAGES? There is no me

Re: [OE-core] [PATCH] kernel.bbclass: update image name to keep it same in D and DEPLOYDIR

2012-07-15 Thread Liu Ting-B28495
s too, it just says what you're doing and not why. Cheers, Richard [Liu Ting-B28495] on our side, we used two ways to load the kernel images. 1) load from Ethernet 2) load from hard disk which deployed with the rootfs image containing kernel image (installing the package

[OE-core] [PATCH v2] lsof: define linux C library type when using eglibc

2012-07-12 Thread b28495
From: Ting Liu lsof tries to compile a temp c source file and execute the binary to determine linux C library type (file Configure, line 2689-2717). It is inpracticable for cross-compilation and may have build issue on some distros since it depends on host settings. Fix below error when building

Re: [OE-core] [PATCH] lsof: define linux C library type when using eglibc

2012-07-12 Thread Liu Ting-B28495
-Original Message- From: Liu Ting-B28495 Sent: Friday, July 13, 2012 10:47 AM To: 'Saul Wold'; Patches and discussions about the oe-core layer Cc: McClintock Matthew-B29882 Subject: RE: [OE-core] [PATCH] lsof: define linux C library type when using eglibc -Original Message

Re: [OE-core] [PATCH] lsof: define linux C library type when using eglibc

2012-07-12 Thread Liu Ting-B28495
-Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Friday, July 13, 2012 3:31 AM To: Patches and discussions about the oe-core layer Cc: Liu Ting-B28495; McClintock Matthew-B29882 Subject: Re: [OE-core] [PATCH] lsof: define linux C library type when using eglibc On

[OE-core] [PATCH] kernel.bbclass: update image name to keep it same in D and DEPLOYDIR

2012-07-12 Thread b28495
From: Ting Liu Signed-off-by: Ting Liu --- meta/classes/kernel.bbclass |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 81c334b..420a1ec 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kern

[OE-core] [PATCH] linux-dtb.inc: update dtb name to keep it same in D and DEPLOYDIR

2012-07-12 Thread b28495
From: Ting Liu Device tree binary is named as "devicetree-*" in ${D}, "${KERNEL_IMAGETYPE}-*" in ${DEPLOYDIR}. Keep them the same. Signed-off-by: Ting Liu --- meta/recipes-kernel/linux/linux-dtb.inc |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-k

[OE-core] [PATCH] lsof: define linux C library type when using eglibc

2012-07-12 Thread b28495
From: Ting Liu lsof tries to compile a temp c source file and execute the binary to determine linux C library type (file Configure, line 2689-2717). It is inpracticable for cross-compilation and may have build issue on some distros since it depends on host settings. Fix below error when building

[OE-core] [PATCH] image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfo

2012-05-06 Thread b28495
From: Ting Liu Signed-off-by: Ting Liu --- meta/classes/image_types.bbclass |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index b590ae1..55f122e 100644 --- a/meta/classes/image_types.bbclass +++

[OE-core] HOB: which host packages are needed

2011-12-25 Thread Liu Ting-B28495
Hi all, We try to use poky in FC9. When trying to use HOB, the following ImportError appeared: NOTE: Running setscene task 18 of 18 (/home/roy/CVS/poky/meta/recipes-devtools/quilt/quilt-native_0.48.bbo_populate_sysroot_setscene) NOTE: package quilt-native-0.48-r0: task do_populate_sysroot_setsc