]> code.ossystems Code Review - openembedded-core.git/commit
Control over when package init scripts are run
authorGary Thomas <gary@mlbassoc.com>
Mon, 18 Apr 2011 14:23:27 +0000 (08:23 -0600)
committerSaul Wold <sgw@linux.intel.com>
Sat, 23 Apr 2011 05:03:56 +0000 (22:03 -0700)
commita46466893407d44dd16ab37ae70e1bee14bdde0a
treecab7368e9bc977c4cc112171c22a46279697247e
parenta0629aa0dc55829565b7ab1725875eac065ab2f1
Control over when package init scripts are run

When a package is built, some installation scripts must be
performed on the target.  In the case of a complete image,
these scripts are run by a separate step at init time, but
only during the first boot (other package install scripts
can just be run when the package is installed on the target).

This patch lets the distribution (or user) decide when these
postponed install scripts should run.  The default is normally
near the end of init, but there may be times when it's beneficial
to run them earlier so the "when" can be overridden.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/rootfs_rpm.bbclass
meta/recipes-devtools/opkg/opkg.inc
meta/recipes-devtools/opkg/opkg_0.1.8.bb
meta/recipes-devtools/opkg/opkg_svn.bb