[OE-core] [PATCH V2 2/2] Add missing RDEPENDS of initscripts-functions

2014-01-01 Thread Chen Qi
Now that the initscripts-functions has been packaged separately, packages which may use the functions script should have a runtime dependency on it. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-bsp/alsa-state/alsa-state.bb |2 +- meta/recipes-bsp/apmd/apmd_3.2.2-14

[OE-core] [PATCH V2 0/2] Split the functions script into a separate package in initscripts

2014-01-01 Thread Chen Qi
Changes since V1: 1. Add initscripts-functions to the REPENDS of the packages that need it instead of always intalling it. //Chen Qi The following changes since commit 005af45191ded6185c618c708181b31281e43092: bitbake: fetch2: avoid printing no checksum error message twice (2013-12-22 14

[OE-core] [PATCH V2 1/2] initscripts: split the functions script into a separate package

2014-01-01 Thread Chen Qi
of the functions script from the initscripts package. And this patch does so. It separates the functions script into initscripts-functions packages. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/initscripts/initscripts_1.0.bb |8 ++-- 1 file changed, 6 insertions(+), 2

[OE-core] [PATCH 1/1] coreutils: upgrade to 8.22

2014-01-01 Thread Chen Qi
Upgrade coreutils to 8.22. Changes since 8.21: 1) Remove the acl patch as it's not needed now. 2) Add a new patch to fix the following compile error. dummy-man: too many non-option arguments Signed-off-by: Chen Qi qi.c...@windriver.com --- .../coreutils-8.21/coreutils-build-with-acl.patch

[OE-core] [PATCH 0/1] coreutils: upgrade to 8.22

2014-01-01 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/coreutils-8.22 Chen Qi (1): coreutils: upgrade to 8.22 .../coreutils-8.21/coreutils-build-with-acl.patch | 28 -- .../dummy_help2man.patch |0 .../coreutils-8.22/fix-for-dummy-man-usage.patch | 31

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

2014-01-05 Thread Chen Qi
--- .../grep/{grep_2.15.bb = grep_2.16.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_2.15.bb = grep_2.16.bb} (86%) diff --git a/meta/recipes-extended/grep/grep_2.15.bb b/meta/recipes-extended/grep/grep_2.16.bb similarity

[OE-core] [PATCH 0/1] grep: upgrade to 2.16

2014-01-05 Thread Chen Qi
=ChenQi/grep-2.16 Chen Qi (1): grep: upgrade to 2.16 .../grep/{grep_2.15.bb = grep_2.16.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_2.15.bb = grep_2.16.bb} (86%) -- 1.7.9.5

[OE-core] [PATCH V3 0/2] Split the functions script into a separate package in initscripts

2014-01-05 Thread Chen Qi
Changes since V2: 1. Fix the FILES for the initscripts-functions package 2. Rebase against the latest master //Chen Qi The following changes since commit f33c990db392c6b208efecea0f941449c4d25cec: maintainers.inc: reassign e2fsprogs (2014-01-03 15:16:42 +) are available in the git

[OE-core] [PATCH V3 2/2] Add missing RDEPENDS of initscripts-functions

2014-01-05 Thread Chen Qi
Now that the initscripts-functions has been packaged separately, packages which may use the functions script should have a runtime dependency on it. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-bsp/alsa-state/alsa-state.bb |2 +- meta/recipes-bsp/apmd/apmd_3.2.2-14

[OE-core] [PATCH V3 1/2] initscripts: split the functions script into a separate package

2014-01-05 Thread Chen Qi
of the functions script from the initscripts package. And this patch does so. It separates the functions script into initscripts-functions packages. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/initscripts/initscripts_1.0.bb |8 ++-- 1 file changed, 6 insertions(+), 2

[OE-core] [PATCH V3 0/1] sanity.bbclass: check for validity of TMPDIR

2014-01-07 Thread Chen Qi
/poky-contrib ChenQi/TMPDIR http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/TMPDIR Chen Qi (1): sanity.bbclass: check for validity of TMPDIR meta/classes/sanity.bbclass | 27 +++ 1 file changed, 23 insertions(+), 4 deletions(-) -- 1.7.9.5

[OE-core] [PATCH V3 1/1] sanity.bbclass: check for validity of TMPDIR

2014-01-07 Thread Chen Qi
the directory hierarch for TMPDIR if TMPDIR is valid. And also, we only handle ABI version change only if the TMPDIR directory hierarchy has been created. [YOCTO #5690] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/classes/sanity.bbclass | 27 +++ 1 file changed, 23

[OE-core] [PATCH 0/1] sudo: upgrade to 1.8.9p1

2014-01-12 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/sudo-1.8.9p1 Chen Qi (1): sudo: upgrade to 1.8.9p1 meta/recipes-extended/sudo/sudo.inc|5 +++-- .../sudo/{sudo_1.8.8.bb = sudo_1.8.9p1.bb}|4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) rename meta/recipes

[OE-core] [PATCH 1/1] sudo: upgrade to 1.8.9p1

2014-01-12 Thread Chen Qi
Upgrade sudo from 1.8.8 to 1.8.9p1. This patch adds include/queue.h to the LIC_FILES_CHECKSUM because it's specified in the doc/LICENSE file. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/sudo/sudo.inc|5 +++-- .../sudo/{sudo_1.8.8.bb = sudo_1.8.9p1

[OE-core] [PATCH 2/2] systemd-compat-units: make run-postinsts.service work correctly on target

2014-01-12 Thread Chen Qi
hardcodes 98 and 99 instead of using POSTINSTALL_INITPOSITION because using that variable doesn't bring anything useful. [YOCTO #5719] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/systemd/systemd-compat-units.bb |8 .../systemd-compat-units/run-postinsts.service

[OE-core] [PATCH 0/2] Fixes for run-postinsts in sysvinit and systemd

2014-01-12 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/run-postinsts-fixes Chen Qi (2): run-postinsts: remove the init script after a clean start-up systemd-compat-units: make run-postinsts.service work correctly on target meta/recipes-core/systemd/systemd-compat-units.bb |8

[OE-core] [PATCH 1/2] run-postinsts: remove the init script after a clean start-up

2014-01-12 Thread Chen Qi
-install script left in the system. This patch fixes this problem. [YOCTO #5718] Signed-off-by: Chen Qi qi.c...@windriver.com --- .../run-postinsts/run-postinsts/run-postinsts | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/run

[OE-core] [PATCH 1/1] libtool: remove the unrecognized configure option

2014-01-14 Thread Chen Qi
Remove the unrecognized configure option '--with-sysroot' to avoid build time warnings. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-devtools/libtool/libtool-2.4.2.inc |2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta

[OE-core] [PATCH 0/1] libtool: remove the unrecognized configure option

2014-01-14 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/libtool-unrecognized-option Chen Qi (1): libtool: remove the unrecognized configure option meta/recipes-devtools/libtool/libtool-2.4.2.inc |2 -- 1 file changed, 2 deletions(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] shutdown-desktop: use poweroff for the Exec field in the shutdown.desktop

2014-01-14 Thread Chen Qi
of the source code. In systemd, the `halt' command will effectively execute the reboot(RB_HATL_SYSTEM). As the 'shutdown' icon is expected to actually shutdown the system, we should use poweroff instead of halt for its Exec field. [YOCTO #4347] Signed-off-by: Chen Qi qi.c...@windriver.com

[OE-core] [PATCH 0/1] shutdown-desktop: use poweroff for the Exec field in the shutdown.desktop

2014-01-14 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/shutdown-desktop Chen Qi (1): shutdown-desktop: use poweroff for the Exec field in the shutdown.desktop .../shutdown-desktop/shutdown.desktop |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 2/5] dropbear: add systemd unit files

2014-01-16 Thread Chen Qi
This patch mainly comes from meta-systemd with a few modifications. The purpose is to get rid of the LSB init scripts in systemd images. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/dropbear/dropbear.inc| 17 - .../recipes-core

[OE-core] [PATCH 1/5] systemd: add 'less' to its RDEPENDS

2014-01-16 Thread Chen Qi
The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Add the 'less' package to systemd's RDEPENDS so that the output of 'journalctl' looks clear to users. [YOCTO #5723] Signed-off-by: Chen Qi

[OE-core] [PATCH 4/5] distcc: add systemd support

2014-01-16 Thread Chen Qi
Add systemd support for distcc. These unit files mainly use the same files in Fedora 20 as a reference. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 14 +++--- meta/recipes-devtools/distcc/files/default

[OE-core] [PATCH 0/5] systemd misc fixes

2014-01-16 Thread Chen Qi
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-misc-fixes Chen Qi (5): systemd: add 'less' to its RDEPENDS dropbear: add systemd unit files openssh: fixes for systemd distcc: add systemd support at: add systemd support .../openssh/openssh-6.4p1/sshd.socket

[OE-core] [PATCH 5/5] at: add systemd support

2014-01-16 Thread Chen Qi
Add systemd support for at. This patch mainly comes from meta-systemd. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/at/at_3.1.14.bb | 10 +- meta/recipes-extended/at/files/atd.service |9 + 2 files changed, 18 insertions(+), 1

[OE-core] [PATCH 3/5] openssh: fixes for systemd

2014-01-16 Thread Chen Qi
This patch contains a few fixes for the systemd unit files of openssh. The fixes use the same unit files in Fedora 20 as a reference. 1) Remove sshdgenkeys.service and sshd@.service from SYSTEMD_SERVICE. 2) Fix the dependency and logic of sshdgenkeys.service. Signed-off-by: Chen Qi qi.c

[OE-core] [PATCH V2 0/5] systemd misc fixes

2014-01-17 Thread Chen Qi
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-misc-fixes2 Chen Qi (5): systemd: add 'less' to its RDEPENDS dropbear: add systemd unit files openssh: fixes for systemd distcc: add systemd support at: add systemd support .../openssh/openssh-6.4p1/sshd.socket

[OE-core] [PATCH V2 1/5] systemd: add 'less' to its RDEPENDS

2014-01-17 Thread Chen Qi
The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Add the 'less' package to systemd's RDEPENDS so that the output of 'journalctl' looks clear to users. [YOCTO #5723] Signed-off-by: Chen Qi

[OE-core] [PATCH V2 2/5] dropbear: add systemd unit files

2014-01-17 Thread Chen Qi
This patch mainly comes from meta-systemd with a few modifications. The purpose is to get rid of the LSB init scripts in systemd images. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/dropbear/dropbear.inc| 17 - .../recipes-core

[OE-core] [PATCH V2 3/5] openssh: fixes for systemd

2014-01-17 Thread Chen Qi
This patch contains a few fixes for the systemd unit files of openssh. The fixes use the same unit files in Fedora 20 as a reference. 1) Remove sshdgenkeys.service and sshd@.service from SYSTEMD_SERVICE. 2) Fix the dependency and logic of sshdgenkeys.service. Signed-off-by: Chen Qi qi.c

[OE-core] [PATCH V2 5/5] at: add systemd support

2014-01-17 Thread Chen Qi
Add systemd support for at. This patch mainly comes from meta-systemd. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/at/at_3.1.14.bb | 10 +- meta/recipes-extended/at/files/atd.service |9 + 2 files changed, 18 insertions(+), 1

[OE-core] [PATCH V2 4/5] distcc: add systemd support

2014-01-17 Thread Chen Qi
Add systemd support for distcc. These unit files mainly use the same files in Fedora 20 as a reference. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 14 +++--- meta/recipes-devtools/distcc/files/default

[OE-core] [PATCH V3 1/5] systemd: add 'less' to its RRECOMMENDS

2014-01-19 Thread Chen Qi
The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Add the 'less' package to systemd's RRECOMMENDS so that the output of 'journalctl' looks clear to users. [YOCTO #5723] Signed-off-by: Chen

[OE-core] [PATCH V3 5/5] at: add systemd support

2014-01-19 Thread Chen Qi
Add systemd support for at. This patch mainly comes from meta-systemd. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/at/at_3.1.14.bb | 10 +- meta/recipes-extended/at/files/atd.service |9 + 2 files changed, 18 insertions(+), 1

[OE-core] [PATCH V3 3/5] openssh: fixes for systemd

2014-01-19 Thread Chen Qi
This patch contains a few fixes for the systemd unit files of openssh. The fixes use the same unit files in Fedora 20 as a reference. 1) Remove sshdgenkeys.service and sshd@.service from SYSTEMD_SERVICE. 2) Fix the dependency and logic of sshdgenkeys.service. Signed-off-by: Chen Qi qi.c

[OE-core] [PATCH V3 2/5] dropbear: add systemd unit files

2014-01-19 Thread Chen Qi
This patch mainly comes from meta-systemd with a few modifications. The purpose is to get rid of the LSB init scripts in systemd images. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/dropbear/dropbear.inc| 17 - .../recipes-core

[OE-core] [PATCH V3 0/5] systemd misc fixes

2014-01-19 Thread Chen Qi
at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-misc-fixes2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-misc-fixes2 Chen Qi (5): systemd: add 'less' to its RRECOMMENDS dropbear: add systemd unit files openssh: fixes for systemd distcc: add systemd

[OE-core] [PATCH V3 4/5] distcc: add systemd support

2014-01-19 Thread Chen Qi
Add systemd support for distcc. These unit files mainly use the same files in Fedora 20 as a reference. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 14 +++--- meta/recipes-devtools/distcc/files/default

[OE-core] [PATCH 0/4] Upgrade busybox to 1.22.1 stable release

2014-01-21 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/busybox-1.22.1 Chen Qi (4): busybox: upgrade to stable 1.22.1 meta-skeleton: rename busybox's bbappend file coreutils: move 'stat' to base_bindir_progs procps: make the 'watch' command register to /bin/watch ...{busybox_1.21.1

[OE-core] [PATCH 3/4] coreutils: move 'stat' to base_bindir_progs

2014-01-21 Thread Chen Qi
by modifying the coreutils recipe, this patch has been removed. After all, maintaining a patch that's not accepted by upsteam should not be our No.1 choice. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/coreutils/coreutils_6.9.bb |4 ++-- meta/recipes-core/coreutils

[OE-core] [PATCH 4/4] procps: make the 'watch' command register to /bin/watch

2014-01-21 Thread Chen Qi
This solves the integration problem with busybox. Previously, there was a patch in busybox to move 'watch' to /usr/bin. Such patch is not accepted by upsteam and really not necessary as our ALTERNATIVE system can easily solve such intergration problem. Signed-off-by: Chen Qi qi.c

[OE-core] [PATCH 2/4] meta-skeleton: rename busybox's bbappend file

2014-01-21 Thread Chen Qi
As busybox has been upgraded, rename this bbappend file to make it match the current version of busybox. Signed-off-by: Chen Qi qi.c...@windriver.com --- ...{busybox_1.21.1.bbappend = busybox_%.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-skeleton/recipes-core

[OE-core] [PATCH 1/4] busybox: upgrade to stable 1.22.1

2014-01-21 Thread Chen Qi
recipes. There's no compelling reason why such patches are needed. meta/recipes-core/busybox/busybox/run-parts.in.usr-bin.patch meta/recipes-core/busybox/busybox/stat-usr-bin.patch meta/recipes-core/busybox/busybox/watch.in.usr-bin.patch Signed-off-by: Chen Qi qi.c...@windriver.com

[OE-core] [PATCH 1/1] udev: fix typo

2014-01-22 Thread Chen Qi
Fix the typo in the RDEPENDS statement to make it have real effect. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/udev/udev.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index

[OE-core] [PATCH 0/1] udev: fix typo

2014-01-22 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/udev-typo Chen Qi (1): udev: fix typo meta/recipes-core/udev/udev.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5 ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 2/4] update-rc.d: automatically rdepend on initscripts-funtions

2014-01-23 Thread Chen Qi
dependency. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/classes/update-rc.d.bbclass | 12 1 file changed, 12 insertions(+) diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index c9bf04c..ad803c2 100644 --- a/meta/classes/update-rc.d.bbclass +++ b

[OE-core] [PATCH 0/4] Rework initscripts-functions dependency issue

2014-01-23 Thread Chen Qi
-rework http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/initscripts-functions-rework Chen Qi (4): Revert Add missing RDEPENDS of initscripts-functions update-rc.d: automatically rdepend on initscripts-funtions sysvinit: add initscripts-functions to RDEPENDS

[OE-core] [PATCH 3/4] sysvinit: add initscripts-functions to RDEPENDS

2014-01-23 Thread Chen Qi
As sysvinit doesn't inherit update-rc.d, we need to add this dependency manually. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb

[OE-core] [PATCH 1/4] Revert Add missing RDEPENDS of initscripts-functions

2014-01-23 Thread Chen Qi
16080a3485bd793edd66ed8361f1e8b86a9e19ea. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-bsp/alsa-state/alsa-state.bb |2 +- meta/recipes-bsp/apmd/apmd_3.2.2-14.bb |1 - .../irda-utils/irda-utils_0.9.18.bb|2 -- .../nfs-utils/nfs-utils_1.2.9.bb

[OE-core] [PATCH 4/4] initscripts: add initscripts-functions-dev package

2014-01-23 Thread Chen Qi
, which is not what we need. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/initscripts/initscripts_1.0.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0

[OE-core] [PATCH 5/5] dpkg: use systemd service for first boot configuration

2014-01-24 Thread Chen Qi
Use a systemd service file for first boot configuration for dpkg based images which has 'package-management' in its IMAGE_FEATURES. [YOCTO #5719] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-devtools/dpkg/dpkg.inc| 21 ++-- .../dpkg/dpkg/dpkg

[OE-core] [PATCH 2/5] run-postinsts: Add systemd service file

2014-01-24 Thread Chen Qi
would be used by both sysvinit and systemd based images. So it's more reasonable to make it locate under ${sbindir}. [YOCTO #5719] Signed-off-by: Chen Qi qi.c...@windriver.com --- .../run-postinsts/run-postinsts/run-postinsts.init |3 +++ .../run-postinsts/run-postinsts.service

[OE-core] [PATCH 4/5] image.bbclass: fix paths to run-postinsts

2014-01-24 Thread Chen Qi
From: Ross Burton ross.bur...@intel.com The run-postinsts script has been moved to ${sbindir}. [YOCTO #5719] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/classes/image.bbclass |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/image.bbclass b/meta

[OE-core] [PATCH 3/5] systemd-compat-units: remove run-postints service

2014-01-24 Thread Chen Qi
From: Ross Burton ross.bur...@intel.com Remove this service as it's moved to the run-postinsts recipe. [YOCTO #5719] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/systemd/systemd-compat-units.bb | 19 +-- .../systemd-compat-units/run-postinsts.service

[OE-core] [PATCH 1/5] run-postinsts: remove the init script after a clean start-up

2014-01-24 Thread Chen Qi
-install script left in the system. This patch fixes this problem. [YOCTO #5718] Signed-off-by: Chen Qi qi.c...@windriver.com --- .../run-postinsts/run-postinsts/run-postinsts | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/run

[OE-core] [PATCH 0/1] sysstat: upgrade to 10.2.1

2014-02-10 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sysstat-10.2.1 Chen Qi (1): sysstat: upgrade to 10.2.1 .../{sysstat_10.2.0.bb = sysstat_10.2.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_10.2.0.bb = sysstat_10.2.1.bb} (40

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

2014-02-10 Thread Chen Qi
Upgrade sysstat to stable release 10.2.1. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../{sysstat_10.2.0.bb = sysstat_10.2.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_10.2.0.bb = sysstat_10.2.1.bb} (40%) diff

[OE-core] [PATCH 0/1] busybox-syslog: add more comments to systemd configuration file

2014-02-10 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/busybox-syslog-comments Chen Qi (1): busybox-syslog: add more comments to systemd configuration file .../busybox/files/busybox-syslog.default | 24 1 file changed, 24 insertions(+) -- 1.7.9.5

[OE-core] [PATCH 1/1] busybox-syslog: add more comments to systemd configuration file

2014-02-10 Thread Chen Qi
Add more comments to the systemd configuration file for busybox's syslogd utility. The purpose is to easy the life of system administrators. These comments are mostly derived from the comments in syslogd.c in busybox. [YOCTO #5722] Signed-off-by: Chen Qi qi.c...@windriver.com --- .../busybox

[OE-core] [PATCH 0/1] initscripts: fix syntax error in postinsts

2014-02-12 Thread Chen Qi
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/initscripts-postinsts Chen Qi (1): initscripts: fix syntax error in postinsts meta/recipes-core/initscripts/initscripts_1.0.bb |1 - 1 file changed, 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] initscripts: fix syntax error in postinsts

2014-02-12 Thread Chen Qi
Fix syntax error in pkg_postinst of initscripts. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/initscripts/initscripts_1.0.bb |1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts

[OE-core] [PATCH 0/1] alsa-state: do not install the init script in case of systemd

2014-02-12 Thread Chen Qi
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/alsa-state-systemd Chen Qi (1): alsa-state: do not install the init script in case of systemd meta/recipes-bsp/alsa-state/alsa-state.bb | 14 +- 1 file changed, 9 insertions(+), 5 deletions

[OE-core] [PATCH 1/1] alsa-state: do not install the init script in case of systemd

2014-02-12 Thread Chen Qi
As the corresponding service files have already been provided by the alsa-utils-alsactl package, the init script is really not needed. So we do not install it in a systemd based image. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-bsp/alsa-state/alsa-state.bb

[OE-core] [PATCH 0/1] python-numpy: fix compile error for qemumips

2014-02-25 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/python-numpy Chen Qi (1): python-numpy: fix compile error for qemumips meta/recipes-devtools/python/python-numpy_1.7.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] python-numpy: fix compile error for qemumips

2014-02-25 Thread Chen Qi
is expected to fail. The same problem appeared for qemumips64 and qemuppc. This patch fixes this compiling error. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-devtools/python/python-numpy_1.7.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH V2 0/1] python-numpy: fix build for qemumips and qemuppc

2014-03-03 Thread Chen Qi
/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/python-numpy Chen Qi (1): python-numpy: fix build for qemumips and qemuppc .../python/python-numpy/mips/_numpyconfig.h| 30 + .../python/python-numpy/mips/config.h | 139 .../python/python-numpy

[OE-core] [PATCH V2 1/1] python-numpy: fix build for qemumips and qemuppc

2014-03-03 Thread Chen Qi
necessary files to the SRC_URI. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../python/python-numpy/mips/_numpyconfig.h| 30 + .../python/python-numpy/mips/config.h | 139 .../python/python-numpy/powerpc/_numpyconfig.h | 30 + .../python

[OE-core] [PATCH 0/1] e2fsprogs: fix cross compilation problem

2014-03-04 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/e2fsprogs-qemumips64 Chen Qi (1): e2fsprogs: fix cross compilation problem ...1-e2fsprogs-fix-cross-compilation-problem.patch | 55 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |1 + 2

[OE-core] [PATCH 1/1] e2fsprogs: fix cross compilation problem

2014-03-04 Thread Chen Qi
in asm_types.h are for the target machine while the generated binary in parse-types.sh script is executed on build machine. This patch fixes such problem. Signed-off-by: Chen Qi qi.c...@windriver.com --- ...1-e2fsprogs-fix-cross-compilation-problem.patch | 55 .../recipes-devtools

[OE-core] [PATCH 0/3] Package Upgrades

2014-03-11 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/package-upgrades Chen Qi (3): sudo: upgrade to 1.8.9p5 grep: upgrade from 2.16 to 2.18 gettext: upgrade from 0.18.3.1 to 0.18.3.2 .../parallel.patch |0 .../COPYING

[OE-core] [PATCH 1/3] sudo: upgrade to 1.8.9p5

2014-03-11 Thread Chen Qi
Upgrade sudo from 1.8.9p1 to 1.8.9p5. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../sudo/{sudo_1.8.9p1.bb = sudo_1.8.9p5.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sudo/{sudo_1.8.9p1.bb = sudo_1.8.9p5.bb} (83%) diff --git a/meta

[OE-core] [PATCH 2/3] grep: upgrade from 2.16 to 2.18

2014-03-11 Thread Chen Qi
Upgrade grep from 2.16 to 2.18. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../grep/{grep_2.16.bb = grep_2.18.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_2.16.bb = grep_2.18.bb} (86%) diff --git a/meta/recipes

[OE-core] [PATCH 3/3] gettext: upgrade from 0.18.3.1 to 0.18.3.2

2014-03-11 Thread Chen Qi
Upgrade gettext from 0.18.3.1 to 0.18.3.2. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../parallel.patch |0 .../COPYING|0 .../Makefile.in.in |0 .../Makevars.template

[OE-core] [PATCH 0/1] expect: fix do_install failure on SLED 11.2

2014-03-18 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/expect-SLED-11.2 Chen Qi (1): expect: fix do_install failure on SLED 11.2 ...all-scripts-without-using-the-fixline1-tc.patch | 34 meta/recipes-devtools/expect/expect_5.45.bb|1 + 2 files changed, 35

[OE-core] [PATCH 1/1] expect: fix do_install failure on SLED 11.2

2014-03-18 Thread Chen Qi
-by: Chen Qi qi.c...@windriver.com --- ...all-scripts-without-using-the-fixline1-tc.patch | 34 meta/recipes-devtools/expect/expect_5.45.bb|1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-devtools/expect/expect/0001-expect-install-scripts

[OE-core] [PATCH 0/1] image.bbclass: replace rootfs with /dev/root

2014-03-26 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/rootfs-dev-root Chen Qi (1): image.bbclass: replace rootfs with /dev/root meta/classes/image.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] image.bbclass: replace rootfs with /dev/root

2014-03-26 Thread Chen Qi
-by: Chen Qi qi.c...@windriver.com --- meta/classes/image.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index b0639ae..29309f5 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -175,7

[OE-core] [PATCH 0/1] bind: add support for read-only rootfs

2014-03-26 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/bind-read-only Chen Qi (1): bind: add support for read-only rootfs .../init.d-add-support-for-read-only-rootfs.patch | 65 meta/recipes-connectivity/bind/bind_9.9.5.bb |2 + 2 files changed, 67

[OE-core] [PATCH 1/1] bind: add support for read-only rootfs

2014-03-26 Thread Chen Qi
This patch adds support for read-only rootfs to the bind service. Basically it just bind mounts several directories so that the bind service could start correctly without reporting any error. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../init.d-add-support-for-read-only-rootfs.patch

[OE-core] [PATCH 0/4] systemd related fixes post 1.6

2014-04-23 Thread Chen Qi
-core-contrib ChenQi/systemd-post-1.6 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-post-1.6 Chen Qi (4): cronie: add systemd support bind: add systemd support ppp: add systemd support tcf-agent: add systemd support .../bind/bind/generate-rndc

[OE-core] [PATCH 4/4] tcf-agent: add systemd support

2014-04-23 Thread Chen Qi
Add systemd unit file tcf-agent.service. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../tcf-agent/tcf-agent/tcf-agent.service | 10 ++ meta/recipes-devtools/tcf-agent/tcf-agent_git.bb |8 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 1/4] cronie: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for cronie. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/cronie/cronie/crond.service | 11 +++ meta/recipes-extended/cronie/cronie_1.4.11.bb | 12 +++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 meta

[OE-core] [PATCH 3/4] ppp: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for ppp. The unit file mostly comes from ArchLinux. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-connectivity/ppp/ppp/ppp@.service |9 + meta/recipes-connectivity/ppp/ppp_2.4.6.bb |9 +++-- 2 files changed, 16 insertions(+), 2

[OE-core] [PATCH 2/4] bind: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for bind. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../bind/bind/generate-rndc-key.sh |7 +++ meta/recipes-connectivity/bind/bind/named.service | 22 meta/recipes-connectivity/bind/bind_9.9.5.bb | 17

[OE-core] [PATCH V2 2/4] bind: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for bind. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../bind/bind/generate-rndc-key.sh |7 +++ meta/recipes-connectivity/bind/bind/named.service | 22 meta/recipes-connectivity/bind/bind_9.9.5.bb | 17

[OE-core] [PATCH V2 0/4] systemd related fixes post 1.6

2014-04-23 Thread Chen Qi
repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd-post-1.6 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/systemd-post-1.6 Chen Qi (4): cronie: add systemd support bind: add systemd support ppp: add systemd support tcf-agent

[OE-core] [PATCH V2 1/4] cronie: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for cronie. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/cronie/cronie/crond.service | 11 +++ meta/recipes-extended/cronie/cronie_1.4.11.bb | 12 +++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 meta

[OE-core] [PATCH V2 4/4] tcf-agent: add systemd support

2014-04-23 Thread Chen Qi
Add systemd unit file tcf-agent.service. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../tcf-agent/tcf-agent/tcf-agent.service | 10 ++ meta/recipes-devtools/tcf-agent/tcf-agent_git.bb |8 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH V2 3/4] ppp: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for ppp. The unit file mostly comes from ArchLinux. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-connectivity/ppp/ppp/ppp@.service |9 + meta/recipes-connectivity/ppp/ppp_2.4.6.bb |9 +++-- 2 files changed, 16 insertions(+), 2

[OE-core] [PATCH 1/1] populate_sdk_base: modify the recrdeptask of do_populate_sdk

2014-05-05 Thread Chen Qi
If 'rm_work' is enabled, `bitbake core-image-xxx -c populate_sdk' doesn't clean things up for the nativesdk packages. This patch modifies the 'recrdeptask' for do_populate_sdk to fix this problem. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/classes/populate_sdk_base.bbclass |2

[OE-core] [PATCH 0/1] populate_sdk_base: modify the recrdeptask of do_populate_sdk

2014-05-05 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/populate_sdk_recrdeptask Chen Qi (1): populate_sdk_base: modify the recrdeptask of do_populate_sdk meta/classes/populate_sdk_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] mmc-utils: fix compilation failure for mips64 target.

2014-05-06 Thread Chen Qi
the compilation failure for mips64 target. [YOCTO #6267] Signed-off-by: Chen Qi qi.c...@windriver.com --- ...mc.h-don-t-include-asm-generic-int-ll64.h.patch | 28 meta/recipes-devtools/mmc/mmc-utils_git.bb |4 +-- 2 files changed, 30 insertions(+), 2 deletions

[OE-core] [PATCH 0/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sudo-1.8.10p2 Chen Qi (1): sudo: upgrade from 1.8.9p5 to 1.8.10p2 meta/recipes-extended/sudo/files/volatiles.99_sudo |1 + meta/recipes-extended/sudo/sudo.inc|6 +++--- .../sudo/{sudo_1.8.9p5.bb

[OE-core] [PATCH V2 0/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/sudo-1.8.10p2 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sudo-1.8.10p2 Chen Qi (1): sudo: upgrade from 1.8.9p5 to 1.8.10p2 meta/recipes-extended/sudo/files/volatiles

[OE-core] [PATCH V2 1/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
a configuration file to manage this directory. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/sudo/files/volatiles.99_sudo |1 + meta/recipes-extended/sudo/sudo.inc|6 +++--- .../sudo/{sudo_1.8.9p5.bb = sudo_1.8.10p2.bb} | 13 ++--- 3 files

[OE-core] [PATCH V3 0/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sudo-1.8.10p2 Chen Qi (1): sudo: upgrade from 1.8.9p5 to 1.8.10p2 meta/recipes-extended/sudo/files/volatiles.99_sudo |1 + meta/recipes-extended/sudo/sudo.inc|6 +++--- .../sudo/{sudo_1.8.9p5.bb

[OE-core] [PATCH V3 1/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
a configuration file to manage this directory. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/sudo/files/volatiles.99_sudo |1 + meta/recipes-extended/sudo/sudo.inc|6 +++--- .../sudo/{sudo_1.8.9p5.bb = sudo_1.8.10p2.bb} | 13 ++--- 3 files

[OE-core] [PATCH 0/1] util-linux: fix parallel build issure for PATHFILES

2014-05-08 Thread Chen Qi
-PATHFILES http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/util-linux-PATHFILES Chen Qi (1): util-linux: fix parallel build issure for PATHFILES ...ensure-the-existence-of-directory-for-PAT.patch | 34 meta/recipes-core/util-linux/util

[OE-core] [PATCH 1/1] util-linux: fix parallel build issure for PATHFILES

2014-05-08 Thread Chen Qi
(or anything in PATHFILES), its directory may not have been created yet. So we need to ensure the existence of the directory to avoid the compilation error. [YOCTO #6292] Signed-off-by: Chen Qi qi.c...@windriver.com --- ...ensure-the-existence-of-directory-for-PAT.patch | 34

  1   2   3   4   5   6   7   8   9   10   >