Home
last modified time | relevance | path

Searched refs:envs (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dcustom-target-cfg.patch38 + let mut envs: HashMap<String, String> = HashMap::new();
41 + envs.insert("RUST_TARGET_PATH".into(), t);
46 + if config.target.ends_with(".json") || !envs.is_empty() {
57 + envs,
81 +fn rustc_output(config: &Config, args: &[&str], envs: HashMap<String, String>) -> String {
86 + command.envs(envs);
/openbmc/qemu/scripts/simplebench/
H A Dimg_bench_templater.py88 envs = [{'id': ' / '.join(x), 'data': x} for x in templater.columns] variable
91 result = simplebench.bench(bench_func, envs, cases, count=5,
H A Dbench_prealloc.py99 envs = [ variable
128 result = simplebench.bench(auto_count_bench_func, envs,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-openbox-xdg-autostart-convert-to-python3.patch55 def _showInEnvironment(self, envs, verbose=False):
59 def display(self, envs):
60 if self._shouldRun(envs):
69 self._shouldRun(envs, True)
73 def run(self, envs):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A D0001-configure-Respect-the-cflags-from-environment.patch6 This is needed with OE like cross-build envs where certain important
/openbmc/u-boot/board/k+p/bootscripts/
H A Dtpcboot.cmd11 # Input envs (to be set in environment)
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch49686 + av_log(avctx, AV_LOG_ERROR, "Failed to alloc %d dec envs\n", avctx->thread_count);