From patchwork Tue Feb 26 08:14:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/5] V2: Redirect output of postinstall scripts Date: Tue, 26 Feb 2013 08:14:24 -0000 From: Kang Kai X-Patchwork-Id: 45083 Message-Id: To: Cc: Zhenfeng.Zhao@windriver.com 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(-)