Searched full:image_classes (Results 1 – 25 of 26) sorted by relevance
12
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | baremetal-image.bbclass | 100 IMAGE_CLASSES ??= "" 101 IMGCLASSES = " ${IMAGE_CLASSES}"
|
| H A D | extrausers.bbclass | 5 # IMAGE_CLASSES += "extrausers"
|
| H A D | testimage.bbclass | 12 # - first add IMAGE_CLASSES += "testimage" in local.conf 243 …bb.fatal('File %s not found (%s).\nHave you built the image with IMAGE_CLASSES += "testimage" in t…
|
| H A D | qemuboot.bbclass | 85 # IMAGE_CLASSES += "qemuboot"
|
| H A D | image.bbclass | 2 IMAGE_CLASSES ??= "" 9 IMGCLASSES = "rootfs_${IMAGE_PKGTYPE} image_types ${IMAGE_CLASSES}"
|
| H A D | license.bbclass | 415 IMAGE_CLASSES:append = " license_image"
|
| H A D | buildhistory.bbclass | 785 …imagevars = "DISTRO DISTRO_VERSION USER_CLASSES IMAGE_CLASSES IMAGE_FEATURES IMAGE_LINGUAS IMAGE_I… 786 …listvars = "USER_CLASSES IMAGE_CLASSES IMAGE_FEATURES IMAGE_LINGUAS IMAGE_INSTALL BAD_RECOMMENDATI…
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/mips/ |
| H A D | qemuboot-mips.inc | 2 IMAGE_CLASSES += "qemuboot"
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/ |
| H A D | qemuboot-x86.inc | 2 IMAGE_CLASSES += "qemuboot"
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/ |
| H A D | qemu.inc | 31 IMAGE_CLASSES += "qemuboot"
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/conf/machine/ |
| H A D | beaglebone-yocto.conf | 47 IMAGE_CLASSES += "qemuboot"
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 46 echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample.extended | 158 # IMAGE_CLASSES = " image_types_uboot" 274 #IMAGE_CLASSES += "extrausers"
|
| H A D | local.conf.sample | 161 #IMAGE_CLASSES += "testimage testsdk"
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.2.rst | 221 To use ``runqemu``, set :term:`IMAGE_CLASSES` as 230 IMAGE_CLASSES += "qemuboot"
|
| H A D | release-notes-4.0.7.rst | 35 - baremetal-image: Avoid overriding qemu variables from IMAGE_CLASSES
|
| H A D | migration-4.0.rst | 165 If you were enabling the ``image-prelink`` class in :term:`INHERIT`, :term:`IMAGE_CLASSES`,
|
| H A D | migration-2.6.rst | 320 :term:`IMAGE_CLASSES` variable rather than the
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | intro.rst | 250 - You need to set the :term:`IMAGE_CLASSES` variable as follows:: 252 IMAGE_CLASSES += "testimage"
|
| /OK3568_Linux_fs/yocto/build/conf/include/ |
| H A D | common.conf | 161 #IMAGE_CLASSES += "testimage testsdk"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 26 …TS', 'RREPLACES', 'RCONFLICTS', 'FILES', 'FILELIST', 'USER_CLASSES', 'IMAGE_CLASSES', 'IMAGE_FEATU…
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 974 IMGCLASSES = "rootfs_${IMAGE_PKGTYPE} image_types ${IMAGE_CLASSES}" 2829 Best practices include using :term:`IMAGE_CLASSES` rather than 2862 Best practices include using :term:`IMAGE_CLASSES` rather than
|
| H A D | variables.rst | 3066 :term:`IMAGE_CLASSES` 3071 The default value for :term:`IMAGE_CLASSES` is ``image_types``. You can
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | documentation.conf | 212 IMAGE_CLASSES[doc] = "A list of classes that all images should inherit."
|
| H A D | bitbake.conf | 530 HOSTTOOLS += "${@'ip ping ps scp ssh stty' if (bb.utils.contains_any('IMAGE_CLASSES', 'testimage te…
|
12