yocto - How do I generate an ordered lists of the executed tasks when bitbaking a package? -
i know can list possible tasks with:
bitbake package -c listtasks
but list includes tasks need called explicitly (like do_devshell or do_clean), , wish watch called when running:
bitbake package
looking through output obtained 'bitbake -e package' didn't provide information able parse.
given order of tasks has explicitly defined 'before' , 'after' when adding task, expect stored in form.
the order in tasks executes stored in
poky/<build_directory>/tmp/work/<machine_toolchain>/<package_name>/<package_version>/temp/log.task_order
for example if build python v2.7.12 utility, using bitbake pyhton
detailed task order available @
poky/build/tmp/work/<machine_toolchain>/python/2.7.12-r1/temp/log.task_order
Comments
Post a Comment