Searched refs:hdddir (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-efi.py | 38 def _copy_additional_files(cls, hdddir, initrd, dtb): argument 54 cp_cmd = "cp %s/%s %s" % (bootimg_dir, dtb, hdddir) 78 cls._copy_additional_files(hdddir, initrd, dtb) 128 install_cmd = "install -d %s/loader" % hdddir 147 cls._copy_additional_files(hdddir, initrd, dtb) 213 hdddir = "%s/hdd/boot" % cr_workdir 215 install_cmd = "install -d %s/EFI/BOOT" % hdddir 298 hdddir = "%s/hdd/boot" % cr_workdir 458 cp_cmd = "cp %s %s/" % (startup, hdddir) 463 cp_cmd = "cp -r %s %s/" % (path, hdddir) [all …]
|
H A D | bootimg-pcbios.py | 86 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, get_bitbake_var("KERNEL_IMAGETYPE")), 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 D | bootimg-partition.py | 44 hdddir = "%s/boot.%d" % (cr_workdir, part.lineno) 45 install_cmd = "install -d %s" % hdddir 159 install_cmd = "install -d %s/extlinux/" % hdddir 161 cfg = open("%s/extlinux/extlinux.conf" % hdddir, "w") 177 hdddir = "%s/boot.%d" % (cr_workdir, part.lineno) 192 os.path.join(hdddir, dst_path)) 195 logger.debug('Prepare boot partition using rootfs in %s', hdddir) 196 part.prepare_rootfs(cr_workdir, oe_builddir, hdddir,
|