| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | rm_work.bbclass | 72 *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 D | copyleft_compliance.bbclass | 62 addtask prepare_copyleft_sources after do_fetch before do_build 64 do_build[recrdeptask] += 'do_prepare_copyleft_sources'
|
| H A D | populate_sdk.bbclass | 6 addtask populate_sdk after do_install before do_build
|
| H A D | baremetal-image.bbclass | 69 addtask do_image_complete after do_image before do_build 113 addtask do_image_complete after do_image before do_build
|
| H A D | package_tar.bbclass | 71 addtask package_write_tar before do_build after do_packagedata do_package
|
| H A D | oelint.bbclass | 1 addtask lint before do_build
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| 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 | package-index.bb | 25 addtask do_package_index before do_build
|
| H A D | meta-ide-support.bb | 21 addtask populate_ide_support before do_build after do_install
|
| H A D | meta-world-pkgdata.bb | 8 addtask do_allpackagedata before do_build
|
| H A D | wic-tools.bb | 28 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 D | base.bbclass | 88 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 D | 10-kernel.sh | 34 do_build() function 187 do_build $@
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-kernel.sh | 34 do_build() function 187 do_build $@
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/ |
| H A D | f1.bb | 1 do_install[mcdepends] = "mc:mc-1:mc_2:a1:do_build"
|
| /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/lib/bblayers/templates/ |
| H A D | example.bb | 13 addtask display_banner before do_build
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu-helper-native_1.0.bb | 29 addtask addto_recipe_sysroot after do_populate_sysroot before do_build
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd-boot_250.5.bb | 72 addtask deploy before do_build after do_compile
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/opensbi/ |
| H A D | opensbi_1.0.bb | 39 addtask deploy before do_build after do_install
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/classes/ |
| H A D | bandit.bbclass | 53 before = "do_build"
|
| /OK3568_Linux_fs/yocto/meta-clang/classes/ |
| H A D | scan-build.bbclass | 40 #do_build[recrdeptask] += "do_scanbuild"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | libgcc-initial.inc | 43 deltask do_build
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-hello.rst | 288 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 D | grub-efi_2.06.bb | 94 addtask deploy after do_install before do_build
|