[OE-core] [PATCH 0/5] V2: Redirect output of postinstall scripts

Kang Kai kai.kang at windriver.com
Tue Feb 26 08:14:24 UTC 2013


When image feature "debug-tweaks" enabled, redirect output of postinstall scripts
to a log file when image first boot.

[YOCTO #3223]

The following changes since commit 2cc4fe4a0874c42421b1bf3fa100160a9e60a9da:

  upstream_tracking.inc: Coonectivity and multimedia packages updates (2013-02-25 05:58:20 -0800)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/debug-tweaks
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/debug-tweaks

Kang Kai (5):
  opkg: save output of postinst scripts when image first boot
  rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGE
  dpkg: save output of postinstall scripts when image firstboot
  rootfs_rpm: move run-postinsts scripts to rpm recipe
  rpm: save output of postinstall scripts when image first boot

 meta/classes/rootfs_deb.bbclass        |    2 +-
 meta/classes/rootfs_rpm.bbclass        |   23 -----------------------
 meta/recipes-devtools/dpkg/dpkg.inc    |    8 +++++---
 meta/recipes-devtools/opkg/opkg.inc    |    5 ++++-
 meta/recipes-devtools/rpm/rpm_5.4.9.bb |   27 +++++++++++++++++++++++++++
 5 files changed, 37 insertions(+), 28 deletions(-)

-- 
1.7.5.4





More information about the Openembedded-core mailing list