in ref manual, images list (and other lists) appear incomplete
Robert P. J. Day
just wandering through the yocto/poky reference manual, and it seems
that some of the lists there are missing a few entries. first, in the images section, file:///home/rpjday/yocto/git/documentation/poky-ref-manual/poky-ref-manual.html#ref-images if you run the given command: $ ls meta*/recipes*/images/*.bb you'll get at least a couple more recipes directory (recipes-rt, recipes-qt) than is mentioned there, and more image recipe files: $ ls -1 meta*/recipes*/images/*.bb meta-hob/recipes-core/images/hob-image.bb <-- not listed meta/recipes-core/images/core-image-base.bb meta/recipes-core/images/core-image-core.bb meta/recipes-core/images/core-image-minimal.bb meta/recipes-core/images/core-image-minimal-dev.bb meta/recipes-core/images/core-image-minimal-initramfs.bb meta/recipes-core/images/core-image-minimal-mtdutils.bb meta/recipes-core/images/self-hosted-image.bb <-- not listed meta/recipes-extended/images/core-image-basic.bb meta/recipes-extended/images/core-image-lsb.bb meta/recipes-extended/images/core-image-lsb-dev.bb meta/recipes-extended/images/core-image-lsb-sdk.bb meta/recipes-graphics/images/core-image-clutter.bb meta/recipes-graphics/images/core-image-gtk-directfb.bb meta/recipes-qt/images/qt4e-demo-image.bb <-- not listed meta/recipes-rt/images/core-image-rt.bb <-- not listed meta/recipes-rt/images/core-image-rt-sdk.bb <-- not listed meta/recipes-sato/images/core-image-sato.bb meta/recipes-sato/images/core-image-sato-dev.bb meta/recipes-sato/images/core-image-sato-sdk.bb $ also, in Appendix E, the various lists there look incomplete as well. for example, it would appear that the valid options for DISTRO_FEATURES should include things like x11, opengl, pulseaudio and more. just making observations. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== |
|