Home
last modified time | relevance | path

Searched refs:image_types (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dtest-remote-image249 …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 Dobmc-phosphor-debug-tarball.bbclass12 # Override from image_types.bbclass to restrict tarball to /usr tree.
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_sparse.bbclass1 inherit image_types
/openbmc/u-boot/common/
H A Dbootm.c1045 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 Drelease-notes-5.0.2.rst49 - classes: image_types: apply EXTRA_IMAGECMD:squashfs* in oe_mksquashfs()
50 - classes: image_types: quote variable assignment needed by dash
H A Drelease-notes-4.1.4.rst61 - image_types: fix multiubi var init
62 - image_types: fix vname var init in multiubi_mkfs() function
H A Drelease-notes-4.0.21.rst43 - image_types.bbclass: Use --force also with lz4,lzop
H A Drelease-notes-5.0.4.rst51 - image_types.bbclass: Use --force also with lz4,lzop
H A Drelease-notes-4.0.9.rst56 - image_types: fix multiubi var init
H A Drelease-notes-4.0.12.rst66 - image_types: Fix reproducible builds for initramfs and UKI img
H A Drelease-notes-4.2.2.rst74 - image_types: Fix reproducible builds for initramfs and UKI img
H A Drelease-notes-4.1.rst118 - :ref:`ref-classes-image_types`: isolate the write of UBI
/openbmc/openbmc/meta-raspberrypi/classes/
H A Dsdcard_image-rpi.bbclass1 inherit image_types
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage.bbclass14 IMGCLASSES = "rootfs_${IMAGE_PKGTYPE} image_types ${IMAGE_CLASSES}"
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dclasses.rst1249 .. _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 Dvariables.rst1545 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`.