Home
last modified time | relevance | path

Searched refs:exec_func (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/logging-test/
H A Dlogging-test.bb15 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 Dalsa-tools_1.2.5.bb61 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 Dnetcat-openbsd_1.195.bb42 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 Dpackage_tar.bbclass67 bb.build.exec_func("read_subpackage_metadata", d)
68 bb.build.exec_func("do_package_tar", d)
H A Dimage-live.bbclass254 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 Dsiteconfig.bbclass9 bb.build.exec_func('do_siteconfig_gencache', d)
H A Darchiver.bbclass283 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 Dutility-tasks.bbclass36 bb.build.exec_func(f, d)
H A Dlibc-package.bbclass315 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 Dpackage_rpm.bbclass647 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 Dcross.bbclass92 bb.build.exec_func("extend_recipe_sysroot", d)
H A Ddevtool-source.bbclass203 bb.build.exec_func('do_patch', localdata)
222 bb.build.exec_func('do_patch', localdata)
H A Dpackage_ipk.bbclass276 bb.build.exec_func("read_subpackage_metadata", d)
277 bb.build.exec_func("do_package_ipk", d)
H A Dpackage_deb.bbclass317 bb.build.exec_func("read_subpackage_metadata", d)
318 bb.build.exec_func("do_package_deb", d)
H A Dstaging.bbclass102 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 Duseradd.bbclass148 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 Did3lib_3.8.3.bb51 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 Dmeta-environment.bb38 bb.build.exec_func("create_sdk_files", localdata)
46 bb.build.exec_func("create_sdk_files", localdata)
H A Dwic-tools.bb26 bb.build.exec_func("extend_recipe_sysroot", d)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd-bootconf_1.00.bb18 bb.build.exec_func('build_efi_cfg', d)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rwho/
H A Dnetkit-rwho_0.17.bb53 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 Dgrub-bootconf_1.00.bb22 bb.build.exec_func('build_efi_cfg', d)
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox-l10n/
H A Dfirefox-l10n.inc41 bb.build.exec_func("do_install_xpi_pack", d)
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.0.rst176 ``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 Dbuild.py182 def exec_func(func, d, dirs = None): function
690 exec_func(func, localdata)
691 exec_func(task, localdata)
693 exec_func(func, localdata)

12