[OE-core] [PATCH 0/1] quilt: upgrade to 0.61

2013-12-26 Thread Chong.Lu
From: Chong Lu *** BLURB HERE *** The following changes since commit 005af45191ded6185c618c708181b31281e43092: bitbake: fetch2: avoid printing "no checksum" error message twice (2013-12-22 14:29:13 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu

[OE-core] [PATCH 1/1] quilt: upgrade to 0.61

2013-12-26 Thread Chong.Lu
From: Chong Lu Signed-off-by: Chong Lu --- meta/recipes-devtools/quilt/{quilt-0.60.inc => quilt-0.61.inc}| 4 ++-- .../quilt/{quilt-native_0.60.bb => quilt-native_0.61.bb} | 1 - meta/recipes-devtools/quilt/{quilt_0.60.bb => quilt_0.61.bb} | 4 +--- 3 files changed

[OE-core] [PATCH 0/1] beecrypt: add ptest support

2013-12-25 Thread Chong.Lu
From: Chong Lu The following changes since commit 005af45191ded6185c618c708181b31281e43092: bitbake: fetch2: avoid printing "no checksum" error message twice (2013-12-22 14:29:13 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/master http://gi

[OE-core] [PATCH 1/1] beecrypt: add ptest support

2013-12-25 Thread Chong.Lu
From: Chong Lu Install beecrypt test suite and run it as ptest. Make all ptest pass. Signed-off-by: Chong Lu --- meta/recipes-support/beecrypt/beecrypt-ptest.inc | 10 ++ .../beecrypt/beecrypt/enable-ptest.patch | 22 ++ meta/recipes-support/beecrypt/bee

[OE-core] [PATCH V2 1/3] lttng-ust: update commit to fix compiling issues

2013-12-04 Thread Chong.Lu
From: Chong Lu Update commit in order to add patches like below: doc/examples: error out when a subdir make fails fix: lttng-gen-tp: add missing spaces around flags Signed-off-by: Chong Lu --- meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb |2 +- 1 file changed, 1 insertion(

[OE-core] [PATCH V2 3/3] lttng-ust: fix python interpret path

2013-12-04 Thread Chong.Lu
From: Chong Lu Change python interpreter path to avoid syntax errors on CentOS 5.10 which has Python 2.4.x. Add dependency for python-native. Signed-off-by: Chong Lu --- .../0001-lttng-ust-fix-python-interpret-path.patch | 26 meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb

[OE-core] [PATCH V2 2/3] lttng-ust: Using toolchain to compile examples

2013-12-04 Thread Chong.Lu
From: Chong Lu 1. Some head files wouldn't be found when compiled with host gcc. So, We should use cross compile toolchain to build examples. 2. Because the .o file couldn't be generated through lttng-gen-tp in cross-compiling environment. Implement the .o file generation manually instea

[OE-core] [PATCH] lttng-ust: fixed python interpret path

2013-12-02 Thread Chong.Lu
From: Chong Lu Changed python interpreter path to avoid syntax errors caused by older version. Signed-off-by: Chong Lu --- ...002-lttng-ust-fixed-python-interpret-path.patch | 28 meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb |1 + 2 files changed, 29 insertions

[OE-core] [PATCH] perl: fixed ptest cases failed

2013-11-29 Thread Chong.Lu
From: Chong Lu Some ptest cases failed, because perl ptest depends on source code. In order to make test cases to pass, we copy source code to target to resolve dependence issue. perl-dev provides some files for test cases, so we make perl ptest relies on it. Signed-off-by: Chong Lu --- meta/r

[OE-core] [PATCH 1/2] lttng-ust: update commit to fix compiling issues

2013-11-22 Thread Chong.Lu
From: Chong Lu Update commit in order to add patches like below: doc/examples: error out when a subdir make fails fix: lttng-gen-tp: add missing spaces around flags Signed-off-by: Chong Lu --- meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb |2 +- 1 file changed, 1 insertion(

[OE-core] [PATCH 2/2] lttng-ust: Using toolchain to compile examples

2013-11-22 Thread Chong.Lu
From: Chong Lu 1. Some head files wouldn't be found when compiled with host gcc. So, We should use cross compile toolchain to build examples. 2. Because the .o file couldn't be generated through lttng-gen-tp in cross-compiling environment. Implement the .o file generation manually instea

[OE-core] [PATCH V2] lttng-tools: Fixes incorrect path of ptest cases

2013-11-17 Thread Chong.Lu
From: Chong Lu In ptest cases, some paths are still the source code path. Continue to fix the paths of executable files in ptest cases to make them work on target. Signed-off-by: Chong Lu --- meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb | 21 + 1 file changed, 13 insert

[OE-core] [PATCH] lttng-tools: Fixes incorrect path of ptest cases

2013-11-15 Thread Chong.Lu
From: Chong Lu In ptest cases, some paths are still the source code path. Continue to fix the paths of executable files in ptest cases to make them work on target. Signed-off-by: Chong Lu --- meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb | 21 + 1 file changed, 13 insert

[OE-core] [PATCH V2] util-linux: Fix QA warnings about ALTERNATIVES

2013-11-13 Thread Chong.Lu
From: Lu Chong Previously, EXTRA_OECONF would be overwritten by EXTRA_OECONF_class-native and EXTRA_OECONF_class-nativesdk. As a result, some applications such as `last', `mesg' and `reset' didn't get compiled. The patch rewrote EXTRA_OECONF_class-native, EXTRA_OECONF_class-nativesdk and EXTRA_O

[OE-core] [PATCH] util-linux: Fix QA warnings about ALTERNATIVES

2013-11-13 Thread Chong.Lu
From: Lu Chong Previously, EXTRA_OECONF would be overwritten by EXTRA_OECONF_class-native and EXTRA_OECONF_class-nativesdk when we executed `make export-sdk' command. As a result, some applications such as `last', `mesg' and `reset' didn't get compiled. The patch rewrote EXTRA_OECONF_class-nativ

[OE-core] [PATCH] avahi: fix avahi status command error prompt

2013-11-07 Thread Chong.Lu
From: Lu Chong service --status-all command will display wrong status for avahi-daemon. This commit fix this error prompt and make service display right status for avahi-daemon. Signed-off-by: Lu Chong --- meta/recipes-connectivity/avahi/avahi.inc |1 + ...ahi-fix-avahi-status-com

[OE-core] [PATCH] makedevs: several fixes

2013-11-05 Thread Chong.Lu
From: Lu Chong This patch fixes below issues: 1. In makedevs.c file, it lost related functions definition about "-q" and "--squash" options. So we should remove help information of these options from makedevs.c to fix this issue. 2. Previously, It returned nothing when makedevs command be execu

[OE-core] [PATCH] ppp: Fix compilation errors in Makefile

2013-11-05 Thread Chong.Lu
From: Lu Chong This patch fixes below issues: 1. Make can't exit while compilation error occurs in subdir for plugins building. 2. If build ppp with newer kernel (3.10.10), it will pick 'if_pppox.h' from sysroot-dir and 'if_pppol2tp.h' from its own source dir, this cause below build errors

[OE-core] [PATCH V2] makedevs: fix return error value when input invalid arguments

2013-11-04 Thread Chong.Lu
From: Lu Chong Remove "-q" and "--squash" options of help information. Print help information and return non-zero value when makedevs has none option. If rootdir is not exist, there would be print error messages. Signed-off-by: Lu Chong --- .../makedevs/makedevs-1.0.0/makedevs.c |

[OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-04 Thread Chong.Lu
From: Lu Chong Remove "-q" and "--squash" options of help information. Print help information and return non-zero value when makedevs has none option. If rootdir is not exist, there would be print error messages. Signed-off-by: Lu Chong --- .../makedevs/makedevs-1.0.0/makedevs.c |

[OE-core] [PATCH] ppp: Add two structures in if_pppol2tp.h

2013-11-02 Thread Chong.Lu
From: Lu Chong Some further structure definitions are needed in include/linux/if_pppol2tp.h for IPv6 support, else we would get the error as below: In file included from plugin.c:53:0: bitbake_build/tmp/sysroots/intel-x86-64/usr/include/linux/if_pppox.h:84:26: error: fie

[OE-core] [PATCH] dbus: no messages of status command print

2013-10-22 Thread Chong.Lu
From: Lu Chong /etc/init.d/dbus-1 use "set -e" to let the script exit when any command failes. This will cause "/etc/init.d/dbus-1 status" command can't display messages when dbus is stopped. Signed-off-by: Lu Chong --- meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |2 +- 1 file changed,

[OE-core] [PATCH] minicom: fix -v/-h return value

2013-10-16 Thread Chong.Lu
From: Lu Chong The previous return value for '-h' and '-v' options was 1 which was not correct. These two options should return 0 instead. Signed-off-by: Lu Chong --- ...001-fix-minicom-v-h-return-value-is-not-0.patch | 37 meta/recipes-extended/minicom/minicom_2.6.2.bb

[OE-core] [PATCH] minicom: fix -v/-h return value

2013-10-16 Thread Chong.Lu
From: Lu Chong The previous return value for '-h' and '-v' options was 1 which was not correct. These two options should return 0 instead. Signed-off-by: Lu Chong --- ...001-fix-minicom-h-v-return-value-is-not-0.patch | 35 meta/recipes-extended/minicom/minicom_2.6.2.bb