Searched refs:envs (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | custom-target-cfg.patch | 38 + 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 D | img_bench_templater.py | 88 envs = [{'id': ' / '.join(x), 'data': x} for x in templater.columns] variable 91 result = simplebench.bench(bench_func, envs, cases, count=5,
|
H A D | bench_prealloc.py | 99 envs = [ variable 128 result = simplebench.bench(auto_count_bench_func, envs,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
H A D | 0001-openbox-xdg-autostart-convert-to-python3.patch | 55 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 D | 0001-configure-Respect-the-cflags-from-environment.patch | 6 This is needed with OE like cross-build envs where certain important
|
/openbmc/u-boot/board/k+p/bootscripts/ |
H A D | tpcboot.cmd | 11 # Input envs (to be set in environment)
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 49686 + av_log(avctx, AV_LOG_ERROR, "Failed to alloc %d dec envs\n", avctx->thread_count);
|