Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/
H A Dimage_types_sparse.bbclass1 inherit image_types
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c1046 static uint8_t image_types[] = { in bootm_host_load_images() local
1071 for (i = 0; !is_spl && i < ARRAY_SIZE(image_types); i++) { in bootm_host_load_images()
1074 ret = bootm_host_load_image(fit, image_types[i], 0); in bootm_host_load_images()
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst959 .. _ref-classes-image_types:
961 ``image_types.bbclass``
964 The ``image_types`` class defines all of the standard image output types
971 enables the ``image_types`` class. The ``image`` class uses the
974 IMGCLASSES = "rootfs_${IMAGE_PKGTYPE} image_types ${IMAGE_CLASSES}"
983 The ``image_types`` class also handles conversion and compression of images.
H A Dvariables.rst3071 The default value for :term:`IMAGE_CLASSES` is ``image_types``. You can
3075 For more information, see ``meta/classes/image_types.bbclass`` in the
3091 variable, see the :ref:`image_types <ref-classes-image_types>`
3092 class file, which is ``meta/classes/image_types.bbclass``.
3488 ``meta/classes/image_types*.bbclass`` in the :term:`Source Directory`.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage.bbclass9 IMGCLASSES = "rootfs_${IMAGE_PKGTYPE} image_types ${IMAGE_CLASSES}"