Re: [OE-core] [PATCH V4 1/2] bitbake.conf: Add two variables for layer index

2015-02-11 Thread Chong Lu
On 02/11/2015 06:12 PM, Chong Lu wrote: Add BITBAKE_LAYERINDEX_URL variable that bitbake-layers can use to find layer index. Add LAYER_FETCH_DIR variable that bitbake-layers can use to specify fetch directory. Please ignore this one. I will change this commit log and resend one. Best

[OE-core] [PATCH V5 0/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
/layerindex http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/layerindex Chong Lu (2): bitbake.conf: Add two variables for layer index bitbake-layers: add a ability to query layer dependencies from layer index bitbake/bin/bitbake-layers | 244

[OE-core] [PATCH V5 1/2] bitbake.conf: Add two variables for layer index

2015-02-11 Thread Chong Lu
Add BBLAYERS_LAYERINDEX_URL variable that bitbake-layers can use to find layer index. Add BBLAYERS_FETCH_DIR variable that bitbake-layers can use to specify fetch directory. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- meta/conf/bitbake.conf | 6 ++ 1 file changed, 6

[OE-core] [PATCH V5 2/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
Add a command to query layer dependencies from layer index. Fetch layer and its dependency layers and add them into conf/bblayers.conf. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- bitbake/bin/bitbake-layers | 244 + 1 file changed

[OE-core] [PATCH V4 2/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
Add a command to query layer dependencies from layer index. Fetch layer and its dependency layers and add them into conf/bblayers.conf. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- bitbake/bin/bitbake-layers | 244 + 1 file changed

[OE-core] [PATCH V4 0/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
(2015-01-20 21:39:41 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/layerindex http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/layerindex Chong Lu (2): bitbake.conf: Add two variables for layer index bitbake-layers: add a ability

[OE-core] [PATCH V4 1/2] bitbake.conf: Add two variables for layer index

2015-02-11 Thread Chong Lu
Add BITBAKE_LAYERINDEX_URL variable that bitbake-layers can use to find layer index. Add LAYER_FETCH_DIR variable that bitbake-layers can use to specify fetch directory. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- meta/conf/bitbake.conf | 6 ++ 1 file changed, 6

[OE-core] [daisy][PATCH V2] file: CVE-2014-9620 and CVE-2014-9621

2015-02-05 Thread Chong Lu
/3cdb95210a765dd90f7d722cb8b5534daee7 https://github.com/file/file/commit/445c8fb0ebff85195be94cd9f7e1df89cade5c7f https://github.com/file/file/commit/ce90e05774dd77d86cfc8dfa6da57b32816841c4 https://github.com/file/file/commit/65437cee25199dbd385fb35901bc0011e164276c [YOCTO #7178] Signed-off-by: Chong Lu chong...@windriver.com

Re: [OE-core] [daisy][PATCH] file: CVE-2014-9620 and CVE-2014-9621

2015-02-02 Thread Chong Lu
%20Toolchain%20Images/logs/stdio That's one example of the failure. OK. I will fix and resend one. Best Regards Chong Sau! On 01/22/2015 01:28 AM, Chong Lu wrote: CVE-2014-9620: Limit the number of ELF notes processed - DoS CVE-2014-9621: Limit string printing to 100 chars - DoS The patch comes

Re: [OE-core] [dizzy][PATCH] file: CVE-2014-9620 and CVE-2014-9621

2015-01-29 Thread Chong Lu
ping //Chong On 01/26/2015 09:56 AM, Chong Lu wrote: CVE-2014-9620: Limit the number of ELF notes processed - DoS CVE-2014-9621: Limit string printing to 100 chars - DoS The patch comes from: https://github.com/file/file/commit/6ce24f35cd4a43c4bdd249e8e0c4952c1f8eac67 https://github.com/file

Re: [OE-core] [daisy][PATCH] file: CVE-2014-9620 and CVE-2014-9621

2015-01-29 Thread Chong Lu
ping //Chong On 01/22/2015 05:28 PM, Chong Lu wrote: CVE-2014-9620: Limit the number of ELF notes processed - DoS CVE-2014-9621: Limit string printing to 100 chars - DoS The patch comes from: https://github.com/file/file/commit/6ce24f35cd4a43c4bdd249e8e0c4952c1f8eac67 https://github.com/file

Re: [OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2015-01-29 Thread Chong Lu
ping //Chong On 12/25/2014 05:45 PM, Chong Lu wrote: * Check that a BSP layer isn't making any changes when the layer is included but MACHINE is not set to point to one of the conf/machine/*.conf that the layer provides * Check that a distribution layer isn't making any changes when

[OE-core] [dizzy][PATCH] file: CVE-2014-9620 and CVE-2014-9621

2015-01-25 Thread Chong Lu
/3cdb95210a765dd90f7d722cb8b5534daee7 https://github.com/file/file/commit/445c8fb0ebff85195be94cd9f7e1df89cade5c7f https://github.com/file/file/commit/ce90e05774dd77d86cfc8dfa6da57b32816841c4 https://github.com/file/file/commit/65437cee25199dbd385fb35901bc0011e164276c [YOCTO #7178] Signed-off-by: Chong Lu chong...@windriver.com

[OE-core] [daisy][PATCH] file: CVE-2014-9620 and CVE-2014-9621

2015-01-22 Thread Chong Lu
/3cdb95210a765dd90f7d722cb8b5534daee7 https://github.com/file/file/commit/445c8fb0ebff85195be94cd9f7e1df89cade5c7f https://github.com/file/file/commit/ce90e05774dd77d86cfc8dfa6da57b32816841c4 https://github.com/file/file/commit/65437cee25199dbd385fb35901bc0011e164276c [YOCTO #7178] Signed-off-by: Chong Lu chong...@windriver.com

Re: [OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2015-01-19 Thread Chong Lu
ping On 12/25/2014 05:45 PM, Chong Lu wrote: * Check that a BSP layer isn't making any changes when the layer is included but MACHINE is not set to point to one of the conf/machine/*.conf that the layer provides * Check that a distribution layer isn't making any changes when the layer

Re: [OE-core] [PATCH V2 1/1] bitbake-layers: add a ability to query layer dependencies from layer index

2015-01-18 Thread Chong Lu
On 01/15/2015 10:20 PM, Paul Eggleton wrote: Hi Chong, On Monday 12 January 2015 14:48:42 Chong Lu wrote: It maybe depends on other layers when one layer is added to BBLAYERS. If define LAYERDEPENDS variable in this layer, we will get error from bitbake. But sometimes, we don't have defined

[OE-core] [PATCH V2 0/1] bitbake-layers: add a ability to query layer dependencies from layer index

2015-01-11 Thread Chong Lu
to some text. (2015-01-06 14:27:03 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/layerindex http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/layerindex Chong Lu (1): bitbake-layers: add a ability to query layer dependencies from layer

[OE-core] [PATCH V2 1/1] bitbake-layers: add a ability to query layer dependencies from layer index

2015-01-11 Thread Chong Lu
://layers.openembedded.org/layerindex/api/) Use `bitbake-layers show-layer-dependencies' to find out dependencies and update bblayers.conf as appropriate. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- bitbake/bin/bitbake-layers | 116 + 1 file

Re: [OE-core] [PATCH 1/1] layerindex.bbclass: Add ability to fetch layers from layer index

2015-01-08 Thread Chong Lu
On 01/07/2015 05:20 PM, Paul Eggleton wrote: Hi Chong, On Wednesday 07 January 2015 14:35:42 Chong Lu wrote: It maybe depends on other layers when one layer is added to BBLAYERS. If define LAYERDEPENDS variable in this layer, we will get error from bitbake. But sometimes, we don't have

[OE-core] [PATCH 1/1] layerindex.bbclass: Add ability to fetch layers from layer index

2015-01-06 Thread Chong Lu
stores dependencies of all layers. Query dependency from layer index and fetch layer repo, then add this layer to BBLAYERS. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/layerindex.bbclass | 154 1 file changed, 154 insertions

[OE-core] [PATCH 0/1] layerindex.bbclass: Add ability to fetch layers from layer index

2015-01-06 Thread Chong Lu
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/layerindex Chong Lu (1): layerindex.bbclass: Add ability to fetch layers from layer index meta/classes/layerindex.bbclass | 154 1 file changed, 154 insertions(+) create mode 100644 meta/classes

Re: [OE-core] [PATCH 0/1] check-layers.py: some checks for distro and bsp layer

2015-01-03 Thread Chong Lu
ping On 12/25/2014 05:45 PM, Chong Lu wrote: The following changes since commit e3a623bfe39fda16420d2042647af75877bb6f70: runqemu-internal: increase memory for qemuarm64 (2014-12-25 08:27:13 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu

[OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2014-12-25 Thread Chong Lu
In build environment, use ../poky/scripts/contrib/check-layers.py to run script. [YOCTO #5427] Signed-off-by: Chong Lu chong...@windriver.com --- scripts/contrib/check-layers.py | 248 1 file changed, 248 insertions(+) create mode 100755 scripts/contrib/check

[OE-core] [PATCH 0/1] check-layers.py: some checks for distro and bsp layer

2014-12-25 Thread Chong Lu
-contrib/log/?h=chonglu/checklayer Chong Lu (1): check-layers.py: some checks for distro and bsp layer scripts/contrib/check-layers.py | 248 1 file changed, 248 insertions(+) create mode 100755 scripts/contrib/check-layers.py -- 1.9.1

Re: [OE-core] [PATCH V3 0/3] use single variable to set baud rate

2014-12-19 Thread Chong Lu
ping On 12/10/2014 01:43 PM, Chong Lu wrote: Change since V2: don't change SERIAL_CONSOLE default value and add console.bbclass to get port, tty and baud rate from SERIAL_CONSOLE. The following changes since commit ec6377bcf52d105cd23ac6bbbeddd38fee9337e4: bitbake: bitbake-user-manual

[OE-core] [PATCH 2/3] cups: Upgrade to 2.0.1

2014-12-18 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/cups/{cups_2.0.0.bb = cups_2.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.0.0.bb = cups_2.0.1.bb} (40%) diff --git a/meta/recipes-extended/cups/cups_2.0.0.bb

[OE-core] [PATCH 3/3] byacc: Upgrade to 20141128

2014-12-18 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/byacc/{byacc_20141006.bb = byacc_20141128.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/byacc/{byacc_20141006.bb = byacc_20141128.bb} (74%) diff --git a/meta/recipes-extended

[OE-core] [PATCH 0/3] Upgrade less, cups and byacc

2014-12-18 Thread Chong Lu
-contrib/log/?h=chonglu/less Chong Lu (3): less: Upgrade to 471 cups: Upgrade to 2.0.1 byacc: Upgrade to 20141128 meta/recipes-extended/byacc/{byacc_20141006.bb = byacc_20141128.bb} | 4 ++-- meta/recipes-extended/cups/{cups_2.0.0.bb = cups_2.0.1.bb} | 4 ++-- meta/recipes-extended

[OE-core] [PATCH 1/3] less: Upgrade to 471

2014-12-18 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/less/{less_470.bb = less_471.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/less/{less_470.bb = less_471.bb} (88%) diff --git a/meta/recipes-extended/less/less_470.bb b/meta

[OE-core] [PATCH V2 0/3] use single variable to set baud rate

2014-12-09 Thread Chong Lu
/baudrate http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/baudrate Chong Lu (3): bitbake.conf: Set default value for SERIAL_CONSOLE syslinux.bbclass: use single variable to set baud rate grub-efi.bbclass: use single variable to set baud rate meta/classes/grub-efi.bbclass | 5

[OE-core] [PATCH V2 1/3] bitbake.conf: Set default value for SERIAL_CONSOLE

2014-12-09 Thread Chong Lu
Define a default value for SERIAL_CONSOLE, we can use it if machine doesn't configure. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf

[OE-core] [PATCH V2 2/3] syslinux.bbclass: use single variable to set baud rate

2014-12-09 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in syslinux.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/syslinux.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index

[OE-core] [PATCH V2 3/3] grub-efi.bbclass: use single variable to set baud rate

2014-12-09 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in grub.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/grub-efi.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index

Re: [OE-core] [PATCH 0/2] use single variable to set baud rate

2014-12-09 Thread Chong Lu
On 12/08/2014 09:44 PM, Burton, Ross wrote: On 8 December 2014 at 05:47, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: Chong Lu (2): syslinux.bbclass: use single variable to set baud rate grub-efi.bbclass: use single variable to set baud rate ERROR

[OE-core] [PATCH V3 0/3] use single variable to set baud rate

2014-12-09 Thread Chong Lu
-12-09 22:25:36 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/baudrate http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/baudrate Chong Lu (3): console.bbclass: add class which can be used to set serial console and baud rate

[OE-core] [PATCH V3 1/3] console.bbclass: add class which can be used to set serial console and baud rate

2014-12-09 Thread Chong Lu
Use a single method set serial console and baud rate by SERIAL_CONSOLE variable. Defind three function, we can get port, tty and baud rate of the console. they can be used by syslinux, grub, qemu and so on. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes

[OE-core] [PATCH V3 2/3] syslinux.bbclass: use single variable to set baud rate

2014-12-09 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in syslinux.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/syslinux.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index

[OE-core] [PATCH V3 3/3] grub-efi.bbclass: use single variable to set baud rate

2014-12-09 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in grub.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/grub-efi.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index

[OE-core] [PATCH 0/2] use single variable to set baud rate

2014-12-07 Thread Chong Lu
/log/?h=chonglu/baudrate Chong Lu (2): syslinux.bbclass: use single variable to set baud rate grub-efi.bbclass: use single variable to set baud rate meta/classes/grub-efi.bbclass | 5 +++-- meta/classes/syslinux.bbclass | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) -- 1.9.1

[OE-core] [PATCH 1/2] syslinux.bbclass: use single variable to set baud rate

2014-12-07 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in syslinux.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/syslinux.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index

[OE-core] [PATCH 2/2] grub-efi.bbclass: use single variable to set baud rate

2014-12-07 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in grub.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/grub-efi.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index

Re: [OE-core] [PATCH 0/5] Upgrade dbus and dbus-glib

2014-12-01 Thread Chong Lu
ping //Chong On 11/24/2014 03:49 PM, Chong Lu wrote: The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d: bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 17:04:50 +) are available in the git repository at: git

[OE-core] [PATCH 1/1] gnutls: disable tpm

2014-12-01 Thread Chong Lu
Disable tpm to solve following error: .../usr/lib64/libtspi.la: No such file or directory trousers isn't an oe-core recipe, disable it for now. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/gnutls/gnutls.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta

[OE-core] [PATCH 0/1] gnutls: disable tpm

2014-12-01 Thread Chong Lu
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/gnutls Chong Lu (1): gnutls: disable tpm meta/recipes-support/gnutls/gnutls.inc | 3 +++ 1 file changed, 3 insertions(+) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [PATCH 1/3] bison: update to 3.0.2

2014-11-25 Thread Chong Lu
On 11/24/2014 07:26 PM, Burton, Ross wrote: On 24 November 2014 at 05:19, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: After I upgrade bison, I test world on qemuppc and qemux86, that's ok. Can you tell me, which arch will build failure or how to reproduce

Re: [OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-11-24 Thread Chong Lu
On 11/12/2014 07:59 PM, Anders Darander wrote: * Chong Lu chong...@windriver.com [141027 10:24]: On 10/27/2014 04:59 PM, Anders Darander wrote: * Chong Lu chong...@windriver.com [141027 08:19]: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers

Re: [OE-core] [PATCH 1/3] bison: update to 3.0.2

2014-11-23 Thread Chong Lu
On 11/20/2014 07:20 PM, Burton, Ross wrote: On 18 November 2014 07:22, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: Upgrade bison to 3.0.2. In testing glibc fails to build on some arches and this patch may be the cause: | plural.c: In function

[OE-core] [PATCH 1/5] dbus: Upgrade to 1.8.10

2014-11-23 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-core/dbus/dbus_1.8.10.bb | 4 meta/recipes-core/dbus/dbus_1.8.2.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-core/dbus/dbus_1.8.10.bb delete mode 100644 meta/recipes-core/dbus

[OE-core] [PATCH 0/5] Upgrade dbus and dbus-glib

2014-11-23 Thread Chong Lu
/cgit.cgi/poky-contrib/log/?h=chonglu/dbus Chong Lu (5): dbus: Upgrade to 1.8.10 dbus-test: Upgrade to 1.8.10 dbus-glib: Upgrade to 0.102 connman-gnome: fix dbus interface name upstream_tracking.inc: update entries for dbus .../conf/distro/include/upstream_tracking.inc | 2

[OE-core] [PATCH 3/5] dbus-glib: Upgrade to 0.102

2014-11-23 Thread Chong Lu
Remove obsolete_automake_macros.patch, since upstream has merged it. Signed-off-by: Chong Lu chong...@windriver.com --- .../obsolete_automake_macros.patch | 15 -- meta/recipes-core/dbus/dbus-glib.inc | 1 - .../no-examples.patch

[OE-core] [PATCH 5/5] upstream_tracking.inc: update entries for dbus

2014-11-23 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta-yocto/conf/distro/include/upstream_tracking.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yocto/conf/distro/include/upstream_tracking.inc index 350326b

[OE-core] [PATCH 2/5] dbus-test: Upgrade to 1.8.10

2014-11-23 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-core/dbus/{dbus-test_1.8.2.bb = dbus-test_1.8.10.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-core/dbus/{dbus-test_1.8.2.bb = dbus-test_1.8.10.bb} (100%) diff --git a/meta/recipes-core/dbus/dbus

[OE-core] [PATCH 4/5] connman-gnome: fix dbus interface name

2014-11-23 Thread Chong Lu
This patch resolves following error: connman-dbus.xml: connman is not a valid D-Bus interface name Signed-off-by: Chong Lu chong...@windriver.com --- .../connman-gnome-fix-dbus-interface-name.patch| 187 + .../connman/connman-gnome_0.7.bb | 7 +- 2

[OE-core] [PATCH 0/3] bison: update to 3.0.2

2014-11-17 Thread Chong Lu
/cgit.cgi/poky-contrib/log/?h=chonglu/bison Chong Lu (3): bison: update to 3.0.2 gstreamer: change priv_gst_parse_yylex arguments webkit-gtk: ANGLE doesn't build with bison 3 .../bison/bison-do-not-try-to-generate-docs.patch | 37 ++ .../bison/bison/dont-depend

[OE-core] [PATCH 2/3] gstreamer: change priv_gst_parse_yylex arguments

2014-11-17 Thread Chong Lu
| ^ Signed-off-by: Chong Lu chong...@windriver.com --- ...mer-change-priv_gst_parse_yylex-arguments.patch | 33 ++ .../gstreamer/gstreamer_0.10.36.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer

[OE-core] [PATCH 1/3] bison: update to 3.0.2

2014-11-17 Thread Chong Lu
Upgrade bison to 3.0.2. Don't try to generate docs when cross-compiling. Remove unneeded patches: dont-depend-on-help2man.patch and fix_cross_manpage_building.patch Signed-off-by: Chong Lu chong...@windriver.com --- .../bison/bison-do-not-try-to-generate-docs.patch | 37

[OE-core] [PATCH 3/3] webkit-gtk: ANGLE doesn't build with bison 3

2014-11-17 Thread Chong Lu
Use %lex-param to set YYLEX_PARAM. Signed-off-by: Chong Lu chong...@windriver.com --- ...bkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch | 26 ++ meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 1 + 2 files changed, 27 insertions(+) create mode 100644 meta/recipes

[OE-core] [PATCH 1/2] tcl: Upgrade to 8.6.3

2014-11-13 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/tcltk/{tcl_8.6.2.bb = tcl_8.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/tcltk/{tcl_8.6.2.bb = tcl_8.6.3.bb} (95%) diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb b

[OE-core] [PATCH 0/2] Upgrade two packages

2014-11-13 Thread Chong Lu
/cgit.cgi/poky-contrib/log/?h=chonglu/tcl Chong Lu (2): tcl: Upgrade to 8.6.3 byacc: Upgrade to 20141006 meta/recipes-devtools/tcltk/{tcl_8.6.2.bb = tcl_8.6.3.bb} | 4 ++-- meta/recipes-extended/byacc/{byacc_20140715.bb = byacc_20141006.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4

[OE-core] [PATCH 2/2] byacc: Upgrade to 20141006

2014-11-13 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/byacc/{byacc_20140715.bb = byacc_20141006.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/byacc/{byacc_20140715.bb = byacc_20141006.bb} (74%) diff --git a/meta/recipes-extended

Re: [OE-core] [PATCH 2/3] strace: Upgrade to 4.9

2014-11-11 Thread Chong Lu
On 11/12/2014 07:57 AM, Burton, Ross wrote: On 30 September 2014 10:33, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: Remove two backported patches: 0001-Work-around-conflict-between-sys-ptrace.h-and-linux-.patch strace-fix-64-bit-process-detection.patch

[OE-core] [PATCH 0/1] strace: add libunwind dependency

2014-11-11 Thread Chong Lu
Chong Lu (1): strace: add libunwind dependency meta/recipes-devtools/strace/strace_4.9.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org

[OE-core] [PATCH 0/1] nss: Upgrade to 3.17.2

2014-11-10 Thread Chong Lu
Chong Lu (1): nss: Upgrade to 3.17.2 meta/recipes-support/nss/nss_3.17.2.bb | 8 meta/recipes-support/nss/nss_3.17.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 meta/recipes-support/nss/nss_3.17.2.bb delete mode 100644 meta/recipes-support/nss

[OE-core] [PATCH 1/1] nss: Upgrade to 3.17.2

2014-11-10 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/nss/nss_3.17.2.bb | 8 meta/recipes-support/nss/nss_3.17.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 meta/recipes-support/nss/nss_3.17.2.bb delete mode 100644 meta/recipes

Re: [OE-core] [PATCH 0/1] nss: CVE-2014-1568

2014-11-10 Thread Chong Lu
On 11/08/2014 08:34 AM, Burton, Ross wrote: Hi Chong, On 6 November 2014 07:50, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: The following changes since commit 0add8abc12b850e38a6ec7dcf2856fab2c0107b6: buildtools-tarball: package all of Python (2014-11

Re: [OE-core] [PATCH V2 1/1] libxml2: fix python path and add libxml2-python

2014-11-10 Thread Chong Lu
ping //Chong On 10/31/2014 09:56 AM, Chong Lu wrote: From: Robert Yang liezhi.y...@windriver.com We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we

Re: [OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-11-10 Thread Chong Lu
ping //Chong On 10/27/2014 03:16 PM, Chong Lu wrote: This solves the following warning: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-core/systemd

[OE-core] [PATCH 0/1] nss: CVE-2014-1568

2014-11-05 Thread Chong Lu
=chonglu/nss Chong Lu (1): nss: CVE-2014-1568 .../nss/files/nss-CVE-2014-1568.patch | 670 + meta/recipes-support/nss/nss.inc | 1 + 2 files changed, 671 insertions(+) create mode 100644 meta/recipes-support/nss/files/nss-CVE-2014-1568.patch

[OE-core] [PATCH 1/1] nss: CVE-2014-1568

2014-11-05 Thread Chong Lu
...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- .../nss/files/nss-CVE-2014-1568.patch | 670 + meta/recipes-support/nss/nss.inc | 1 + 2 files changed, 671 insertions(+) create mode 100644 meta/recipes-support/nss/files/nss-CVE

[OE-core] [PATCH] curl: Security Advisory - curl - CVE-2014-3620

2014-11-03 Thread Chong Lu
libcurl wrongly allows cookies to be set for Top Level Domains (TLDs), thus making them apply broader than cookies are allowed. This can allow arbitrary sites to set cookies that then would get sent to a different and unrelated site or domain. Signed-off-by: Chong Lu chong...@windriver.com

Re: [OE-core] [PATCH] curl: Security Advisory - curl - CVE-2014-3620

2014-11-03 Thread Chong Lu
On 11/03/2014 07:59 PM, Burton, Ross wrote: On 3 November 2014 09:31, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: meta/recipes-support/curl/curl/CVE-2014-3620.patch | 69 ERROR: Command Error: exit status: 1 Output: Applying patch

Re: [OE-core] [PATCH 1/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-31 Thread Chong Lu
Drop this one, I will send a V2. Best Regards Chong On 10/29/2014 03:08 PM, Chong Lu wrote: This solves the following warning: docbook-xsl-stylesheets-1.78.1: docbook-xsl-stylesheets requires /usr/bin/perl, /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu

[OE-core] [PATCH V2 1/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-31 Thread Chong Lu
This solves the following warning: docbook-xsl-stylesheets-1.78.1: docbook-xsl-stylesheets requires /usr/bin/perl, /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- ...-stylesheets-no-bashism-in-docbook-xsl-up.patch | 24

[OE-core] [PATCH V2 0/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-31 Thread Chong Lu
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/doc Chong Lu (1): docbook-xsl-stylesheets: add perl to RDEPENDS ...-stylesheets-no-bashism-in-docbook-xsl-up.patch | 24 ++ .../docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2 ++ 2 files changed, 26 insertions

[OE-core] [PATCH 0/1] insane.bbclass: add condition for build-deps

2014-10-31 Thread Chong Lu
/log/?h=chonglu/insanebb Chong Lu (1): insane.bbclass: add condition for build-deps meta/classes/insane.bbclass | 51 +++-- 1 file changed, 26 insertions(+), 25 deletions(-) -- 1.9.1 -- ___ Openembedded-core

[OE-core] [PATCH 1/1] insane.bbclass: add condition for build-deps

2014-10-31 Thread Chong Lu
Add condition for build-deps, then we can use it in INSANE_SKIP. Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/insane.bbclass | 51 +++-- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta

[OE-core] [PATCH V2 0/1] libxml2: fix python path and add libxml2-python

2014-10-30 Thread Chong Lu
Change since v1: add python to PACKAGECONFIG. The following changes since commit 4faca22b8fe63a86d820990207aaf84b3fa83e01: ref-manual: Updates to the migrating to YP 1.7 section. (2014-10-28 22:31:18 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH V2 1/1] libxml2: fix python path and add libxml2-python

2014-10-30 Thread Chong Lu
From: Robert Yang liezhi.y...@windriver.com We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can add it by PACKAGECONFIG. The previous

[OE-core] [PATCH 1/1] gst-plugin-bluetooth: remove systemd service file

2014-10-30 Thread Chong Lu
[installed-vs-shipped] Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb b/meta/recipes-connectivity/bluez/gst-plugin

[OE-core] [PATCH 0/1] gst-plugin-bluetooth: remove systemd service file

2014-10-30 Thread Chong Lu
=chonglu/gst Chong Lu (1): gst-plugin-bluetooth: remove systemd service file meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 0/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-29 Thread Chong Lu
-contrib/log/?h=chonglu/doc Chong Lu (1): docbook-xsl-stylesheets: add perl to RDEPENDS meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-29 Thread Chong Lu
This solves the following warning: docbook-xsl-stylesheets-1.78.1: docbook-xsl-stylesheets requires /usr/bin/perl, /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2

[OE-core] [PATCH 0/1] systemd: add bash to RDEPENDS

2014-10-27 Thread Chong Lu
-contrib/log/?h=chonglu/systemd Chong Lu (1): systemd: add bash to RDEPENDS meta/recipes-core/systemd/systemd_216.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

[OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-10-27 Thread Chong Lu
This solves the following warning: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-core/systemd/systemd_216.bb | 1 + 1 file changed, 1 insertion(+) diff

Re: [OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-10-27 Thread Chong Lu
On 10/27/2014 04:59 PM, Anders Darander wrote: * Chong Lu chong...@windriver.com [141027 08:19]: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] How much bashisms are it in the files in systemd-kernel-install? Would

Re: [OE-core] [PATCH 1/1] curl: Security Advisory - curl - CVE-2014-3613

2014-10-26 Thread Chong Lu
On 10/25/2014 06:16 AM, Burton, Ross wrote: On 24 October 2014 10:20, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: meta/recipes-support/curl/curl/CVE-2014-3613.patch | 269 + ERROR: Command Error: exit status: 1 Output: Applying patch

Re: [OE-core] [PATCH V2 1/1] kmod: fix debuginfo is missing in shared library

2014-10-26 Thread Chong Lu
On 10/24/2014 07:08 PM, Burton, Ross wrote: On 24 October 2014 07:25, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: +++ b/meta/recipes-kernel/kmod/kmod/run-ptest @@ -1,3 +1,4 @@ #!/bin/sh touch testsuite/stamp-rootfs +tar xf testmodule.tar

[OE-core] [PATCH V3 0/1] kmod: fix debuginfo is missing in shared library

2014-10-26 Thread Chong Lu
/kmod http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/kmod Chong Lu (1): kmod: fix debuginfo is missing in shared library meta/recipes-kernel/kmod/kmod/run-ptest | 2 ++ meta/recipes-kernel/kmod/kmod_git.bb| 9 - 2 files changed, 10 insertions(+), 1 deletion

[OE-core] [PATCH V3 1/1] kmod: fix debuginfo is missing in shared library

2014-10-26 Thread Chong Lu
INHIBIT_PACKAGE_STRIP variable will make debuginfo lose in shared library. The test cases of kmod contain kernel modules for many different architectures, strip and arch gets confused and throws errors. Pack kernel modules in test cases to avoid strip command failed. Signed-off-by: Chong Lu chong

[OE-core] [PATCH 0/1] curl: Security Advisory - curl - CVE-2014-3613

2014-10-24 Thread Chong Lu
=chonglu/curl Chong Lu (1): curl: Security Advisory - curl - CVE-2014-3613 meta/recipes-support/curl/curl/CVE-2014-3613.patch | 269 + meta/recipes-support/curl/curl_7.37.1.bb | 1 + 2 files changed, 270 insertions(+) create mode 100644 meta/recipes-support/curl

[OE-core] [PATCH 1/1] curl: Security Advisory - curl - CVE-2014-3613

2014-10-24 Thread Chong Lu
By not detecting and rejecting domain names for partial literal IP addresses properly when parsing received HTTP cookies, libcurl can be fooled to both sending cookies to wrong sites and into allowing arbitrary sites to set cookies for others. Signed-off-by: Chong Lu chong...@windriver.com

[OE-core] [PATCH 1/1] gconf: fix multilib conflict - org.gnome.GConf.service

2014-10-14 Thread Chong Lu
package gconf-3.2.6-r0.0.x86_64 Changed ${libexecdir} to /usr/libexec to fix this issue. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-gnome/gnome/gconf_3.2.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome

[OE-core] [PATCH 1/1] libpcre: Upgrade to 8.36

2014-10-08 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/libpcre/libpcre/Makefile | 2 +- meta/recipes-support/libpcre/{libpcre_8.35.bb = libpcre_8.36.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libpcre

[OE-core] [PATCH 0/1] libpcre: Upgrade to 8.36

2014-10-08 Thread Chong Lu
/poky-contrib/log/?h=chonglu/libpcre Chong Lu (1): libpcre: Upgrade to 8.36 meta/recipes-support/libpcre/libpcre/Makefile | 2 +- meta/recipes-support/libpcre/{libpcre_8.35.bb = libpcre_8.36.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes

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

2014-10-08 Thread Chong Lu
On 10/08/2014 07:11 PM, Burton, Ross wrote: On 8 October 2014 03:50, Chong Lu chong...@windriver.com wrote: ping On 09/30/2014 05:33 PM, Chong Lu wrote: The following changes since commit 39ca8b429b6244e9649e7303cbb240adf007bf22: bitbake: toastergui fix size rendering in dirinfo page

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

2014-10-07 Thread Chong Lu
ping On 09/30/2014 05:33 PM, Chong Lu wrote: The following changes since commit 39ca8b429b6244e9649e7303cbb240adf007bf22: bitbake: toastergui fix size rendering in dirinfo page (2014-09-29 14:11:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

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

2014-10-07 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

[OE-core] [PATCH 3/3] byacc: Upgrade to 20140715

2014-09-30 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/byacc/{byacc_20140422.bb = byacc_20140715.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/byacc/{byacc_20140422.bb = byacc_20140715.bb} (74%) diff --git a/meta/recipes-extended

[OE-core] [PATCH 1/3] tcl: Upgrade to 8.6.2

2014-09-30 Thread Chong Lu
libgcc_s.so.1 is needed by running ptest, so add libgcc to RDEPENDS_${PN}-ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/tcltk/{tcl_8.6.1.bb = tcl_8.6.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/tcltk/{tcl_8.6.1

[OE-core] [PATCH 2/3] strace: Upgrade to 4.9

2014-09-30 Thread Chong Lu
ptest pass. Signed-off-by: Chong Lu chong...@windriver.com --- ...-conflict-between-sys-ptrace.h-and-linux-.patch | 108 - .../strace-fix-64-bit-process-detection.patch | 34 --- .../Makefile-ptest.patch | 44 ++--- .../{strace-4.8

  1   2   3   4   >