summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual: Added new section to the 1.6 migration section plus some 1.5 edits.yocto-1.6daisy-11.0.0Scott Rifenbark2014-04-231-3/+28
| | | | | | | | | | | Added a new section on "Matching Branch Requirement for Git Fetching" into the BitBake section. Plus, made some minor corrections to some of the 1.5 sections. (From yocto-docs rev: 326a8009ca0bef0a4686510bb521010d8f58ac81) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Pulled the item for forked packages out.Scott Rifenbark2014-04-221-5/+0
| | | | | | | | | | | | | Fixes [YOCTO #4958] I pulled the change I put in to warn users about forked packages based on further review from Paul Eggleton. This pretty much means the bug is back to square one. (From yocto-docs rev: fec630e4d1c464865d85e824ec684ef3cee55b42) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added package change info to the migration section.Scott Rifenbark2014-04-211-0/+9
| | | | | | | | | | | The package architecture for armv7a packages with the thumb optimization enabled will now get a "t2" suffix as it should; this was not the case in the 1.5 release. Architecture names will change within package feeds as a result. (From yocto-docs rev: 1ce59f6911dd67835266aa3b0e29f404a487fd6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed some "systemd" capitalization issues.Scott Rifenbark2014-04-211-11/+12
| | | | | | | | | | I was using this term inconsistently. I have cleaned it up so that no initial capital is used. (From yocto-docs rev: 7dea2c5ef067d81b8350cd54ba4082c35d7077b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the list of supported distributions.Scott Rifenbark2014-04-211-4/+8
| | | | | | | | | I get this list from meta-yocto/conf/distro/poky.conf. (From yocto-docs rev: 796d4eced50d14203f1a791ff557a4016f4dd031) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated all the manual revision history tables.Scott Rifenbark2014-04-216-6/+6
| | | | | | | | | Set the release date to April 2014. (From yocto-docs rev: 2592bc968edeea941a92e6bdd321dd872745b78c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to "Performing Automated Runtime Testing"Scott Rifenbark2014-04-191-5/+69
| | | | | | | | | | | | Fixes [YOCTO #5554] I worked with Stefan here to update the section on running tests. We are good now with it all. (From yocto-docs rev: 806a89f1ddd3efc39d15d3f7e1a01e8fd69af7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed GummiBootTarget to GummibootTarget.Scott Rifenbark2014-04-191-5/+5
| | | | | | | (From yocto-docs rev: 0d870778d87dcbb38d1ce577f38b84c8fca0e464) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added review comments to core-image-testmaster image.Scott Rifenbark2014-04-191-3/+7
| | | | | | | (From yocto-docs rev: 064a49648b2333dede612642a9a6621470b603ed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Using the Error Reporting Tool"Scott Rifenbark2014-04-191-49/+70
| | | | | | | | | | Created some sub-section structure to better organize this section. (From yocto-docs rev: 61b15f579c4c21378277051bb5905baa4e9741b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added core-image-testmaster to the list of images.Scott Rifenbark2014-04-191-0/+5
| | | | | | | | | Fixes [YOCTO #5614] (From yocto-docs rev: 5df086664b858423d6e7054b451942feb73047e9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Using the Error Reporting Tool"Scott Rifenbark2014-04-191-0/+20
| | | | | | | | | | Added Information about setting up your own server. Paul Eggleton provided the information. (From yocto-docs rev: 655bba9b91283dac502658dd72d866a7af4eacce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed typoScott Rifenbark2014-04-191-1/+1
| | | | | | | (From yocto-docs rev: 28577b94d14be63df7ac00a89b774992055c94fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Re-ordered the insane.bbclass tests list.Scott Rifenbark2014-04-191-152/+150
| | | | | | | | | I ordered these 39 tests by alphebetical ordering. (From yocto-docs rev: 3a7ef1c149ee1f8f0ac4709e906f5c84ed7ab642) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added symlink-to-sysroot insane.bbclass tests.Scott Rifenbark2014-04-191-0/+7
| | | | | | | (From yocto-docs rev: 6152a64ffaab638cffc952be70707d5e9aedbf88) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed typo for AUTOREV.Scott Rifenbark2014-04-191-1/+1
| | | | | | | (From yocto-docs rev: a1fd83f0aeaab95693335150f330bbc7c5af18f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Removed VIRTUAL-RUNTIME note from most places.Scott Rifenbark2014-04-193-54/+9
| | | | | | | | | | | | | | | | | | Fixes [YOCTO #5159] Edits to fix the occurrences of VIRTUAL-RUNTIME_initscripts = "". I removed it from all places in the manuals except under "Selecting an Initialization Manager". Note that it still needed removed from "Using Systemd for the Main Image and Using SysVinit for the Rescue Image". Also, in the "Using Systemd Exclusively" section I made some edits as suggested by Paul Eggleton's review. (From yocto-docs rev: 28b2e3eba3acff17f165899a7f4a65c98263e201) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Changed the YOCTO_DOCS_BB_URL location.Scott Rifenbark2014-04-131-1/+1
| | | | | | | | | | | | We changed the folder name of the BitBake User Manual from "user-manual" to "bitbake-user-manual". This means the URL for the variable used in poky-ent for the manual needed to be updated. (From yocto-docs rev: 16a616b4a6f8237c8ba220e74f38235ca78c10ac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: typo fixed.Scott Rifenbark2014-04-131-1/+1
| | | | | | | (From yocto-docs rev: 1bae90e7eb4d53cb0899b2a7b701d525587863d4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Edits to running tests on hardwareScott Rifenbark2014-04-132-38/+69
| | | | | | | | | | | | | | Fixes [YOCTO #5554] Applied edits to the section in the dev-manual on running tests on hardware. Edited the TEST_TARGET and TEST_IMAGE variables. (From yocto-docs rev: a26ba11c739aabab4009a944d9b622e2814c7fca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to DISK_SIGNATURE variable.Scott Rifenbark2014-04-111-6/+3
| | | | | | | | | | | | | Fixes [YOCTO 5766] I removed the note about the "live" IMAGE_TYPES. Turns out I was wrong on this information. It does not create a "directdisk" image. That is accomplished through a .bbclass. (From yocto-docs rev: a3b762be9933178e9cecdac3fa9e110c031a64d0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added warning about forking packages when upgrading YPScott Rifenbark2014-04-111-0/+5
| | | | | | | | | | | | | Fixes [YOCTO #4958] Added a bullet item to the packages section in the migration chapter for upgrading to YP v1.6. Item notes the issue and warns the user to beware. (From yocto-docs rev: f66ca39a65c2529ebc552d3a816e6565dae183f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the DISK_SIGNATURE description.Scott Rifenbark2014-04-111-8/+27
| | | | | | | | | | | Fixes [YOCTO #6125] Did some re-writing based on Jonathin Liu's feedback. (From yocto-docs rev: bee4a584bcb1e70e9848324781c32d1d9e3d1fc2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed note limiting tests to QEMU.Scott Rifenbark2014-04-111-5/+1
| | | | | | | | | | | Fixes [YOCTO #5554] Removed the note limiting this to QEMU tests. (From yocto-docs rev: c91d058514832aacfb74fd4480e0a2dba95b4921) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the module_autoload and module_conf variables.Scott Rifenbark2014-04-111-6/+6
| | | | | | | | | Minor re-wording edits as suggested by Paul Eggleton. (From yocto-docs rev: 699eec0b691a19b4ae2f05c7774f559898e952da) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to deal with installing packages in initramfsScott Rifenbark2014-04-112-28/+58
| | | | | | | | | | | | | | | | Fixes [YOCTO #4961] Documented the user requirement to use PACKAGE_INSTALL to specify packages for installation into an initramfs image. Normally, you use IMAGE_INSTALL. To account for this user model, I updated the PACKAGE_INSTALL and IMAGE_INSTALL variables. I also added a bit more information to the "Images" chapter item that talks about the core-image-minimal-initramfs image. (From yocto-docs rev: a1ad649cf310f281a7de584d5b9a1820ca99d4eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to module_autoload and module_conf variables.Scott Rifenbark2014-04-111-8/+10
| | | | | | | | | | | | Fixes [YOCTO #5888] Applied some feedback to the variables based on Paul's comments. Needed a caveat on how you can use these variables. (From yocto-docs rev: ef8fac4b36089d3162ee16c93866a39bcd31701c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: added module_autoload and module_conf variables.Scott Rifenbark2014-04-111-0/+93
| | | | | | | | | | | | | Fixes [YOCTO #5888] Two new variables added to the glossary. These help with specifying kernel modules that need to auto-load on boot and with specifying module.d syntax in the modname.conf file. (From yocto-docs rev: 1ac544c4f6129faafea10691b426cd510ff56a69) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the yocto-bsp example.Scott Rifenbark2014-04-111-13/+12
| | | | | | | | | | Ran the tool and provided the actual machine branch output choices. (From yocto-docs rev: 5b78e70079e2c621221187d4419de2a2427efbc1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the yocto-bsp example.Scott Rifenbark2014-04-111-6/+5
| | | | | | | | | | | | | This example does not run as described. It said that the setup script was run and the user would be in the top-level Source Directory (e.g. poky). The script errors out unless run from the poky/build directory. So I took out the requirement of being in the top directory. (From yocto-docs rev: 800e4001319cde3e665c0271fd5a19646fb2bd7a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated KBRANCH to fix a reference to the linux kernel.Scott Rifenbark2014-04-111-1/+1
| | | | | | | (From yocto-docs rev: 59aab89f2c1ff5e0ab43fe9ba25f929500b94d5f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated KBRANCH variable description.Scott Rifenbark2014-04-111-25/+35
| | | | | | | | | | I replaced the v3.4 version example with the v3.10 version. It is more up-to-date. (From yocto-docs rev: 2e7f5d4fbe24a8248686c9ca7cf870204966beec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updates to "Linux Kernel Configuration" section.Scott Rifenbark2014-04-111-9/+26
| | | | | | | | | | | | This section was using an out-dated version of the linux-yocto_3.10.bbappend file. The new version accounts for both emgd and non-emgd configurations. I had to insert the new listing and update some supporting text describing it. (From yocto-docs rev: 97329a154e3dee44cb393d4a289fdcbb9f8adf07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the "Hardware Configuration Options" section.Scott Rifenbark2014-04-111-2/+1
| | | | | | | | | The "require" statements changed from four to three. (From yocto-docs rev: 36f4fe004e69cb7715d41787d4c22b39371f63b6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the "Example Filesystem Layout" section.Scott Rifenbark2014-04-111-5/+2
| | | | | | | | | | The recipes-kernel structure had changed for the Crown Bay BSP. (From yocto-docs rev: 14ecfc7e676901a6d422f49b0170f27f6b46837f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Extended the D variable description.Dennis Meier2014-04-111-5/+4
| | | | | | | | | | | Applied this patch from Dennis and then removed some whitespace, used the 5-space indentation convention for the literal, formatted the task name and did some other minor fixes. (From yocto-docs rev: 477a9ecb2f91681ee401478189a424793381bfcb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Extended description of the ${D} variable to better explain its purpose.Dennis Meier2014-04-111-1/+10
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Grammar fix to the Toaster section.Scott Rifenbark2014-04-111-2/+3
| | | | | | | (From yocto-docs rev: 36e7ec1a7e01e9f57d670527f6889ea1aa3099cf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Applied Toaster section review edits.Scott Rifenbark2014-04-111-47/+8
| | | | | | | (From yocto-docs rev: 362ac25d3fc98268d49f71aae9d477a2a2256c8a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TEST_EXPORT_DIR to glossary.Scott Rifenbark2014-04-111-0/+16
| | | | | | | | | | | Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: 9c245950faba53abc79f01d174e0f88e87d85430) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TEST_EXPORT_ONLY to glossary.Scott Rifenbark2014-04-111-0/+11
| | | | | | | | | | | Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: 6be2edb9ff994c7e952c6b1c9fca7357549afd90) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TEST_LOG_DIR to glossary.Scott Rifenbark2014-04-111-0/+15
| | | | | | | | | | | Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: f6ae7dc4fd29af0befd35ba15390eeec8d905487) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TEST_SERVER_IP to the variable glossary.Scott Rifenbark2014-04-111-0/+18
| | | | | | | | | | | Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: e12134c93661a827787ec878a94d3d2c8a280f83) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TEST_TARGET_IP to the variable glossary.Scott Rifenbark2014-04-111-0/+26
| | | | | | | | | | | Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: 8c673542769a1a1aaef58100be15fc735a19adbe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TEST_TARGET variable description.Scott Rifenbark2014-04-111-0/+65
| | | | | | | | | | | Fixes [YOCTO #5554] New description. (From yocto-docs rev: b81e056f8ef1a7ba0868857be71d46250382ffa3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added new "Exporting Tests" section.Scott Rifenbark2014-04-111-0/+66
| | | | | | | | | | | Fixes [YOCTO #5554] New section added on exporting tests. (From yocto-docs rev: b4a818e769acca5559a8e174414c4e214379e292) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added new "Hardware" section for running tests.Scott Rifenbark2014-04-111-16/+109
| | | | | | | | | | | | Fixes [YOCTO #5554] This is the section that describes how to enable tests for actual hardware. (From yocto-docs rev: fd33b19e7fa32797ab2abd2b506b0d63209fbfc6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Moved list of qemu-specific run informationScott Rifenbark2014-04-111-36/+35
| | | | | | | | | | | | | | Fixes [YOCTO #5554] The list of items that described what happens when you run tests is really specific to qemu. Consequently, it is better located in the section describing how to enable and get set up for those tests. (From yocto-docs rev: 1f0606f1c5c03c873a295819adcfb6fb51c196bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to the "target" class attributeScott Rifenbark2014-04-111-26/+11
| | | | | | | | | | | Fixes [YOCTO #5554] In the "Class Attributes" section I updated several items. (From yocto-docs rev: 8f97671319c4751885e5ec89423a061dd45c6684) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the "Class Methods" section.Scott Rifenbark2014-04-111-9/+1
| | | | | | | | | | | | Fixes [YOCTO #5554] Removed the final bulleted item. Changed the wording on the first to account for the manifest file. (From yocto-docs rev: 50e7557032a0dbf4bc2144e9d4f9a4e1a1726d6d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>