Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
return problems
python do_populate_sysroot () {
- #
- # if do_stage exists, we're legacy. In that case run the do_stage,
- # modify the SYSROOT_DESTDIR variable and then run the staging preprocess
- # functions against staging directly.
- #
- # Otherwise setup a destdir, copy the results from do_install
- # and run the staging preprocess against that
- #
-
bb.build.exec_func("sysroot_stage_all", d)
for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS', True) or '').split():
bb.build.exec_func(f, d)