Lines Matching refs:rootfs_dir
47 self.rootfs_dir = args.rootfs_dir
124 def prepare(self, creator, cr_workdir, oe_builddir, rootfs_dir, argument
187 kernel_dir, rootfs_dir, native_sysroot)
190 kernel_dir, rootfs_dir, native_sysroot)
204 def prepare_rootfs(self, cr_workdir, oe_builddir, rootfs_dir, argument
232 pseudo += "export PSEUDO_PASSWD=%s;" % rootfs_dir
244 if rsize_bb and rdir == rootfs_dir:
254 du_cmd = "du -ks %s" % rootfs_dir
260 method(rootfs, cr_workdir, oe_builddir, rootfs_dir, native_sysroot, pseudo)
268 def prepare_rootfs_ext(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
273 du_cmd = "du -ks %s" % rootfs_dir
289 (self.fstype, extraopts, rootfs, label_str, self.fsuuid, rootfs_dir)
308 for root, dirs, others in os.walk(rootfs_dir):
309 base = root.replace(rootfs_dir, "").rstrip(os.sep)
330 def prepare_rootfs_btrfs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
335 du_cmd = "du -ks %s" % rootfs_dir
349 (self.fstype, rootfs_size * 1024, rootfs_dir, label_str,
353 def prepare_rootfs_msdos(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
358 du_cmd = "du -bks %s" % rootfs_dir
377 mcopy_cmd = "mcopy -i %s -s %s/* ::/" % (rootfs, rootfs_dir)
389 def prepare_rootfs_squashfs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
396 (rootfs_dir, rootfs, extraopts)
399 def prepare_rootfs_erofs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
406 (extraopts, self.fsuuid, rootfs, rootfs_dir)