Home
last modified time | relevance | path

Searched refs:do_build (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drm_work.bbclass72 *do_package_write*|*do_rootfs*|*do_image*|*do_bootimg*|*do_write_qemuboot_conf*|*do_build*)
123 addtask rm_work_all before do_build
137 # This task can be used instead of do_build to trigger building
139 # is active, otherwise do_build needs to be used.
142 # ${@ d.getVar('RM_WORK_BUILD_WITHOUT') or 'do_build'}
143 # in places that previously used just 'do_build'.
164 # Determine what do_build depends upon, without including do_build
166 …deps = sorted((set(bb.build.preceedtask('do_build', True, d))).difference(('do_build', 'do_rm_work…
168 # deps can be empty if do_build doesn't exist, e.g. *-inital recipes
176 # Inject do_rm_work into the tasks of the current recipe such that do_build
[all …]
H A Dcopyleft_compliance.bbclass62 addtask prepare_copyleft_sources after do_fetch before do_build
64 do_build[recrdeptask] += 'do_prepare_copyleft_sources'
H A Dpopulate_sdk.bbclass6 addtask populate_sdk after do_install before do_build
H A Dbaremetal-image.bbclass69 addtask do_image_complete after do_image before do_build
113 addtask do_image_complete after do_image before do_build
H A Dpackage_tar.bbclass71 addtask package_write_tar before do_build after do_packagedata do_package
H A Doelint.bbclass1 addtask lint before do_build
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dbuild-sysroots.bb29 addtask do_build_native_sysroot before do_build
40 addtask do_build_target_sysroot before do_build
H A Dpackage-index.bb25 addtask do_package_index before do_build
H A Dmeta-ide-support.bb21 addtask populate_ide_support before do_build after do_install
H A Dmeta-world-pkgdata.bb8 addtask do_allpackagedata before do_build
H A Dwic-tools.bb28 addtask do_build_sysroot after do_prepare_recipe_sysroot before do_build
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass88 python do_build() {
94 do_build[recrdeptask] += "do_deploy"
95 do_build[recrdeptask] += "do_package_write_ipk"
96 do_build[recrdeptask] += "do_package_write_rpm"
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D10-kernel.sh34 do_build() function
187 do_build $@
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-kernel.sh34 do_build() function
187 do_build $@
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/
H A Df1.bb1 do_install[mcdepends] = "mc:mc-1:mc_2:a1:do_build"
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/
H A Dsystemtap-native_git.bb6 addtask addto_recipe_sysroot after do_populate_sysroot before do_build
/OK3568_Linux_fs/yocto/poky/meta/lib/bblayers/templates/
H A Dexample.bb13 addtask display_banner before do_build
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu-helper-native_1.0.bb29 addtask addto_recipe_sysroot after do_populate_sysroot before do_build
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd-boot_250.5.bb72 addtask deploy before do_build after do_compile
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/opensbi/
H A Dopensbi_1.0.bb39 addtask deploy before do_build after do_install
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/classes/
H A Dbandit.bbclass53 before = "do_build"
/OK3568_Linux_fs/yocto/meta-clang/classes/
H A Dscan-build.bbclass40 #do_build[recrdeptask] += "do_scanbuild"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dlibgcc-initial.inc43 deltask do_build
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-hello.rst288 The minimal task that BitBake runs is the ``do_build`` task. This is
344 python do_build() {
353 a description of the recipe, the name, version, and the ``do_build``
409 for this is that the first time the printhello.bb recipe's do_build task
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.06.bb94 addtask deploy after do_install before do_build

12