summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-images.xml
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual: Scrubbed for variable (user) input.Scott Rifenbark2014-10-181-23/+23
| | | | | | | | | | | | | | | Throughout the manual I had been using angled bracket sets to denote user-supplied input. This is confusing and better shown by using the <replaceable></replaceable> tags. I scrubbed all the chapters and replaced as needed. Some other minor formatting changes were caught and fixed during the scrub as well. (From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated "Images" chapter to remove listed dirs for recipes.Scott Rifenbark2014-08-121-134/+130
| | | | | | | | | | | | | This list has grown substantially and it is impractical to list the directories that contain image recipes out. I left the "ls" command that the use could run in order to see those directories. This makes the section of the manual much more maintainable. (From yocto-docs rev: ee129f578dfa986937b45b111e0e26b61b42c565) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Ordered images alphabetically.Scott Rifenbark2014-08-121-50/+50
| | | | | | | | | | The image list has grown to where it probably could use some structure. I ordered the list by alphabet. (From yocto-docs rev: 4ee03974d9a58d2b49af3ae4cafe9ac181627c86) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added "core-image-testmaster-initramfs" imageScott Rifenbark2014-08-121-0/+4
| | | | | | | | | | Added this image to the list of images in the "Image" chapter. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 29161a98f2bacc6fac77fcb11c2bfe1c905167f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Provided canonical GP license names.Scott Rifenbark2014-07-231-1/+1
| | | | | | | | | | | | Fixes [YOCTO #6499] Fixed a couple example INCOMPATIBLE_LICENSE examples so that they now use the canonical licensing names GPL-3.0 LGPL-3.0 AGPL-3.0. (From yocto-docs rev: d2d6be323d1a5ed9da88b7924954f9733a78da84) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Modified licensing verbiage for GPLv3Scott Rifenbark2014-07-211-5/+8
| | | | | | | | | | | | Fixes [YOCTO #6499] Updated three areas to include similarly licenced components regarding the use of non-GPLv3 licensing. (From yocto-docs rev: 88c0720e4070be58fbde17bc04db2b53c3307bf8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Reorded LSB image types to be together.Scott Rifenbark2014-06-181-9/+9
| | | | | | | (From yocto-docs rev: e73c913b43ac39fd7a0d717c5b120b1676d8b506) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the "Images" section.Scott Rifenbark2014-06-181-20/+19
| | | | | | | | | | | Added detailed requirements for the three LSB type images in order for the build to create an LSB-compliant image. Massaged the weston image a bit. (From yocto-docs rev: 01fee2bebe76512ab5707212fc8d78df20d83126) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added review comments to core-image-testmaster image.Scott Rifenbark2014-04-191-3/+7
| | | | | | | (From yocto-docs rev: 064a49648b2333dede612642a9a6621470b603ed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added core-image-testmaster to the list of images.Scott Rifenbark2014-04-191-0/+5
| | | | | | | | | Fixes [YOCTO #5614] (From yocto-docs rev: 5df086664b858423d6e7054b451942feb73047e9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to deal with installing packages in initramfsScott Rifenbark2014-04-111-2/+6
| | | | | | | | | | | | | | | | Fixes [YOCTO #4961] Documented the user requirement to use PACKAGE_INSTALL to specify packages for installation into an initramfs image. Normally, you use IMAGE_INSTALL. To account for this user model, I updated the PACKAGE_INSTALL and IMAGE_INSTALL variables. I also added a bit more information to the "Images" chapter item that talks about the core-image-minimal-initramfs image. (From yocto-docs rev: a1ad649cf310f281a7de584d5b9a1820ca99d4eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Changed core-image-basic to core-image-full-cmdlineScott Rifenbark2014-03-251-1/+1
| | | | | | | | | | | | | | | Fixes [YOCTO #2424] Some imgage names were cleaned up to have more meaningful names. These doc changes here take care of changing "core-image-basic" to "core-image-full-cmdline". Five instances changed. (From yocto-docs rev: b758f9645e66867b5728da1dd989bae70a216fcc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added core-image-weston and core-image-directfbScott Rifenbark2013-12-031-5/+9
| | | | | | | | | | | | The image core-image-gtk-directfb really should be core-image-directfb. Also, we need to add the core-image-weston image to the list of images chapter. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 66625cc8da339d3096edbc8623ca4b91b4bb6858) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Wording change for Images section.Scott Rifenbark2013-08-131-1/+2
| | | | | | | | | | Changed the wording to better reflect what these sample images in the chapter really accomplish. (From yocto-docs rev: 8ae60cd52e5b8fba02b00bdd8b7b242a077e8196) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to the "Images" chapter.Scott Rifenbark2013-04-041-29/+46
| | | | | | | | | | | Made sure the list of shipped (supported) images was up-to-date. Had to add a couple. Also, some extra edits to support the new list. (From yocto-docs rev: db5bc1dd0079d0d8db67653a9878205d4b89258f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Rename of poky-ref-manual folder to ref-manual.Scott Rifenbark2013-01-071-0/+132
Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>