Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] V2: Redirect output of postinstall scripts
@ 2013-02-26  8:14 Kang Kai
  2013-02-26  8:14 ` [PATCH 1/5] opkg: save output of postinst scripts when image first boot Kang Kai
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Kang Kai @ 2013-02-26  8:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

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




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

end of thread, other threads:[~2013-03-06  2:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26  8:14 [PATCH 0/5] V2: Redirect output of postinstall scripts Kang Kai
2013-02-26  8:14 ` [PATCH 1/5] opkg: save output of postinst scripts when image first boot Kang Kai
2013-02-26  8:14 ` [PATCH 2/5] rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGE Kang Kai
2013-02-26  8:14 ` [PATCH 3/5] dpkg: save output of postinstall scripts when image firstboot Kang Kai
2013-02-26  8:14 ` [PATCH 4/5] rootfs_rpm: move run-postinsts scripts to rpm recipe Kang Kai
2013-02-26  8:14 ` [PATCH 5/5] rpm: save output of postinstall scripts when image first boot Kang Kai
2013-03-06  1:52   ` Kang Kai

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