Home
last modified time | relevance | path

Searched refs:exec_cmd (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py21 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 Dbootimg-efi.py24 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 Dbootimg-pcbios.py20 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 Dbootimg-partition.py24 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 Drawcopy.py14 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 Dengine.py30 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 Dpartition.py18 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 Dmisc.py112 def exec_cmd(cmd_and_args, as_shell=False): function
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c840 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 Ddirect.py28 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 D0008-Use-libtool-2.4.patch25600 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"