aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
AgeCommit message (Collapse)Author
2013-10-01yocto-project-qs: Minor formatting to filesystem image section.Scott Rifenbark
(From yocto-docs rev: 2bc7dd4253255baa0cdd4623ed19c4f405d2776a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-01yocto-project-qs: Added a link to MACHINE variable.Scott Rifenbark
(From yocto-docs rev: 8263a13c9ae125c35f10d919c9004c00222f20cb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-01yocto-project-qs: Updated instructions for downloading from website.Scott Rifenbark
(From yocto-docs rev: 611c706fb7b7abb361a582eeea26404e65890e21) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-01yocto-project-qs: Updated wording for required packages.Scott Rifenbark
(From yocto-docs rev: 5af5c76434d6d877b43bf9020c6ae2f7524fe4d0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-01yocto-project-qs: Removed redundant production note.Scott Rifenbark
(From yocto-docs rev: 99a62746141fa05225e10483a0c784bc55a3f1f9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, yocto-project-qs: Explanations for Git tarballsScott Rifenbark
Fixes [YOCTO #5035] By default, the DL_DIR does not get files from Git repositories that are suitable for mirroring. There is a work-around by using the BB_GENERATE_MIRROR_TARBALLS variable, which, when set, causes the build system to generate tarballs for the Git repositories and place them in the DL_DIR. To address this, I added a new variable description for the BB_GENERATE_MIRROR_TARBALLS varible, updated the DL_DIR variable to indicate that "out-of-the-box" the YP puts suitable mirror files into the DL_DIR for everthing except Git repositories. Some other sections were updated where discussion revolved around pulling down source files. The QS had a spot where the BB_GENERATE_MIRROR_TARBALLS variable was actually used in an example. And, the expanded discussion on the BitBake process had a couple spots that deserved a mention. (From yocto-docs rev: 1539ff13222449ba60bfaaaac4fe1e8a795b0039) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22yocto-project-qs: Update to how toolchain installer scripts are named.Scott Rifenbark
(From yocto-docs rev: 4ff62bebbcfec2e83aff7b7b92e4b51c375127c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12documentation: Added the memory-resident BitBake featureScott Rifenbark
The main changes are captured in a new section devoted to the oe-init-build-env-memres script within the ref-structure.xml file and in the variables.xml file in a BBSERVER variable entry in the glossary. All other changes were necessary to integrate the new functionality into areas where running the setup script are discussed. Before this feature, there was a single setup script (oe-init-build-env). Consequently, wordings and such were designed exclusively for this single method. With the introduction of a second possible method to initialize the build environment, tweaks to many sections were needed. Beside the wording tweaks, appropriate cross-referencing was also needed. All these changes cover the integration of the new feature. Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From yocto-docs rev: c55c9a53c9b4cd1e06e6e81e32d56f9bbf5fe98c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12yocto-project-qs: Added Creative Commons distribution blurb.Scott Rifenbark
The QS did not have this legal blurg. I have added it in. (From yocto-docs rev: a007c4176b64db6ebbfaf4723c7842603a49ed76) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26yocto-project-qs, adt-manual: Updates to toolchain installer scriptScott Rifenbark
The way in which the toolchain installer scripts are named has changed. I have updated two sections that describe this so that the new naming scheme is used. (From yocto-docs rev: 71b70a12c72bca7cad565b5d6f44b2c6b311844d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13dev-manual, ref-manual, yocto-project-qs: Debian support addedScott Rifenbark
Fixes [YOCTO #4912] Throughout the manual set, various areas talk about the Linux distributions we support and the required packages among other items that are tied to a distro. Debian had been missing except from the list in the ref-manual that shows the releases we test against. I have attended to all areas where Debian needs to be mentioned now. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 2004567821add745d320106b0dc6cccb4f73b605) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13yocto-project-qs: Fixed path typo for a download.Scott Rifenbark
Fixes [YOCTO #4996] In section "Building an Image" the first Tip box has example file location "poky-dylan-9.0-build/conf/local.conf". It should be "poky-dylan-9.0/build/conf/local.conf". This particular error had propagated into 1.4.1 and 1.4.2. I have fixed all versions. This commit though is for the dylan HEAD, which will show up with the 1.4.2 release. The best I could do for 1.4 and 1.4.1 was to pull local versions of the branch, fix, rebuild and push to the website. Reported-by: Juuso Korhonen <korhonen.jusso1@gmail.com> (From yocto-docs rev: 8c42b68a4632ad9300232501c45fae61edd37475) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13yocto-project-qs: Updated section on toolchains.Scott Rifenbark
Changed the directory to x86_64 from x86-64. Also specically stated we support 32-bit and 64-bit stuff for x86 systems. (From yocto-docs rev: 6338469059b7ac6547f53a2da973f76e338c5124) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13yocto-project-qs: Updated note about the distros supported.Scott Rifenbark
Fixes [YOCTO #4927] Updated the wording to be less severe. The wording matches that used in the ref-manual. (From yocto-docs rev: d44cd9d6d01bad9aa5269730efae100c163e34f0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13yocto-project-qs: Fixed CentOS packages section.Scott Rifenbark
Removed the "-y" argument from the command to install required CentOS packages. Added a qualifier to the version of Python that you need for the build system. Removed the note about RHEL. (From yocto-docs rev: 25cff75cd361ff5070b21a5ee4a241148c580d49) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13yocto-project-qs: Update to Linux Distribution RequirementsScott Rifenbark
Fixes [YOCTO #4753] The section that tells the user the basic Linux requirement has been updated to mention the Git, tar, and Python minimum requirements. There is a new section in the reference manual's introduction area that describes how to create the buildtools tarball if these requirements are not met. The changes I made in the Quick Start now summarize the requirements and provide a link to that new section in the YP Reference Manual. (From yocto-docs rev: fcc61acab7e4a7ddde194aa2db21181778d5dcdf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-17yocto-project-qs: Final edits for QS manual.Scott Rifenbark
1. Fixed broken links to the website downloads page. 2. Added a better link to the oe-init-build-env script. 3. Added a note about the image directory because I discovered that the QEMU ones have the string "lib32" in prepended to them. (From yocto-docs rev: 38074bc97b94a23b115c44aa9f353205914f7cce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14documentation: Part 1 of 2 updates to integrating docs to Eclipse help.Timo Mueller
Hi, the generation of eclipse help files has been merged from the timo branch to the master. Since the creation of the timo branch there have been some changes to the master branch (e.g. new documentation, renamed documentation). This patch set does some cleanup for the renamed documentation and adds eclipse help generation support to the new documentation. 01: Removes the 'the' from the document titles 02..04: Cleanup obsolete artifacts resulting from the merge 05..08: Add eclipse help generation for ref-manual 09..13: Add eclipse help generation for kernel-dev 14..18: Add eclipse help generation for profile-manual Best regards, Timo This patch set originally contained 18 patches. I (Scott Rifenbark) had to push these changes as two parts. This is the first part. It does not include creation of the three cusomization files. (From yocto-docs rev: 9b1889f6e31ee70dae704fa08763fb9196616dad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14yocto-project-qs: Updates to how to use local directories for sourceScott Rifenbark
The section that describes an efficient way to set up the build system to look in local areas for tarballs needed updated so that PREMIRRORS was not the focus. The example used does not even employ PREMIRRORS. So I changed wording to support the example. I also added a mention of the PREMIRRORS variable and a linked reference to it for more information. (From yocto-docs rev: 7966942e2dfad85c2eb9480d7f706355871c40ab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14documentation: Add chunk.quietly option to eclipse processingTimo Mueller
The chunk.quietly option disables the output of the docbook chunker. Creation of a new html file is now longer printed to the console. This provides a much cleaner output of the eclipse makefile target. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14documentation/yocto-project-qs/yocto-project-qs.xml: Convert fake-title ↵Timo Mueller
section into articleinfo The fake title section is converted into a docbook article.articleinfo. If used with a custom title page this will lead to the excapt same output. But I will enable the creation of metadata from this title information. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: ↵Timo Mueller
new file This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14documentation/yocto-project-qs: Added custom title pageTimo Mueller
The quick start guide is currently not using a title information to set the title of the document (e.g. article.title or article.articleinfo.title). As other output formats may use the title information to create metadata this information has to be added to the document. To preserve current style of the document a custom title page has to be used. With this for instance 'article.title' can be used instead of the fake-title section currently used, leaving the style intact. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14documentation: Move yocto-project-qs global parameters to customization fileTimo Mueller
Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-11Documentation: yocto-project-qs - Removed all trailing whitespace.Scott Rifenbark
(From yocto-docs rev: 36376c49df34856b33bf8f4180ff6960f3280b48) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-03documentation: yocto-project-qs - Modified PREMIRRORS exampleScott Rifenbark
I updated the example to match the more elegant solution provided in Robert P. J. Day's wiki. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 209d6205b4fc6a4010f440ba7e0e2018217a0a0b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-03documentation: yocto-project-qs - Fixed two links.Scott Rifenbark
Two links to the wiki were pointing to diff pages and not the actual pages. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 7339ea7b0a3869570c9097146a49dfd758527197) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-03documentation: several manuals - Notes and links for filename space issueScott Rifenbark
Fixes [YOCTO_#3396] Spaces in file and directory names is an issue for the build system and throws an error when sourcing the environment setup script. I added key notes in several areas of the doc set. I also added some cross-references to the oe-init-build-env section in some other areas where running the script is discussed. (From yocto-docs rev: 1d102e91ba77391096749bd7df6c05b2b695b33f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-23documentation: yocto-project-qs - Final changes before the 1.3 lockdownScott Rifenbark
Fixed used of "Source Directory" and Build Directory. (From yocto-docs rev: a4d79c5a7e73003fc99c274d876fbea453a80d20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-15documentation: poky-ref-manual, yocto-project-qs - supported distrosScott Rifenbark
Created the new section in the reference manual that lists the distributions that support YP. Updated the section in the QS to reference the new section in the reference manual. (From yocto-docs rev: ff85945574466b2e6431fbaa0026cdea9d96ac9b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-07documentation: poky-ref-manual, yocto-project-qs - Packages fixedScott Rifenbark
Fixes [YOCTO_#3180] Final changes to the packages section. They were re-organized and the set is complete and thus fixes this bug. (From yocto-docs rev: 533b45c9d41330497bbd0da58b812a4738ba64a8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-04documentation: poky-ref-manual, yocto-project-qs - Updates to packagesScott Rifenbark
A few edits to the respective sections that talk about required packages. Some wording changes for headless and graphics supported systems. Also, re-inserted the note about older CentOS systems. Reported-by Paul Eggleton <paul.eggleton> (From yocto-docs rev: 112370758cf41104ff04c4996d4a432e6bd54be1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-04documentation: yocto-project-qs, yocto-project-ref - package re-orgScott Rifenbark
Reorganization of the packages section in the YP Quick Start. These are now ordered still by distro but the listed packages have been culled down to just the needed ones to run an image on QEMU with graphical support. A corresponding section in the reference manual now provides the comprehensive list of packages for all supported distros. The section in the reference manual is broken down by distro and by function. Finally, four new variables were introduced to track the essential packages for each of the distros. The variables are defined in poky.ent and follow the form <distro>_HOST_PACKAGES_ESSENTIAL. This will make it so we don't have to maintain this list of essential packages in multiple places. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: 839b441791980db82f4795454e976e606b486d25) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-28documentation: adt-manual, yocto-project-qs - Added tarball installer infoScott Rifenbark
Turns out the .sh file that installs the tarball comes down without executable permissions. I added a sentence in each manual instructing the user to set the permissions to the script before attempting to run it. (From yocto-docs rev: c1699971b3e03893aa1af5033e19d8f5c0b21ff4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-24documentation/yocto-project-qs/yocto-project-qs.xml: Minor correctionsScott Rifenbark
A few minor corrections to fix some wordings. (From yocto-docs rev: de71001992150da685a70389e28313df609d6521) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-24documentation: Build example in QS and poky.ent variable addedScott Rifenbark
I changed the example that builds an image so that it uses the default build directory. It seems like the natural thing to do. Also added a new poky.ent variable named OE_INIT_FILE. This variable is set to the name of the build environment script (From yocto-docs rev: f0db49e27e89aefb6d43a0b455c6ecc529399c27) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-14documentation: Toolchain corrections from tarball to .sh fileScott Rifenbark
For 1.3 there is not longer a toolchain tarball. Instead, there is a wrapper script that lets you install the tarball. This fundamental usage model change caused several ripples throughout the documentation set. I have changed wordings and examples to reflect the new paradigm. (From yocto-docs rev: afb2069daa91e04c0f78ba425a6b184cb820d888) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-14documentation/yocto-project-qs/yocto-project-qs.xml: Added glib-gettextizeScott Rifenbark
Fixes [YOCTO #2904] Added glib-gettextize package to the list of required Fedora packages. (From yocto-docs rev: c46f8e46ad70bf979d2e51e58d461bcd9456b773) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-14documentation/yocto-project-qs/yocto-project-qs.xml: Adjust GUI component ↵Paul Eggleton
feature listing List frameworks we provide that are likely to be used by people these days - Pimlico has been removed and GuPNP and Matchbox don't really belong. Also slightly modify the sentence following so that it is clear that these are optional. In addition to Paul's patch, I cleaned up one of his sentences with some simple grammar edits. (From yocto-docs rev: 1cdeb057bab0d69fe6656e33e643962dd2086567) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04documentation/yocto-project-qs/yocto-project-qs.xml: removed fakerootScott Rifenbark
Fixes [YOCTO #3036] Turns out the fakeroot package is not required for the Fedora Linux distribution. I removed this to reverse the fix I did earlier for YOCTO #3036. (From yocto-docs rev: 6b22dda7fc7f07bd34d2a84e03308ae8ebcfbe9b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04documentation/yocto-project-qs/yocto-project-qs.xml: added and removed packagesScott Rifenbark
Fixes [YOCTO #3036] Added fakeroot to the Fedora package list. Removed python-curses package from the Fedora package list. Added python-curses package to the OpenSUSE package list. This fixes a previous commit where I accidentally added python-curses to Fedora. (From yocto-docs rev: 8e1b7a640886e6d39cf1e175611098555204a5f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04documentation/yocto-project-qs/yocto-project-qs.xml: added python-cursesScott Rifenbark
Fixes [YOCTO #3036] I added the python-curses package to the list of required packages for the Fedora distribution. (From yocto-docs rev: 2929a0f97cd9be88580c0a80848b7fff327b4642) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04documentation: Style sheet naming changesScott Rifenbark
I had to rename individual style.css sheets to have book-specific names. So style.css for the ADT manual becomes adt-style.css and so forth. Turns out, this isn't really necessary for the solution to create the mega-manual but I am leaving the changes as a separate commit because it makes sense. It causes no disruption to making the six YP manuals. (From yocto-docs rev: 8cbdae1fe86988243f91dfd611c14f8a37007886) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04documentation/yocto-project-qs/yocto-project-qs.xml: File name changedScott Rifenbark
For some odd reason the PNG filename for the YP logo did not end in "p". I added the character so that the image is displayed. (From yocto-docs rev: a6a4bcf9798be2bbf1be3922226ef83b7d6667d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-24documentation: Updated the h6 style to use a larger fontScott Rifenbark
(From yocto-docs rev: 5fa8d627fe671f0eb7bbc67ce852e2010cbd723f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-24documentation: Changes to ADT Manual titleScott Rifenbark
The name of the ADT manual has changed to the "Yocto Project Application Developer's Guide." This change had some ripple effect regarding cross-references into the manual. These are now fixed. (From yocto-docs rev: 7ba25c470b03a85098388e6cca7c78a6ebb245d8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17documentation: Changed link anchor for 'resourses' in QSScott Rifenbark
The string used for the link anchor for the "What You Need and How You Get It" section in the YP QS used "resources". This string is actually used as the chapter id for the resources chapter in the YP ref manual. I changed the string in the QS from "resources" to "yp-resourses" to make it unique. There was one instance in the YP ref manual where a cross-reference to the section occurred. I fixed that as well. (From yocto-docs rev: 58c1e4e327cb489e037bbde170c4c495f4567392) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17documentation: Converted FAQ appendix to a chapterScott Rifenbark
As part of moving the reference manual to a real reference manual I am removing the "appendix" classification and having everthing be a chapter. I changed the "faq" appendix to a chapter and made sure any references in the doc set use the proper term now (chapter). (From yocto-docs rev: 6e090132823e3b121d00d9116b0693c922156b32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17documentation: converted ref-images and ref-features to chaptersScott Rifenbark
As part of moving the reference manual to a real reference manual I am removing the "appendix" classification and having everthing be a chapter. I changed the "ref-imagese" and "ref-features" appendices to chapters and made any references in the doc set use the proper term now (chapter). (From yocto-docs rev: 08117634034a5cd5567c971957583d986c9ee9a4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17documentation/yocto-project-qs/yocto-project-qs.xml: install toolchain detailsScott Rifenbark
I added a bit of detail to the install toolchain example to explain that the user needs to be in the root directory. (From yocto-docs rev: afb294f6e0997b72f11d9e9d31b3b22d083c2dad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>