/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/ |
H A D | logging-test.bb | 15 bb.build.exec_func('do_shelltest', d) 26 bb.build.exec_func('do_pythontest_exit', d)
|
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/ |
H A D | alsa-tools_1.2.11.bb | 61 bb.build.exec_func("autotools_do_configure", dd) 70 bb.build.exec_func("autotools_do_compile", dd) 80 bb.build.exec_func("autotools_do_install", dd)
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx_common.py | 187 bb.build.exec_func("do_unpack", d) 191 bb.build.exec_func('do_convert_crlf_to_lf', d) 192 bb.build.exec_func("do_patch", d)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/ |
H A D | netcat-openbsd_1.195.bb | 42 bb.build.exec_func('netcat_do_patch', d) 43 bb.build.exec_func('patch_do_patch', d)
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | image-buildinfo.bbclass | 70 bb.build.exec_func("buildinfo", d) 76 bb.build.exec_func("buildinfo", d)
|
H A D | archiver.bbclass | 293 bb.build.exec_func('do_preconfigure', d) 307 bb.build.exec_func(func, d) 308 bb.build.exec_func(task, d) 312 bb.build.exec_func(func, d) 502 bb.build.exec_func('do_unpack', d) 511 bb.build.exec_func('do_convert_crlf_to_lf', d) 515 bb.build.exec_func('do_patch', d)
|
H A D | devtool-source.bbclass | 157 bb.build.exec_func('do_patch', localdata) 176 bb.build.exec_func('do_patch', localdata)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/ |
H A D | id3lib_3.8.3.bb | 52 bb.build.exec_func('id3lib_do_patch', d) 53 bb.build.exec_func('patch_do_patch', d)
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-environment.bb | 37 bb.build.exec_func("create_sdk_files", localdata) 45 bb.build.exec_func("create_sdk_files", localdata)
|
H A D | wic-tools.bb | 26 bb.build.exec_func("extend_recipe_sysroot", d)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package.bbclass | 501 bb.build.exec_func("package_setup_pkgv", d) 502 bb.build.exec_func("package_convert_pr_autoinc", d) 529 bb.build.exec_func("package_prepare_pkgdata", d) 530 bb.build.exec_func("perform_packagecopy", d) 532 bb.build.exec_func(f, d) 543 bb.build.exec_func(f, d) 561 bb.build.exec_func(f, d) 583 bb.build.exec_func("package_setup_pkgv", d) 584 bb.build.exec_func("package_get_auto_pr", d) 590 bb.build.exec_func("packagedata_translate_pr_autoinc", d)
|
H A D | utility-tasks.bbclass | 41 bb.build.exec_func(f, d)
|
H A D | package_rpm.bbclass | 666 bb.build.exec_func('write_specfile', d) 726 bb.build.exec_func('SBUILDSPEC', d) 735 bb.build.exec_func('BUILDSPEC', d) 738 bb.build.exec_func("sign_rpm", d) 765 bb.build.exec_func("read_subpackage_metadata", d) 766 bb.build.exec_func("do_package_rpm", d)
|
H A D | package_ipk.bbclass | 290 bb.build.exec_func("read_subpackage_metadata", d) 291 bb.build.exec_func("do_package_ipk", d)
|
H A D | staging.bbclass | 109 bb.build.exec_func("sysroot_stage_all", d) 110 bb.build.exec_func("sysroot_strip", d) 112 bb.build.exec_func(f, d) 650 bb.build.exec_func("extend_recipe_sysroot", d)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image-live.bbclass | 255 bb.build.exec_func('build_syslinux_cfg', d) 257 bb.build.exec_func('build_efi_cfg', d) 258 bb.build.exec_func('build_hddimg', d) 259 bb.build.exec_func('build_iso', d) 260 bb.build.exec_func('create_symlinks', d)
|
H A D | libc-package.bbclass | 322 bb.build.exec_func("do_prep_locale_tree", d) 368 bb.build.exec_func("oe_runmake", d) 370 bb.build.exec_func("do_collect_bins_from_locale_tree", d) 391 bb.build.exec_func('package_do_split_gconvs', d)
|
H A D | cross.bbclass | 98 bb.build.exec_func("extend_recipe_sysroot", d)
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd-bootconf_1.00.bb | 19 bb.build.exec_func('build_efi_cfg', d)
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub-bootconf_1.00.bb | 23 bb.build.exec_func('build_efi_cfg', d)
|
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/ |
H A D | u-boot-aspeed.inc | 26 bb.build.exec_func("patch_kernelname", d)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.0.rst | 178 ``bb.build.exec_func()`` when certain other exceptions have occurred, 180 instead. If you have calls to ``bb.build.exec_func()`` in custom 184 - Additionally, the ``bb.build.exec_func()`` no longer accepts the 187 ``bb.build.exec_func()`` in custom classes or scripts.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/ |
H A D | libcamera_0.4.0.bb | 56 bb.build.exec_func("do_package_recalculate_ipa_signatures", d)
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | python-development-shell.rst | 27 pydevshell> bb.build.exec_func("do_unpack", d)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | build.py | 186 def exec_func(func, d, dirs = None): function 712 exec_func(func, localdata) 713 exec_func(task, localdata) 715 exec_func(func, localdata)
|