Searched refs:image_types (Results 1 – 16 of 16) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | test-remote-image | 249 …def __init__(self, image_types, repolink, required_packages, targetprofile, repoprofile, skip_down… argument 251 self.image_types = image_types 305 for image_type in self.image_types: 336 …hwauto = HwAuto(image_types=args.image_types, repolink=args.repo_link, required_packages=args.requ…
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-debug-tarball.bbclass | 12 # Override from image_types.bbclass to restrict tarball to /usr tree.
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | image_types_sparse.bbclass | 1 inherit image_types
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 1045 static uint8_t image_types[] = { in bootm_host_load_images() local 1053 for (i = 0; i < ARRAY_SIZE(image_types); i++) { in bootm_host_load_images() 1056 ret = bootm_host_load_image(fit, image_types[i]); in bootm_host_load_images()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.0.2.rst | 49 - classes: image_types: apply EXTRA_IMAGECMD:squashfs* in oe_mksquashfs() 50 - classes: image_types: quote variable assignment needed by dash
|
H A D | release-notes-4.1.4.rst | 61 - image_types: fix multiubi var init 62 - image_types: fix vname var init in multiubi_mkfs() function
|
H A D | release-notes-4.0.21.rst | 43 - image_types.bbclass: Use --force also with lz4,lzop
|
H A D | release-notes-5.0.4.rst | 51 - image_types.bbclass: Use --force also with lz4,lzop
|
H A D | release-notes-4.0.9.rst | 56 - image_types: fix multiubi var init
|
H A D | release-notes-4.0.12.rst | 66 - image_types: Fix reproducible builds for initramfs and UKI img
|
H A D | release-notes-4.2.2.rst | 74 - image_types: Fix reproducible builds for initramfs and UKI img
|
H A D | release-notes-4.1.rst | 118 - :ref:`ref-classes-image_types`: isolate the write of UBI
|
/openbmc/openbmc/meta-raspberrypi/classes/ |
H A D | sdcard_image-rpi.bbclass | 1 inherit image_types
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image.bbclass | 14 IMGCLASSES = "rootfs_${IMAGE_PKGTYPE} image_types ${IMAGE_CLASSES}"
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 1249 .. _ref-classes-image_types: 1251 ``image_types`` 1254 The :ref:`ref-classes-image_types` class defines all of the standard image output types 1261 enables the :ref:`ref-classes-image_types` class. The :ref:`ref-classes-image` class uses the 1264 IMGCLASSES = "rootfs_${IMAGE_PKGTYPE} image_types ${IMAGE_CLASSES}" 1277 The :ref:`ref-classes-image_types` class also handles conversion and compression of images.
|
H A D | variables.rst | 1545 An example of :term:`CONVERSION_CMD` from :ref:`ref-classes-image_types` 3640 variable, see the :ref:`ref-classes-image_types` 3641 class file, which is ``meta/classes-recipe/image_types.bbclass``. 4070 ``meta/classes-recipe/image_types*.bbclass`` in the :term:`Source Directory`.
|