| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/ |
| H A D | alsa-tools_1.2.5.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)
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package_tar.bbclass | 67 bb.build.exec_func("read_subpackage_metadata", d) 68 bb.build.exec_func("do_package_tar", d)
|
| H A D | image-live.bbclass | 254 bb.build.exec_func('build_syslinux_cfg', d) 256 bb.build.exec_func('build_efi_cfg', d) 257 bb.build.exec_func('build_hddimg', d) 258 bb.build.exec_func('build_iso', d) 259 bb.build.exec_func('create_symlinks', d)
|
| H A D | siteconfig.bbclass | 9 bb.build.exec_func('do_siteconfig_gencache', d)
|
| H A D | archiver.bbclass | 283 bb.build.exec_func('do_preconfigure', d) 297 bb.build.exec_func(func, d) 298 bb.build.exec_func(task, d) 302 bb.build.exec_func(func, d) 489 bb.build.exec_func('do_unpack', d) 498 bb.build.exec_func('do_convert_crlf_to_lf', d) 502 bb.build.exec_func('do_patch', d)
|
| H A D | utility-tasks.bbclass | 36 bb.build.exec_func(f, d)
|
| H A D | libc-package.bbclass | 315 bb.build.exec_func("do_prep_locale_tree", d) 361 bb.build.exec_func("oe_runmake", d) 363 bb.build.exec_func("do_collect_bins_from_locale_tree", d) 384 bb.build.exec_func('package_do_split_gconvs', d)
|
| H A D | package_rpm.bbclass | 647 bb.build.exec_func('write_specfile', d) 703 bb.build.exec_func('SBUILDSPEC', d) 712 bb.build.exec_func('BUILDSPEC', d) 715 bb.build.exec_func("sign_rpm", d) 738 bb.build.exec_func("read_subpackage_metadata", d) 739 bb.build.exec_func("do_package_rpm", d)
|
| H A D | cross.bbclass | 92 bb.build.exec_func("extend_recipe_sysroot", d)
|
| H A D | devtool-source.bbclass | 203 bb.build.exec_func('do_patch', localdata) 222 bb.build.exec_func('do_patch', localdata)
|
| H A D | package_ipk.bbclass | 276 bb.build.exec_func("read_subpackage_metadata", d) 277 bb.build.exec_func("do_package_ipk", d)
|
| H A D | package_deb.bbclass | 317 bb.build.exec_func("read_subpackage_metadata", d) 318 bb.build.exec_func("do_package_deb", d)
|
| H A D | staging.bbclass | 102 bb.build.exec_func("sysroot_stage_all", d) 103 bb.build.exec_func("sysroot_strip", d) 105 bb.build.exec_func(f, d) 643 bb.build.exec_func("extend_recipe_sysroot", d)
|
| H A D | useradd.bbclass | 148 bb.build.exec_func("useradd_sysroot", d) 152 bb.build.exec_func("useradd_sysroot", d)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/id3lib/ |
| H A D | id3lib_3.8.3.bb | 51 bb.build.exec_func('id3lib_do_patch', d) 52 bb.build.exec_func('patch_do_patch', d)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-environment.bb | 38 bb.build.exec_func("create_sdk_files", localdata) 46 bb.build.exec_func("create_sdk_files", localdata)
|
| H A D | wic-tools.bb | 26 bb.build.exec_func("extend_recipe_sysroot", d)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd-bootconf_1.00.bb | 18 bb.build.exec_func('build_efi_cfg', d)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rwho/ |
| H A D | netkit-rwho_0.17.bb | 53 bb.build.exec_func('netkit_do_patch', d) 54 bb.build.exec_func('patch_do_patch', d)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/ |
| H A D | grub-bootconf_1.00.bb | 22 bb.build.exec_func('build_efi_cfg', d)
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox-l10n/ |
| H A D | firefox-l10n.inc | 41 bb.build.exec_func("do_install_xpi_pack", d)
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.0.rst | 176 ``bb.build.exec_func()`` when certain other exceptions have occurred, 178 instead. If you have calls to ``bb.build.exec_func()`` in custom 182 - Additionally, the ``bb.build.exec_func()`` no longer accepts the 185 ``bb.build.exec_func()`` in custom classes or scripts.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 182 def exec_func(func, d, dirs = None): function 690 exec_func(func, localdata) 691 exec_func(task, localdata) 693 exec_func(func, localdata)
|