/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image_types_wic.bbclass | 7 # The WICVARS variable is used to define list of bitbake variables used in wic code 47 …CH_PATH ?= "${THISDIR}:${@':'.join('%s/wic' % p for p in '${BBPATH}'.split(':'))}:${@':'.join('%s/… 62 IMAGE_CMD:wic () { 64 build_wic="${WORKDIR}/build-wic" 65 tmp_wic="${WORKDIR}/tmp-wic" 75 …BUILDDIR="${TOPDIR}" PSEUDO_UNLOAD=1 wic create "$wks" --vars "${STAGING_DIR}/${MACHINE}/imgdata/"… 93 mv "$build_wic/$(basename "${wks%.wks}")"*.${IMAGER} "$out.wic" 95 IMAGE_CMD:wic[vardepsexclude] = "WKS_FULL_PATH WKS_FILES TOPDIR" 96 SPDX_IMAGE_PURPOSE:wic = "diskImage" 97 do_image_wic[cleandirs] = "${WORKDIR}/build-wic" [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | wic.rst | 15 The ``wic`` command generates partitioned images from existing 19 of canned kickstart files as shown with the ``wic list images`` command 21 ":ref:`dev-manual/wic:generate an image using an existing kickstart file`" 32 The ``wic`` command and the infrastructure it is based on is by 36 ":ref:`dev-manual/wic:using the wic plugin interface`" section 95 $ bitbake wic-tools 97 - Include "wic" as part of the 101 - Include the name of the :ref:`wic kickstart file <openembedded-kickstart-wks-reference>` 109 You can get general help for the ``wic`` command by entering the ``wic`` 113 $ wic -h [all …]
|
H A D | bmaptool.rst | 34 IMAGE_FSTYPES += "wic wic.bmap" 48 …n-native bmaptool-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX 54 …n-native bmaptool-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX
|
H A D | qemu.rst | 96 a machine name, a virtual machine image (``*wic.vmdk``), or a kernel 138 (``.wic.vmdk`` file). From the ``.wic.vmdk``, ``runqemu`` 142 $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86-64.wic.vmdk 312 image (``*wic.vmdk``), or a kernel image (``*.bin``). 345 runqemu qemux86-64 wic-image-minimal wic 347 runqemu qemux86 iso/hddimg/wic.vmdk/wic.qcow2/wic.vdi/ramfs/cpio.gz... 350 runqemu path/to/<image>-<machine>.wic 351 runqemu path/to/<image>-<machine>.wic.vmdk 369 - `VM`: The virtual machine image, which must be a ``.wic.vmdk`` 370 file. Use this option when you want to boot a ``.wic.vmdk`` image.
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | wic-tools.bb | 1 SUMMARY = "A meta recipe to build native tools used by wic." 21 # The sysroot of wic-tools is needed for wic, but if rm_work is enabled, it will 22 # be removed before wic has a chance to use it, hence the exclusion below.
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | rawcopy.py | 12 from wic import WicError 13 from wic.pluginbase import SourcePlugin 14 from wic.misc import exec_cmd, get_bitbake_var 15 from wic.filemap import sparse_copy
|
H A D | empty.py | 23 from wic import WicError 24 from wic.ksparser import sizetype 25 from wic.pluginbase import SourcePlugin
|
H A D | bootimg-partition.py | 21 from wic import WicError 22 from wic.engine import get_custom_config 23 from wic.pluginbase import SourcePlugin 24 from wic.misc import exec_cmd, get_bitbake_var
|
H A D | bootimg-pcbios.py | 17 from wic import WicError 18 from wic.engine import get_custom_config 19 from wic.pluginbase import SourcePlugin 20 from wic.misc import (exec_cmd, exec_native_cmd,
|
H A D | bootimg-efi.py | 21 from wic import WicError 22 from wic.engine import get_custom_config 23 from wic.pluginbase import SourcePlugin 24 from wic.misc import (exec_cmd, exec_native_cmd,
|
H A D | isoimage-isohybrid.py | 18 from wic import WicError 19 from wic.engine import get_custom_config 20 from wic.pluginbase import SourcePlugin 21 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/images/ |
H A D | wic-image-minimal.wks | 3 # created from core-image-minimal and wic-image-minimal image recipes. 7 part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-… 8 part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --…
|
/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 35 Now build the components for the wic image: 43 build-qemu-x86_64$wic create systemd-bootdisk-dmverity -e core-image-minimal 44 INFO: Building wic-tools... 56 …NATIVE_SYSROOT: /home/paul/poky/build-qemu-x86_64/tmp/work/core2-64-poky-linux/wic-t… 59 /home/paul/poky/meta-security/wic/systemd-bootdisk-dmverity.wks.in
|
H A D | dm-verity.txt | 44 To that end, the BSP storage specifics live in meta-security/wic dir and 84 this is where the BSP specific recipes in meta-security/wic can simplify 98 variables expanded with their corresponding values for wic to make use of. 103 $ wic create -e core-image-minimal beaglebone-yocto-verity 115 …ome/paul/poky/build-bbb-verity/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/wic-tools/1.0-r0/recipe… 118 /home/paul/poky/meta-security/wic/beaglebone-yocto-verity.wks.in
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
H A D | corstone1000-flash-firmware-image.bb | 10 IMAGE_FSTYPES = "wic uefi_capsule" 28 # The generated ${MACHINE}_image.nopt is used instead of the default wic image 30 # depend on the wic because of this. 57 # meta-arm/meta-arm-bsp/wic/corstone1000-flash-firmware.wks.in 82 # The meta-arm/meta-arm/classes/wic_nopt.bbclass removes the partition table from the wic image, bu…
|
/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/include/ |
H A D | genericx86-common.inc | 19 IMAGE_FSTYPES += "wic wic.bmap"
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | build-appliance-image_15.0.0.bb | 23 IMAGE_FSTYPES = "wic.vmdk wic.vhd wic.vhdx" 141 ln -sf ${IMGDEPLOYDIR}/${IMAGE_NAME}.wic.vmdk Yocto_Build_Appliance/Yocto_Build_Appliance.vmdk 142 ln -sf ${IMGDEPLOYDIR}/${IMAGE_NAME}.wic.vhdx Yocto_Build_Appliance/Yocto_Build_Appliance.vhdx 143 ln -sf ${IMGDEPLOYDIR}/${IMAGE_NAME}.wic.vhd Yocto_Build_Appliance/Yocto_Build_Appliance.vhd
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
H A D | ovmf-shell-image.bb | 4 # For this image recipe, only the wic format with a 8 IMAGE_FSTYPES:forcevariable = 'wic'
|
/openbmc/linux/arch/microblaze/kernel/cpu/ |
H A D | cache.c | 175 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_msr_irq() 202 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_nomsr_irq() 225 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_noirq() 244 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_msr_irq() 266 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_nomsr_irq() 284 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_noirq()
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | directdisk-multi-rootfs.wks | 7 # wic create directdisk-multi-indirect-recipes -e core-image-minimal \ 12 # wic create directdisk-multi-rootfs \
|
/openbmc/openbmc/meta-arm/meta-arm/classes/ |
H A D | uefi_capsule.bbclass | 9 # By default the wic image is used to create a capsule 10 CAPSULE_IMGTYPE ?= "wic"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/ |
H A D | corstone1000.inc | 33 IMAGE_CMD:wic[vardeps] += "GRUB_LINUX_APPEND" 48 IMAGE_FSTYPES += "wic"
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros.inc | 33 dd if=/dev/zero of=${WORKDIR}/${IMAGE_LINK_NAME}.wic \ 40 install -m 644 ${WORKDIR}/${IMAGE_LINK_NAME}.wic ${DEPLOYDIR}
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | ksparser.py | 22 from wic.engine import find_canned 23 from wic.partition import Partition 24 from wic.misc import get_bitbake_var
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0016-efi_loader-fix-null-pointer-exception-with-get_image.patch | 50 - image_info[i].image_id_name = "wic"; 52 + image_info[i].image_id_name = L"wic image";
|