/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/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 | siteconfig.bbclass | 15 bb.build.exec_func('do_siteconfig_gencache', 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) 501 bb.build.exec_func('do_unpack', d) 510 bb.build.exec_func('do_convert_crlf_to_lf', d) 514 bb.build.exec_func('do_patch', d)
|
H A D | devtool-source.bbclass | 209 bb.build.exec_func('do_patch', localdata) 228 bb.build.exec_func('do_patch', localdata)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/ |
H A D | id3lib_3.8.3.bb | 50 bb.build.exec_func('id3lib_do_patch', d) 51 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-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 | cross.bbclass | 98 bb.build.exec_func("extend_recipe_sysroot", 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)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package.bbclass | 505 bb.build.exec_func("package_setup_pkgv", d) 506 bb.build.exec_func("package_convert_pr_autoinc", d) 533 bb.build.exec_func("package_prepare_pkgdata", d) 534 bb.build.exec_func("perform_packagecopy", d) 536 bb.build.exec_func(f, d) 547 bb.build.exec_func(f, d) 565 bb.build.exec_func(f, d) 587 bb.build.exec_func("package_setup_pkgv", d) 588 bb.build.exec_func("package_get_auto_pr", d) 594 bb.build.exec_func("packagedata_translate_pr_autoinc", d)
|
H A D | utility-tasks.bbclass | 42 bb.build.exec_func(f, d)
|
H A D | package_rpm.bbclass | 675 bb.build.exec_func('write_specfile', d) 734 bb.build.exec_func('SBUILDSPEC', d) 743 bb.build.exec_func('BUILDSPEC', d) 746 bb.build.exec_func("sign_rpm", d) 773 bb.build.exec_func("read_subpackage_metadata", d) 774 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 | package_deb.bbclass | 323 bb.build.exec_func("read_subpackage_metadata", d) 324 bb.build.exec_func("do_package_deb", d)
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd-bootconf_1.00.bb | 18 bb.build.exec_func('build_efi_cfg', d)
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub-bootconf_1.00.bb | 22 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/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/ |
H A D | libcamera_0.2.0.bb | 58 bb.build.exec_func("do_package_recalculate_ipa_signatures", 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/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 710 exec_func(func, localdata) 711 exec_func(task, localdata) 713 exec_func(func, localdata)
|