[OE-core] [PATCH 0/5] Fixes for run-postinsts

Chen Qi Qi.Chen at windriver.com
Fri Jan 24 10:04:20 UTC 2014


This patchset is target to making run-postinsts work on systemd based images
no matter 'package-management' is in IMAGE_FEATURES or not.

//Chen Qi

The following changes since commit 24d5b449e5f4d91119f0d8e13c457618811aadfc:

  libtool-cross/native: Force usage of bash due to sstate inconsistencies (2014-01-23 12:14:34 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/postinsts-fixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/postinsts-fixes

Chen Qi (2):
  run-postinsts: remove the init script after a clean start-up
  dpkg: use systemd service for first boot configuration

Ross Burton (3):
  run-postinsts: Add systemd service file
  systemd-compat-units: remove run-postints service
  image.bbclass: fix paths to run-postinsts

 meta/classes/image.bbclass                         |    4 ++--
 meta/recipes-core/systemd/systemd-compat-units.bb  |   19 +----------------
 meta/recipes-devtools/dpkg/dpkg.inc                |   21 +++++++++++++++++--
 .../dpkg/dpkg/dpkg-configure.service               |   17 +++++++++++++++
 meta/recipes-devtools/dpkg/dpkg_1.17.4.bb          |    1 +
 .../run-postinsts/run-postinsts/run-postinsts      |   15 +++++++++----
 .../run-postinsts/run-postinsts/run-postinsts.init |    3 +++
 .../run-postinsts}/run-postinsts.service           |    8 +++----
 .../run-postinsts/run-postinsts_1.0.bb             |   22 ++++++++++++++++----
 9 files changed, 76 insertions(+), 34 deletions(-)
 create mode 100644 meta/recipes-devtools/dpkg/dpkg/dpkg-configure.service
 create mode 100644 meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init
 rename meta/{recipes-core/systemd/systemd-compat-units => recipes-devtools/run-postinsts/run-postinsts}/run-postinsts.service (63%)

-- 
1.7.9.5




More information about the Openembedded-core mailing list