From: Chong Lu <Chong.Lu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] dbus: Update to 1.8.2 version
Date: Wed, 14 May 2014 17:29:06 +0800 [thread overview]
Message-ID: <cover.1400058860.git.Chong.Lu@windriver.com> (raw)
Start with systemd:
root@qemuarm:~# systemctl status dbus.service
● dbus.service - D-Bus System Message Bus
Loaded: loaded (/lib/systemd/system/dbus.service; static)
Active: active (running) since Wed 2014-05-14 09:15:33 UTC; 19s ago
Docs: man:dbus-daemon(1)
Main PID: 98 (dbus-daemon)
CGroup: /system.slice/dbus.service
└─98 /usr/bin/dbus-daemon --system --address=systemd: --nofork --n...
May 14 09:15:33 qemuarm systemd[1]: Started D-Bus System Message Bus.
root@qemuarm:~# systemctl status dbus.socket
● dbus.socket - D-Bus System Message Bus Socket
Loaded: loaded (/lib/systemd/system/dbus.socket; static)
Active: active (running) since Wed 2014-05-14 09:15:33 UTC; 25s ago
Listen: /var/run/dbus/system_bus_socket (Stream)
May 14 09:15:33 qemuarm systemd[1]: Starting D-Bus System Message Bus Socket.
May 14 09:15:33 qemuarm systemd[1]: Listening on D-Bus System Message Bus S...t.
Hint: Some lines were ellipsized, use -l to show in full.
Start with sysvinit:
root@qemuarm:~# /etc/init.d/dbus-1 status
/usr/bin/dbus-daemon (pid 324) is running...
Test ptest suite:
root@qemuarm:/usr/lib/dbus-test/ptest# ./run-ptest
PASS: test/test-bus
PASS: test/test-bus-launch-helper
PASS: test/test-bus-system
PASS: test/test-corrupt
PASS: test/test-dbus
** Message: ProcessID of this process is 124
** Message: UnixUserID of this process is 0
** Message: SKIP: set DBUS_TEST_DATA to a directory containing valid-config-files/incoming-limit.conf
PASS: test/test-dbus-daemon
PASS: test/test-dbus-daemon-eavesdrop
...
The following changes since commit d6900a5fe7670cb4514969d60e0ca65372121c87:
wic: Extend indirect string connection to support image names and rootfs (2014-05-13 19:35:11 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/dbus
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus
Chong Lu (1):
dbus: Update to 1.8.2 version
.../{dbus-test_1.6.18.bb => dbus-test_1.8.2.bb} | 13 +-
meta/recipes-core/dbus/dbus.inc | 14 +-
...orrect-address-when-using-address-systemd.patch | 193 ---------------------
...y-freeing-if-error-during-listing-service.patch | 45 -----
meta/recipes-core/dbus/dbus/ptest.patch | 154 ----------------
meta/recipes-core/dbus/dbus/run-ptest | 11 +-
meta/recipes-core/dbus/dbus_1.6.18.bb | 4 -
meta/recipes-core/dbus/dbus_1.8.2.bb | 4 +
8 files changed, 34 insertions(+), 404 deletions(-)
rename meta/recipes-core/dbus/{dbus-test_1.6.18.bb => dbus-test_1.8.2.bb} (74%)
delete mode 100644 meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
delete mode 100644 meta/recipes-core/dbus/dbus/fixed-memory-freeing-if-error-during-listing-service.patch
delete mode 100644 meta/recipes-core/dbus/dbus/ptest.patch
delete mode 100644 meta/recipes-core/dbus/dbus_1.6.18.bb
create mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb
--
1.8.1.2
next reply other threads:[~2014-05-14 9:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 9:29 Chong Lu [this message]
2014-05-14 9:29 ` [PATCH 1/1] dbus: Update to 1.8.2 version Chong Lu
-- strict thread matches above, loose matches on Subject: below --
2014-05-12 9:02 [PATCH 0/1] " Chong Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1400058860.git.Chong.Lu@windriver.com \
--to=chong.lu@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.