/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | partition.py | 128 bootimg_dir, kernel_dir, native_sysroot, updated_fstab_path): argument 208 native_sysroot, real_rootfs = True, pseudo_dir = None): argument 272 native_sysroot, pseudo): argument 354 native_sysroot, pseudo): argument 377 native_sysroot, pseudo): argument 413 native_sysroot, pseudo): argument 423 native_sysroot, pseudo): argument 432 def prepare_empty_partition_none(self, rootfs, oe_builddir, native_sysroot): argument 436 native_sysroot): argument 460 native_sysroot): argument [all …]
|
H A D | engine.py | 144 native_sysroot, options): argument 225 def __init__(self, imagepath, native_sysroot, fstypes=('fat', 'ext')): argument 573 def wic_ls(args, native_sysroot): argument 587 def wic_cp(args, native_sysroot): argument 599 def wic_rm(args, native_sysroot): argument 607 def wic_write(args, native_sysroot): argument
|
H A D | pluginbase.py | 90 bootimg_dir, kernel_dir, native_sysroot): argument 101 native_sysroot): argument 118 native_sysroot): argument 129 native_sysroot): argument 139 native_sysroot): argument
|
H A D | misc.py | 128 def exec_native_cmd(cmd_and_args, native_sysroot, pseudo=""): argument
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-pcbios.py | 52 bootimg_dir, kernel_dir, native_sysroot): argument 82 native_sysroot): argument 140 rootfs_dir, native_sysroot): argument
|
H A D | bootimg-biosplusefi.py | 121 bootimg_dir, kernel_dir, native_sysroot): argument 153 native_sysroot): argument 184 rootfs_dir, native_sysroot): argument
|
H A D | isoimage-isohybrid.py | 202 native_sysroot): argument 236 rootfs_dir, native_sysroot): argument 441 bootimg_dir, kernel_dir, native_sysroot): argument
|
H A D | rootfs.py | 65 def __get_pseudo(native_sysroot, rootfs, pseudo_dir): argument 76 krootfs_dir, native_sysroot): argument
|
H A D | bootimg-partition.py | 40 native_sysroot): argument 134 rootfs_dir, native_sysroot): argument
|
H A D | bootimg-efi.py | 216 native_sysroot): argument 292 rootfs_dir, native_sysroot): argument
|
H A D | empty.py | 49 rootfs_dir, native_sysroot): argument
|
H A D | rawcopy.py | 72 rootfs_dir, native_sysroot): argument
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 44 native_sysroot, oe_builddir, options): argument 303 def __init__(self, path, ptable_format, partitions, native_sysroot=None, extra_space=0): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | commands.py | 169 native_sysroot=None, target_sys=None, limit_exc_output=0, output_log=None, **options): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 1041 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument
|