[OE-core] [PATCH 0/6] Package Upgrade: pciutils, diffutils, cups, sudo, sysstat, dbus

2017-07-24 Thread Chen Qi
-contrib/log/?h=ChenQi/PU-20170724 Chen Qi (6): pciutils: upgrade to 3.5.5 diffutils: upgrade to 3.6 cups: upgrade to 2.2.4 sudo: upgrade to 1.8.20p2 sysstat: upgrade to 11.5.7 dbus/dbus-test: upgrade to 1.10.20 .../{pciutils_3.5.4.bb => pciutils_3.5.5.bb} | 4 +- .../{d

[OE-core] [PATCH 5/6] sysstat: upgrade to 11.5.7

2017-07-24 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../recipes-extended/sysstat/{sysstat_11.5.6.bb => sysstat_11.5.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.5.6.bb => sysstat_11.5.7.bb} (53%) diff --git a/

[OE-core] [PATCH 3/6] cups: upgrade to 2.2.4

2017-07-24 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/cups/{cups_2.2.3.bb => cups_2.2.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.2.3.bb => cups_2.2.4.bb} (40%) diff --git a/meta/recipes-extended/cups/c

[OE-core] [PATCH 1/1] dhcp: add dhclient.service

2017-07-20 Thread Chen Qi
Add dhclient.service. This service file mainly comes from meta-systemd, with modifications to take nfs boot into consideration. While using eth0 as the nfsboot interface, we'd like dhclient service to skip it like what ifup and connman do in sysvinit. Signed-off-by: Chen Qi <q

[OE-core] [PATCH 0/1] dhcp: add dhclient.service

2017-07-20 Thread Chen Qi
=ChenQi/dhclient_service Chen Qi (1): dhcp: add dhclient.service meta/recipes-connectivity/dhcp/dhcp.inc| 21 ++-- .../dhcp/files/dhclient-systemd-wrapper| 39 ++ .../dhcp/files/dhclient.service| 13 3 files changed

[OE-core] [PATCH 1/1] systemd: workaround login failure on qemumips64 when 'pam' is enabled

2017-07-17 Thread Chen Qi
Append " -fno-tree-switch-conversion -fno-tree-tail-merge" to FULL_OPTIMIZATION to workaround login problem on qemumips64. Otherwise, user cannot login onto the target even username and password are provided. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/reci

[OE-core] [PATCH 0/1] systemd: workaround login failure on qemumips64 when 'pam' is enabled

2017-07-17 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd_qemumips64_login Chen Qi (1): systemd: workaround login failure on qemumips64 when 'pam' is enabled meta/recipes-core/systemd/systemd_232.bb | 3 +++ 1 file changed, 3 insertions(+) -- 1.9.1 -- ___ Openembedded

[OE-core] [PATCH 1/1] staging.bbclass: fix typo

2017-06-14 Thread Chen Qi
The function is "sysroot_strip" instead of "split_and_strip_files". Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/staging.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/staging.bbclass b/meta/classes/sta

[OE-core] [PATCH 0/1] staging.bbclass: fix typo

2017-06-14 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/staging_typo Chen Qi (1): staging.bbclass: fix typo meta/classes/staging.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 2/3] kmod: upgrade to 24

2017-06-06 Thread Chen Qi
Drop kcmdline_quotes.patch as it has been integrated. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-kernel/kmod/kmod.inc | 5 +-- .../recipes-kernel/kmod/kmod/kcmdline_quotes.patch | 44 -- 2 files changed, 2 insertions(+), 47 del

[OE-core] [PATCH 3/3] util-linux: upgrade to 2.29.2

2017-06-06 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../util-linux/{util-linux_2.29.1.bb => util-linux_2.29.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/util-linux/{util-linux_2.29.1.bb => util-linux_2.29.2.bb} (86%) diff --git a/

[OE-core] [PATCH 1/3] sysstat: upgrade to 11.5.5

2017-06-06 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../recipes-extended/sysstat/{sysstat_11.5.4.bb => sysstat_11.5.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.5.4.bb => sysstat_11.5.5.bb} (53%) diff --git a/

[OE-core] [PATCH 0/3] Package Upgrade -- sysstat, kmod, util-linux

2017-06-06 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/PU-20170606 Chen Qi (3): sysstat: upgrade to 11.5.5 kmod: upgrade to 24 util-linux: upgrade to 2.29.2 .../{util-linux_2.29.1.bb => util-linux_2.29.2.bb} | 4 +- .../{sysstat_11.5.4.bb => sysstat_11.5.5.bb} | 4 +- meta/recipes-kernel/kmod/km

[OE-core] [PATCH V2 0/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/cve-check-warning Chen Qi (1): cve-check.bbclass: make warning contain CVE IDs meta/classes/cve-check.bbclass | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) -- 1.9.1 -- ___ Openembedded-core

[OE-core] [PATCH V2 1/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
/to/workdir/cve/cve.log. We should have: WARNING: gnutls-3.5.9-r0 do_cve_check: Found unpatched CVE (CVE-2017-7869), for more information check /path/to/workdir/cve/cve.log. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/cve-check.bbclass | 9 + 1 file changed, 5 inse

[OE-core] [PATCH 1/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
/to/workdir/cve/cve.log. We should have: WARNING: gnutls-3.5.9-r0 do_cve_check: Found unpatched CVE (CVE-2017-7869), for more information check /path/to/workdir/cve/cve.log. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/cve-check.bbclass | 11 +++ 1 file chan

[OE-core] [PATCH 0/1] cve-check.bbclass: make warning contain CVE IDs

2017-05-09 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/cve-check-warning Chen Qi (1): cve-check.bbclass: make warning contain CVE IDs meta/classes/cve-check.bbclass | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) -- 1.9.1 -- ___ Openembedded-core

[OE-core] [PATCH 1/1] cve-check-tool: backport a patch to make CVE checking work

2017-05-07 Thread Chen Qi
CVE checking in OE didn't work as do_populate_cve_db failed with the following error message. [snip]/downloads/CVE_CHECK/nvdcve-2.0-2002.xml is not consistent Backport a patch to fix this error. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../cve-check-tool/cve-check-tool_5.

[OE-core] [PATCH 0/1] cve-check-tool: backport a patch to make CVE checking work

2017-05-07 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/cve-check-tool Chen Qi (1): cve-check-tool: backport a patch to make CVE checking work .../cve-check-tool/cve-check-tool_5.6.4.bb | 1 + ...are-computed-vs-expected-sha256-digit-str.patch | 52 ++ 2 files changed, 53 insertions

[OE-core] [PATCH 1/2] qemuboot.bbclass: add two vars for use by runqemu

2017-04-07 Thread Chen Qi
Add STAGING_DIR_TUNCTL_NATIVE and STAGING_DIR_QEMU_BINDIR_NATIVE so that runqemu could find 'tunctl' and 'qemu-xxx' binaries to run correctly. [YOCTO #11266] [YOCTO #11193] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/qemuboot.bbclass | 5 - 1 file changed, 4 inse

[OE-core] [PATCH 2/2] runqemu: make use of two new vars

2017-04-07 Thread Chen Qi
Make use of STAGING_DIR_TUNCTL_NATIVE and STAGING_DIR_QEMU_BINDIR_NATIVE to run correctly. In this way, runqemu would still work when 'rm_work' is enabled. [YOCTO #11266] [YOCTO #11193] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- scripts/runqemu | 10 -- 1 file chan

[OE-core] [PATCH 0/2] Fix runqemu problem when 'rm_work' is enabled

2017-04-07 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/runqemu_rm_work Chen Qi (2): qemuboot.bbclass: add two vars for use by runqemu runqemu: make use of two new vars meta/classes/qemuboot.bbclass | 5 - scripts/runqemu | 10 -- 2 files changed, 12 insertions(+), 3

[OE-core] [PATCH 1/1] wic: improve error message

2017-03-30 Thread Chen Qi
', it doesn't have anything to do with core-image-minimal. And the required tool 'parted' is not under core-image-minimal's recipe-sysroot-native directory. Improve the error message so that following it could get things done. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- scripts/lib/wic

[OE-core] [PATCH 0/1] wic: improve error message

2017-03-30 Thread Chen Qi
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/wic-error-msg Chen Qi (1): wic: improve error message scripts/lib/wic/utils/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH 0/1] image.inc/qemu.inc: preserve directories to be used by runqemu

2017-03-29 Thread Chen Qi
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/runqemu_rm_work Chen Qi (1): image.inc/qemu.inc: preserve directories to be used by runqemu meta/classes/image.bbclass | 1 + meta/conf/machine/include/qemu.inc | 3 +++ 2 files changed, 4 insertions(+) -- 1.9.1

[OE-core] [PATCH 1/1] image.inc/qemu.inc: preserve directories to be used by runqemu

2017-03-29 Thread Chen Qi
The 'recipe-sysroot' and 'recipe-sysroot-native' directories need to be preserved for runqemu to work correctly. Otherwise, when 'rm_work' is enabled, these directories are removed, thus causing errors when using runqemu . [YOCTO #11266] [YOCTO #11193] Signed-off-by: Chen Qi <q

[OE-core] [PATCH V2 1/1] runqemu-gen-tapdevs: fix file path in example

2017-03-22 Thread Chen Qi
Fix the path in example so that '/usr/bin/tunctl' could be found under this path. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- scripts/runqemu-gen-tapdevs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs

[OE-core] [PATCH V2 0/1] runqemu-gen-tapdevs: fix file path in example

2017-03-22 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/example-path Chen Qi (1): runqemu-gen-tapdevs: fix file path in example scripts/runqemu-gen-tapdevs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.9.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] runqemu-gen-tapdevs: fix file path in example

2017-03-22 Thread Chen Qi
Fix the path in example so that '/usr/bin/tunctl' could be found under this path. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- scripts/runqemu-gen-tapdevs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs

[OE-core] [PATCH 0/1] runqemu-gen-tapdevs: fix file path in example

2017-03-22 Thread Chen Qi
ath http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/example-path Chen Qi (1): runqemu-gen-tapdevs: fix file path in example scripts/runqemu-gen-tapdevs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-co

[OE-core] [PATCH 1/1] gcc-target.inc: create symlinks for gcov and gcov-tool

2017-03-12 Thread Chen Qi
Create symlinks for gcov and gcov-tool and that they can be used trivially on target. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-devtools/gcc/gcc-target.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/r

[OE-core] [PATCH 0/1] gcc-target.inc: create symlinks for gcov and gcov-tool

2017-03-12 Thread Chen Qi
/gcov-symlinks Chen Qi (1): gcc-target.inc: create symlinks for gcov and gcov-tool meta/recipes-devtools/gcc/gcc-target.inc | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] procps: fix ALTERNATIVE_PRIORITY to avoid conflict

2017-03-09 Thread Chen Qi
Previously, 'pidof' utility has two providers, sysvinit and procps, and both have the same priority 200. Fix procps to lower the priority of its 'pidof' to 150 to avoid conflict. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/procps/procps_3.3.12.bb | 1 +

[OE-core] [PATCH 0/1] procps: fix ALTERNATIVE_PRIORITY to avoid conflict

2017-03-09 Thread Chen Qi
/procps-pidof Chen Qi (1): procps: fix ALTERNATIVE_PRIORITY to avoid conflict meta/recipes-extended/procps/procps_3.3.12.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] opkg-utils: bump revision

2017-03-09 Thread Chen Qi
Bump to latest revision so that update-alternatives could detect priority conflict. Also, we could remove the following patch because opkg-utils has already fixed the problem in another way. 0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch [YOCTO #8314] Signed-off-by: Chen Qi

[OE-core] [PATCH 0/1] opkg-utils: bump revision

2017-03-09 Thread Chen Qi
=ChenQi/opkg-utils-rev Chen Qi (1): opkg-utils: bump revision meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH V2 3/4] sudo: upgrade to 1.8.19p2

2017-02-21 Thread Chen Qi
The license checksum for doc/LICENSE is changed. It's a small change. '2015' is changed to '2017'. Nothing else is changed. So the licenses remain the same. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/sudo/sudo.inc | 2 +- meta/r

[OE-core] [PATCH V2 2/4] sysstat: upgrade to 11.5.4

2017-02-21 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../recipes-extended/sysstat/{sysstat_11.5.3.bb => sysstat_11.5.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.5.3.bb => sysstat_11.5.4.bb} (53%) diff --git a/

[OE-core] [PATCH V2 1/4] cups: upgrade to 2.2.2

2017-02-21 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/cups/{cups_2.2.1.bb => cups_2.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.2.1.bb => cups_2.2.2.bb} (40%) diff --git a/meta/recipes-extended/cups/c

[OE-core] [PATCH V2 4/4] util-linux: upgrade to 2.29.1

2017-02-21 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../util-linux/{util-linux_2.29.bb => util-linux_2.29.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/util-linux/{util-linux_2.29.bb => util-linux_2.29.1.bb} (86%) diff --git a/

[OE-core] [PATCH V2 0/4] Package Upgrade -- cups, sysstat, sudo, util-linux

2017-02-21 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/PU-20170217 Chen Qi (4): cups: upgrade to 2.2.2 sysstat: upgrade to 11.5.4 sudo: upgrade to 1.8.19p2 util-linux: upgrade to 2.29.1 .../util-linux/{util-linux_2.29.bb => util-linux_2.29.1.bb} | 4 ++-- meta/recipes-extended/cups/{cups_2.2.1

[OE-core] [PATCH 0/4] Package Upgrade -- cups, sysstat, sudo, util-linux

2017-02-17 Thread Chen Qi
/poky-contrib/log/?h=ChenQi/PU-20170217 Chen Qi (4): cups: upgrade to 2.2.2 sysstat: upgrade to 11.5.4 sudo: upgrade to 1.8.19p2 util-linux: upgrade to 2.29.1 .../util-linux/{util-linux_2.29.bb => util-linux_2.29.1.bb} | 4 ++-- meta/recipes-extended/cups/{cups_2.2.1

[OE-core] [PATCH 4/4] util-linux: upgrade to 2.29.1

2017-02-17 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../util-linux/{util-linux_2.29.bb => util-linux_2.29.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/util-linux/{util-linux_2.29.bb => util-linux_2.29.1.bb} (86%) diff --git a/

[OE-core] [PATCH 3/4] sudo: upgrade to 1.8.19p2

2017-02-17 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/sudo/sudo.inc | 2 +- meta/recipes-extended/sudo/{sudo_1.8.18p1.bb => sudo_1.8.19p2.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-exte

[OE-core] [PATCH 2/4] sysstat: upgrade to 11.5.4

2017-02-17 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../recipes-extended/sysstat/{sysstat_11.5.3.bb => sysstat_11.5.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.5.3.bb => sysstat_11.5.4.bb} (53%) diff --git a/

[OE-core] [PATCH 1/4] cups: upgrade to 2.2.2

2017-02-17 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/cups/{cups_2.2.1.bb => cups_2.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.2.1.bb => cups_2.2.2.bb} (40%) diff --git a/meta/recipes-extended/cups/c

[OE-core] [PATCH V2 1/2] console-tools: fix string formatting issue

2017-02-08 Thread Chen Qi
Fix string formatting issue in console-tools. Otherwise, when compiling with '-Wformat -Wformat-security -Werror=format-security', we would have compilation error. [YOCTO #9540] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...001-Fix-format-security-compilation-error.patc

[OE-core] [PATCH V2 0/2] Fix string formatting issue in console-tools

2017-02-08 Thread Chen Qi
/log/?h=ChenQi/BUG9540 Chen Qi (2): console-tools: fix string formatting issue security_flags: enable string formatting check for console tools meta/conf/distro/include/security_flags.inc| 1 - ...001-Fix-format-security-compilation-error.patch | 57

[OE-core] [PATCH V2 2/2] security_flags: enable string formatting check for console tools

2017-02-08 Thread Chen Qi
As we've fixed the string formatting issue in console-tools, we don't need to override SECURITY_STRINGFORMAT for console-tools any more. [YOCTO #9540] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/conf/distro/include/security_flags.inc | 1 - 1 file changed, 1 deletion(-) diff

[OE-core] [PATCH 2/2] security_flags: enable string formatting check for console tools

2017-02-07 Thread Chen Qi
As we've fixed the string formatting issue in console-tools, we don't need to override SECURITY_STRINGFORMAT for console-tools any more. [YOCTO #9540] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/conf/distro/include/security_flags.inc | 1 - 1 file changed, 1 deletion(-) diff

[OE-core] [PATCH 0/2] Fix string formatting issue in console-tools

2017-02-07 Thread Chen Qi
/log/?h=ChenQi/BUG9540 Chen Qi (2): console-tools: fix string formatting issue security_flags: enable string formatting check for console tools meta/conf/distro/include/security_flags.inc| 1 - ...001-Fix-format-security-compilation-error.patch | 57

[OE-core] [PATCH 1/2] console-tools: fix string formatting issue

2017-02-07 Thread Chen Qi
Fix string formatting issue in console-tools. Otherwise, when compiling with '-Wformat -Wformat-security -Werror=format-security', we would have compilation error. [YOCTO #9540] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...001-Fix-format-security-compilation-error.patc

[OE-core] [PATCH 1/1] scripts/oe-selftest: fix typo

2017-01-11 Thread Chen Qi
Change 'agains' to 'against'. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- scripts/oe-selftest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oe-selftest b/scripts/oe-selftest index adfa92f..120a6c2 100755 --- a/scripts/oe-selftest +++ b/scripts/oe-se

[OE-core] [PATCH 0/1] scripts/oe-selftest: fix typo

2017-01-11 Thread Chen Qi
ftest-typo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/selftest-typo Chen Qi (1): scripts/oe-selftest: fix typo scripts/oe-selftest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core ma

[OE-core] [PATCH 1/2] selftest/bbtests.py: fix path assumption for LICENSE_DIRECTORY

2017-01-09 Thread Chen Qi
Fix path assumption for LICENSE_DIRECTORY, otherwise, the test case may fail even if the functionality it tests works well. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/lib/oeqa/selftest/bbtests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/li

[OE-core] [PATCH 2/2] selftest/buildoptions.py: fix path assumption for DEPLOY_DIR_SRC

2017-01-09 Thread Chen Qi
Fix path assumption for DEPLOY_DIR_SRC, otherwise, the testcase may fail even if the functionality works well. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/lib/oeqa/selftest/buildoptions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/se

[OE-core] [PATCH 0/2] selftest: fix path assumption

2017-01-09 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/selftest-path-assumption Chen Qi (2): selftest/bbtests.py: fix path assumption for LICENSE_DIRECTORY selftest/buildoptions.py: fix path assumption for DEPLOY_DIR_SRC meta/lib/oeqa/selftest/bbtests.py | 5 +++-- meta/lib/oeqa/selftest

[OE-core] [PATCH 0/2] selftest: fix to not hardcode 'tmp' for TMPDIR

2017-01-08 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/selftest-tmp_dir Chen Qi (2): selftest/bbtests.py: do not hardcode 'tmp' for TMPDIR selftest/buildoptions.py: do not hardcode 'tmp' for TMPDIR meta/lib/oeqa/selftest/bbtests.py | 5 +++-- meta/lib/oeqa/selftest/buildoptions.py | 5 +++-- 2 files changed

[OE-core] [PATCH 1/2] selftest/bbtests.py: do not hardcode 'tmp' for TMPDIR

2017-01-08 Thread Chen Qi
Use the value of TMPDIR instead of hardcoding 'tmp'. In fact, in OE, we have: TCLIBCAPPEND ?= "-${TCLIBC}" TMPDIR .= "${TCLIBCAPPEND}" So the TMPDIR defaults to have ${TCLIBC} in it. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/lib/oeqa/selftest/bb

[OE-core] [PATCH 2/2] selftest/buildoptions.py: do not hardcode 'tmp' for TMPDIR

2017-01-08 Thread Chen Qi
Use the value of TMPDIR instead of hardcoding 'tmp'. In fact, in OE, we have: TCLIBCAPPEND ?= "-${TCLIBC}" TMPDIR .= "${TCLIBCAPPEND}" So the TMPDIR defaults to have ${TCLIBC} in it. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/lib/oeqa/selftest/buildop

[OE-core] [PATCH 1/1] selftest/eSDK.py: fix sstate dir not found error

2017-01-04 Thread Chen Qi
Fix the error below when SSTATE_DIR is not "${BUILDDIR}/sstate-cache". FileNotFoundError: [Errno 2] No such file or directory: '/xxx/../sstate-cache' Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/lib/oeqa/selftest/eSDK.py | 2 +- 1 file changed, 1 insertion(+), 1 d

[OE-core] [PATCH 0/1] selftest/eSDK.py: fix sstate dir not found error

2017-01-04 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/eSDK-sstate_dir Chen Qi (1): selftest/eSDK.py: fix sstate dir not found error meta/lib/oeqa/selftest/eSDK.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core mailing

[OE-core] [PATCH 1/1] busybox: upgrade to 1.26.1

2017-01-03 Thread Chen Qi
Upgrade busybox to 1.26.1. Also upgrade the git version to the corresponding commit. Patches backported, merged or the problem it covers is solved in another way upstream are removed. Other patches are rebased. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...e-the-behaviour-of-c-par

[OE-core] [PATCH 0/1] busybox: upgrade to 1.26.1

2017-01-03 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/busybox-1.26.1 Chen Qi (1): busybox: upgrade to 1.26.1 ...e-the-behaviour-of-c-parameter-to-match-u.patch | 73 --- ...biproute-handle-table-ids-larger-than-255.patch | 134 --- ...-n-flushes-pattern-space-terminates-early.patch

[OE-core] [PATCH 1/1] busybox: upgrade to 1.25.1

2017-01-03 Thread Chen Qi
Upgrade busybox to 1.25.1. Also upgrade the git version to the corresponding commit. Patches backported, merged or the problem it covers is solved in another way upstream are removed. Other patches are rebased. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...e-the-behaviour-of-c-par

[OE-core] [PATCH 0/1] busybox: upgrade to 1.25.1

2017-01-03 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/busybox-1.25.1 Chen Qi (1): busybox: upgrade to 1.25.1 ...e-the-behaviour-of-c-parameter-to-match-u.patch | 73 --- ...biproute-handle-table-ids-larger-than-255.patch | 40 +++--- ...-n-flushes-pattern-space-terminates-early.patch | 72

[OE-core] [PATCH 7/7] coreutils: upgrade to 8.26

2016-12-26 Thread Chen Qi
Add 0001-local.mk-fix-cross-compiling-problem.patch to fix the following cross compiling problem. | Makefile:3418: *** Recursive variable 'INSTALL' references itself (eventually). Stop. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...need_charset_alias-when-building-for-musl.patc

[OE-core] [PATCH 6/7] byacc: upgrade to 20161202

2016-12-26 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/byacc/{byacc_20160606.bb => byacc_20161202.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/byacc/{byacc_20160606.bb => byacc_20161202.bb} (74%) diff --git a/meta/reci

[OE-core] [PATCH 5/7] grep: upgrade to 2.27

2016-12-26 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/grep/{grep_2.26.bb => grep_2.27.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_2.26.bb => grep_2.27.bb} (88%) diff --git a/meta/recipes-extended/grep/gre

[OE-core] [PATCH 1/7] systemd-bootchart: upgrade to 231

2016-12-26 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../{systemd-bootchart_230.bb => systemd-bootchart_231.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/systemd-bootchart/{systemd-bootchart_230.bb => systemd-bootchart_231.bb}

[OE-core] [PATCH 4/7] flex: upgrade to 2.6.2

2016-12-26 Thread Chen Qi
-cross-compili.patch is added to fix cross compiling problem. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...lex-from-flex-native-to-fix-cross-compili.patch | 51 + ...oid-c-comments-in-c-code-fails-with-gcc-6.patch | 64 -- .../recipes-devtools/flex/fl

[OE-core] [PATCH 2/7] dbus/dbus-test: upgrade to 1.10.14

2016-12-26 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/dbus/{dbus-test_1.10.10.bb => dbus-test_1.10.14.bb} | 4 ++-- meta/recipes-core/dbus/{dbus_1.10.10.bb => dbus_1.10.14.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-cor

[OE-core] [PATCH 3/7] sysstat: upgrade to 11.5.3

2016-12-26 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../recipes-extended/sysstat/{sysstat_11.4.0.bb => sysstat_11.5.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.4.0.bb => sysstat_11.5.3.bb} (53%) diff --git a/

[OE-core] [PATCH 0/7] Package Upgrade: systemd-bootchart, dbus, dus-test, sysstat, flex, grep, byacc, coreutils

2016-12-26 Thread Chen Qi
/cgit.cgi/poky-contrib/log/?h=ChenQi/PU-20161226 Chen Qi (7): systemd-bootchart: upgrade to 231 dbus/dbus-test: upgrade to 1.10.14 sysstat: upgrade to 11.5.3 flex: upgrade to 2.6.2 grep: upgrade to 2.27 byacc: upgrade to 20161202 coreutils: upgrade to 8.26 ...need_charset_alias-when

[OE-core] [PATCH V2 2/2] opkg-utils: warn if update-alternatives finds priority conflict

2016-12-22 Thread Chen Qi
to warn users when detecting multiple providers with the same priority. [YOCTO #8314] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...rnatives-warn-when-multiple-providers-hav.patch | 26 ++ meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 ++- 2 files chang

[OE-core] [PATCH V2 0/2] warn when ALTERNATIVE_PRIORITY are the same

2016-12-22 Thread Chen Qi
/openembedded-core-contrib ChenQi/BUG8314 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/BUG8314 Chen Qi (2): package_manager: default to have scriptlet output captured in log opkg-utils: warn if update-alternatives finds priority conflict meta/lib/oe

[OE-core] [PATCH V2 1/2] package_manager: default to have scriptlet output captured in log

2016-12-22 Thread Chen Qi
that. Change for rpm and dpkg so that scriptlet output is captured and no warning message is missing. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/lib/oe/package_manager.py | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta/lib/oe/package_manager.py

[OE-core] [PATCH 0/2] warn when ALTERNATIVE_PRIORITY are the same

2016-12-20 Thread Chen Qi
14 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/BUG8314 Chen Qi (2): package_manager: default to have scriptlet output captured in log opkg-utils: warn if update-alternatives finds priority conflict meta/lib/oe/package_manager.py

[OE-core] [PATCH 2/2] opkg-utils: warn if update-alternatives finds priority conflict

2016-12-20 Thread Chen Qi
to warn users when detecting multiple providers with the same priority. [YOCTO #8314] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...rnatives-warn-when-multiple-providers-hav.patch | 26 ++ meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 ++- 2 files chang

[OE-core] [PATCH 1/2] package_manager: default to have scriptlet output captured in log

2016-12-20 Thread Chen Qi
that. Change for rpm and dpkg so that scriptlet output is captured and no warning message is missing. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/lib/oe/package_manager.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/lib/oe/package_manager.py

[OE-core] [PATCH V3 1/4] bitbake.conf: add VOLATILE_LOG_DIR variable

2016-12-14 Thread Chen Qi
The default value is "yes" which results in the /var/log being a link pointing to /var/volatile/log which is on tmpfs. Setting valid boolean false value ('no', 'n', 'false', 'f', '0') would make /var/log to be a directory on persistent storage. [YOCTO #6132] Signed-off-by: Che

[OE-core] [PATCH V3 3/4] initscripts: support persistent /var/log

2016-12-14 Thread Chen Qi
Respect VOLATILE_VAR_LOG variable so that if it's set to any valid boolean false value, we could have persistent /var/log on the final image. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 1 - meta/recipe

[OE-core] [PATCH V3 4/4] package.bbclass: support persistent /var/log

2016-12-14 Thread Chen Qi
Add a new file, fs-perms-persistent-log.txt, which treats /var/log as a directory instead of a link. Modify package.bbclass to use this file if VOLATILE_LOG_DIR is set to boolean false value. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/package.b

[OE-core] [PATCH V3 2/4] base-files: respect VOLATILE_LOG_DIR

2016-12-14 Thread Chen Qi
Respect VOLATILE_LOG_DIR variable. In this way, if the user overrides this variable to be any valid boolean false value, /var/log on the final image would reside on persistent storage. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/base-file

[OE-core] [PATCH V3 0/4] Persistent /var/log support

2016-12-14 Thread Chen Qi
at: git://git.openembedded.org/openembedded-core-contrib ChenQi/persistent-var-log http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/persistent-var-log Chen Qi (4): bitbake.conf: add VOLATILE_LOG_DIR variable base-files: respect VOLATILE_LOG_DIR initscripts: support

[OE-core] [PATCH V2 4/4] package.bbclass: support persistent /var/log

2016-12-13 Thread Chen Qi
Add a new file, fs-perms-persistent-log.txt, which treats /var/log as a directory instead of a link. Modify package.bbclass to use this file if VOLATILE_LOG_DIR is not set to "yes". [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/package.bbclas

[OE-core] [PATCH V2 2/4] base-files: respect VOLATILE_LOG_DIR

2016-12-13 Thread Chen Qi
Respect VOLATILE_LOG_DIR variable. In this way, if the user overrides this variable to be "no", /var/log on the final image would reside on persistent storage. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/base-files/base-files_3.0.14.bb

[OE-core] [PATCH V2 1/4] bitbake.conf: add VOLATILE_LOG_DIR variable

2016-12-13 Thread Chen Qi
The default value is "yes" which results in the /var/log being a link pointing to /var/volatile/log which is on tmpfs. The user could override this value to "no" which causes /var/log to be a directory on persistent storage. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@w

[OE-core] [PATCH V2 3/4] initscripts: support persistent /var/log

2016-12-13 Thread Chen Qi
Respect VOLATILE_VAR_LOG variable so that if it's set to "no", we could have persistent /var/log on the final image. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 1 - meta/recipes-core/initscripts/in

[OE-core] [PATCH V2 0/4] Persistent /var/log support

2016-12-13 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/persistent-var-log Chen Qi (4): bitbake.conf: add VOLATILE_LOG_DIR variable base-files: respect VOLATILE_LOG_DIR initscripts: support persistent /var/log package.bbclass: support persistent /var/log meta/classes/package.bbclass

[OE-core] [PATCH 1/1] Use weak assignment for SERIAL_CONSOLES in qemu configuration files

2016-12-08 Thread Chen Qi
complaining about respawning getty on ttyS1. Although the value is set by purpose, at least we need to provide an easy way to override it. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/conf/machine/qemuarm.conf| 2 +- meta/conf/machine/qemuarm64.conf | 2 +- meta/conf/m

[OE-core] [PATCH 0/1] Use weak assignment for SERIAL_CONSOLES in qemu configuration files

2016-12-08 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/qemu-console Chen Qi (1): Use weak assignment for SERIAL_CONSOLES in qemu configuration files meta/conf/machine/qemuarm.conf| 2 +- meta/conf/machine/qemuarm64.conf | 2 +- meta/conf/machine/qemumips.conf | 2 +- meta

[OE-core] [PATCH 0/1] libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict

2016-12-06 Thread Chen Qi
/openembedded-core-contrib/log/?h=ChenQi/libarchive-priority Chen Qi (1): libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict meta/recipes-extended/libarchive/libarchive_3.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1

[OE-core] [PATCH 1/1] libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict

2016-12-06 Thread Chen Qi
'tar' utility from tar and bsdtar has the same alternative priority. 'cpio' utility from cpio and bsdcpio has the same alternative priority. Lower the ALTERNATIVE_PRIORITY to avoid conflict. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/libarchive/libarchive_3.

[OE-core] [PATCH 1/1] git: upgrade to 2.11.0

2016-12-02 Thread Chen Qi
Upgrade git to 2.11.0. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-devtools/git/git_2.11.0.bb | 11 +++ meta/recipes-devtools/git/git_2.9.3.bb | 11 --- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta/recipes-devtoo

[OE-core] [PATCH 0/1] git: upgrade to 2.11.0

2016-12-02 Thread Chen Qi
/openembedded-core-contrib/log/?h=ChenQi/git-2.11.0 Chen Qi (1): git: upgrade to 2.11.0 meta/recipes-devtools/git/git_2.11.0.bb | 11 +++ meta/recipes-devtools/git/git_2.9.3.bb | 11 --- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta/recipes-devtools/git

[OE-core] [PATCH 4/4] package.bbclass: support persistent /var/log

2016-11-22 Thread Chen Qi
Add a new file, fs-perms-persistent-log.txt, which treats /var/log as a directory instead of a link. Modify package.bbclass to use this file if VOLATILE_LOG_DIR is not set to "yes". [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/package.bbclas

[OE-core] [PATCH 1/4] bitbake.conf: add VOLATILE_LOG_DIR variable

2016-11-22 Thread Chen Qi
The default value is "yes" which results in the /var/log being a link pointing to /var/volatile/log which is on tmpfs. The user could override this value to "no" which causes /var/log to be a directory on persistent storage. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@w

[OE-core] [PATCH 0/4] Persistent /var/log support

2016-11-22 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/persistent-var-log Chen Qi (4): bitbake.conf: add VOLATILE_LOG_DIR variable base-files: respect VOLATILE_LOG_DIR initscripts: support persistent /var/log package.bbclass: support persistent /var/log meta/classes/package.bbclass

[OE-core] [PATCH 3/4] initscripts: support persistent /var/log

2016-11-22 Thread Chen Qi
Respect VOLATILE_VAR_LOG variable so that if it's set to "no", we could have persistent /var/log on the final image. [YOCTO #6132] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 1 - meta/recipes-core/initscripts/in

<    5   6   7   8   9   10   11   12   13   14   >