/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 154 with NamedTemporaryFile("w", suffix=".wks") as wks: 155 wks.write( 160 wks.flush() 166 wks.name, img, self.resultdir) 168 wksname = os.path.splitext(os.path.basename(wks.name))[0] 187 with NamedTemporaryFile("w", suffix=".wks") as wks: 188 wks.write( 193 wks.flush() 198 cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir) 200 wksname = os.path.splitext(os.path.basename(wks.name))[0] [all …]
|
/openbmc/openbmc/meta-security/wic/ |
H A D | systemd-bootdisk-dmverity-hash.wks.in | 2 # A dm-verity variant of the regular wks for IA machines. We need to fetch 6 # Based on OE-core's systemd-bootdisk.wks and meta-security's beaglebone-yocto-verity.wks.in file 8 # This .wks only works with the dm-verity-img class and separate hash data. (DM_VERITY_SEPARATE_HAS… 13 include ${STAGING_VERITY_DIR}/${IMAGE_BASENAME}.${DM_VERITY_IMAGE_TYPE}.wks.in
|
H A D | systemd-bootdisk-dmverity.wks.in | 2 # A dm-verity variant of the regular wks for IA machines. We need to fetch 6 # Based on OE-core's systemd-bootdisk.wks and meta-security's beaglebone-yocto-verity.wks.in file 8 # This .wks only works with the dm-verity-img class.
|
H A D | beaglebone-yocto-verity.wks.in | 7 # A dm-verity variant of the regular wks for beaglebone black. We need to fetch 12 # This .wks only works with the dm-verity-img class.
|
/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" 47 …p for p in '${BBPATH}'.split(':'))}:${@':'.join('%s/scripts/lib/wic/canned-wks' % l for l in '${BB… 66 wks="${WKS_FULL_PATH}" 72 if [ -z "$wks" ]; then 75 …BUILDDIR="${TOPDIR}" PSEUDO_UNLOAD=1 wic create "$wks" --vars "${STAGING_DIR}/${MACHINE}/imgdata/"… 93 mv "$build_wic/$(basename "${wks%.wks}")"*.${IMAGER} "$out.wic" 101 # Rebuild when the wks file or vars in WICVARS change 144 # Copy the finalized wks file to the deploy directory for later use
|
/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/meta/recipes-core/ovmf/ |
H A D | ovmf-shell-image.bb | 7 # tools are needed for this .wks file. 9 WKS_FILE = "ovmf/ovmf-shell-image.wks"
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | wic.rst | 17 commands contained in an OpenEmbedded kickstart file (``.wks``) 29 ":ref:`ref-manual/kickstart:openembedded kickstart (\`\`.wks\`\`) reference`" 101 - Include the name of the :ref:`wic kickstart file <openembedded-kickstart-wks-reference>` 215 path to the /rootfs dir to use as the .wks rootfs 219 /EFI or /syslinux dirs) to use as the .wks bootimg 223 .wks bootimg 280 poky/scripts/lib/wic/canned-wks 301 do not have to use the ``.wks`` extension. Here is an example in Raw 308 ``genericx86.wks`` file to generate an image:: 332 (i.e. ``*.wks``) to a plugin implementation used to populate a given [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/ |
H A D | corstone1000.inc | 51 WKS_FILE ?= "efi-disk-no-swap.wks.in" 52 WKS_FILE:firmware ?= "corstone1000-flash-firmware.wks.in"
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | runtime.h | 124 struct iwl_fwrt_wk_data wks[IWL_FW_RUNTIME_DUMP_WK_NUM]; member 192 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
|
H A D | init.c | 35 fwrt->dump.wks[i].idx = i; in iwl_fw_runtime_init() 36 INIT_DELAYED_WORK(&fwrt->dump.wks[i].wk, iwl_fw_error_dump_wk); in iwl_fw_runtime_init()
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-systemd-x86-64.txt | 17 This will make use of wic/systemd-bootdisk-dmverity.wks.in -- note that it 51 ./systemd-bootdisk-dmverity.wks-202304181413-sda.direct 59 /home/paul/poky/meta-security/wic/systemd-bootdisk-dmverity.wks.in
|
H A D | dm-verity-systemd-hash-x86-64.txt | 10 WKS_FILES += " systemd-bootdisk-dmverity-hash.wks.in" 18 The example hash.wks file added here essentially adds a hash-only partition
|
/openbmc/openbmc/meta-security/classes/ |
H A D | dm-verity-img.bbclass | 37 # if non-verity images want to embed the .wks and verity image. 67 local WKS_INC="${STAGING_VERITY_DIR}/${DM_VERITY_IMAGE}.$TYPE.wks.in" 114 # Create wks.in fragment with build specific UUIDs for partitions. 115 # Unfortunately the wks.in does not support line continuations... 165 # make "dateless" symlink for the hash so the wks can find it.
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | common.wks.inc | 1 # This file is included into 3 canned wks files from this directory
|
H A D | directdisk.wks | 5 include common.wks.inc
|
H A D | qemux86-directdisk.wks | 5 include common.wks.inc
|
H A D | directdisk-bootloader-config.wks | 5 include common.wks.inc
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/images/ |
H A D | wic-image-minimal.bb | 3 SRC_URI = "file://${FILE_DIRNAME}/${BPN}.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/scripts/lib/wic/ |
H A D | engine.py | 99 with open(fullpath) as wks: 100 for line in wks: 115 with open(fullpath) as wks: 116 for line in wks:
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | pmu.c | 21 u32 wks[4]; member
|
/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/include/riscv/ |
H A D | qemuriscv.inc | 16 WKS_FILE ?= "qemuriscv.wks"
|