Home
last modified time | relevance | path

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

12

/openbmc/openbmc/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)
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/
H A Dalsa-tools_1.2.11.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)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx_common.py187 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 Dnetcat-openbsd_1.195.bb42 bb.build.exec_func('netcat_do_patch', d)
43 bb.build.exec_func('patch_do_patch', d)
/openbmc/openbmc/poky/meta/classes/
H A Dimage-buildinfo.bbclass70 bb.build.exec_func("buildinfo", d)
76 bb.build.exec_func("buildinfo", d)
H A Darchiver.bbclass293 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 Ddevtool-source.bbclass157 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 Did3lib_3.8.3.bb52 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 Dmeta-environment.bb37 bb.build.exec_func("create_sdk_files", localdata)
45 bb.build.exec_func("create_sdk_files", localdata)
H A Dwic-tools.bb26 bb.build.exec_func("extend_recipe_sysroot", d)
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage.bbclass501 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 Dutility-tasks.bbclass41 bb.build.exec_func(f, d)
H A Dpackage_rpm.bbclass666 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 Dpackage_ipk.bbclass290 bb.build.exec_func("read_subpackage_metadata", d)
291 bb.build.exec_func("do_package_ipk", d)
H A Dstaging.bbclass109 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 Dimage-live.bbclass255 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 Dlibc-package.bbclass322 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 Dcross.bbclass98 bb.build.exec_func("extend_recipe_sysroot", d)
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-bootconf_1.00.bb19 bb.build.exec_func('build_efi_cfg', d)
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-bootconf_1.00.bb23 bb.build.exec_func('build_efi_cfg', d)
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/
H A Du-boot-aspeed.inc26 bb.build.exec_func("patch_kernelname", d)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.0.rst178 ``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 Dlibcamera_0.4.0.bb56 bb.build.exec_func("do_package_recalculate_ipa_signatures", d)
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpython-development-shell.rst27 pydevshell> bb.build.exec_func("do_unpack", d)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py186 def exec_func(func, d, dirs = None): function
712 exec_func(func, localdata)
713 exec_func(task, localdata)
715 exec_func(func, localdata)

12