[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

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

2016-11-22 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 0/1] rpm: fix multilib macro installation

2016-11-14 Thread Chen Qi
g/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/rpm-macros Chen Qi (1): rpm: fix multilib macro installation meta/recipes-devtools/rpm/rpm_5.4.16.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) -- 1.9.1 -- ___ Openembedded-co

[OE-core] [PATCH 1/1] rpm: fix multilib macro installation

2016-11-14 Thread Chen Qi
need to save necessary values before updating the localdata and restore them so that the macros could be installed into the correct directory. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-devtools/rpm/rpm_5.4.16.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 del

[OE-core] [PATCH 0/1] tcf-agent: fix systemd service file

2016-11-04 Thread Chen Qi
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/tcf-agent Chen Qi (1): tcf-agent: fix systemd service file meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 1.9.1

[OE-core] [PATCH 1/1] tcf-agent: fix systemd service file

2016-11-04 Thread Chen Qi
Fix tcf-agent service file so that `systemctl stop tcf-agent' doesn't fail. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-devtools/tcf-age

[OE-core] [PATCH 1/1] rpm: fix file location of rpm2cpio.real

2016-10-27 Thread Chen Qi
rpm2cpio is in ${PN}-common, but rpm2cpio.real is in ${PN}. This seperation is really weird. Put them both in ${PN}-common. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

[OE-core] [PATCH 0/1] rpm: fix file location of rpm2cpio.real

2016-10-27 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/rpm2cpio Chen Qi (1): rpm: fix file location of rpm2cpio.real meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded

[OE-core] [PATCH V2 1/1] systemd: CVE-2016-7795

2016-10-26 Thread Chen Qi
information. https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-7795 Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../systemd/systemd/CVE-2016-7795.patch| 69 ++ meta/recipes-core/systemd/systemd_230.bb | 1 + 2 files changed, 70 inse

[OE-core] [PATCH V2 0/1] systemd: CVE-2016-7795

2016-10-26 Thread Chen Qi
://git.openembedded.org/openembedded-core-contrib ChenQi/CVE-2016-7795 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/CVE-2016-7795 Chen Qi (1): systemd: CVE-2016-7795 .../systemd/systemd/CVE-2016-7795.patch| 69 ++ meta/recipes-core/systemd

[OE-core] [PATCH 0/1] perl: remove plan9 related stuff in perl-ptest package

2016-10-25 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/perl-plan9 Chen Qi (1): perl: remove plan9 related stuff in perl-ptest package meta/recipes-devtools/perl/perl-ptest.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1

[OE-core] [PATCH 1/1] perl: remove plan9 related stuff in perl-ptest package

2016-10-25 Thread Chen Qi
Remove plan9 related stuff as they are useless for linux systems. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-devtools/perl/perl-ptest.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-de

[OE-core] [PATCH 0/1] systemd: CVE-2016-7795

2016-10-25 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/CVE-2016-7795 Chen Qi (1): systemd: CVE-2016-7795 ...s-zero-length-notification-messages-again.patch | 68 ++ meta/recipes-core/systemd/systemd_230.bb | 1 + 2 files changed, 69 insertions(+) create mode

[OE-core] [PATCH 1/1] systemd: CVE-2016-7795

2016-10-25 Thread Chen Qi
information. https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-7795 Signed-off-by: Chen Qi <qi.c...@windriver.com> --- ...s-zero-length-notification-messages-again.patch | 68 ++ meta/recipes-core/systemd/systemd_230.bb | 1 + 2 files changed, 69 inse

[OE-core] [PATCH 0/1] systemd: avoid boot failures for mips64

2016-10-09 Thread Chen Qi
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/bug10250 Chen Qi (1): systemd: avoid boot failures for mips64 meta/recipes-core/systemd/systemd.inc | 1 + 1 file changed, 1 insertion(+) -- 1.9.1

[OE-core] [PATCH 1/1] systemd: avoid boot failures for mips64

2016-10-09 Thread Chen Qi
as a workaround to this problem. [YOCTO #10250] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/systemd/systemd.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index f800f42..db588e7

[OE-core] [PATCH 0/1] meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value

2016-09-25 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/meta-environment Chen Qi (1): meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value meta/recipes-core/meta/meta-environment.bb | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1

[OE-core] [PATCH 1/1] meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value

2016-09-25 Thread Chen Qi
Expand TOOLCHAIN_CONFIGSITE_NOCACHE value immediately before inheriting cross-canadian to avoid HOST_ARCH being changed from TARGET_ARCH to SDK_ARCH, thus ensuring its correct value. [YOCTO #10255] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/meta/meta-environment.

[OE-core] [PATCH 0/1] toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE

2016-09-23 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/siteconfig Chen Qi (1): toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE meta/classes/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1

[OE-core] [PATCH 1/1] toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE

2016-09-23 Thread Chen Qi
in the generated SDK. [YOCTO #10255] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 997ff88..8df0967

[OE-core] [PATCH V2 3/3] pulseaudio: fix to manage user services corretly

2016-09-08 Thread Chen Qi
Make use of the new SYSTEMD_USER_SERVICE variable added in systemd.bbclass to manage user services in pulseaudio-server package. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH V2 2/3] systemd.bbclass: add support to manage user services

2016-09-08 Thread Chen Qi
Add new variable SYSTEMD_USER_SERVICE and SYSTEM_USER_AUTO_ENABLE to manage user services. Their usage is like SYSTEMD_SERVICE and SYSTEMD_AUTO_ENABLE. [YOCTO #7800] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/systemd.bbclass | 41 +-

[OE-core] [PATCH V2 1/3] systemd-systemctl: add option to manage user services

2016-09-08 Thread Chen Qi
Add '--global' option to our own systemctl script to manage user services. [YOCTO #7800] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../systemd/systemd-systemctl/systemctl| 45 ++ 1 file changed, 28 insertions(+), 17 deletions(-) diff --git

[OE-core] [PATCH V2 0/3] systemd: add support to manage user units

2016-09-08 Thread Chen Qi
://git.openembedded.org/openembedded-core-contrib ChenQi/systemd-user-units http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-user-units Chen Qi (3): systemd-systemctl: add option to manage user services systemd.bbclass: add support to manage user services

[OE-core] [PATCH 0/3] systemd: add support to manage user units

2016-09-07 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-user-units Chen Qi (3): systemd-systemctl: add option to manage user services systemd.bbclass: add support to manage user services pulseaudio: fix to manage user services corretly meta/classes/systemd.bbclass

[OE-core] [PATCH 1/3] systemd-systemctl: add option to manage user services

2016-09-07 Thread Chen Qi
Add '--global' option to our own systemctl script to manage user services. [YOCTO #7800] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../systemd/systemd-systemctl/systemctl| 45 ++ 1 file changed, 28 insertions(+), 17 deletions(-) diff --git

[OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-07 Thread Chen Qi
Make use of the new SYSTEMD_USER_SERVICE variable added in systemd.bbclass to manage user services in pulseaudio-server package. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 2/3] systemd.bbclass: add support to manage user services

2016-09-07 Thread Chen Qi
Add new variable SYSTEMD_USER_SERVICE and SYSTEM_USER_AUTO_ENABLE to manage user services. Their usage is like SYSTEMD_SERVICE and SYSTEMD_AUTO_ENABLE. [YOCTO #7800] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/systemd.bbclass | 17 + 1 file chang

[OE-core] [PATCH 0/3] Package Upgrade -- 20160819

2016-08-19 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20160819 Chen Qi (3): util-linux: upgrade to 2.28.1 diffutils: upgrade to 3.4 kmod: upgrade to 23 .../util-linux/{util-linux_2.28.bb => util-linux_2.28.1.bb} | 4 ++-- .../0001-Unset-need_charset_al

[OE-core] [PATCH 2/3] diffutils: upgrade to 3.4

2016-08-19 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../0001-Unset-need_charset_alias-when-building-for-musl.patch| 0 .../diffutils/{diffutils-3.3 => diffutils-3.4}/run-ptest | 0 .../recipes-extended/diffutils/{diffutils_3.3.bb => diffutils_3.4.bb} | 4 ++-- 3 f

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

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

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

2016-08-19 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-kernel/kmod/kmod.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 0bcdcf6..99c4a8f 100644 --- a/meta/recipes-kernel/kmod/km

[OE-core] [PATCH V2 1/1] systemd: split systemd-container

2016-08-18 Thread Chen Qi
-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/systemd/systemd_230.bb | 38 +--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index 374a197..4d36794

[OE-core] [PATCH V2 0/1] systemd: split systemd-container

2016-08-18 Thread Chen Qi
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-container Chen Qi (1): systemd: split systemd-container meta/recipes-core/systemd/systemd_230.bb | 38 +--- 1 file changed, 35 insertions(+), 3 deletions(-) -- 1.9.1

[OE-core] [PATCH 1/1] bitbake.conf: change localedir

2016-08-08 Thread Chen Qi
lib/locale'. Thus, we change the setting of 'localedir' to '${nonarch_libdir}/locale' to fix the above problem. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bi

[OE-core] [PATCH 0/1] bitbake.conf: change localedir

2016-08-08 Thread Chen Qi
rib ChenQi/locale-fix http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/locale-fix Chen Qi (1): bitbake.conf: change localedir meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 2/2] python3-setuptools: extend to nativesdk

2016-07-26 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-devtools/python/python3-setuptools_22.0.5.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/python/python3-setuptools_22.0.5.bb b/meta/recipes-devtools/python/p

[OE-core] [PATCH 0/2] Fix disutils and extend python-setuptools to nativesdk

2016-07-26 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/python-fixes Chen Qi (2): distutils: fix to avoid file-rdeps QA issue python3-setuptools: extend to nativesdk meta/classes/distutils.bbclass| 4 ++-- meta/classes/distutils3.bbclass | 4

[OE-core] [PATCH 1/2] distutils: fix to avoid file-rdeps QA issue

2016-07-26 Thread Chen Qi
. Besides, scripts in many packages do use '/usr/bin/env'. So we should assume it's there in our system. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/classes/distutils.bbclass | 4 ++-- meta/classes/distutils3.bbclass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff

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

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

[OE-core] [PATCH 2/5] byacc: upgrade to 20160606

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

[OE-core] [PATCH 0/5] Package Upgrade: at, byacc, cups, sudo, sysstat

2016-07-14 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20160715 Chen Qi (5): at: upgrade to 3.1.20 byacc: upgrade to 20160606 cups: upgrade to 2.1.4 sudo: upgrade to 1.8.17p1 sysstat: upgrade to 11.3.5 .../at/at/configure-fix-with-without-selinux.patch | 53

[OE-core] [PATCH 1/5] at: upgrade to 3.1.20

2016-07-14 Thread Chen Qi
configure-fix-with-without-selinux.patch is removed as it has been merged. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../at/at/configure-fix-with-without-selinux.patch | 53 -- .../at/{at_3.1.18.bb => at_3.1.20.bb} | 7 ++- 2 files changed, 3 i

[OE-core] [PATCH 3/5] cups: upgrade to 2.1.4

2016-07-14 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/cups/cups.inc | 2 +- meta/recipes-extended/cups/{cups_2.1.3.bb => cups_2.1.4.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/cups/{cups

[OE-core] [PATCH 1/1] systemd: split systemd-container

2016-07-13 Thread Chen Qi
-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/systemd/systemd_230.bb | 35 +--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index 374a197..cf8aec1

[OE-core] [PATCH 0/1] systemd: split systemd-container

2016-07-13 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-container Chen Qi (1): systemd: split systemd-container meta/recipes-core/systemd/systemd_230.bb | 35 +--- 1 file changed, 32 insertions(+), 3 deletions(-) -- 1.9.1

[OE-core] [PATCH 1/1] gettext_0.16.1: remove useless files to avoid sysroot conflicts

2016-07-07 Thread Chen Qi
Do as the 0.19.6 version do, remove these files to avoid sysroot conflicts with gettext-native-minimal. [YOCTO #9890] Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/gettext/gettext_0.16.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipe

[OE-core] [PATCH 0/1] gettext: fix for low-version recipe

2016-07-04 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/gettext-native Chen Qi (1): gettext: fix for low-version recipe meta/recipes-core/gettext/gettext_0.16.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1

[OE-core] [PATCH 1/1] gettext: fix for low-version recipe

2016-07-04 Thread Chen Qi
-native are due to be built Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/gettext/gettext_0.16.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 6

[OE-core] [PATCH 3/3] systemd: upgrade to 230

2016-06-24 Thread Chen Qi
. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/systemd/systemd.inc | 4 +- .../systemd/0003-define-exp10-if-missing.patch | 15 ++- ...4-Make-root-s-home-directory-configurable.patch | 62 +-- ...0015-systemd-user-avoid-using-system-auth.patch

[OE-core] [PATCH V3 0/3] Package Upgrade: systemd and util-linux

2016-06-24 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20160624 Chen Qi (3): util-linux: upgrade to 2.28 bash-completion: delete files util-linux provides systemd: upgrade to 230 meta/recipes-core/systemd/systemd.inc | 4 +- .../systemd/0003-define-exp10-if-missing.patch

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

2016-06-24 Thread Chen Qi
. avoid_unsupported_sleep_param.patch is removed and coreutils is added as a runtime dependency to util-linux-ptest to solve the same problem. avoid_unsupported_grep_opts.patch is removed and grep is added as a runtime dependency to util-linux-ptest to solve the sanme problem. Signed-off-by: Chen Qi <q

[OE-core] [PATCH 2/3] bash-completion: delete files util-linux provides

2016-06-24 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-support/bash-completion/bash-completion_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/bash-completion/bash-completion_2.1.bb b/meta/recipes-support/bash-completio

[OE-core] [PATCH V2 0/5] Package Upgrades: systemd, dbus, util-linux, systemd-bootchart

2016-06-23 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20160623 Chen Qi (5): dbus/dbus-test: upgrade to 1.10.8 systemd: upgrade to 230 systemd-bootchart: add recipe util-linux: upgrade to 2.28 bash-completion: delete files util-linux provides .../{dbus-test_1.10.6

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

2016-06-23 Thread Chen Qi
. avoid_unsupported_sleep_param.patch is removed and coreutils is added as a runtime dependency to util-linux-ptest to solve the same problem. avoid_unsupported_grep_opts.patch is removed and grep is added as a runtime dependency to util-linux-ptest to solve the sanme problem. Signed-off-by: Chen Qi <q

[OE-core] [PATCH 5/5] bash-completion: delete files util-linux provides

2016-06-23 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-support/bash-completion/bash-completion_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/bash-completion/bash-completion_2.1.bb b/meta/recipes-support/bash-completio

[OE-core] [PATCH 3/5] systemd-bootchart: add recipe

2016-06-23 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../systemd-bootchart/systemd-bootchart_230.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-devtools/systemd-bootchart/systemd-bootchart_230.bb diff --git a/meta/recipes-devtools/s

[OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Chen Qi
Patches are rebased or removed for the latest version. 'python' is added to RDEPENDS of systemd-ptest. systemd-bootchart is now seprated from systemd, thus removing the related configuration items. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/systemd/syste

[OE-core] [PATCH 1/5] dbus/dbus-test: upgrade to 1.10.8

2016-06-23 Thread Chen Qi
0001-configure.ac-support-large-file-for-stat64.patch is removed as it's a backported patch and is already in the latest codes. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../{dbus-test_1.10.6.bb => dbus-test_1.10.8.bb} | 4 +- ...onfigure.ac-support-large-file-for-stat64.p

[OE-core] [PATCH 2/4] systemd: upgrade to 230

2016-06-16 Thread Chen Qi
Patches are rebased or removed for the latest version. 'python' is added to RDEPENDS of systemd-ptest. systemd-bootchart is now seprated from systemd, thus removing the related configuration items. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/systemd/syste

[OE-core] [PATCH 1/4] dbus/dbus-test: upgrade to 1.10.8

2016-06-16 Thread Chen Qi
0001-configure.ac-support-large-file-for-stat64.patch is removed as it's a backported patch and is already in the latest codes. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../{dbus-test_1.10.6.bb => dbus-test_1.10.8.bb} | 4 +- ...onfigure.ac-support-large-file-for-stat64.p

[OE-core] [PATCH 3/4] systemd-bootchart: add recipe

2016-06-16 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../systemd-bootchart/systemd-bootchart_230.bb | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-devtools/systemd-bootchart/systemd-bootchart_230.bb diff --git a/meta/recipes-devtools/s

[OE-core] [PATCH 0/4] Upgrade systemd, dbus and util-linux

2016-06-16 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20160617 Chen Qi (4): dbus/dbus-test: upgrade to 1.10.8 systemd: upgrade to 230 systemd-bootchart: add recipe util-linux: upgrade to 2.28 .../{dbus-test_1.10.6.bb => dbus-test_1.10.8.bb} | 4 +- ...onfigure.ac-support-large-f

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

2016-06-16 Thread Chen Qi
into consideration and provide fallback if mkostemp fails. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-core/util-linux/util-linux.inc| 31 +--- .../util-linux/avoid_parallel_tests.patch | 19 - .../util-linux/avoid_unsupported_grep_opts.patch

[OE-core] [PATCH 1/1] recipetool/create.py: fix LICENSE value

2016-06-16 Thread Chen Qi
he license selection: &|() Fix it by using '&' to join multiple licenses. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- scripts/lib/recipetool/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/creat

[OE-core] [PATCH 0/1] recipetool/create.py: fix LICENSE value

2016-06-16 Thread Chen Qi
ttp://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/recipetool-license Chen Qi (1): recipetool/create.py: fix LICENSE value scripts/lib/recipetool/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.

[OE-core] [PATCH 1/1] package_manager.py: specify tmpdir for opkg

2016-06-15 Thread Chen Qi
Specify tmpdir for opkg via '-t' option so that opkg does not use the default 'TMPDIR' which usually is '/tmp' on build host. This would solve race problems like below. sh: /tmp/opkg-rOG6Tl/opkg-intercept-iPoEp5/depmod: Permission denied Signed-off-by: Chen Qi <qi.c...@windriver.

[OE-core] [PATCH 0/1] package_manager.py: specify tmpdir for opkg

2016-06-15 Thread Chen Qi
-core-contrib/log/?h=ChenQi/opkg-tmpdir Chen Qi (1): package_manager.py: specify tmpdir for opkg meta/lib/oe/package_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 5/9] byacc: upgrade to 20160324

2016-06-11 Thread Chen Qi
The license checksum is changed, but license type remains the same. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../byacc/{byacc_20150711.bb => byacc_20160324.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-exten

[OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-11 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} (100%) diff --git a/meta/recipes-extended/gzip/gzip_1.

[OE-core] [PATCH 6/9] curl: upgrade to 7.49.1

2016-06-11 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-support/curl/{curl_7.47.1.bb => curl_7.49.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.47.1.bb => curl_7.49.1.bb} (94%) diff --git a/meta/recipes-support/curl

[OE-core] [PATCH 7/9] tar: upgrade to 1.29

2016-06-11 Thread Chen Qi
Refresh remove-gets.patch for the latest version. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/tar/tar/remove-gets.patch | 21 ++--- .../tar/{tar_1.28.bb => tar_1.29.bb}| 4 ++-- 2 files changed, 16 insertions(+), 9

[OE-core] [PATCH 9/9] resolvconf: upgrade to 1.79

2016-06-11 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../resolvconf/{resolvconf_1.78.bb => resolvconf_1.79.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.78.bb => resolvconf_1.79.bb} (90%) diff

[OE-core] [PATCH 3/9] sudo: upgrade to 1.8.16

2016-06-11 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/sudo/{sudo_1.8.15.bb => sudo_1.8.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sudo/{sudo_1.8.15.bb => sudo_1.8.16.bb} (90%) diff --git a/meta/recipes-e

[OE-core] [PATCH 8/9] pciutils: upgrade to 3.5.1

2016-06-11 Thread Chen Qi
Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-bsp/pciutils/{pciutils_3.4.1.bb => pciutils_3.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/pciutils/{pciutils_3.4.1.bb => pciutils_3.5.1.bb} (92%) diff --git a/meta/recipes-

[OE-core] [PATCH 2/9] sysstat: upgrade to 11.3.4

2016-06-11 Thread Chen Qi
The license checksum is changed but the license remains the same. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- meta/recipes-extended/sysstat/sysstat_11.2.0.bb | 8 meta/recipes-extended/sysstat/sysstat_11.3.4.bb | 8 2 files changed, 8 insertions(+), 8 del

[OE-core] [PATCH 1/9] grep: upgrade to 2.25

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

[OE-core] [PATCH 0/9] Package Upgrades -- 20160612

2016-06-11 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20160612 Chen Qi (9): grep: upgrade to 2.25 sysstat: upgrade to 11.3.4 sudo: upgrade to 1.8.16 gzip: upgrade to 1.8 byacc: upgrade to 20160324 curl: upgrade to 7.49.1 tar: upgrade to 1.29 pciutils: upgrade to 3.5.1 resolvconf: upgrade

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