[OE-core] [PATCH 0/5] Run postinst scriptlets at do_rootfs time

Laurentiu Palcu laurentiu.palcu at intel.com
Fri Aug 3 20:19:35 UTC 2012


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(-)

-- 
1.7.9.5





More information about the Openembedded-core mailing list