aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
AgeCommit message (Collapse)Author
2012-01-06documentation/yocto-project-qs/yocto-project-qs.xml: removed disable dash textScott Rifenbark
Richard made a concerted effort to enable Dash usage in Poky and the sanity check to detect it is no longer present. We should update the documentation to reflect this development. Specifically the section in the quickstart: "If your distribution is Ubuntu, you need to be running the bash shell. You can be sure you are running this shell by entering the following command and selecting "No" at the prompt: $ sudo dpkg-reconfigure dash " Is no longer required. I have removed it. Fixes [YOCTO #1820] Reported-by: Joshua Lock <josh@linux.intel.com> (From yocto-docs rev: 189a80571bb7a1afd53171d93273e7cc26460d63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-06documentation/yocto-project-qs/yocto-project-qs.xml: Added ↵Scott Rifenbark
libxml-parser-perl pkg A missing dependency surfaced during a build by community member Marc Ferland on a Ubuntu system. The "shared-mime-info" package would not build. Fix was to add the "libxml-parser-perl" package. So I added this package as a requirement for the Ubuntu systems. Reported-by: Marc Ferland (From yocto-docs rev: 3922f2eb24f8f2089c6fdb48a88530af2b26f159) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation: BB_NUMBER_THREADS and PARALLEL_MAKE suggestionsScott Rifenbark
Text that suggests setting the BB_NUMBER_THREADS and PARALLEL_MAKE variables to speed build time has been updated to suggest a setting of twice the number of host cores supported. The 2x number came to light through a discussion on the project mailing list initiated by Robert P. J. Day. Reported-by: Robert P. J. Day (From yocto-docs rev: 1846b41a595b7bd905ca828eaa04112d1533d7a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation: Added footnote element to the stylesheetsScott Rifenbark
During development, a footnote was added to the Development manual. In order to get the footnote to display correctly, I had to introduce a footnote element in the style sheet. This commit propogates the style to the other manual CSS sheets. (From yocto-docs rev: 0439b46620125f2cb26dff4e8c79fc479205133a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation/yocto-project-qs/yocto-project-qs.xml: fixed broken linkScott Rifenbark
"www" was messing up the link. Removed it. Reported-by: William Mills (From yocto-docs rev: ae7074325c78385684c51c06e8a27686e6fa1d05) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation: Changed all manual links to point to "latest"Scott Rifenbark
There are many references to YP documentation throughout the YP manual set. They used to have hard-coded links to the current release (e.g. yoctoproject.org/docs/1.1 for Edison). This created a situation where if you went to a document on the website and clicked on a external reference to another manual, you would redirect to the current manual on the website. Really, you would want to go to the latest manual, which is one that is under development. Changing the links to "yoctoproject.org/docs/latest" makes the tip of master, which is used for devloping the next release, always have references to the manuals being developed and not back to the stable released set of manuals. This "latest" and "current" scheme for the links is not perfect. What has to happen when the latest set of the manuals freezes and becomes the next stable release, all the links in the docs will need to be changed from "latest" in the URL to the new release number. So for example, all the "latest" occurences would need to be changed to "1.2". Then for the next cycle as development begins again, the links need to be infused with "latest" again. (From yocto-docs rev: a234aef34303b07671da956de0e94b352797143e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation/yocto-project-qs/yocto-project-qs.xml: Updated packages sectionScott Rifenbark
Split the instructions for getting the packages needed for Yocto into sections that specifically support Ubuntu, Fedora, and openSUSE. Also, added a couple packages to openSUSE. I did not implement a suggested change to include a note indicating future support of the dash shell since it probably is not good policy to document plans as they change. Reported-by: Darren Hart (From yocto-docs rev: 3dbbb22ccdda1a7e809e61e19f5d04ab26e3499c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01documentation/yocto-project-qs/yocto-project-qs.xml: Robert P. J. Day ReviewScott Rifenbark
As Reported By: Robert P. J. Day. Community member Robert P. J. Day scrubbed the Quick Start manual for Release 1.1. He found several areas that were incorrect. Many items were documented pre-release and changed during the actual realeas. Naming conventions for images and such had to be changed. Robert also found and suggested several wording changes that resulted in clearer text. I was not able to patch all the changes using the 'patch' command. I need to work out some process issues still in order to apply patches directly to the yocto-docs repository. Meanwhile, I hand-inserted the changes. Also, some text changes were modified slightly by me to conform to the books style, etc. Kudos to Robert for such a detailed look at the YP Quick Start. (From yocto-docs rev: 6bc2e9c289a802f511441ca5b31ca6163e4fdfac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31documentation/yocto-project-qs/yocto-project-qs.xml: fix tarball URLScott Rifenbark
Community member Robert P.J. Day pointed out that the URL used to reference the Edison tarball in the manual was incorrect. It was pointing to the old Poky area and not the Yocto-1.1 area. I have updated the example 'wget' command with the correct URL. (From yocto-docs rev: ba9deb4717b72b4d75c18870106607b1770ac45b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31documentation/yocto-project-qs/yocto-project-qs.xml: dyslexic statement fixed.Scott Rifenbark
I somehow had that having a host with multiple cores and threads could be used to increase the build time. It obviously should have been "decrease". Kudos to Bill Fishburn for finding this goof. (From yocto-docs rev: 2cd0ac980f9191edd3d4874508fd8fc9f0531622) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14documentation: Cleaned out bad links and replaced with goodScott Rifenbark
The re-structuring of the web server that holds the documents created some bad links. I thought I had gotten them all but apparently not. this is a drawback of not being able to test things until after stuff is done. In any case, I grepped through everything and this takes care of it. (From yocto-docs rev: cdbc3b3b7f6d6ff01024b977f966459cf414ad5c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-06documentation/yocto-project-qs/yocto-project-qs.xml: release name and misc.Scott Rifenbark
I somehow had either dreamed the word "einstein" into the release for 1.1 and had it in there as part of the tarball name, etc. I have replaced this obviously with "edison." Other edits involved making the references to outside documents more consistent. (From yocto-docs rev: 2407b7dd89712c489d515e97d44e3c7dc0b64d20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/yocto-project-qs/yocto-project-qs.xml: Supported Distros updatedScott Rifenbark
I updated the section on the supported distribution section by including a link to the wiki page that shows what distros we have tested and their status. (From yocto-docs rev: e66a18a13dc02af6a0846dd1ecf14aeafcbe5d61) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation: scrubbed out 'glibc' and replaced with 'eglibc'Scott Rifenbark
Several manuals and areas were still referring to 'glibc' as the GNU version of the Unix statndrd C library. We do not support this any longer and now use 'eglibc' to build with. Notable changes were in the required packages area of the QS manual. I also added a bit in the reference guide saying how this release does not use 'glibc' to build with but rather 'eglibc'. (From yocto-docs rev: c2c58914996d747c510706d78ecfd8f41c5e694d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/yocto-project-qs/yocto-project-qs.xml: Fixed text for filesystemScott Rifenbark
I needed to reference the image differently for the pre-built section. (From yocto-docs rev: 10568a0a8c4160af995089e481ccc2772e81d805) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/yocto-project-qs/yocto-project-qs.xml: General editsScott Rifenbark
This was a final scrub of the manual. I updated all examples and links to be current for what I think will be the 1.1 release. I also added some cross-referencing into the YP dev manual that now exist. (From yocto-docs rev: 4c10b0e04856817a1d03aee7a9ed6e4d5d73a3ac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-02YOCTO #1088: documentation - Added text to partially address package bugScott Rifenbark
This bug was filed by Gary Thomas and was requesting more information on the "hows" and "whys" of setting up your own package repositories. At this point, I have added information to help the user understand build performance issues when choosing between the RPM and IPKG packaging systems. Likely, there is more that needs to be added to fully address this bug. For now, I added explanations in the packaging class and glossary areas of the YP reference manual, a new paragraph in the YP QS just prior to firing off a build, and a new bit of information in the configuring PMS in the ADT Manual. (From yocto-docs rev: d0025f862cb85ca741787b4737dca286e3ebfb45) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-02YOCTO #1426: documentation/yocto-project-qs/yocto-project-qs.xml: added xterm.Scott Rifenbark
Added 'xterm' as a required package to both Debian-based and RPM-based hosts. (From yocto-docs rev: 0a933001bd8c546a5d4960842c5e897061d09369) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/yocto-project-qs/yocto-project-qs.xml: Fixed manual referencesScott Rifenbark
I changed the references to the Poky Reference Manual to the Yocto Project Reference Manual. I also changed 'poky-qemu' command to 'runqemu'. (From yocto-docs rev: f46003eab91d1f682113b9e0672efd486a509ec6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/yocto-project-qs/yocto-project-qs.xml: fixed double dashScott Rifenbark
In the PDF version of the manual the "&dash;&dash;" statement does not display correctly. I changed this to "--". (From yocto-docs rev: ae3a5bc15d30668b6f9048245f70dcd82f89da32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/yocto-project-qs/yocto-project-qs.xml: changed to 1.1.Scott Rifenbark
There are examples that use "1.0". i have changed these to "1.1" in anticipation of the 1.1 release. At the time of the change I don't know if the actual file names i put in are correct. I need to check them when Beth sends me the real stuff. (From yocto-docs rev: 3d5bd0bd38fd2d99e7d5cbb6bedf0fde0fdd5fa9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-20documentation: updated the note in the front matter to use a link specific ↵Scott Rifenbark
to manual. (From yocto-docs rev: 8008a00e188dc0569d0fb6e5cf497637a0b57747) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-15documentation/yocto-project-qs/yocto-project-qs.xml: updated env and qemu startScott Rifenbark
tightened up the section that talks about setting up the environment and starting qemu. I just added a little more clarification on the kernel-image variable. (From yocto-docs rev: 54c037d45ca46c09544dae67793237c76a1205f5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-15documentation/yocto-project-qs/yocto-project-qs.xml: updated the filesystemScott Rifenbark
Updated the downloading the filesystem section to have an inclusive list of image profiles and a reference to more information on that. Also included more explanation of the two types of image tarballs. (From yocto-docs rev: 14965cbedd719beb6191771c6dcb92742f4229bf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-15documentation/yocto-project-qs/yocto-project-qs.xml: updated image downloadScott Rifenbark
I made some edits to the section that shows how to download a pre-built qemu image. (From yocto-docs rev: 89127522b09cc201008dc760f8b1397b5ff36e42) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-15documentation/yocto-project-qs/yocto-project-qs.xml: updated toolchain section.Scott Rifenbark
I changed the 'i686' stuff to 'i586' after seeing that it is named that in the actual index of downloads area. I also tightened up the example a bit. (From yocto-docs rev: ab76e8f8aa3d8d24d1fd8ff3b7f8f175b8b8f663) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-04documentation/yocto-project-qs/yocto-project-qs.xml: Added note to title page.Scott Rifenbark
Note mentions possible differences between docs in the released tarball and docs on the website. Suggests website for latest docs. (From yocto-docs rev: 696aa5b822cd0e52a9c67c0b3ea73f35f6e99983) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-21documentation/yocto-project-qs/yocto-project-qs.xml: Various Robert P. J. ↵Scott Rifenbark
Day fixes Three issues pointed out by Robert P. J. Day. 1) Missing text for "This optional GNOME mobile-based UI, which is intended for devices with resolution but restricted size screens ..." I re-wrote this so it makes sense. 2) Scrubbed document for incorrect usage of openSUSE. There were three occurences. 3) Made several changes to the example of using a pre-built image. The arguments to the poky-qemu command did not exist (they were old). I used existing arguments now and I also bolstered up the root filesystem explanation a bit. (From yocto-docs rev: 31b7a97dfd11ff50ee6c554bf8647591021fef72) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-21documentation/yocto-project-qs/yocto-project-qs.xml: fixed zypper syntaxScott Rifenbark
Syntax did not have line-continuation characters in the zypper example. Error found by Robert P. J. Day. (From yocto-docs rev: 4ecbd3d1706336ddc691bf4ce6763a179f3f70a6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-21documentation/yocto-project-qs/yocto-project-qs.xml: gmae -> sdkScott Rifenbark
Toolchain filenames corrected. Discovered by Robert P. J. Day. (From yocto-docs rev: 3afa1d71be04c6aedafe952855a23ccbd3547b68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-21documentation/yocto-project-qs/yocto-project-qs.xml: wording change.Scott Rifenbark
Was suggested that toolchains "should" be installed under /opt/poky. This is in fact a requirement. I replaced "should" with "must." (From yocto-docs rev: fe890b056831a84cde47f9200300491426f20c65) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-21documentation/documentation/yocto-project-qs/yocto-project-qs.xml: link typo ↵Scott Rifenbark
fixed. (From yocto-docs rev: a73aa8d24023fb41a061b8d1a7a1a93c6b04b5b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-21documentation/yocto-project-qs/yocto-project-qs.xml: changed build commandScott Rifenbark
The example bitbake command now has the target core-image-sato. This reflects post-bernard. (From yocto-docs rev: 3ff1ee07947f301c4df2a9aea8d1aab15c5237eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/yocto-project-qs/yocto-project-qs.xml: added libtool to packagesScott Rifenbark
Turns out that the package libtool is necessary for working with ADT during the installation process. I need to mention this in the ADT manual but it would be helpful if it was one of the packages in the QS along with all the others. I added libtool to the package requirements lists for the three supported hosts. (From yocto-docs rev: 5f95fa1af0cfe9a97e437b8239e139479a1d5317) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/yocto-project-qs/yocto-project-qs.xml: OS support added (partial)Scott Rifenbark
Partial commit for supported distribution change. (From yocto-docs rev: 4a84894dc2964f0153294b87f6205c432a482ac2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/yocto-project-qs/yocto-project-qs.xml: Updated package installScott Rifenbark
I included a new note to help users of pre-15 release Fedora enable sudo. Along with this I repositioned the note about using non-supported distros into the main text. Overall the section includes more information and is organized a bit better. (From yocto-docs rev: b0ae94b97ae46562ddde79df83462adf88b94527) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/yocto-project-qs/yocto-project-qs.xml: zypper for OpenSUSEScott Rifenbark
I updated the packages section to also include the zypper command and supporting commands so that the OpenSUSE user can install packages. (From yocto-docs rev: 3a9a0f7fb03bf264e1587d181db111a542e7964d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/yocto-project-qs/yocto-project-qs.xml: multi-core updateScott Rifenbark
Added text suggesting that BB_NUMBER_THREADS be set to twice the number of available processor cores and that PARALLEL_MAKE be set equal to the number of processor cores. Similar changes were made to local.conf based on work by Josh. (From yocto-docs rev: e342a4af4d3ba000b348bbb9d125977fc0e95273) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/yocto-project-qs/yocto-project-qs.xml: Updated for Python 2.7Scott Rifenbark
In the note that tells users YP must have Python 2.6 I added Python 2.7. (From yocto-docs rev: 611ad6331a8b3e1acc98f2029a181a92f32220e0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13documentation/yocto-project-qs/yocto-project-qs.xml: removed 5.0 referencesScott Rifenbark
Removed several instances to the 5.0 Bernard release. I replaced these with the 5.0.1 release. I also re-wrote a paragraph that instructs the user on where to find and download the most recent YP tarball. It used to point to the Index of /Downloads into the "yocto-1.0" folder. I now instruct the user to go to the Yocto Project website and download the desired release from there. (From yocto-docs rev: 30b5163730139b2b852d64c87a7e710b7fcc7dad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13documentation: [YOCTO #1025] build system for docsBeth Flanagan
These changes fix the following issues: 1. Multiple Makefiles. There really is no need for this. 2. Unable to maintain more than one version of the docs on the webserver. This is a quick fix to enable the above. In order to build the documentation, at the top level, issue a: make all DOC=<doc directory name> make all DOC=kernel-manual Also, some changes need to occur on the webserver to fully incorporate these fixes. http://www.yoctoproject.org/documentation/ The docs are now published to: http://www.yoctoproject.org/docs/<Release MM.mm>/<doc name> The main page should be changed to point not only to the current doc release, but also to the prior releases. This will enable us to maintain prior release documentation without stomping over it when we publish new docs. Also, we'll need to repoint the yocto-quick-start link to yocto-project-qs. Or rename documentation/yocto-project-qs/* to support the website naming. (From yocto-docs rev: 2651790d80fd32cd4619eeb5375f6ee28e7e7fda) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13documentation/yocto-project-qs/yocto-project-qs.xml: replaced runqemu with ↵Scott Rifenbark
poky-qemu Evidently the command 'runqemu' is not a valid command for Bernard. I changed four occurances of 'runqemu' to 'poky-qemu'. (From yocto-docs rev: 0296920cc07a6fb9871c5af4bb991fcee2949564) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-23documentation/yocto-project-qs/yocto-project-qs.xml: fixed build env scriptScott Rifenbark
In the example for building an image the command 'source poky-bernard-5.0/oe-init-build-env poky-5.0-build' was used. Torsten Scheck notified Jeff Osier-mixon and sent the fix to change to 'source poky-bernard-5.0/poky-init-build-env poky-5.0-build' I made the change. (From yocto-docs rev: b96646efb203e482d53d922fb120672df5a09966) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-23BUGID#_1083 - documentation/yocto-project-qs/yocto-project-qs.xml: Added -k ↵Scott Rifenbark
option BUGID#_1083 - I added the -k option as part of the bitbake command in the example that builds an image. I did not explain it as that is beyond the scope of the quickstart. I did however point the user to where they can find information on it. (From yocto-docs rev: 620351d38c67ff14cefc7a52bbc0e98789011677) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-17documentation/yocto-project-qs/figures/yocto-environment.png: New figureScott Rifenbark
There is a newer version of the yocto-environment.png file that has OE-branding. This is the figure used now. (From yocto-docs rev: 094c0c9661ec1c00da2a1fd0ab4818c0075a8b52) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-17documentation/yocto-project-qs/yocto-project-qs.xml: changed build commandScott Rifenbark
The command used in the example to build an image was using 'bitbake core-image-sato', which is only available in master and not Bernard. So, I changed the command to be 'bitbake poky-image-sato' at Dave Stewart's request. He located and pointed out the error. (From yocto-docs rev: 3fa83550aaec5a3549825814a77fa7a823a2daea) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10documentation: Removed hardcoded user name from publish optionScott Rifenbark
I removed the hardcoded name from the publish option. This involved updating the Makefiles. The publish option is still temporary as a more permanent solution is being created. (From yocto-docs rev: 6878b2ccdb98b18c438ca419e1caad0041a2bc00) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-09documentation/yocto-project-qs/Makefile: BUGID#_956 - Modified PublishScott Rifenbark
Fixed the makes file so that the HTML file and the CSS file are automatically published to the appropriate directory in the Yocto Project website. Also the PNG files (4) are published to the directory's 'figures' folder. This fixes BUGID#_956 for the Quick Start manual. (From yocto-docs rev: e315f2ca65c5003e2ad02bd89f0850a79dc548bf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-09documentation/yocto-project-qs/figures: Removed two figuresScott Rifenbark
Two figures (cropped-yocto-project-bw.png and white-on-black.png) were not used in the manual. I removed them from the figures directory. (From yocto-docs rev: 45bbf6566e034fe47e5fd6afe8ddb7de7f021443) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-09documentation/yocto-project-qs/yocto-project-qs.xml: fixed typoScott Rifenbark
There was an occurance of 'the the' in the manual. I removed it. (From yocto-docs rev: fae94d71d74434abd8d306a045cdb95efe1dd9b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>