Home
last modified time | relevance | path

Searched refs:hdddir (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py38 def do_configure_grubefi(cls, hdddir, creator, cr_workdir, source_params): argument
64 cp_cmd = "cp %s/%s %s" % (bootimg_dir, rd, hdddir)
110 def do_configure_systemdboot(cls, hdddir, creator, cr_workdir, source_params): argument
114 install_cmd = "install -d %s/loader" % hdddir
117 install_cmd = "install -d %s/loader/entries" % hdddir
137 cp_cmd = "cp %s/%s %s" % (bootimg_dir, rd, hdddir)
203 hdddir = "%s/hdd/boot" % cr_workdir
205 install_cmd = "install -d %s/EFI/BOOT" % hdddir
210 cls.do_configure_grubefi(hdddir, creator, cr_workdir, source_params)
212 cls.do_configure_systemdboot(hdddir, creator, cr_workdir, source_params)
[all …]
H A Dbootimg-pcbios.py86 hdddir = "%s/hdd/boot" % cr_workdir
88 install_cmd = "install -d %s" % hdddir
150 hdddir = "%s/hdd/boot" % cr_workdir
159 (staging_kernel_dir, kernel, hdddir),
161 (bootimg_dir, hdddir),
163 (bootimg_dir, hdddir),
165 (bootimg_dir, hdddir),
167 (bootimg_dir, hdddir))
172 du_cmd = "du -bks %s" % hdddir
195 mcopy_cmd = "mcopy -i %s -s %s/* ::/" % (bootimg, hdddir)
H A Dbootimg-partition.py41 hdddir = "%s/boot.%d" % (cr_workdir, part.lineno)
42 install_cmd = "install -d %s" % hdddir
156 install_cmd = "install -d %s/extlinux/" % hdddir
158 cfg = open("%s/extlinux/extlinux.conf" % hdddir, "w")
174 hdddir = "%s/boot.%d" % (cr_workdir, part.lineno)
189 os.path.join(hdddir, dst_path))
192 logger.debug('Prepare boot partition using rootfs in %s', hdddir)
193 part.prepare_rootfs(cr_workdir, oe_builddir, hdddir,