From patchwork Fri Aug 3 20:19:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/5] Run postinst scriptlets at do_rootfs time Date: Fri, 03 Aug 2012 20:19:35 -0000 From: Laurentiu Palcu X-Patchwork-Id: 33759 Message-Id: To: openembedded-core@lists.openembedded.org Hi, This first patchset is part of series that will move as many postinst operations as possible to the do_rootfs time, hence, taking advantage of the processing power of the host and reduce target's first boot time. This patchset, in particular, is focused on gtk-update-icon-cache: which can be very time consuming on slow machines. Thanks, Laurentiu The following changes since commit ed6beed4b309c5d9ccaa88e620ea27e5ee045757: gcc: Bump PR since there have been several gcc changes and various problems reported and this should flush anything stale out (2012-08-03 10:32:35 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/postinst http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/postinst Laurentiu Palcu (5): gtk+: enable gtk+-native sato-icon-theme: make postinst scriplet run at do_rootfs time package_rpm: export the native directory to the postinst scriptlets gtk-icon-cache: call postinst scriplet at do_rootfs time gdk-pixbuf: allow postinst scriplet to be called at do_rootfs time meta/classes/gtk-icon-cache.bbclass | 10 ++-------- meta/classes/package_rpm.bbclass | 1 + meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | 6 ++++-- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb | 5 ++++- .../sato-icon-theme/sato-icon-theme.inc | 10 +++++----- 5 files changed, 16 insertions(+), 16 deletions(-)