[OE-core] [PATCH 0/3] Update three packages

2014-09-30 Thread Chong Lu
/poky-contrib/log/?h=chonglu/updatepkg Chong Lu (3): tcl: Upgrade to 8.6.2 strace: Upgrade to 4.9 byacc: Upgrade to 20140715 ...-conflict-between-sys-ptrace.h-and-linux-.patch | 108 - .../strace-fix-64-bit-process-detection.patch | 34 --- .../Makefile

[OE-core] [PATCH 1/1] apt: fix for CVE-2014-0478

2014-09-25 Thread Chong Lu
...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../apt-0.9.9.4/apt-0.9.9.4-CVE-2014-0478.patch| 188 + meta/recipes-devtools/apt/apt.inc | 1 + 2 files changed, 189 insertions(+) create mode 100644 meta/recipes-devtools/apt/apt-0.9.9.4/apt-0.9.9.4

[OE-core] [PATCH 0/1] apt: fix for CVE-2014-0478

2014-09-25 Thread Chong Lu
-contrib/log/?h=chonglu/apt Chong Lu (1): apt: fix for CVE-2014-0478 .../apt-0.9.9.4/apt-0.9.9.4-CVE-2014-0478.patch| 188 + meta/recipes-devtools/apt/apt.inc | 1 + 2 files changed, 189 insertions(+) create mode 100644 meta/recipes-devtools/apt/apt

Re: [OE-core] [PATCH 1/1] apt: fix for CVE-2014-0478

2014-09-25 Thread Chong Lu
On 09/26/2014 12:23 AM, Burton, Ross wrote: On 25 September 2014 10:09, Chong Lu chong...@windriver.com wrote: +++ b/meta/recipes-devtools/apt/apt-0.9.9.4/apt-0.9.9.4-CVE-2014-0478.patch @@ -0,0 +1,188 @@ +This patch comes from: +https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=73;filename

[OE-core] [PATCH V2 0/1] apt: fix for CVE-2014-0478

2014-09-25 Thread Chong Lu
/poky-contrib chonglu/apt http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/apt Chong Lu (1): apt: fix for CVE-2014-0478 .../apt-0.9.9.4/apt-0.9.9.4-CVE-2014-0478.patch| 193 + meta/recipes-devtools/apt/apt.inc | 1 + 2 files changed, 194

[OE-core] [PATCH V2 1/1] apt: fix for CVE-2014-0478

2014-09-25 Thread Chong Lu
...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../apt-0.9.9.4/apt-0.9.9.4-CVE-2014-0478.patch| 193 + meta/recipes-devtools/apt/apt.inc | 1 + 2 files changed, 194 insertions(+) create mode 100644 meta/recipes-devtools/apt/apt-0.9.9.4/apt-0.9.9.4

Re: [OE-core] [PATCH 1/1] xinetd: add systemd unit file

2014-09-23 Thread Chong Lu
ping //Chong On 09/09/2014 01:32 PM, Chong Lu wrote: Add systemd unit file for xinetd. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/xinetd/xinetd/xinetd.service | 13 + meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 12 +++- 2 files

Re: [OE-core] [PATCH 0/1] xinetd: add systemd unit file

2014-09-17 Thread Chong Lu
ping On 09/09/2014 01:32 PM, Chong Lu wrote: root@qemux86:~# systemctl status xinetd ● xinetd.service - Xinetd A Powerful Replacement For Inetd Loaded: loaded (/lib/systemd/system/xinetd.service; enabled) Active: active (running) since Tue 2014-09-09 05:13:43 UTC; 15s ago Process

[OE-core] [PATCH 0/1] perl: remove unneeded patches in ptest directory

2014-09-17 Thread Chong Lu
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/perl Chong Lu (1): perl: remove unneeded patches in ptest directory meta/recipes-devtools/perl/perl-ptest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core

[OE-core] [PATCH 1/1] perl: remove unneeded patches in ptest directory

2014-09-17 Thread Chong Lu
The perl patches have been copied to ptest directory and these patches in target rootfs are linked to build dir. The ptest of perl doesn't need these patches, so remove them from target. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/perl/perl-ptest.inc | 2 +- 1 file

Re: [OE-core] [PATCH 1/2] libunwind: add recipes

2014-09-09 Thread Chong Lu
ping On 08/29/2014 04:38 PM, Chong Lu wrote: Add libunwind from meta-oe to oe-core, since perf depends on it. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/libunwind/libunwind.inc| 30 + meta/recipes-support/libunwind/libunwind_1.1.bb

Re: [OE-core] [PATCH 2/2] perf: add libunwind support

2014-09-09 Thread Chong Lu
ping On 08/29/2014 04:38 PM, Chong Lu wrote: Add a new feature named 'perf-libunwind'. Adding this support to perf allows it to do stack traces on ARM - thumb2 and MIPS targets. PERF_FEATURES variable in perf-features.inc will enable the perf-libunwind. Signed-off-by: Chong Lu chong

[OE-core] [PATCH V3 1/1] perf: fix issue about package splitting

2014-09-08 Thread Chong Lu
Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the perfexecdir variable to make split successfull. Add python to RDEPENDS_perf-tests. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-kernel/perf

[OE-core] [PATCH V3 0/1] perf: fix issue about package splitting

2014-09-08 Thread Chong Lu
/poky-contrib/log/?h=chonglu/perf Chong Lu (1): perf: fix issue about package splitting meta/recipes-kernel/perf/perf.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH V2 0/1] i2c-tools: create i2c-tools-misc package for perl scripts

2014-09-08 Thread Chong Lu
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/i2c-tools Chong Lu (1): i2c-tools: create i2c-tools-misc package for perl scripts meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) -- 1.9.1

[OE-core] [PATCH V2 1/1] i2c-tools: create i2c-tools-misc package for perl scripts

2014-09-08 Thread Chong Lu
The patch is to split those perl scripts from the main package. Add perl to RDEPENDS_i2c-tools-misc. Signed-off-by: Michel Thebeau michel.theb...@windriver.com Signed-off-by: Robert Yang liezhi.y...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/i2c-tools

[OE-core] [PATCH 1/1] xinetd: add systemd unit file

2014-09-08 Thread Chong Lu
Add systemd unit file for xinetd. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/xinetd/xinetd/xinetd.service | 13 + meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 12 +++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 0/1] xinetd: add systemd unit file

2014-09-08 Thread Chong Lu
://git.pokylinux.org/poky-contrib chonglu/xinetd http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/xinetd Chong Lu (1): xinetd: add systemd unit file meta/recipes-extended/xinetd/xinetd/xinetd.service | 13 + meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 12 +++- 2

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Chong Lu
On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make split successfully and add PACKAGECONFIG

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Chong Lu
On 09/04/2014 03:27 PM, Chong Lu wrote: On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Chong Lu
On 09/04/2014 04:10 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 16:06 +0800, Chong Lu wrote: On 09/04/2014 03:27 PM, Chong Lu wrote: On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests

[OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-03 Thread Chong Lu
Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make split successfully and add PACKAGECONFIG to make main pkg depends on sub pkgs as default. Signed-off-by: Chong Lu chong...@windriver.com

[OE-core] [PATCH V2 0/1] perf: fix issue about package splitting

2014-09-03 Thread Chong Lu
/poky-contrib/log/?h=chonglu/perf Chong Lu (1): perf: fix issue about package splitting meta/recipes-kernel/perf/perf.bb | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) -- 1.9.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] i2c-tools: create i2c-tools-misc package for perl scripts

2014-09-03 Thread Chong Lu
-by: Michel Thebeau michel.theb...@windriver.com Signed-off-by: Robert Yang liezhi.y...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools

[OE-core] [PATCH 0/1] i2c-tools: create i2c-tools-misc package for perl scripts

2014-09-03 Thread Chong Lu
/cgit.cgi/poky-contrib/log/?h=chonglu/i2c-tools Chong Lu (1): i2c-tools: create i2c-tools-misc package for perl scripts meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) -- 1.9.1

[OE-core] [PATCH 1/2] libunwind: add recipes

2014-08-29 Thread Chong Lu
Add libunwind from meta-oe to oe-core, since perf depends on it. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/libunwind/libunwind.inc| 30 + meta/recipes-support/libunwind/libunwind_1.1.bb | 4 2 files changed, 34 insertions(+) create

[OE-core] [PATCH 2/2] perf: add libunwind support

2014-08-29 Thread Chong Lu
Add a new feature named 'perf-libunwind'. Adding this support to perf allows it to do stack traces on ARM - thumb2 and MIPS targets. PERF_FEATURES variable in perf-features.inc will enable the perf-libunwind. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-kernel/perf/perf

[OE-core] [PATCH 0/2] perf: add libunwind support

2014-08-29 Thread Chong Lu
/cgit.cgi/poky-contrib/log/?h=chonglu/libunwind Chong Lu (2): libunwind: add recipes perf: add libunwind support meta/recipes-kernel/perf/perf-features.inc | 2 +- meta/recipes-kernel/perf/perf.bb| 5 - meta/recipes-support/libunwind/libunwind.inc| 30

Re: [OE-core] [PATCH 1/2] libunwind: add recipes

2014-08-29 Thread Chong Lu
On 08/29/2014 04:38 PM, Chong Lu wrote: Add libunwind from meta-oe to oe-core, since perf depends on it. To be clearly, adding this recipes to perf allows it to do stack traces on ARM - thumb2 and MIPS targets. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support

[OE-core] [PATCH 1/1] lttng-tools: fix ptest execution failure

2014-08-28 Thread Chong Lu
Ptest will hang when execute ./run.sh fast_regression and lttng background daemon can't be killed normally. This patch fixes this issue and use ${PTEST_PATH} instead of long path. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-kernel/lttng/lttng-tools_2.5.0.bb | 13

[OE-core] [PATCH 0/1] lttng-tools: fix ptest execution failure

2014-08-28 Thread Chong Lu
=chonglu/lttng Chong Lu (1): lttng-tools: fix ptest execution failure meta/recipes-kernel/lttng/lttng-tools_2.5.0.bb | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 0/1] expect: fix shared object file cannot be opened

2014-08-20 Thread Chong Lu
/poky-contrib/log/?h=chonglu/expect Chong Lu (1): expect: fix shared object file cannot be opened meta/recipes-devtools/expect/expect_5.45.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] expect: fix shared object file cannot be opened

2014-08-20 Thread Chong Lu
(package ifneeded Expect 5.45 script) invoked from within package require Expect (file hello.tcl line 3) This patch fixes this issue. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/expect/expect_5.45.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta

[OE-core] [PATCH 0/1] librsvg: disable Bsymbolic if it is not supported on some hosts

2014-08-18 Thread Chong Lu
/?h=chonglu/librsvg Chong Lu (1): librsvg: disable Bsymbolic if it is not supported on some hosts meta/recipes-gnome/librsvg/librsvg_2.40.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] librsvg: disable Bsymbolic if it is not supported on some hosts

2014-08-18 Thread Chong Lu
... | configure: error: -Bsymbolic requested but not supported by ld. Use --disable-Bsymbolic to disable | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed Set --enable-Bsymbolic=auto to disable it when it is not suppported. Signed-off-by: Chong Lu

[OE-core] [PATCH V2 0/1] librsvg: disable Bsymbolic if it is not supported on some hosts

2014-08-18 Thread Chong Lu
-contrib/log/?h=chonglu/librsvg Chong Lu (1): librsvg: disable Bsymbolic if it is not supported on some hosts meta/recipes-gnome/librsvg/librsvg_2.40.2.bb | 4 1 file changed, 4 insertions(+) -- 1.9.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH V2 1/1] librsvg: disable Bsymbolic if it is not supported on some hosts

2014-08-18 Thread Chong Lu
... | configure: error: -Bsymbolic requested but not supported by ld. Use --disable-Bsymbolic to disable | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed Set --enable-Bsymbolic=auto to disable it when it is not suppported. Signed-off-by: Chong Lu

[OE-core] [PATCH 1/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
Install libpcre test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 meta

[OE-core] [PATCH 0/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
/?h=chonglu/piglit Chong Lu (1): piglit: enable ptest support meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-graphics/piglit/piglit/run

[OE-core] [PATCH 0/2] fix two ptest issues

2014-08-17 Thread Chong Lu
=chonglu/perl Chong Lu (2): perl: fix the output format of all tests strace: fix ptest execution failure meta/recipes-devtools/perl/perl-5.20.0/run-ptest| 2 +- .../strace/strace-4.8/Makefile-ptest.patch | 17 +++-- 2 files changed, 16 insertions(+), 3

[OE-core] [PATCH 2/2] strace: fix ptest execution failure

2014-08-17 Thread Chong Lu
ptest needs runtest-TESTS target. serial-tests is required to generate this target. Signed-off-by: Chong Lu chong...@windriver.com --- .../strace/strace-4.8/Makefile-ptest.patch | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 1/2] perl: fix the output format of all tests

2014-08-17 Thread Chong Lu
We should use PASS:|FAIL:|SKIP: testname to output results of ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/perl/perl-5.20.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl-5.20.0/run-ptest b/meta

Re: [OE-core] [PATCH 1/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
On 08/18/2014 11:11 AM, Chong Lu wrote: Install libpcre test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12 insertions

[OE-core] [PATCH V2 0/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
/?h=chonglu/piglit Chong Lu (1): piglit: enable ptest support meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-graphics/piglit/piglit/run

[OE-core] [PATCH 1/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
Install piglit test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 meta

[OE-core] [PATCH] librsvg-native: add --disable-Bsymbolic to configure

2014-08-14 Thread Chong Lu
From: Robert Yang liezhi.y...@windriver.com The older ld on the host doesn't have the -Bsymbolic-functions option, for example, the one on CentOs 5.x, we can disable it for native. Signed-off-by: Robert Yang liezhi.y...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta

[OE-core] [PATCH] mesa: fix Multilib QA Issue

2014-08-14 Thread Chong Lu
-vieux mesa-driver-r200 mesa-driver-i915 mesa-driver-radeon mesa-driver-i965' in RCONFLICTS Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes

[OE-core] [PATCH] perf: split package

2014-08-14 Thread Chong Lu
Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make split successfully and add perf package RDEPEND on the other four to keep it consistent. Signed-off-by: Chong Lu chong...@windriver.com

Re: [OE-core] [PATCH 1/3] perl: fix the output format of all tests

2014-08-10 Thread Chong Lu
ping On 08/05/2014 04:33 PM, Chong Lu wrote: We should use PASS:|FAIL:|SKIP: testname to output results of ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/perl/perl-5.20.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [OE-core] [PATCH 2/3] strace: fix ptest execution failure

2014-08-10 Thread Chong Lu
ping On 08/05/2014 04:33 PM, Chong Lu wrote: ptest needs runtest-TESTS target. serial-tests is required to generate this target. Signed-off-by: Chong Lu chong...@windriver.com --- .../strace/strace-4.8/Makefile-ptest.patch | 17 +++-- 1 file changed, 15 insertions

[OE-core] [PATCH 2/3] strace: fix ptest execution failure

2014-08-05 Thread Chong Lu
ptest needs runtest-TESTS target. serial-tests is required to generate this target. Signed-off-by: Chong Lu chong...@windriver.com --- .../strace/strace-4.8/Makefile-ptest.patch | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 1/3] perl: fix the output format of all tests

2014-08-05 Thread Chong Lu
We should use PASS:|FAIL:|SKIP: testname to output results of ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/perl/perl-5.20.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl-5.20.0/run-ptest b/meta

[OE-core] [PATCH 3/3] dbus: fix ptest issue

2014-08-05 Thread Chong Lu
We use PTEST_ENABLED to decide whether build ptest package, so inherit ptest.bbclass in dbus.inc in order to using PTEST_ENABLED variable. Remove PACKAGES and ALLOW_EMPTY, since they have been defined in ptest.bbclass. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-core/dbus

[OE-core] [PATCH 0/3] fix several ptest issues

2014-08-05 Thread Chong Lu
/cgit.cgi/poky-contrib/log/?h=chonglu/ptest Chong Lu (3): perl: fix the output format of all tests strace: fix ptest execution failure dbus: fix ptest issue meta/recipes-core/dbus/dbus.inc | 7 +-- meta/recipes-devtools/perl/perl-5.20.0/run-ptest| 2

Re: [OE-core] [PATCH 3/3] dbus: fix ptest issue

2014-08-05 Thread Chong Lu
On 08/05/2014 05:53 PM, Richard Purdie wrote: On Tue, 2014-08-05 at 16:33 +0800, Chong Lu wrote: We use PTEST_ENABLED to decide whether build ptest package, so inherit ptest.bbclass in dbus.inc in order to using PTEST_ENABLED variable. Remove PACKAGES and ALLOW_EMPTY, since they have been

[OE-core] [PATCH 2/3] oelint.bbclass: add patch checking

2014-08-01 Thread Chong Lu
Check that all patches have Signed-off-by and Upstream-Status. [YOCTO #5427] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/oelint.bbclass | 35 +++ 1 file changed, 35 insertions(+) diff --git a/meta/classes/oelint.bbclass b/meta/classes

[OE-core] [PATCH 1/3] oelint.bbclass: make oelint bbclass work

2014-08-01 Thread Chong Lu
Remove LICENSE, MAINTAINER, PRIORITY and valid SECTION checking. Convert tab indentation into four-space. [YOCTO #5427] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/oelint.bbclass | 196 ++-- 1 file changed, 26 insertions(+), 170

[OE-core] [PATCH 0/3] oelint.bbclass: make oelint bbclass work

2014-08-01 Thread Chong Lu
-contrib chonglu/oelint http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/oelint Chong Lu (3): oelint.bbclass: make oelint bbclass work oelint.bbclass: add patch checking oelint.bbclass: Check for ${PN} or ${P} usage meta/classes/oelint.bbclass | 251

[OE-core] [PATCH 3/3] oelint.bbclass: Check for ${PN} or ${P} usage

2014-08-01 Thread Chong Lu
Check for ${PN} or ${P} usage in SRC_URI or S. We should use ${BPN} or ${BP} instead to avoid breaking multilib. [YOCTO #5427] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/oelint.bbclass | 20 1 file changed, 20 insertions(+) diff --git a/meta/classes

Re: [OE-core] [PATCH 3/3] oelint.bbclass: Check for ${PN} or ${P} usage

2014-08-01 Thread Chong Lu
On 08/01/2014 03:37 PM, Robert P. J. Day wrote: On Fri, 1 Aug 2014, Chong Lu wrote: Check for ${PN} or ${P} usage in SRC_URI or S. We should use ${BPN} or ${BP} instead to avoid breaking multilib. [YOCTO #5427] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/oelint.bbclass

[OE-core] [PATCH 2/3][V2] oelint.bbclass: add patch checking

2014-08-01 Thread Chong Lu
Check that all patches have Signed-off-by and Upstream-Status. [YOCTO #5427] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/oelint.bbclass | 35 +++ 1 file changed, 35 insertions(+) diff --git a/meta/classes/oelint.bbclass b/meta/classes

[OE-core] [daisy][PATCH] adt-installer: fix sed input file error

2014-07-31 Thread Chong Lu
When use default install directory, we can't get the environment setup script path. The reason is that opkg-cl list incorrect files paths. This patch sets env_script variable to make us get correct environment setup script path. [YOCTO #6443] Signed-off-by: Chong Lu chong...@windriver.com

Re: [OE-core] [PATCH][V2] perf: split package

2014-07-23 Thread Chong Lu
On 07/24/2014 01:34 AM, Jacob Kroon wrote: On Mon, Jul 21, 2014 at 4:03 AM, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change

[OE-core] [PATCH] toolchain-scripts: Fix sed regex does not match

2014-07-22 Thread Chong Lu
Previously, we added incorrect path to handle for CANADIANEXTRAOS. This patch fixes the sed regex does not match. [YOCTO #6490] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/toolchain-scripts.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH] adt-installer: fix sed input file error

2014-07-21 Thread Chong Lu
When use default install directory, we can't get the environment setup script path. The reason is that opkg-cl list incorrect files paths. This patch sets env_script variable to make us get correct environment setup script path. [YOCTO #6443] Signed-off-by: Chong Lu chong...@windriver.com

[OE-core] [PATCH][V2] perf: split package

2014-07-20 Thread Chong Lu
Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make split successfully and add perf package RDEPEND on the other four to keep it consistent. Signed-off-by: Chong Lu chong...@windriver.com

Re: [OE-core] [PATCH 1/1] libtool: fix different files in sysroot of sdk

2014-07-20 Thread Chong Lu
ping On 07/14/2014 04:10 PM, Chong Lu wrote: The libtool.m4 and ltmain.m4sh are different in target sysroot between sdk and build environment. The reason is that we have two patches (fixinstall.patch and prefix.patch) for libtool-cross. They change libtool.m4 and ltmain.m4sh and generate files

Re: [OE-core] [PATCH 1/1] perf: split package

2014-07-17 Thread Chong Lu
On 07/17/2014 10:13 AM, Bruce Ashfield wrote: On Wed, Jul 16, 2014 at 9:43 PM, Chong Lu chong...@windriver.com wrote: On 07/16/2014 09:04 PM, Bruce Ashfield wrote: On Wed, Jul 16, 2014 at 4:00 AM, Chong Lu chong...@windriver.com wrote: Fix incorrect paths to split perf package. Can you

Re: [OE-core] [PATCH 1/1] perf: split package

2014-07-17 Thread Chong Lu
On 07/17/2014 03:04 PM, Henning Heinold wrote: On Thu, Jul 17, 2014 at 02:58:46PM +0800, Chong Lu wrote: On 07/17/2014 10:13 AM, Bruce Ashfield wrote: On Wed, Jul 16, 2014 at 9:43 PM, Chong Lu chong...@windriver.com wrote: On 07/16/2014 09:04 PM, Bruce Ashfield wrote: On Wed, Jul 16, 2014

Re: [OE-core] [PATCH 1/1] libtool: fix different files in sysroot of sdk

2014-07-17 Thread Chong Lu
ping On 07/14/2014 04:10 PM, Chong Lu wrote: The libtool.m4 and ltmain.m4sh are different in target sysroot between sdk and build environment. The reason is that we have two patches (fixinstall.patch and prefix.patch) for libtool-cross. They change libtool.m4 and ltmain.m4sh and generate

[OE-core] [PATCH 0/1] perf: split package

2014-07-16 Thread Chong Lu
-contrib/log/?h=chonglu/perf Chong Lu (1): perf: split package meta/recipes-kernel/perf/perf.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 1/1] perf: split package

2014-07-16 Thread Chong Lu
Fix incorrect paths to split perf package. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-kernel/perf/perf.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 20968f9..781a738

[OE-core] [PATCH 1/1] diffstat: update to version 1.59

2014-07-16 Thread Chong Lu
Remove unneeded patches, since they're included in new version. Signed-off-by: Chong Lu chong...@windriver.com --- .../diffstat/diffstat/aclocal-popen.patch | 20 .../diffstat/diffstat/aclocal.patch| 38 -- .../diffstat/diffstat

Re: [OE-core] [PATCH 1/1] perf: split package

2014-07-16 Thread Chong Lu
On 07/16/2014 09:04 PM, Bruce Ashfield wrote: On Wed, Jul 16, 2014 at 4:00 AM, Chong Lu chong...@windriver.com wrote: Fix incorrect paths to split perf package. Can you elaborate here ? This commit message doesn't really tell us much. Why is the current split incorrect ? What is the symptom

[OE-core] [PATCH 0/1] libtool: fix different files in sysroot of sdk

2014-07-14 Thread Chong Lu
=chonglu/libtool Chong Lu (1): libtool: fix different files in sysroot of sdk .../libtool/libtool-cross_2.4.2.bb | 1 + .../libtool/libtool-native_2.4.2.bb| 1 + .../libtool/libtool/fixinstall.patch | 139 + meta/recipes

[OE-core] [PATCH 1/1] libtool: fix different files in sysroot of sdk

2014-07-14 Thread Chong Lu
-cross to fix different issue in sysroot between sdk and build environment. Signed-off-by: Chong Lu chong...@windriver.com --- .../libtool/libtool-cross_2.4.2.bb | 1 + .../libtool/libtool-native_2.4.2.bb| 1 + .../libtool/libtool/fixinstall.patch

[OE-core] [PATCH 0/1][V2] classes/insane: Show QA check name

2014-07-14 Thread Chong Lu
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/qacheck Chong Lu (1): classes/insane: Show QA check name meta/classes/insane.bbclass | 66 ++--- 1 file changed, 32 insertions(+), 34 deletions(-) -- 1.9.1

[OE-core] [PATCH 1/1][V2] classes/insane: Show QA check name

2014-07-14 Thread Chong Lu
QA errors/warnings would show the name of the QA failure in the error/warning message. The format is listed: message [QA check name] You can see which QA check you need to disable if you want to disable it. [YOCTO #6160] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes

Re: [OE-core] [PATCH 1/1] classes/insane: Show QA check name

2014-07-11 Thread Chong Lu
On 07/11/2014 01:45 PM, Paul Eggleton wrote: Hi Chong, On Friday 11 July 2014 09:25:07 Chong Lu wrote: On 07/09/2014 09:39 AM, Chong Lu wrote: QA errors/warnings would show the name of the QA failure in the error/warning message. The format is listed: [The name of QA] QA Issue

Re: [OE-core] [PATCH 1/1] classes/insane: Show QA check name

2014-07-10 Thread Chong Lu
ping On 07/09/2014 09:39 AM, Chong Lu wrote: QA errors/warnings would show the name of the QA failure in the error/warning message. The format is listed: [The name of QA] QA Issue: messages You can see which QA check you need to disable if you want to disable it. [YOCTO #6160

[OE-core] [PATCH 1/1] classes/insane: Show QA check name

2014-07-08 Thread Chong Lu
QA errors/warnings would show the name of the QA failure in the error/warning message. The format is listed: [The name of QA] QA Issue: messages You can see which QA check you need to disable if you want to disable it. [YOCTO #6160] Signed-off-by: Chong Lu chong...@windriver.com

[OE-core] [PATCH 0/1] classes/insane: Show QA check name

2014-07-08 Thread Chong Lu
-contrib/log/?h=chonglu/qacheck Chong Lu (1): classes/insane: Show QA check name meta/classes/insane.bbclass | 66 ++--- 1 file changed, 32 insertions(+), 34 deletions(-) -- 1.9.1 -- ___ Openembedded-core

[OE-core] [PATCH 2/4] adt_installer: fix syntax error

2014-07-04 Thread Chong Lu
We need to check YOCTOADT_QEMU variable whether is equal to y. So we should use == rather than =. Signed-off-by: Chong Lu chong...@windriver.com --- .../installer/adt-installer/scripts/adt_installer_internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 1/4] adt_installer: remove unnecessary variable

2014-07-04 Thread Chong Lu
YOCTOADT_VERSION is not included in adt_installer.conf file. Remove this variable, because we don't need it. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools

[OE-core] [PATCH 0/4] adt_installer: several fixes

2014-07-04 Thread Chong Lu
/log/?h=chonglu/adtinstller Chong Lu (4): adt_installer: remove unnecessary variable adt_installer: fix syntax error adt_installer: check the result of updating opkg adt_installer: not download repo page meta/recipes-devtools/installer/adt-installer/adt_installer | 4

[OE-core] [PATCH 4/4] adt_installer: not download repo page

2014-07-04 Thread Chong Lu
Add --spider argument to wget command, since we don't need to download repo page, just check that it is there. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/installer/adt-installer/adt_installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 3/4] adt_installer: check the result of updating opkg

2014-07-04 Thread Chong Lu
We should check the result of updating opkg rather than echo_info. So we should call check_result function after updating opkg. Signed-off-by: Chong Lu chong...@windriver.com --- .../installer/adt-installer/scripts/adt_installer_internal | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH 0/1] scripts/contrib/verify-homepage.py: add a script to verify HOMEPAGE

2014-06-30 Thread Chong Lu
ping On 06/25/2014 05:39 PM, Chong Lu wrote: The following changes since commit 3c7b5ec1cae6186a64e0be2c05b64b05add08c97: syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:54:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu

[OE-core] [PATCH 0/1] scripts/contrib/verify-homepage.py: add a script to verify HOMEPAGE

2014-06-25 Thread Chong Lu
/poky-contrib/log/?h=chonglu/verifyhomepage Chong Lu (1): scripts/contrib/verify-homepage.py: add a script to verify HOMEPAGE scripts/contrib/verify-homepage.py | 63 ++ 1 file changed, 63 insertions(+) create mode 100755 scripts/contrib/verify-homepage.py

[OE-core] [PATCH 1/1] scripts/contrib/verify-homepage.py: add a script to verify HOMEPAGE

2014-06-25 Thread Chong Lu
Add a script to verify all the recipes' HOMEPAGE. [YOCTO #5689] Signed-off-by: Chong Lu chong...@windriver.com --- scripts/contrib/verify-homepage.py | 63 ++ 1 file changed, 63 insertions(+) create mode 100755 scripts/contrib/verify-homepage.py diff --git

[OE-core] [PATCH 0/1] dbus-test: fix incorrect checksum

2014-06-23 Thread Chong Lu
-contrib/log/?h=chonglu/dbus-test Chong Lu (1): dbus-test: fix incorrect checksum meta/recipes-core/dbus/dbus-test_1.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] dbus-test: fix incorrect checksum

2014-06-23 Thread Chong Lu
Modify checksum to match new version. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-core/dbus/dbus-test_1.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/dbus/dbus-test_1.8.2.bb b/meta/recipes-core/dbus/dbus-test_1.8.2.bb index

Re: [OE-core] [oe-commits] Chong Lu : kexec-tools: Refine kdump device_tree sort

2014-06-15 Thread Chong Lu
://git.openembedded.org/?p=openembedded-core.gita=commit;h=c8722b510f779cd20757477a7f7a7a2a35b9a9c5 Author: Chong Lu chong...@windriver.com Date: Tue Jun 10 18:13:39 2014 +0800 kexec-tools: Refine kdump device_tree sort The commit b02d735bf was to rearrange the device-tree entries, and assumed

[OE-core] [PATCH] kexec-tools: fix warning about patch could not be found

2014-06-15 Thread Chong Lu
kexec-tools-klibc required kexec-tools.inc file. Put the patch of kexec-tools into bb file in order to fixing QA warning about files path. The patch only needed by kexec-tools. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-kernel/kexec/kexec-tools.inc |3 +-- meta

[OE-core] [PATCH 1/1] nfs-utils: Do not pass CFLAGS to gcc while building

2014-06-11 Thread Chong Lu
Do not pass CFLAGS/LDFLAGS to gcc while building, The needed flags has been passed by xxx_CFLAGS=$(CFLAGS_FOR_BUILD). Signed-off-by: Chong Lu chong...@windriver.com --- ...-Do-not-pass-CFLAGS-to-gcc-while-building.patch | 42 ++ .../nfs-utils-unset-CFLAGS-for-testlk

[OE-core] [PATCH 0/1] nfs-utils: Do not pass CFLAGS to gcc while building

2014-06-11 Thread Chong Lu
-contrib/log/?h=chonglu/nfs-utils Chong Lu (1): nfs-utils: Do not pass CFLAGS to gcc while building ...-Do-not-pass-CFLAGS-to-gcc-while-building.patch | 42 ++ .../nfs-utils-unset-CFLAGS-for-testlk-build.patch | 31 .../nfs-utils/nfs-utils_1.3.0.bb

[OE-core] [PATCH 0/1] kexec-tools: Refine kdump device_tree sort

2014-06-10 Thread Chong Lu
/cgit.cgi/poky-contrib/log/?h=chonglu/kexec-tools Chong Lu (1): kexec-tools: Refine kdump device_tree sort meta/recipes-kernel/kexec/kexec-tools.inc | 3 +- ...kexec-tools-Refine-kdump-device_tree-sort.patch | 82 ++ 2 files changed, 84 insertions(+), 1 deletion

[OE-core] [PATCH 1/1] kexec-tools: Refine kdump device_tree sort

2014-06-10 Thread Chong Lu
order. Signed-off-by: Yang Wei wei.y...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-kernel/kexec/kexec-tools.inc | 3 +- ...kexec-tools-Refine-kdump-device_tree-sort.patch | 82 ++ 2 files changed, 84 insertions(+), 1 deletion

[OE-core] [PATCH 1/1] sed: enable ptest support

2014-06-09 Thread Chong Lu
Install sed test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/sed/sed-4.2.2/run-ptest | 3 + .../sed/sed-4.2.2/sed-add-ptest.patch | 66 ++ meta/recipes-extended/sed/sed_4.2.2.bb | 21

[OE-core] [PATCH 0/1] sed: enable ptest support

2014-06-09 Thread Chong Lu
+0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/sed http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/sed Chong Lu (1): sed: enable ptest support meta/recipes-extended/sed/sed-4.2.2/run-ptest | 3 + .../sed/sed-4.2.2/sed-add

<    1   2   3   4   >