Home
last modified time | relevance | path

Searched defs:build (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dmrbsection.js32 function getCached(build) { argument
38 function buildFinished(build) { argument
47 function stateChanged(build) { argument
53 function tasksProgressChanged(build) { argument
59 function recipeProgressChanged(build) { argument
65 function cloneProgressChanged(build) { argument
/openbmc/phosphor-logging/
H A DREADME.md288 #### Recipe build
294 #### Local repository build
300 #### Makefile changes
368 #### Autotools changes
403 #### Recipe changes
471 #### Local build
H A Delog_meta.cpp19 void build<xyz::openbmc_project::common::callout::Device::CALLOUT_DEVICE_PATH>( in build() function
43 void build< in build() function
H A Delog_meta.hpp47 inline void build<TestErrorTwo::DEV_ID>( in build() function
53 inline void build<example::xyz::openbmc_project::example::device::Callout:: in build() function
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py159 def _get_build_dashboard(self, build): argument
167 def _get_build_dashboard_errors(self, build): argument
206 def _check_for_error_message(self, build, log_message): argument
H A Dtest_all_builds_page.py69 def _get_build_time_element(self, build): argument
86 def _get_row_for_build(self, build): argument
152 def _set_buildRequest_and_task_on_build(self, build): argument
H A Dtest_builddashboard_page_artifacts.py32 def _get_build_dashboard(self, build): argument
/openbmc/qemu/roms/
H A Dedk2-build.py49 def get_toolchain(cfg, build): argument
179 def build_one(cfg, build, jobs = None, silent = False, nologs = False): argument
/openbmc/linux/scripts/package/debian/
H A Drules22 build: build-arch build-indep target
/openbmc/u-boot/board/hisilicon/hikey/
H A Dbuild-tf.mak29 build: have-crosscompiler FORCE target
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py93 def build(self, target): member in BuildTest
/openbmc/linux/tools/build/
H A DMakefile29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild.py44 def build(args, config, basepath, workspace): function
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py273 def collect_dep_objsets(d, build): argument
964 def collect_build_package_inputs(d, objset, build, packages): argument
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py588 def build(self): global() member in BuildSystem
721 def build(self): global() member in Autotools
775 def build(self): global() member in CMake
969 def build(self): global() member in Meson
[all...]
/openbmc/qemu/scripts/tracetool/
H A D__init__.py128 def build(arg_str): member in Arguments
278 def build(line_str, lineno, filename): member in Event
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp28 static int build(const Chip& chip, uint32_t line_offset, in build() function
H A Dhandle.cpp44 static int build(const Chip& chip, const std::vector<Handle::Line>& lines, in build() function
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmeson.build29 build = get_option('buildtype') variable
/openbmc/linux/drivers/hwmon/
H A Dpt5161l.c60 u16 build; member
355 u16 build = 0; in pt5161l_fwsts_check() local
393 u16 build) in pt5161l_fw_is_at_least()
/openbmc/linux/drivers/crypto/ccp/
H A Dsev-dev.h52 u8 build; member
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py785 build = models.ForeignKey(Build, on_delete=models.CASCADE) variable in Target
1104 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='task_build') variable in Task
1154 build = models.ForeignKey('Build', on_delete=models.CASCADE, null=True) variable in Package
1473 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='layer_version_build', variable in Layer_Version
1790 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='variable_build') variable in Variable
1808 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='helptext_build') variable in HelpText
1828 build = models.ForeignKey(Build, on_delete=models.CASCADE) variable in LogMessage
/openbmc/ibm-logging/
H A Dcallout.cpp67 std::string build; in load() local
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dbbcontroller.py46 def build(self, targets, task = None): member in BitbakeController
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py182 def update_build(self, build, data_dict): argument
209 def update_build_stats_and_outcome(self, build, errors, warnings, taskfailures): argument
246 def update_task_object(self, build, task_name, recipe_name, task_stats): argument

1234