system: add option to pass extra args to post-build and post-image scripts
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 9 Jul 2013 22:00:31 +0000 (00:00 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 10 Jul 2013 06:52:21 +0000 (08:52 +0200)
commitf1f97b3a0587df7a44249ccf3e47c6d0d3087fa0
treeb41c703a1d62d56111d11704e4a836e4e958a960
parent575dac6922e9a20153a4f3526929618271b226c8
system: add option to pass extra args to post-build and post-image scripts

It can be useful to have different configuration use the same post-build
and/or post-image scripts as they share a common infrastructure, but yet
have minor differentiation.

This option allows passing zero or more additional arguments to each
post-build or post-image script.

The same set of extra arguments are passed to all scripts, it is not
possible to pass different arguments to each script.

[Peter: fix help text, post-image gets called with the images dir]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile
docs/manual/customize-rootfs.txt
system/Config.in