Home
last modified time | relevance | path

Searched refs:addtask (Results 1 – 25 of 188) sorted by relevance

12345678

/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass104 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 Dlogging-test.bb12 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 Dcreate-spdx-image-3.0.bbclass33 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 Dtestsdk.bbclass37 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 Dcml1.bbclass76 addtask menuconfig after do_configure
108 addtask diffconfig
114 addtask showconfig after do_configure
121 addtask savedefconfig after do_configure
H A Dbaremetal-image.bbclass101 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 Dptest.bbclass118 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 Dimage_types_wic.bbclass180 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 Dlinux-dummy.bb65 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 Dmeta-ide-support.bb23 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 Dbuild-sysroots.bb28 addtask do_build_warn before do_build
39 addtask do_build_native_sysroot
50 addtask do_build_target_sysroot
H A Dmeta-world-pkgdata.bb8 addtask do_allpackagedata before do_build
17 addtask do_collect_packagedata after do_allpackagedata
/openbmc/openbmc/poky/meta/classes-global/
H A Dutility-tasks.bbclass7 addtask listtasks
28 addtask clean
44 addtask checkuri
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/
H A Darm-systemready-linux-distros.inc43 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 Dgit-submodule-test.bb19 addtask test_git_as_user after do_unpack
26 addtask test_git_as_root after do_unpack
/openbmc/openbmc/poky/meta/classes/
H A Drm_work.bbclass132 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 Dccache.bbclass69 addtask cleanccache after do_clean
80 addtask cleanall after do_cleanccache
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dscancode.bbclass27 addtask scancode after do_patch
35 addtask do_scancode_oss after do_scancode
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor.bbclass714 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 Dtfm_sign_image.bbclass24 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 Dgxp-bootblock.bbclass4 addtask deploy before do_build after do_compile
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/
H A Dsystemtap-native_git.bb6 addtask addto_recipe_sysroot after do_populate_sysroot before do_build
/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/
H A Dmulticonfig-test-parse.bb10 addtask do_showvar
/openbmc/openbmc/meta-openembedded/meta-python/classes/
H A Dbandit.bbclass57 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 Ddelay.bb12 addtask delay

12345678