Home
last modified time | relevance | path

Searched refs:wic (Results 1 – 25 of 122) sorted by relevance

12345

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types_wic.bbclass7 # 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 Dwic.rst15 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 Dbmaptool.rst34 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 Dqemu.rst96 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 Dwic-tools.bb1 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 Drawcopy.py12 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 Dempty.py23 from wic import WicError
24 from wic.ksparser import sizetype
25 from wic.pluginbase import SourcePlugin
H A Dbootimg-partition.py21 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 Dbootimg-pcbios.py17 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 Dbootimg-efi.py21 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 Disoimage-isohybrid.py18 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 Dwic-image-minimal.wks3 # 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 Ddm-verity-systemd-x86-64.txt17 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 Ddm-verity.txt44 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 Dcorstone1000-flash-firmware-image.bb10 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 Dgenericx86-common.inc19 IMAGE_FSTYPES += "wic wic.bmap"
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dbuild-appliance-image_15.0.0.bb23 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 Dovmf-shell-image.bb4 # For this image recipe, only the wic format with a
8 IMAGE_FSTYPES:forcevariable = 'wic'
/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dcache.c175 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 Ddirectdisk-multi-rootfs.wks7 # 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 Duefi_capsule.bbclass9 # 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 Dcorstone1000.inc33 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 Darm-systemready-linux-distros.inc33 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 Dksparser.py22 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 D0016-efi_loader-fix-null-pointer-exception-with-get_image.patch50 - image_info[i].image_id_name = "wic";
52 + image_info[i].image_id_name = L"wic image";

12345