]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formats
authorBill Randle <william.c.randle@intel.com>
Tue, 12 Apr 2016 22:10:51 +0000 (15:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Apr 2016 09:58:27 +0000 (10:58 +0100)
commit8f2571881cd01ace88d282a63ad802cab4ab6940
tree4381b1203c7b010e1f154564a6f213cace3be4ff
parentbe7ff1741e8ab5f2724b3f64da1bed8b0d3dcb7c
rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formats

Previously, ROOTFS_POSTINSTALL_COMMAND was run only after the opkg rootfs
install post processing phase. This patch makes it generic so it is run fter
any package manager specific rootfs post processing, but before _run_intercepts().

[YOCTO #9248]

Signed-off-by: Bill Randle <william.c.randle@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/rootfs.py