Lines Matching refs:native_sysroot
144 native_sysroot, options): argument
188 native_sysroot, oe_builddir, options)
225 def __init__(self, imagepath, native_sysroot, fstypes=('fat', 'ext')): argument
227 self.native_sysroot = native_sysroot
244 if native_sysroot:
246 self.paths = "%s%s:%s" % (native_sysroot, path, self.paths)
557 def wic_ls(args, native_sysroot): argument
559 disk = Disk(args.path.image, native_sysroot)
571 def wic_cp(args, native_sysroot): argument
577 disk = Disk(args.src.image, native_sysroot)
579 disk = Disk(args.dest.image, native_sysroot)
583 def wic_rm(args, native_sysroot): argument
588 disk = Disk(args.path.image, native_sysroot)
591 def wic_write(args, native_sysroot): argument
595 disk = Disk(args.image, native_sysroot, ('fat', 'ext', 'linux-swap'))