Searched refs:exec_cmd (Results 1 – 11 of 11) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 21 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var 192 exec_cmd("cd %s && find . | cpio -o -H newc -R root:root >%s/initrd.cpio " \ 194 exec_cmd("gzip -f -9 %s/initrd.cpio" % cr_workdir, as_shell=True) 212 exec_cmd(install_cmd) 280 exec_cmd(cp_cmd) 290 exec_cmd(install_cmd) 304 exec_cmd(install_cmd) 353 exec_cmd(install_cmd) 359 out = exec_cmd(du_cmd) 382 exec_cmd(chmod_cmd) [all …]
|
| H A D | bootimg-efi.py | 24 from wic.misc import (exec_cmd, exec_native_cmd, 47 out = exec_cmd(cp_cmd, True) 56 out = exec_cmd(cp_cmd, True) 139 exec_cmd(install_cmd) 142 exec_cmd(install_cmd) 223 exec_cmd(install_cmd) 319 out = exec_cmd(install_cmd) 327 out = exec_cmd(install_cmd) 336 exec_cmd(cp_cmd, True) 342 out = exec_cmd(cp_cmd, True) [all …]
|
| H A D | bootimg-pcbios.py | 20 from wic.misc import (exec_cmd, exec_native_cmd, 77 exec_cmd(dd_cmd, native_sysroot) 89 exec_cmd(install_cmd) 170 exec_cmd(install_cmd) 173 out = exec_cmd(du_cmd) 202 exec_cmd(chmod_cmd) 205 out = exec_cmd(du_cmd)
|
| H A D | bootimg-partition.py | 24 from wic.misc import exec_cmd, get_bitbake_var 46 exec_cmd(install_cmd) 125 exec_cmd(install_cmd) 158 exec_cmd(install_cmd)
|
| H A D | rawcopy.py | 14 from wic.misc import exec_cmd, get_bitbake_var 47 exec_cmd(cmd) 106 out = exec_cmd(du_cmd)
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | engine.py | 30 from wic.misc import get_bitbake_var, exec_cmd 273 out = exec_cmd("export PARTED_SECTOR_SIZE=%d; %s -sm %s unit B print" % \ 276 out = exec_cmd("%s -sm %s unit B print" % (self.parted, self.imagepath)) 337 return exec_cmd("{} {} -R 'ls -l {}'".format(self.debugfs, 341 return exec_cmd("{} -i {} ::{}".format(self.mdir, 370 exec_cmd(cmd, as_shell=True) 382 out = exec_cmd(cmd , as_shell=True) 396 rmdir_out = exec_cmd("{} {} -wR 'rmdir \"{}\"'".format(self.debugfs, 422 exec_cmd(cmd) 429 exec_cmd(cmd) [all …]
|
| H A D | partition.py | 18 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var 258 out = exec_cmd(du_cmd) 268 out = exec_cmd(du_cmd) 277 out = exec_cmd(du_cmd) 359 out = exec_cmd(du_cmd) 382 out = exec_cmd(du_cmd) 408 exec_cmd(chmod_cmd) 499 exec_cmd(chmod_cmd)
|
| H A D | misc.py | 112 def exec_cmd(cmd_and_args, as_shell=False): function
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 840 int addr_cycle, exec_cmd; in prepare_set_command() local 847 exec_cmd = 1; in prepare_set_command() 855 exec_cmd = 0; in prepare_set_command() 917 exec_cmd = 1; in prepare_set_command() 924 exec_cmd = 0; in prepare_set_command() 1019 exec_cmd = 0; in prepare_set_command() 1023 exec_cmd = 0; in prepare_set_command() 1029 return exec_cmd; in prepare_set_command() 1038 int exec_cmd; in nand_cmdfunc() local 1062 exec_cmd = prepare_set_command(info, command, 0, column, page_addr); in nand_cmdfunc() [all …]
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 28 from wic.misc import get_bitbake_var, exec_cmd, exec_native_cmd 222 exec_cmd("%s %s" % (self.compressor, full_path))
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 25600 exec_cmd= 27100 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 30440 test -z "$exec_cmd" && \ 30444 if test -n "$exec_cmd"; then 30445 eval exec "$exec_cmd"
|