Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/42] General cleanage of systemd unitdir vars
@ 2016-03-13 19:12 Pau Espin Pedrol
  2016-03-13 19:12 ` [PATCH 01/42] rootfs-postcommands: Fix usage " Pau Espin Pedrol
                   ` (42 more replies)
  0 siblings, 43 replies; 44+ messages in thread
From: Pau Espin Pedrol @ 2016-03-13 19:12 UTC (permalink / raw)
  To: openembedded-core

* These series of patches aim at improving the usage of some systemd related variables
  in several recipes from oe-core. Main aim is to change those recipes to use
  'systemd_system_unitdir' instead of the old 'systemd_unitdir/system' variable,
  which will be marked as deprecated instead of being removed as is may still be
  used in other oe layers. To mark it as deprecated, a comment is added in bitbake.conf,
  but better ideas regarding this are welcome.

* Few recipes have also been changed to use the 'systemd_user_unitdir' variable for
  their systemd user services.

The following changes since commit 4be0e15f74cff85edca9de55248939fb438f30ae:

  oeqa/selftest/recipetool: Fix test_recipetool_create_simple (2016-03-13 18:15:41 +0000)

are available in the git repository at:

  git://github.com/pespin/openembedded-core systemd-var-fixes
  https://github.com/pespin/openembedded-core/tree/systemd-var-fixes

Pau Espin Pedrol (42):
  rootfs-postcommands: Fix usage of systemd unitdir vars
  acpid: Fix usage of systemd unitdir vars
  apmd: Fix usage of systemd unitdir vars
  avahi: Fix usage of systemd unitdir vars
  bind: Fix usage of systemd unitdir vars
  connman: Fix usage of systemd unitdir vars
  dhcp: Fix usage of systemd unitdir vars
  neard: Fix usage of systemd unitdir vars
  nfs-utils: Fix usage of systemd unitdir vars
  openssh: Fix usage of systemd unitdir vars
  portmap: Fix usage of systemd unitdir vars
  ppp: Fix usage of systemd unitdir vars
  wpa-supplicant: Fix usage of systemd unitdir vars
  busybox: Fix usage of systemd unitdir vars
  dropbear: Fix usage of systemd unitdir vars
  glibc-package: Fix usage of systemd unitdir vars
  systemd-compat-units: Fix usage of systemd unitdir vars
  systemd-serialgetty: Fix usage of systemd unitdir vars
  systemd: Fix usage of systemd unitdir vars
  util-linux: Fix usage of systemd unitdir vars
  volatile-binds: Fix usage of systemd unitdir vars
  distcc: Fix usage of systemd unitdir vars
  run-postints: Fix usage of systemd unitdir vars
  tcf-agent: Fix usage of systemd unitdir vars
  at: Fix usage of systemd unitdir vars
  cronie: Fix usage of systemd unitdir vars
  lighttpd: Fix usage of systemd unitdir vars
  rpcbind: Fix usage of systemd unitdir vars
  sysstat: Fix usage of systemd unitdir vars
  xinetd: Fix usage of systemd unitdir vars
  xserver-nodm-init: Fix usage of systemd unitdir vars
  oprofileui-server: Fix usage of systemd unitdir vars
  consolekit: Fix usage of systemd unitdir vars
  alsa-utils: Fix usage of systemd unitdir vars
  ofono: Fix usage of systemd unitdir vars
  bluez5: Fix usage of systemd unitdir vars
  avahi-ui: Fix usage of systemd unitdir vars
  opkg: Fix usage of systemd unitdir vars
  dpkg: Fix usage of systemd unitdir vars
  systemd.bbclass: Remove user services too if systemd is not enabled
  systemd: Remove usage of systemd_unitdir
  bitbake.conf: Mark systemd_unitdir as deprecated to avoid future use

 meta/classes/rootfs-postcommands.bbclass           |  4 +-
 meta/classes/systemd.bbclass                       | 19 ++++--
 meta/conf/bitbake.conf                             |  3 +
 meta/recipes-bsp/acpid/acpid.inc                   |  6 +-
 meta/recipes-bsp/apmd/apmd_3.2.2-15.bb             |  6 +-
 meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb |  8 +--
 meta/recipes-connectivity/avahi/avahi.inc          |  2 +-
 meta/recipes-connectivity/bind/bind_9.10.3-P3.bb   |  6 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |  4 +-
 meta/recipes-connectivity/connman/connman.inc      |  6 +-
 meta/recipes-connectivity/dhcp/dhcp.inc            | 16 ++---
 meta/recipes-connectivity/neard/neard_0.15.bb      |  2 +-
 .../nfs-utils/nfs-utils_1.3.3.bb                   | 20 +++---
 meta/recipes-connectivity/ofono/ofono.inc          |  4 +-
 meta/recipes-connectivity/openssh/openssh_7.1p2.bb | 12 ++--
 meta/recipes-connectivity/portmap/portmap_6.0.bb   |  6 +-
 meta/recipes-connectivity/ppp/ppp_2.4.7.bb         |  8 +--
 .../wpa-supplicant/wpa-supplicant_2.5.bb           |  4 +-
 meta/recipes-core/busybox/busybox.inc              | 12 ++--
 meta/recipes-core/dropbear/dropbear.inc            | 10 +--
 meta/recipes-core/glibc/glibc-package.inc          |  6 +-
 meta/recipes-core/systemd/systemd-compat-units.bb  |  2 +-
 meta/recipes-core/systemd/systemd-serialgetty.bb   | 16 ++---
 meta/recipes-core/systemd/systemd_229.bb           | 72 +++++++++++-----------
 meta/recipes-core/util-linux/util-linux.inc        |  2 +-
 meta/recipes-core/volatile-binds/volatile-binds.bb |  6 +-
 meta/recipes-devtools/distcc/distcc_3.1.bb         |  8 +--
 meta/recipes-devtools/dpkg/dpkg.inc                |  7 +--
 meta/recipes-devtools/opkg/opkg_0.3.1.bb           |  9 ++-
 .../run-postinsts/run-postinsts_1.0.bb             |  6 +-
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb   |  6 +-
 meta/recipes-extended/at/at_3.1.18.bb              |  6 +-
 meta/recipes-extended/cronie/cronie_1.5.0.bb       |  6 +-
 meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb  |  6 +-
 meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb     | 10 +--
 meta/recipes-extended/sysstat/sysstat.inc          |  6 +-
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |  6 +-
 .../x11-common/xserver-nodm-init.bb                |  8 +--
 .../oprofile/oprofileui-server_git.bb              |  6 +-
 meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb   |  2 +-
 .../recipes-support/consolekit/consolekit_0.4.6.bb |  4 +-
 41 files changed, 182 insertions(+), 176 deletions(-)

--
2.7.1



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

end of thread, other threads:[~2016-06-18 18:16 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 19:12 [PATCH 00/42] General cleanage of systemd unitdir vars Pau Espin Pedrol
2016-03-13 19:12 ` [PATCH 01/42] rootfs-postcommands: Fix usage " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 02/42] acpid: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 03/42] apmd: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 04/42] avahi: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 05/42] bind: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 06/42] connman: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 07/42] dhcp: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 08/42] neard: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 09/42] nfs-utils: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 10/42] openssh: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 11/42] portmap: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 12/42] ppp: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 13/42] wpa-supplicant: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 14/42] busybox: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 15/42] dropbear: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 16/42] glibc-package: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 17/42] systemd-compat-units: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 18/42] systemd-serialgetty: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 19/42] systemd: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 20/42] util-linux: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 21/42] volatile-binds: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 22/42] distcc: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 23/42] run-postints: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 24/42] tcf-agent: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 25/42] at: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 26/42] cronie: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 27/42] lighttpd: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 28/42] rpcbind: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 29/42] sysstat: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 30/42] xinetd: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 31/42] xserver-nodm-init: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 32/42] oprofileui-server: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 33/42] consolekit: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 34/42] alsa-utils: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 35/42] ofono: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 36/42] bluez5: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 37/42] avahi-ui: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 38/42] opkg: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 39/42] dpkg: " Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 40/42] systemd.bbclass: Remove user services too if systemd is not enabled Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 41/42] systemd: Remove usage of systemd_unitdir Pau Espin Pedrol
2016-03-13 19:13 ` [PATCH 42/42] bitbake.conf: Mark systemd_unitdir as deprecated to avoid future use Pau Espin Pedrol
2016-06-18 18:16 ` [PATCH 00/42] General cleanage of systemd unitdir vars Pau Espin Pedrol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox