summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual: Scrubbed for variable (user) input.Scott Rifenbark2014-10-181-12/+13
| | | | | | | | | | | | | | | Throughout the manual I had been using angled bracket sets to denote user-supplied input. This is confusing and better shown by using the <replaceable></replaceable> tags. I scrubbed all the chapters and replaced as needed. Some other minor formatting changes were caught and fixed during the scrub as well. (From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Updated 1.7 migration section with review commentsScott Rifenbark2014-10-181-1/+1
| | | | | | | | | | Applied the second round of review edits from Paul Eggleton. Minor fixes. (From yocto-docs rev: 2c7c45c8f09b724e92e8b59fe47834226b44b4fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Applied migration review edits.Scott Rifenbark2014-10-181-47/+38
| | | | | | | | | | Applied the full set of first draft revision edits for the new migration section for 1.7. Comments from Paul Eggleton. (From yocto-docs rev: 90586addbc719ecaf7c768b267adf0e988e27b74) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new migration section for the 1.7 release.Scott Rifenbark2014-10-181-0/+298
| | | | | | | (From yocto-docs rev: 5b06b29f7f9e53db7b885795c2e11e1eccfc98df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, yocto-project-qs: Fixed required Git to 1.7.8+Maxin B. John2014-07-031-1/+1
| | | | | | | (From yocto-docs rev: ca86bbd8c4d9be44cbc11f579d0720aaf30cbc6c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new section on general migration points.Scott Rifenbark2014-06-181-0/+64
| | | | | | | | | | | | | Fixes [YOCTO #4958] Added a new section to start the Migration chapter. This section will hold general migration issues that are not tied to a specific release. (From yocto-docs rev: e78ae7c64ae5fa7e7a5b1f804fb40b5690a4e899) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to "atom-pc Board Support Package (BSP)" section.Scott Rifenbark2014-06-181-2/+2
| | | | | | | | | | | | Fixes [YOCTO #6400] Replaced the sentence in the note to specifically note that the genericx86-64 BSP has been added for 64-bit Atom systems. (From yocto-docs rev: ad2cbe806580c880708e5e60435046b07258a537) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added ptest default build info to migrating section.Scott Rifenbark2014-06-181-0/+14
| | | | | | | | | | | | | | | | Added a ptest section to the "Moving to the Yocto Project 1.6 Release" section. Fixes [YOCTO #6400] Added a new section named "Package Tests (ptest)" to the migration section stating that ptest is built but not installed by default. I also added some cross-reference links to a usage section and to the ptest.bbclass section. (From yocto-docs rev: f752867265a1299b1d2790ae59a990a7991a6108) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added links to new do_* sections.Scott Rifenbark2014-05-131-5/+8
| | | | | | | | | | | | | | With the creation of the new chapter that documents the 51 tasks defined by the OpenEmbedded build system, the remainder of the ref-manual had many first-instance occurrences of do_* task names that could be cross-referenced to the new sections. I have added these links. (From yocto-docs rev: 2ff39bd226a1d8f11924283bbaa3542a9d936ba3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new section to the 1.6 migration section plus some 1.5 edits.Scott 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>
* 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: Added new migration section on BB console output.Scott Rifenbark2014-04-081-0/+15
| | | | | | | (From yocto-docs rev: cb4802ac533fe5344bd67494355b43b9b1f6f51d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Typo fix to CFLAGS 1.6 migration section.Scott Rifenbark2014-04-081-1/+1
| | | | | | | (From yocto-docs rev: 185f68d23202a19cf4e7bec8bb369b8c88043020) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the 1.6 migration section.Scott Rifenbark2014-04-081-38/+74
| | | | | | | | | | Applied review comments from Paul Eggleton to the section on migrating to the 1.6 version of YP. (From yocto-docs rev: ffd224a16cef4d643cc2c527ad8dc5e15d715faa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the migration section for 1.6.Scott Rifenbark2014-04-041-41/+200
| | | | | | | | | | | | | This commit is really only 1/2 of the section (the final half). I put in the first half in a previous commit and pushed it before realizing those changes were in that commit. The commit that the first half of the migration changes are in is 88a075e6306349e5f8c0d53b5288ef1e64956cd3. (From yocto-docs rev: 8f94391f86ee9643256979332fa06541fb8b16f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added links for some new variables.Scott Rifenbark2014-04-041-2/+6
| | | | | | | | | | | The migration section references the variables COPY_LIC_DIRS and COPY_LIC_MANIFEST. I added some cross-references in the text to the variable locations. (From yocto-docs rev: c01c06a4c685f923c2abb616084b1f08666a5af5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to get rid of PRINC variable.Scott Rifenbark2014-04-011-4/+138
| | | | | | | | | | | | | I did not eliminate this variable but rather changed the description to indicate that it has been deprecated and that the user should now use a PR Service to do this stuff. There were several areas in the YP manual set that used the variable in code. I just deleted those lines from the code. (From yocto-docs rev: 88a075e6306349e5f8c0d53b5288ef1e64956cd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added placeholder sections for the "Migration" section.Scott Rifenbark2014-03-301-1/+146
| | | | | | | (From yocto-docs rev: 9288d6a1529c92e94dc83e9719dc92550edf27eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to packagegroup class.Scott Rifenbark2013-12-111-2/+2
| | | | | | | | | | | Had to also fix a couple links in the "migration" chapter due to the section heading of the packagegroup.bbclass section changing. (From yocto-docs rev: bf71e6ee1812b54ba8afafa9818eb718c3bd2f82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Scrubbed use of directory namesScott Rifenbark2013-12-031-3/+3
| | | | | | | | | | | | | | | | | There was inconsistent use of the way directory names were handled throughout the YP documentation. I have scrubbed the set and replaced many instances such as the following: meta/<something> replaces /meta/<something> poky replaces ~/poky (except in some very specific examples) I basically got rid of leading slash characters. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ae2e451ed8f61484d04b30017021912c4493a441) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Couple innocuuous tweaks to migration chapter.Robert P. J. Day2013-12-031-2/+2
| | | | | | | (From yocto-docs rev: f7a8505970efa8a7919710fa8caa4137bfac2435) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Applied review edits to migration section.Scott Rifenbark2013-10-011-41/+41
| | | | | | | (From yocto-docs rev: f4c6423a48c5d27bd853abad9b28a6cc563d4054) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated 1.5 Migration section and COMPLEMENTARY_GLOB variableScott Rifenbark2013-10-011-80/+113
| | | | | | | | | | | | | Review edits from Paul Egglegon applied to the Migrating to 1.5 section. Also, part of the review affected the COMPLEMENTARY_GLOB variable entry in the glossary. (From yocto-docs rev: 941a388f45c99403f5cb480bf3e5aae55a800994) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Review edits for new variables.Scott Rifenbark2013-10-011-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | Applied review changes to the following variables: IMAGE_NAME DATETIME SDK_ARCH IMAGE_BASENAME TUNE_PKGARCH PACKAGE_GROUP COMPLEMENTARY_GLOB BUSYBOX_SPLIT_SUID Also, reformatted some 1.5 package version requirements into a list rather than a lazy literallayout tag. Provided some new wording for the "Directory Layout Changes" section in the Migration chapter. (From yocto-docs rev: 60c3a905dd9212f1b4f6969341640a0726342d11) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the QA checks section in the 1.5 migration section.Scott Rifenbark2013-10-011-1/+1
| | | | | | | (From yocto-docs rev: f1f006710bf582f3684bb8aa5fd2d55cb18f8026) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the version-going-backwards test to insaneScott Rifenbark2013-10-011-0/+3
| | | | | | | | | | | Added this new test to the insane.bbclass section. Also put in a reference in the migration section back to the new entry. (From yocto-docs rev: 32e25547b439030b93d9bc72bdce916eded518b4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New migration section for 1.5 and new variablesScott Rifenbark2013-10-011-0/+463
| | | | | | | | | | | | | 1. Created the first draft of the new migration section for moving to the YP 1.5 release. 2. Created new variable glossary descriptions for the SDK_NAME, IMAGE_NAME, and DATETIME variables. (From yocto-docs rev: 26e6a7675183b49a0ee8059d81218dbc5cd14bd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added section on linux kernel image names using PEScott Rifenbark2013-09-121-0/+24
| | | | | | | | | | | | | Fixes [YOCTO #5089] In the "Migration" section for going from 1.3 to 1.4, I have added a new section to describe how the value of PE is now in the generated Linux kernel image filename. (From yocto-docs rev: 8ff3d263d2374ab3745e5264c3747e36674e7484) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added two links for FILESOVERRIDES and OVERRIDESScott Rifenbark2013-08-131-82/+83
| | | | | | | | | | These variables were missing links into the reference section glossary from the Migration chapter. (From yocto-docs rev: 65ad5fc60f5a1067fbe2a54987d195ee388d264b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, bsp-guide: Updates for init-ifupdown change.Scott Rifenbark2013-05-221-0/+18
| | | | | | | | | | | | | | | Release 1.4 requires the user to create an append file to the new recipe init-ifupdown if they want to create their own custom /etc/network/interfaces file. Previously, they needed to append the netbase recipe. Changes needed in the migration section of the ref-manual as well as the exmaple used in the bsp-guide. (From yocto-docs rev: 1903df0c21dbc018f0dbb4ce90eac192b428606b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Trim the Kernel" section.Scott Rifenbark2013-04-171-2/+1
| | | | | | | (From yocto-docs rev: 521866ffe4e9ffe544acd259d2a1c6f05bd3c25a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Changes to the migration sectionScott Rifenbark2013-04-171-4/+13
| | | | | | | | | | Paul gave this a review and we found some issues. Slight changes. (From yocto-docs rev: 1e64fe277a6daaf484e56c3e9117fd72bb107614) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Review comments applied for patch sessionScott Rifenbark2013-04-131-9/+28
| | | | | | | | | | | | | Paul Eggleton provided quite a series of patches that I previously applied. These changes represent the edits from an interactive review he conducted with me. The series of changes represents his review for the entire set of changes in the original patch series. (From yocto-docs rev: e26f615a01de2b101e97eb6fd7175b813f74295e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added "Target Package Management with RMP" section.Scott Rifenbark2013-04-131-0/+15
| | | | | | | | | | New section for the Migration chapter. Reported-by: Paul Eggleton <paul.eggleton@linux.com> (From yocto-docs rev: 34745eec0f30d1ee5e02c1e681d7506a85d78aa9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added a link to the SANITY_TESTED_DISTROS variable.Scott Rifenbark2013-04-131-1/+2
| | | | | | | | | Link put in the "Migration" section. (From yocto-docs rev: 43c8fd145737bb504cae6cf24a1553af7ad121b6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added two cross-references.Scott Rifenbark2013-04-131-3/+4
| | | | | | | | | | New variables DISTROOVERRIDES and MACHINEOVERRIDES resulted in needing a couple links from the "Mirgration" chapter. (From yocto-docs rev: cd1b7f7c430eddd5953dc1dac1defe968cfde0aa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: add RPROVIDESPaul Eggleton2013-04-131-1/+1
| | | | | | | | | | Added some key words to tighten things up. (From yocto-docs rev: 8da0f8bd5c54c16e62c0f226d7473e32f3fb5928) 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>
* ref-manual/ref-variables: add RSUGGESTSPaul Eggleton2013-04-131-1/+1
| | | | | | | | | | A bit of rewriting to tighten things up. (From yocto-docs rev: a2b30eb3fc6b6ef276f5b95aff0ddb7e2e26c8c3) 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>
* ref-manual: Review comments from Paul Eggleton into the Migration section.Scott Rifenbark2013-04-101-88/+86
| | | | | | | | | | | Minor adjustments such as creating alphabetized lists, fixing a typo, eliminating a repeat, separating out the recipes that were moved into a new section, etc. (From yocto-docs rev: 34f73b62b4acdc6136b22916811cd9156b6422f5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New 1.4 Migration section added.Scott Rifenbark2013-04-101-50/+254
| | | | | | | | | Paul Eggleton sourced this information. (From yocto-docs rev: 61ab295071718c4fedd258a0545c17cb43c8c093) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added preliminary migration raw text.Scott Rifenbark2013-04-041-0/+60
| | | | | | | (From yocto-docs rev: 2e32dbdbc0e31996f18308b27b8037acdb0e0eb5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed a typo "consits".Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: 304ea3607879c513fd28a62280bb86450d56da84) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits to the "Migration" chapter.Scott Rifenbark2013-04-041-15/+17
| | | | | | | (From yocto-docs rev: f313ce2dd38c116fcca0aa6e3394334007d4cf04) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Rename of poky-ref-manual folder to ref-manual.Scott Rifenbark2013-01-071-0/+235
Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>