summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Added the memory-resident BitBake featureScott Rifenbark2013-09-121-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* yocto-project-qs: Added Creative Commons distribution blurb.Scott Rifenbark2013-09-121-0/+15
| | | | | | | | | 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>
* yocto-project-qs, adt-manual: Updates to toolchain installer scriptScott Rifenbark2013-08-261-21/+39
| | | | | | | | | | | 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>
* dev-manual, ref-manual, yocto-project-qs: Debian support addedScott Rifenbark2013-08-131-5/+7
| | | | | | | | | | | | | | | | | | | 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>
* yocto-project-qs: Fixed path typo for a download.Scott Rifenbark2013-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | 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>
* yocto-project-qs: Updated section on toolchains.Scott Rifenbark2013-08-131-3/+3
| | | | | | | | | | 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>
* yocto-project-qs: Updated note about the distros supported.Scott Rifenbark2013-08-131-13/+19
| | | | | | | | | | | | 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>
* yocto-project-qs: Fixed CentOS packages section.Scott Rifenbark2013-08-131-7/+3
| | | | | | | | | | | | | | | 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>
* yocto-project-qs: Update to Linux Distribution RequirementsScott Rifenbark2013-08-131-7/+24
| | | | | | | | | | | | | | | | | 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>
* yocto-project-qs: Final edits for QS manual.Scott Rifenbark2013-04-171-10/+16
| | | | | | | | | | | | | 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>
* documentation: Part 1 of 2 updates to integrating docs to Eclipse help.Timo Mueller2013-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* yocto-project-qs: Updates to how to use local directories for sourceScott Rifenbark2013-02-141-10/+20
| | | | | | | | | | | | | | 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>
* documentation: Add chunk.quietly option to eclipse processingTimo Mueller2013-02-141-0/+1
| | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Convert fake-title ↵Timo Mueller2013-02-141-6/+14
| | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: ↵Timo Mueller2013-02-141-0/+24
| | | | | | | | | | | 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>
* documentation/yocto-project-qs: Added custom title pageTimo Mueller2013-02-142-0/+3821
| | | | | | | | | | | | | 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>
* documentation: Move yocto-project-qs global parameters to customization fileTimo Mueller2013-02-141-1/+1
| | | | | | | | 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>
* Documentation: yocto-project-qs - Removed all trailing whitespace.Scott Rifenbark2012-12-111-169/+169
| | | | | | | (From yocto-docs rev: 36376c49df34856b33bf8f4180ff6960f3280b48) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: yocto-project-qs - Modified PREMIRRORS exampleScott Rifenbark2012-12-031-10/+10
| | | | | | | | | | | 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>
* documentation: yocto-project-qs - Fixed two links.Scott Rifenbark2012-12-031-2/+2
| | | | | | | | | | | 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>
* documentation: several manuals - Notes and links for filename space issueScott Rifenbark2012-12-031-1/+2
| | | | | | | | | | | | | | | 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>
* documentation: yocto-project-qs - Final changes before the 1.3 lockdownScott Rifenbark2012-10-231-12/+12
| | | | | | | | | 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>
* documentation: poky-ref-manual, yocto-project-qs - supported distrosScott Rifenbark2012-10-151-3/+4
| | | | | | | | | | | | | 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>
* documentation: poky-ref-manual, yocto-project-qs - Packages fixedScott Rifenbark2012-10-071-2/+2
| | | | | | | | | | | | 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>
* documentation: poky-ref-manual, yocto-project-qs - Updates to packagesScott Rifenbark2012-10-041-2/+10
| | | | | | | | | | | | | 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>
* documentation: yocto-project-qs, yocto-project-ref - package re-orgScott Rifenbark2012-10-041-57/+40
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* documentation: adt-manual, yocto-project-qs - Added tarball installer infoScott Rifenbark2012-09-281-0/+5
| | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Minor correctionsScott Rifenbark2012-09-241-9/+11
| | | | | | | | | 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>
* documentation: Build example in QS and poky.ent variable addedScott Rifenbark2012-09-241-5/+9
| | | | | | | | | | | | | 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>
* documentation: Toolchain corrections from tarball to .sh fileScott Rifenbark2012-09-141-12/+19
| | | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Added glib-gettextizeScott Rifenbark2012-09-141-1/+1
| | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Adjust GUI component ↵Paul Eggleton2012-09-141-5/+5
| | | | | | | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: removed fakerootScott Rifenbark2012-09-041-1/+1
| | | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: added and removed packagesScott Rifenbark2012-09-041-2/+3
| | | | | | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: added python-cursesScott Rifenbark2012-09-041-1/+1
| | | | | | | | | | | | 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>
* documentation: Style sheet naming changesScott Rifenbark2012-09-041-0/+0
| | | | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: File name changedScott Rifenbark2012-09-041-1/+1
| | | | | | | | | | 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>
* documentation: Updated the h6 style to use a larger fontScott Rifenbark2012-07-241-1/+1
| | | | | | | (From yocto-docs rev: 5fa8d627fe671f0eb7bbc67ce852e2010cbd723f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Changes to ADT Manual titleScott Rifenbark2012-07-241-2/+1
| | | | | | | | | | | 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>
* documentation: Changed link anchor for 'resourses' in QSScott Rifenbark2012-07-171-1/+1
| | | | | | | | | | | | | | | 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>
* documentation: Converted FAQ appendix to a chapterScott Rifenbark2012-07-171-1/+1
| | | | | | | | | | | | | 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>
* documentation: converted ref-images and ref-features to chaptersScott Rifenbark2012-07-171-2/+3
| | | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: install toolchain detailsScott Rifenbark2012-07-171-3/+4
| | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: edits to super userScott Rifenbark2012-07-091-1/+5
| | | | | | | | | | | | | | Mentioned at the very end of the beagleboard build that the image can now be run on the target hardware. Also, specically noted the local.conf file as "conf/local.conf" in the build directory. Reported-by: Kevin Strasser <keven.strasser@intel.com> (From yocto-docs rev: a4b41c7f5e8e8017401961097e0df4b13458ac24) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Some link fixesScott Rifenbark2012-07-061-4/+4
| | | | | | | | | Minor fixes to some links and some typos. (From yocto-docs rev: 8d1f53bca404461f8edc526d5e144ef7d76f0594) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Scrub and editScott Rifenbark2012-07-061-49/+47
| | | | | | | | | | | | | | | I did a scrub for the term "Yocto" and substituted appropriately. This resulted in the term "Yocto Project build system" going away and being replaced by "OpenEmbedded build system." The "Yocto Project build directory" was replaced by "build directory." I also found a few little things that were wrong like including the Debian distro in the list of supported distros so I removed that. Finally, a spell check produced a couple of fixes. (From yocto-docs rev: 6957658982516aa4b0e4726c9344c46854aa11d3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Updated Fedora packagesScott Rifenbark2012-06-261-1/+1
| | | | | | | | | | | | Changed the xsltproc package to libxslt. Fixes [YOCTO #2652] Reported-by: Cristian Ciupitu <cristian.ciupitu@yahoo.com> (From yocto-docs rev: aa187423e7516fea172cce5fbd4432810d9a63e3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: pre-built example fixScott Rifenbark2012-05-311-4/+6
| | | | | | | | | | | | | | | The example showing how to use pre-built images, the toolchain, and filesystem was off a bit. I changed some wording to indicate using the .ext3 filetype of the filesystem. Previously it talked about expanding the tarball version but the example has been changed to use .ext3. Also, the environment setup file has been mis-named forever. It should have i586 in it and not i686. And, finally, the image name does not have a release number as part of the name. (From yocto-docs rev: c9953c9bb716ae5be183020c5143152226bf1de5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Minor wording changesScott Rifenbark2012-05-311-4/+4
| | | | | | | (From yocto-docs rev: f9547a52d97331f3e78b071a4293b9dbbc18480c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Setup changesPaul Eggleton2012-05-311-13/+3
| | | | | | | | | | | | | | Remove mercurial as this is no longer needed. linuxdoc-tools was mentioned twice in the CentOS list. We no longer support Fedora versions older than 15 so remove this note. This commit applies to 1.2, 1.2.1, and 1.3. (From yocto-docs rev: 4a7e8cc3d69d5c2f9aacedc5f7e2ff9657ef850f) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>