All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4 v4] dus-borker: new package (branch yem/dbus-broker)
@ 2020-07-05 10:23 Yann E. MORIN
  2020-07-05 10:23 ` [Buildroot] [PATCH 1/4 v4] package/dbus-broker: new package Yann E. MORIN
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Yann E. MORIN @ 2020-07-05 10:23 UTC (permalink / raw)
  To: buildroot

Hello All!

This series is a rework of the original submission by Norbert, to add
dbus-broker and make use of it as a message us daemon for use with
systemd.

I (Yann) have reorganised the package, and fixed various issues, and
finally introduced run-time tests.

All the gory details necessary to make dbus-broker work are explained in
the first patch' commit log.


Regards,
Yann E. MORIN.


The following changes since commit bc80c9121b70b576695765ee009ac8325ea00f06

  package/live555: bump version to 2020.06.25 (2020-07-04 23:40:57 +0200)


are available in the git repository at:

  https://git.busybox.net/~ymorin/git/buildroot

for you to fetch changes up to 94085071b1b7f791c88674c1d419fe5c60b06de1

  support/run-test: add test for systemd using dbus-broker (2020-07-05 09:32:35 +0200)


----------------------------------------------------------------
Norbert Lange (1):
      package/dbus-broker: new package

Yann E. MORIN (3):
      package/systemd: do not force dbus if dbus-broker is available
      support/testsuite: de-duplicate the systemd runtime tests
      support/run-test: add test for systemd using dbus-broker

 .gitlab-ci.yml                             |   4 +
 DEVELOPERS                                 |   1 +
 package/Config.in                          |   1 +
 package/dbus-broker/Config.in              |  22 ++++++
 package/dbus-broker/dbus-broker.hash       |   3 +
 package/dbus-broker/dbus-broker.mk         |  78 +++++++++++++++++++
 package/dbus-broker/dbus-user.conf         |   2 +
 package/dbus-broker/dbus.socket            |   5 ++
 package/dbus-broker/session.conf           |  65 ++++++++++++++++
 package/dbus-broker/system.conf            | 120 +++++++++++++++++++++++++++++
 package/systemd/Config.in                  |   2 +-
 support/testing/tests/init/test_systemd.py |  69 ++++++++++++-----
 12 files changed, 351 insertions(+), 21 deletions(-)
 create mode 100644 package/dbus-broker/Config.in
 create mode 100644 package/dbus-broker/dbus-broker.hash
 create mode 100644 package/dbus-broker/dbus-broker.mk
 create mode 100644 package/dbus-broker/dbus-user.conf
 create mode 100644 package/dbus-broker/dbus.socket
 create mode 100644 package/dbus-broker/session.conf
 create mode 100644 package/dbus-broker/system.conf

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-07-06 21:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-05 10:23 [Buildroot] [PATCH 0/4 v4] dus-borker: new package (branch yem/dbus-broker) Yann E. MORIN
2020-07-05 10:23 ` [Buildroot] [PATCH 1/4 v4] package/dbus-broker: new package Yann E. MORIN
2020-07-05 23:21   ` Norbert Lange
2020-07-06 17:34     ` Yann E. MORIN
2020-07-06 19:01       ` Yann E. MORIN
2020-07-06 20:46       ` Norbert Lange
2020-07-06 21:06         ` Yann E. MORIN
2020-07-05 10:23 ` [Buildroot] [PATCH 2/4 v4] package/systemd: do not force dbus if dbus-broker is available Yann E. MORIN
2020-07-05 10:23 ` [Buildroot] [PATCH 3/4 v4] support/testsuite: de-duplicate the systemd runtime tests Yann E. MORIN
2020-07-05 10:23 ` [Buildroot] [PATCH 4/4 v4] support/run-test: add test for systemd using dbus-broker Yann E. MORIN

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.