summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* documentation/yocto-project-qs/yocto-project-qs.xml: added quotesScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | Need quotes around the INHERIT statement. Reported-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> (From yocto-docs rev: b040ab0cf8e776c04fc787ba09722327b60913f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: grammar fixScott Rifenbark2012-05-011-2/+2
| | | | | | | (From yocto-docs rev: 8f62155b56f82c705f05585d2ab68d4a4af5a501) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: Removed KMACHINEScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | | The example that compliles the altered code will not run now when the KMACHINE statement is in the linux-yocto_3.2.bbappend file. I have commented it out of the book. (From yocto-docs rev: 112a10a32ba3d7b24f22e25e39202b717571cbf0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: updated KSRCScott Rifenbark2012-05-011-1/+1
| | | | | | | | | The KSRC example needs "_3_2" at the end of the variable. (From yocto-docs rev: 99bf77dd648b28c2d425d23215383b7c733b054d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: added quotesScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | Turns out the KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git statement in the linux-yocto_3.2.bbappend file in poky-extras needs quote characters around the pathname. I updated the example statement. (From yocto-docs rev: bcdb8d230f20bf69567380d562c991ff6eeb41cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: kernel machine updateScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | Found two instances of "yocto/standard/common-pc/base". this should now be "standard/default/common-pc/base". (From yocto-docs rev: d710bc868409ad21bdf9e63c042ec40b0d305ad0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: 3.0 to 3.2Scott Rifenbark2012-05-011-3/+3
| | | | | | | | | | The kernel used for example is no linux-yocto_3.2. I changed all occurences of yocto_3.0 over to yocto_3.2 (From yocto-docs rev: c3585a0fec0381a88071004660ab96016f9674e2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: formatting fixScott Rifenbark2012-05-011-3/+3
| | | | | | | (From yocto-docs rev: 1d1a5059163749b5adecf9432ffc5e2f2207acf4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: altered exampleScott Rifenbark2012-05-011-2/+4
| | | | | | | | | | | The example code with the printk statements needed to be altered. And the wording supporting the example was modifyied to be more generic. (From yocto-docs rev: 4d03fe2e08dbdcab438aae551e9696e11a3e4477) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: updated cpuinitScott Rifenbark2012-05-011-3/+4
| | | | | | | | | | Looks like calibrate_delay(void) changed in the example. Updated to the most recent code. (From yocto-docs rev: 402af7d379b0df5e97b1863aa627aad98ceb5e6f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: output updatedScott Rifenbark2012-05-011-2/+3
| | | | | | | | | | | Updated the example sets up the bare clone. The shell output changed because the upstream repo changed to "origin/standard/default/common-pc/base". (From yocto-docs rev: 72077ca9e7db747cbccc4d9d8deabfa424c6147c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/Makefile: Added denzil specific .PNG file logicScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | | A new figure was needed in the Kernel appendix. I added that figure to the block of code that creates the tarball for the denzil branch. (From yocto-docs rev: cb3997cad15f7bf6f812f939a3fe4dcac955376d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: New figure just for denzilScott Rifenbark2012-05-013-1/+1
| | | | | | | | | | | | New image needed for Denzil. I created a new file named "kernel-example-repos-denzil.png" and copied it to the Figures folder. I also deleted the "kernel-example-repos.png" image. (From yocto-docs rev: 150b4c01cce283ae8de29f51a2e4e7dcb60281ca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: updated hddimg exampleScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | In the "Building and Booting the Image" section there is an example .hddimg file. I updated the file to be the actual file used during the BSP example build. (From yocto-docs rev: ce759fb3d4e5e22f0928cdd03c17c0b5d9f4167b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: BBLAYER updateScott Rifenbark2012-05-011-4/+5
| | | | | | | | | | For 1.2 you evidently need to add $HOME/poky/meta-intel to your bblayers.conf file. (From yocto-docs rev: 05bb85dd133d8da0697cd4414b05dde2a636b737) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: wording updatedScott Rifenbark2012-05-011-2/+4
| | | | | | | | | | Wording for linux-yocto_3.2.bbappend file updated to support the addition o fhte KBRANCH variable. (From yocto-docs rev: 6bd32650f1004055ac67157f96ab62abf5883047) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: mymachine.confScott Rifenbark2012-05-011-1/+1
| | | | | | | | | edited it to now include the PREFERRED_VERSION variable. (From yocto-docs rev: 6ddd56cbcec752e27b2bbf0fc687af79b2249377) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: recipes-kernel updateScott Rifenbark2012-05-011-21/+20
| | | | | | | | | | The section on changing recipes-kernel was way out of date. I updated all relavent changes. (From yocto-docs rev: b9f954983447e45766a0bf785285c0591fe9d340) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: 3.2 for 3.0Scott Rifenbark2012-05-011-11/+11
| | | | | | | | | Kernel used in now 3.2 and not 3.0. (From yocto-docs rev: 8ee757e0d4f97f7652de2c9ee1556c142920596a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: added layerdependsScott Rifenbark2012-05-011-0/+4
| | | | | | | | | | The layer.conf file now uses a LAYERDEPENDS variable. I added that to the example. (From yocto-docs rev: 09f4d9e74ceccb3053a36d2a3deed5cc3d3be157) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: changed kernelScott Rifenbark2012-05-011-1/+1
| | | | | | | | | The kernel in mymachine.conf had to be changed from 3.0 to 3.2 (From yocto-docs rev: 8a385bfa11298251fd80445d6fd2da6034d6b9dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Output updatedScott Rifenbark2012-05-011-0/+1
| | | | | | | | | | The output for creating and switching to the denzil branch for meta-intel needed updated. (From yocto-docs rev: 54602beb1aa56521c7f5812803724ff53bf11bf1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Bad variableScott Rifenbark2012-05-011-2/+2
| | | | | | | | | | The variable substitution had to be changed from "&DISTRO_NAME;-6.0.0.tar.bz2" to "&DISTRO_NAME;-&POKYVERSION;.tar.bz2". (From yocto-docs rev: 8ed6cb5e2b56dee3fa8d127b449183ae141a9153) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Added linkScott Rifenbark2012-05-011-1/+2
| | | | | | | | | Created a link to the Yocto Project Files term. (From yocto-docs rev: 32d7d7008ebcb0b25f77b855025c7059526b9694) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: typo corrected.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 73eba4180162fcd6570ae90c6cac1b16088d4a01) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Bad variableScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | Had to remove "poky-" from the front of this variable that resolves to a YP Files top-level name from the tarball. (From yocto-docs rev: d01d5bd6c4d1fd754d4fccc087d557058d6a5733) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Fixed a bad link title.Scott Rifenbark2012-05-011-2/+2
| | | | | | | (From yocto-docs rev: 0b59afe539b2adc3459c1e22404136d81250d292) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Better wording.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: bb3fa5eeed2784b415d009ae07c39149adc1a147) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Added BitBakeScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | | Throughout the documentation set I have refered to the YP build system generically in order to avoid use of the "Poky" term. Richard has suggested that we refer to the actual thing that does the building. So I have added BitBake to this particular sentence to refer to the tool. (From yocto-docs rev: 4d52fc9c8d1e1cbfca99590fcaa09392f5d235bf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Fixed poor references.Scott Rifenbark2012-05-011-4/+4
| | | | | | | (From yocto-docs rev: 91885c11cc33a10b3d65006304bf5a6ca748f13f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/kernel-overview-3.png: Removed fileScott Rifenbark2012-05-011-0/+0
| | | | | | | | | | This file was replaced by a release-specific file named "kernel-overview-3-denzil. (From yocto-docs rev: e9604111299d3699105225302c43a25e7b2730b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: release-specific figure needed for denzil in dev-manualScott Rifenbark2012-05-013-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | dev-manual/dev-manual-model.xml: The Bare Clone and Copy of the Bare Clone figures are out of date for denzil. These needed to be re-done so they use "linux-yocto-3.2.git" and "my-linux-yocto-3.0-work" as the root names. This presents a Makefile issue when making the denzil and pre-denzil versions of the manuals. Whenever you use a different figure for a different release, you need to involve the BRANCH variable in the Makefile. This is necessary because you are using different figures in the generated tarballs. The set of figures could be unique to the release. The outdated figure is "kernel-overview-3.png" and will eventually be removed (later commit). I created a new figure named "kernel-overview-3-denzil.png" and used that in the dev-manual-model.xml file. documentation/Makefile: I updated the Makefile to test for a "denzil" release build and if so include the new file in the generated tarball. This commit adds the new .PNG file as well. Fixed the Makefile so that if you don't supply a BRANCH value, it uses the latest figures (denzil). (From yocto-docs rev: 49552b12a967f97eb4d75477895bf32f61d69aa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Wording changeScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | Changed the Note wording to work with the list and not be specific to a number of supported kernels. (From yocto-docs rev: a6ffe0834c0ed76ec09315f34c65888c20eed958) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Updated wording for listScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | The list specifically named four kernels supported. I changed it so it would say "several kernels". (From yocto-docs rev: b6c34f86c1f3724c1416b8fb7770e1c33587e065) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: BSP Layer step updatedScott Rifenbark2012-05-011-6/+14
| | | | | | | | | Several things out-of-date for step five of the BSP Creation overview. (From yocto-docs rev: ec06bd4f7bb1764e4a37328a51923d7b707d19e6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Fixed linkScott Rifenbark2012-05-011-3/+3
| | | | | | | | | | The link and wording to the YP Downloads page on the website was wrong. Fixed it up. (From yocto-docs rev: 5baf847c9b5b8af07c8945921352d3aba2a9cfa8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Font corrected.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 0fab3eecf7f67ae890ff4fc2f6c12fed4aa4d897) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Section name fixed.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 6c5724d8c0e75efc22dd2f4477a797afeaed5347) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: fixed pathScott Rifenbark2012-05-011-1/+2
| | | | | | | | | | Added more detail to the pathname for the example formfactor_0.0.bbappend file. (From yocto-docs rev: 32e60999494bb5b69d683008ad804613e4b99d07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: link and output fixedScott Rifenbark2012-05-011-5/+6
| | | | | | | | | | | | Fixed a reference to Yocto Project Files and provided a link. Put in an updated version of the meta/recipes-bsp/formfactor/ formfactor_0.0.bb file in the example. (From yocto-docs rev: 05001174d2337a91e839e991a3e9ecd6657a56f4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: shell output examples updatedScott Rifenbark2012-05-011-14/+12
| | | | | | | | | | Updated various shell output examples created from cloning various Git repositories, etc. (From yocto-docs rev: ed167b1643a60ab30c09c2f42baebf781564ca20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: updated output for bare cloneScott Rifenbark2012-05-011-5/+5
| | | | | | | | | | Updated the shell output example when user creates a bare clone of kernel. We use linux-yocto-3.2 here. (From yocto-docs rev: e24beac8c8b6c65f94b71f36bf9f5d918ee4375e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Tag example fixedScott Rifenbark2012-05-011-3/+3
| | | | | | | | | | | | | | The example that creates a local branch based on a release tag in the "Repositories, Tags, and Branches" section was not optimal. Darren Hart informed me that naming a local branch the same name as a tag confuses Git. Plus, the "-b" option was mis-placed. Renamed the local branch to have "my-" in front of it and moved the "-b" option earlier in the command. (From yocto-docs rev: 24ab16d18fb317efb86d2c4ddb2ac1a1449df519) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Fixed branch exampleScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | | The example in the "Repositories, Tags, and Branches" section that creates a local branch that tracks the upstream branch is incorrect. The syntax should be "git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; Fixed it. (From yocto-docs rev: 7b47dd460f240a0d7f07edf2767bcad1ddc9d4c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Link added for TOPDIRScott Rifenbark2012-05-011-1/+2
| | | | | | | (From yocto-docs rev: e02c1762fadd22f6ffc06e91ac82ebb59a7a7f68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-intro.xml: Hob and BA addedScott Rifenbark2012-05-011-0/+8
| | | | | | | | | | Added Hob and Build Appliance to the list of other stuff the user might want to reference. (From yocto-docs rev: 74ca0a95f0ea1b2045a42f0895ba874bdfa2d46c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Misc fixesScott Rifenbark2012-05-011-6/+7
| | | | | | | | | | Better wording for the role of BitBake. Updated shell output for the clone of poky. (From yocto-docs rev: 0f7d9557413827f82388d3fe677109074f04e30c) 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: Package requirementsPaul Eggleton2012-05-011-6/+6
| | | | | | | | | | | | | | | | | | The following packages no longer need to be installed on the host system: * python-psyco * help2man * cvs * hg Additionally, linuxdoc-tools was mentioned twice in the Fedora list. (From yocto-docs rev: bf7f37e040e5d5e19738f4c3a313acfd406351e3) 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Fix cusomizing exampleScott Rifenbark2012-05-011-5/+5
| | | | | | | | | | | | | As suggested by Paul Eggleton and Richard Purdie, the example that describes another method for creating a cusomt image was modified so that it is based on an existing recipe instead of requiring a new image. Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: b5b32be9087c3d1c8e8d97751ce2cce09829f23b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky.ent: Changed "latest" to "current"Scott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | Needed to change this so that the manuals will make correctly and manual links will not point to the "latest" version of manuals on the YP website. This change should have been made prior to the final 1.2 build so that it would have been in the 1.2 tarball. (From yocto-docs rev: a8615e05aef205629c832041f30c76567d8359bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>