| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/classes/ |
| H A D | base.bbclass | 104 addtask fetch 105 addtask unpack after do_fetch 106 addtask patch after do_unpack 107 addtask prepare_recipe_sysroot after do_patch 108 addtask configure after do_prepare_recipe_sysroot 109 addtask compile after do_configure 110 addtask install after do_compile 111 addtask populate_sysroot after do_install 112 addtask package after do_install 113 addtask package_write_ipk after do_packagedata do_package [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/logging-test/ |
| H A D | logging-test.bb | 12 addtask do_shelltest 17 addtask do_pythontest_exec_func_shell 23 addtask do_pythontest_exit 28 addtask do_pythontest_exec_func_python 34 addtask do_pythontest_fatal
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | linux-dummy.bb | 64 addtask bundle_initramfs after do_install before do_deploy 65 addtask deploy after do_install 66 addtask shared_workdir after do_compile before do_install 67 addtask compile_kernelmodules
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testsdk.bbclass | 37 addtask testsdk 44 addtask testsdkext 50 bb.build.addtask("testsdk", None, "do_populate_sdk", d) 51 bb.build.addtask("testsdkext", None, "do_populate_sdk_ext", d)
|
| H A D | utility-tasks.bbclass | 1 addtask listtasks 23 addtask clean 39 addtask checkuri
|
| H A D | baremetal-image.bbclass | 69 addtask do_image_complete after do_image before do_build 74 addtask do_image_complete_setscene 111 addtask do_rootfs before do_image after do_install 112 addtask do_image after do_rootfs before do_image_complete 113 addtask do_image_complete after do_image before do_build
|
| H A D | rm_work.bbclass | 123 addtask rm_work_all before do_build 153 addtask do_rm_work 154 addtask do_build_without_rm_work 183 # In practice, addtask() here merely updates the dependencies. 184 bb.build.addtask('do_rm_work', 'do_rm_work_all do_build', ' '.join(deps), d) 187 bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d)
|
| H A D | cml1.bbclass | 18 addtask configure after do_unpack do_patch before do_compile 68 addtask menuconfig after do_configure 101 addtask diffconfig
|
| H A D | image_types_wic.bbclass | 154 bb.build.addtask('do_write_wks_template', 'do_image_wic', 'do_image', d) 155 bb.build.addtask('do_image_wic', 'do_image_complete', None, d) 181 addtask do_flush_pseudodb after do_rootfs before do_image do_image_qa 182 addtask do_rootfs_wicenv after do_image before do_image_wic
|
| H A D | ptest.bbclass | 108 addtask configure_ptest_base after do_configure before do_compile 109 addtask compile_ptest_base after do_compile before do_install 110 addtask install_ptest_base after do_install before do_package do_populate_sysroot
|
| H A D | archiver.bbclass | 125 # We can't use "addtask do_ar_configured after do_configure" since it 596 addtask do_deploy_archives_setscene 598 addtask do_ar_original after do_unpack 599 addtask do_unpack_and_patch after do_patch do_preconfigure 600 addtask do_ar_patched after do_unpack_and_patch 601 addtask do_ar_configured after do_unpack_and_patch 602 addtask do_ar_mirror after do_fetch 603 addtask do_dumpdata 604 addtask do_ar_recipe 605 addtask do_deploy_archives [all …]
|
| H A D | ccache.bbclass | 58 addtask cleanccache after do_clean 69 addtask cleanall after do_cleanccache
|
| H A D | populate_sdk.bbclass | 6 addtask populate_sdk after do_install before do_build
|
| H A D | kernel.bbclass | 143 bb.build.addtask('do_transform_bundled_initramfs', 'do_deploy', 'do_bundle_initramfs', d) 197 addtask symlink_kernsrc before do_patch do_configure after do_unpack 334 addtask bundle_initramfs after do_install before do_deploy 392 addtask transform_kernel after do_compile before do_install 433 addtask compile_kernelmodules after do_compile before do_strip 513 addtask shared_workdir after do_compile before do_compile_kernelmodules 514 addtask shared_workdir_setscene 655 addtask savedefconfig after do_configure 724 addtask kernel_link_images after do_compile before do_strip 742 addtask strip before do_sizecheck after do_kernel_link_images [all …]
|
| H A D | deploy.bbclass | 9 addtask do_deploy_setscene
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/git-submodule-test/ |
| H A D | git-submodule-test.bb | 17 addtask test_git_as_user after do_unpack 24 addtask test_git_as_root after do_unpack
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-world-pkgdata.bb | 8 addtask do_allpackagedata before do_build 17 addtask do_collect_packagedata after do_allpackagedata
|
| H A D | build-sysroots.bb | 29 addtask do_build_native_sysroot before do_build 40 addtask do_build_target_sysroot before do_build
|
| H A D | signing-keys.bb | 43 addtask get_public_keys before do_install 73 addtask deploy after do_get_public_keys
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | scancode.bbclass | 27 addtask scancode after do_patch 35 addtask do_scancode_oss after do_scancode
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/classes/ |
| H A D | bandit.bbclass | 57 bb.build.addtask("do_bandit", before, after, d) 59 bb.build.addtask("do_bandit", None, after, d)
|
| /OK3568_Linux_fs/yocto/meta-clang/classes/ |
| H A D | scan-build.bbclass | 45 addtask scanbuild after do_configure before do_compile 46 addtask scanview after do_scanbuild
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap-native_git.bb | 6 addtask addto_recipe_sysroot after do_populate_sysroot before do_build
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/multiconfig/ |
| H A D | multiconfig-test-parse.bb | 10 addtask do_showvar
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/delay/ |
| H A D | delay.bb | 12 addtask delay
|