| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | image_types_wic.bbclass | 45 WKS_FILE ??= "${IMAGE_BASENAME}.${MACHINE}.wks" 46 WKS_FILES ?= "${WKS_FILE} ${IMAGE_BASENAME}.wks" 73 …bbfatal "No kickstart files from WKS_FILES were found: ${WKS_FILES}. Please set WKS_FILE or WKS_FI… 138 wks_file = d.getVar('WKS_FULL_PATH') 139 with open(wks_file, 'w') as f: 145 bb.utils.copyfile(wks_file, "%s/%s" % (depdir, basename + '-' + os.path.basename(wks_file))) 155 wks_file = d.expand(wks_file_u) 156 base, ext = os.path.splitext(wks_file) 157 if ext == '.in' and os.path.exists(wks_file): 165 bb.parse.mark_dependency(d, wks_file) [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | wic.py | 443 wks_file = 'temp.wks' 444 with open(wks_file, 'w') as wks: 453 % (wks_file, self.resultdir)) 455 os.remove(wks_file) 550 'WKS_FILE = "%s"\n' % wks.name 583 wks_file = os.path.join(include_path, 'temp.wks') 584 with open(wks_file, 'w') as wks: 591 % (wks_file, self.resultdir)) 622 wks_file = os.path.join(include_path, 'temp.wks') 623 with open(wks_file, 'w') as wks: [all …]
|
| H A D | efibootpartition.py | 27 WKS_FILE = "efi-bootdisk.wks.in"
|
| H A D | uki.py | 33 WKS_FILE = "efi-uki-bootdisk.wks.in" 93 WKS_FILE = "efi-uki-bootdisk.wks.in"
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
| H A D | corstone1000-esp-image.bb | 20 WKS_FILE = "efi-disk-esp-only.wks.in" 21 WKS_FILE:firmware = "efi-disk-esp-only.wks.in"
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | wic | 173 wks_file = options.wks_file 175 if not wks_file.endswith(".wks"): 176 wks_file = engine.find_canned_image(scripts_path, wks_file) 177 if not wks_file: 180 "kickstart (.wks) filename)" % options.wks_file) 222 engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, 314 subparser.add_argument("wks_file")
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | wic | 173 wks_file = options.wks_file 175 if not wks_file.endswith(".wks"): 176 wks_file = engine.find_canned_image(scripts_path, wks_file) 177 if not wks_file: 180 "kickstart (.wks) filename)" % options.wks_file) 222 engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, 314 subparser.add_argument("wks_file")
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/ |
| H A D | corstone1000.inc | 52 WKS_FILE ?= "efi-disk-no-swap.wks.in" 53 WKS_FILE:firmware ?= "corstone1000-flash-firmware.wks.in"
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | engine.py | 66 def find_canned_image(scripts_path, wks_file): argument 79 if ((fname.endswith(".wks") and wks_file + ".wks" == fname) or \ 80 (fname.endswith(".wks.in") and wks_file + ".wks.in" == fname)): 143 def wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, argument 148 wks_file - user-defined OE kickstart file 187 plugin = plugin_class(wks_file, rootfs_dir, bootimg_dir, kernel_dir, 192 logger.info("The image(s) were created using OE kickstart file:\n %s", wks_file) 210 wks_file = args.list_type 211 fullpath = find_canned_image(scripts_path, wks_file) 216 "filename)" % wks_file)
|
| /openbmc/openbmc/meta-arm/ci/ |
| H A D | edk2.yml | 17 WKS_FILE ?= "efi-disk.wks.in"
|
| H A D | uefi-secureboot.yml | 23 WKS_FILE = "efi-disk.wks.in"
|
| /openbmc/openbmc/meta-arm/meta-arm/conf/machine/ |
| H A D | qemuarm-secureboot.conf | 19 WKS_FILE ?= "qemuarm.wks"
|
| H A D | qemuarm64-secureboot.conf | 20 WKS_FILE ?= "qemuarm64.wks"
|
| /openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/include/ |
| H A D | genericx86-common.inc | 20 WKS_FILE ?= "genericx86.wks.in"
|
| /openbmc/openbmc/meta-nuvoton/conf/machine/include/ |
| H A D | nuvoton.inc | 6 WKS_FILE ?= "emmc-nuvoton.wks.in"
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
| H A D | ovmf-shell-image.bb | 9 WKS_FILE = "ovmf/ovmf-shell-image.wks"
|
| /openbmc/openbmc/meta-aspeed/conf/machine/include/ |
| H A D | aspeed.inc | 13 WKS_FILE ?= "emmc-aspeed.wks.in"
|
| /openbmc/openbmc/poky/meta/conf/machine/ |
| H A D | qemux86.conf | 38 WKS_FILE ?= "qemux86-directdisk.wks"
|
| H A D | qemux86-64.conf | 42 WKS_FILE ?= "qemux86-directdisk.wks"
|
| /openbmc/openbmc/poky/meta/conf/machine/include/loongarch/ |
| H A D | qemuloongarch.inc | 16 WKS_FILE ?= "qemuloongarch.wks"
|
| /openbmc/openbmc/poky/meta/conf/machine/include/riscv/ |
| H A D | qemuriscv.inc | 16 WKS_FILE ?= "qemuriscv.wks"
|
| /openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/ |
| H A D | fvp.conf | 15 WKS_FILE = "emmc-fvp.wks.in"
|
| /openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/ |
| H A D | beaglebone-yocto.conf | 16 WKS_FILE ?= "beaglebone-yocto.wks"
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
| H A D | sbsa-ref.conf | 22 WKS_FILE = "qemu-efi-disk.wks.in"
|
| H A D | sgi575.conf | 23 WKS_FILE ?= "efi-disk.wks.in"
|