/openbmc/openbmc/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 …]
|
/openbmc/openbmc/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
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | create-spdx-image-3.0.bbclass | 33 addtask do_create_rootfs_spdx after do_rootfs before do_image 44 addtask do_create_rootfs_spdx_setscene 50 addtask do_create_image_spdx after do_image_complete do_create_rootfs_spdx before do_build 65 addtask do_create_image_spdx_setscene 72 addtask do_create_image_sbom_spdx after do_create_rootfs_spdx do_create_image_spdx before do_build 85 addtask do_create_image_sbom_spdx_setscene
|
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 | cml1.bbclass | 76 addtask menuconfig after do_configure 108 addtask diffconfig 114 addtask showconfig after do_configure 121 addtask savedefconfig after do_configure
|
H A D | baremetal-image.bbclass | 101 addtask do_image_complete after do_image before do_build 106 addtask do_image_complete_setscene 148 addtask do_rootfs before do_image after do_install 149 addtask do_image after do_rootfs before do_image_complete 150 addtask do_image_complete after do_image before do_build
|
H A D | ptest.bbclass | 118 addtask configure_ptest_base after do_configure before do_compile 119 addtask compile_ptest_base after do_compile before do_install 120 addtask install_ptest_base after do_install before do_package do_populate_sysroot
|
H A D | image_types_wic.bbclass | 180 bb.build.addtask('do_write_wks_template', 'do_image_wic', 'do_image', d) 181 bb.build.addtask('do_image_wic', 'do_image_complete', None, d) 207 addtask do_flush_pseudodb after do_rootfs before do_image do_image_qa 208 addtask do_rootfs_wicenv after do_image before do_image_wic
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
H A D | linux-dummy.bb | 65 addtask bundle_initramfs after do_install before do_deploy 66 addtask deploy after do_install 67 addtask shared_workdir after do_compile before do_install 68 addtask compile_kernelmodules
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-ide-support.bb | 23 addtask populate_ide_support before do_deploy after do_install 33 addtask write_test_data before do_deploy after do_install 39 addtask deploy before do_build
|
H A D | build-sysroots.bb | 28 addtask do_build_warn before do_build 39 addtask do_build_native_sysroot 50 addtask do_build_target_sysroot
|
H A D | meta-world-pkgdata.bb | 8 addtask do_allpackagedata before do_build 17 addtask do_collect_packagedata after do_allpackagedata
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | utility-tasks.bbclass | 7 addtask listtasks 28 addtask clean 44 addtask checkuri
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros.inc | 43 addtask image before do_install 44 addtask deploy after do_install before do_image_complete 62 addtask image_complete after do_deploy before do_build
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/ |
H A D | git-submodule-test.bb | 19 addtask test_git_as_user after do_unpack 26 addtask test_git_as_root after do_unpack
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | rm_work.bbclass | 132 addtask rm_work_all before do_build 162 addtask do_rm_work 163 addtask do_build_without_rm_work 192 # In practice, addtask() here merely updates the dependencies. 193 bb.build.addtask('do_rm_work', 'do_rm_work_all do_build', ' '.join(deps), d) 196 bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d)
|
H A D | ccache.bbclass | 69 addtask cleanccache after do_clean 80 addtask cleanall after do_cleanccache
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | scancode.bbclass | 27 addtask scancode after do_patch 35 addtask do_scancode_oss after do_scancode
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 714 addtask copy_signing_pubkey after do_rootfs 715 addtask generate_phosphor_manifest after do_rootfs 716 addtask generate_rwfs_static after do_rootfs 717 addtask generate_rwfs_ubi after do_rootfs 718 addtask generate_rwfs_ext4 after do_rootfs 724 bb.build.addtask( 729 bb.build.addtask( 734 bb.build.addtask( 740 bb.build.addtask( 746 bb.build.addtask( [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/classes/ |
H A D | tfm_sign_image.bbclass | 24 addtask sign_images after do_prepare_recipe_sysroot before do_image 30 addtask do_sign_images_setscene
|
/openbmc/openbmc/meta-hpe/meta-gxp/classes/ |
H A D | gxp-bootblock.bbclass | 4 addtask deploy before do_build after do_compile
|
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/ |
H A D | systemtap-native_git.bb | 6 addtask addto_recipe_sysroot after do_populate_sysroot before do_build
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/ |
H A D | multiconfig-test-parse.bb | 10 addtask do_showvar
|
/openbmc/openbmc/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)
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/delay/ |
H A D | delay.bb | 12 addtask delay
|