summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
Commit message (Collapse)AuthorAgeFilesLines
* dev-manual: Fixed code block example for ARCHIVER.Scott Rifenbark2014-02-171-2/+1
| | | | | | | | | | | There was an incorrect wrapping of code in the source example. Reported-by: Ross Burton <ross.burton@intel.com> (From yocto-docs rev: 478c3bba9e4b1b72dd11b58ebf9eb7ed54e80081) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Another small fix to the EXTENDPE definition.Scott Rifenbark2014-01-211-2/+2
| | | | | | | | | | Better wording as it is described in the "Writing a New Recipe" section. (From yocto-docs rev: 88b039ccd0aa825220de091ea7225ada3d212553) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Small fix to EXTENDPE definition in "Writing a New Recipe"Scott Rifenbark2014-01-211-3/+4
| | | | | | | (From yocto-docs rev: 1d020cd87e5b843622422db79f09b564da526376) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Review edits to "Writing a New Recipe" section.Scott Rifenbark2014-01-211-8/+15
| | | | | | | | | | Final review comments from Paul Eggleton implemented here. This should be it for the new section. (From yocto-docs rev: 5307b471c73f46103e0a031172df3174c1880806) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added review comments to "Writing a New Recipe" section.Scott Rifenbark2014-01-211-8/+19
| | | | | | | | | These changes are Paul Eggleton's fourth review change. (From yocto-docs rev: 8470c1b516f7799148b4e2eae28534730e93b58b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Minor re-wording to introduce recipe flow diagram.Scott Rifenbark2014-01-211-1/+1
| | | | | | | (From yocto-docs rev: e8f169a3547cff5da0e4811f706f2cef5eb3be4d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Writing a New Recipe" section.Scott Rifenbark2014-01-211-37/+38
| | | | | | | | | | Completed applying the revision comments from Paul Eggleton for the third revision of this new section. (From yocto-docs rev: d641aa6318cb87e9d41dda39cc4747c44888aa4d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Writing a New Recipe" section.Scott Rifenbark2014-01-211-117/+89
| | | | | | | | | Implemented some third review feedback from Paul Eggleton. (From yocto-docs rev: 3fd9c3cc4cf2aba876f0ad2ab36660ec32ea4c08) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Examples" and "Post-Installation" sections.Scott Rifenbark2014-01-211-85/+87
| | | | | | | | | | | | | Applied review comments to these sections, which are part of the "Writing a New Recipe" section. Moved the Post-installation section out of the examples area into its own, higher-level section as it was not really an example. Other edits were direct result of Paul Eggleton's review. (From yocto-docs rev: c147a8bedf79d0be42d7b338e10b7e42d7c0b080) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Testing" section.Scott Rifenbark2014-01-211-2/+0
| | | | | | | | | | | Applied review comments from Paul Eggleton to this section, which is a part of the "Writing a New Recipe" section. Very minor fix to remove a sentence that was somewhat isolated and unecessary. (From yocto-docs rev: fd2a0eac1bc4b9e6af0bc8ce9a30802dbea35873) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Packaging" section.Scott Rifenbark2014-01-211-2/+3
| | | | | | | | | | | | | Applied some self-edits to this section that is part of the "Writing a New Recipe" section. There was no feedback from the second review but I noticed a few issues. Also, I added that reference on how to add a post-installation script from the "Enabling System Services" section as noted by Paul Eggleton. (From yocto-docs rev: 6be835637cb1dc232d6d6dd1dfe1bc803efecfd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Enabling System Services" section.Scott Rifenbark2014-01-211-20/+24
| | | | | | | | | | | | Applied review comments from Paul Eggleton to the section that is part of the "Writing a New Recipe" section. I changed the title of the section and applied some rewordings to better reprepresent exactly what sysvinit and systemd really are (managers). (From yocto-docs rev: 95c3ed5b7d1ace08828baacc8401e1ea5d96a06e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Installing" section.Scott Rifenbark2014-01-211-8/+17
| | | | | | | | | | Applied review comments from Paul Eggleton to this section that is part of the new "Writing a New Recipe" section. Minor edits. (From yocto-docs rev: a5116900ca42377c3dc19433b2f6046828ad2dcc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Compilation" section.Scott Rifenbark2014-01-211-4/+22
| | | | | | | | | | | | Added review comments to the section inside the new "Writing a New Recipe" section. Minor word fixes. I did add a new common compilation failure scenario. All input from Paul Eggleton. (From yocto-docs rev: 5818a8882ff55fc27c5dc77233854465b8c2245b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Configuring the Recipe" section.Scott Rifenbark2014-01-211-14/+18
| | | | | | | | | | | Applied review edits from Paul Eggleton for this section that is part of the "Writing a New Recipe" section. Minor wording issues only. (From yocto-docs rev: 8e291826fcb9547c3fc16aa81ccf6867fe2e417d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Licensing" section.Scott Rifenbark2014-01-211-6/+5
| | | | | | | | | | Applied review comments to this section per Paul Eggleton. Minor word changes. (From yocto-docs rev: 5130559003778e3b613d3d480350d041dfd10fcd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Unpacking Code" section.Scott Rifenbark2014-01-211-7/+10
| | | | | | | | | Applied review comments to this section. (From yocto-docs rev: f4075f61ca081df6c87abd876207da968450a8f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Fetching Code" section.Scott Rifenbark2014-01-211-91/+101
| | | | | | | | | | | | | | | Applied review comments to this section. Specifically, I addressed the organization and got rid of the bullet list. I integrated this information into the examples used for the various SRC_URI snippits. Also, part of the feedback including separating out the patching information into an isolated section. I set up the section and moved minimal information into it. (From yocto-docs rev: 0a16977c2125402cdd04e24ad5bce074859eb28a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Running a Build on the Recipe"Scott Rifenbark2014-01-211-25/+24
| | | | | | | | | | Corrective edits to this section based on Paul's feedback. Several items addressed. (From yocto-docs rev: a09ebe38e0ad22ad4ab12eab3d5a73166e4c56f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Storing and Naming the Recipe"Scott Rifenbark2014-01-211-41/+39
| | | | | | | | | | | Re-ordered this such that the storage of the recipe comes first and that is followed by naming it. Also, formatted into a list to give a better sense of the suggested order. (From yocto-docs rev: aead82f034a097cbdfe38b3b1f09a60cc411d6ea) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Locate a Base Recipe" section.Scott Rifenbark2014-01-211-6/+7
| | | | | | | | | | Updated the introductory paragraph to be more general about where a user might locate an existing recipe as a base. (From yocto-docs rev: d6147d19785824cde29e82aa32916dcec5ae2276) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Locate a Base Recipe" section.Scott Rifenbark2014-01-211-7/+12
| | | | | | | | | | | | I removed the note structure for the information about BitBake parcing curly braces. The note was to prominent. I added a leading sentence to better integrate the information into the section. (From yocto-docs rev: 21dd7ceced2c9867e4fefc2aab81a4ab3da3bc7d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Post-Installation Scripts" section.Scott Rifenbark2014-01-081-11/+13
| | | | | | | | | | | | | There was some confusion to this section as to just when post-install scripts were being executed. I looked it over and the section really is focusing more on the situations when you are creating a read-only root filesystem. So I went through and did a small amount of editing to just clean up some loose text. (From yocto-docs rev: 1b3674a5d123e74748bce5de61722079d4740908) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the LIC_FILES_CHKSUM example.Scott Rifenbark2014-01-081-1/+1
| | | | | | | | | | | | The LIC_FILES_CHKSUM was out of date due to a merge in poky. I updated the single instance in the manual set to use the new hash. Reported-by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: 4cfdf391326f2c5750404a8d7f31999f75bc26fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed left-over notes from "Unpacking Code" section.Scott Rifenbark2014-01-021-3/+0
| | | | | | | (From yocto-docs rev: 0b082a87d4e7d4ee627e1b014269bd1946addcee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed "Compiling the Recipe" section to "Compilation"Scott Rifenbark2014-01-021-2/+2
| | | | | | | | | You really are not compiling the recipe. (From yocto-docs rev: 82ca9176375c34f3c5b6694b0f205794684a2f01) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed section on excluding a package from the build.Scott Rifenbark2014-01-021-0/+2
| | | | | | | | | | I commented this out based on Paul Eggleton's suggestion that we should not be presenting this information. (From yocto-docs rev: fe2ee21e42134f0ffc9347f8c0336169f8f52aa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Final merging of recipe stuff.Scott Rifenbark2014-01-021-44/+61
| | | | | | | | | | | Merged the concepts in the old "Adding a Package to your Software" section into the new "Writing a New Recipe" section. This completes the feedback from Paul, which was extensive for this new section. (From yocto-docs rev: 522673e1aa068b8d089dfefb5b234a48062da3fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Integrated Hello World section into new writing recipe sectionScott Rifenbark2014-01-021-225/+240
| | | | | | | | | | This change merged in the Hello World section as a summarizing example section to the new "Writing a New Recipe" section. (From yocto-docs rev: 79c858e1590e5ab4c56b19dc51b03e0e570b6209) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Completed first pass of review feedback.Scott Rifenbark2014-01-021-17/+106
| | | | | | | (From yocto-docs rev: 5c2679b334e2130bd82bee7491d39b6cff56b0a9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Completed the "Fetching" and "Configuration" sections.Scott Rifenbark2014-01-021-100/+280
| | | | | | | | | | This involved a first draft and implementation of Paul's review comments. Also worked on the "Configuration" section. (From yocto-docs rev: 0e168dbaf5f4949c4c5f79fe7da406ca91390e22) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: First complete draft of the "Writing a New Recipe" section.Scott Rifenbark2014-01-021-59/+306
| | | | | | | (From yocto-docs rev: fe5ca883364c1edbbcd13aacfa972ebdfc3122b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-wrote the installation part of "Writing a Recipe"Scott Rifenbark2014-01-021-11/+77
| | | | | | | (From yocto-docs rev: 7d99f9346a0747d2d1cb978ea10d1a681e70a98f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to "Writing a Recipe" section.Scott Rifenbark2014-01-021-36/+157
| | | | | | | | | | | | | | Updated the recipe creation figure. I had to re-order the flow and also generalize the supporting services installation part of the diagram. Fleshed out the "Fecthing" section with SRC_URI examples and much more detail. (From yocto-docs rev: 6a23ab2beb90376c11c426ac8bf5618994585a9d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Some review edits to the new writing a recipe section.Scott Rifenbark2014-01-021-8/+9
| | | | | | | (From yocto-docs rev: 06287769f9a1fc0beb1a867ceb22922e35452589) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Some development text for fetching sourceScott Rifenbark2014-01-021-9/+38
| | | | | | | | | | I have added some stuff to the section on fetching source in the new "Writing a Recipe" section. (From yocto-docs rev: a4b340d58888927bf648be34402670f8a7d87d8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Put into place a rough draft of the "Writing Recipe" sectionScott Rifenbark2014-01-021-0/+169
| | | | | | | | | | This draft has the structure with text from Paul's email. It needs further work. (From yocto-docs rev: 08025edc34995f7436786e9ed3abdfa155db47af) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the "Working with a PR Service" section.Scott Rifenbark2013-12-111-8/+9
| | | | | | | | | | I added a link to the PRSERV_HOST variable. That variable is now defined in the ref-manual variable glossary. (From yocto-docs rev: 7166fe94107cd379081fd81b7351ec081aa2c6ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: ksize.py and dirsize.py live in scripts/tinyRobert P. J. Day2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: 1842f4a1d157dfc1559fda5b7cb5a075c1902d95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Add a reference to poky-bleeding distroRobert P. J. Day2013-12-031-0/+39
| | | | | | | | | | | | | As an actual example of using AUTOREV, refer the reader to the Yocto-supplied poky-bleeding distribution. Also cleaned up some wording and added a Caution statement about the distro not being regularly tested - Scott (From yocto-docs rev: 2a74573af702c905274e377304a946fd335a0182) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Documentation: More minor tweaks to dev manual for clarityRobert P. J. Day2013-12-031-15/+15
| | | | | | | | | | | i'm still looking at the dev manual for more changes but those would be more substantive changes, so i'll pass along just this collection of minor stuff. (From yocto-docs rev: 94e2422d6e6e408e2dd76b15e1231814b123800d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated how to remove package management requirementsScott Rifenbark2013-12-031-23/+5
| | | | | | | | | | | This now involves only making sure that "packag-management" is not part of your IMAGE_FEATURES statement for the image. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 9cb66c40677adc43088d22900fef58166ee8b508) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed wording of BBMASK exampleScott Rifenbark2013-12-031-1/+1
| | | | | | | | | | | | I changed the intro text for this one-line example so that it would not imply that the example is the only syntax that can get the job done. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 5d0151b692bef9ef67a6237f3e4e4387e6f00c63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added note about naming your distributionScott Rifenbark2013-12-031-1/+8
| | | | | | | | | | | Added a small note in the section where you create your own distribution to be clear about where the name is set. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: a2ce7d82eb7f3edbaebce65c73e6ae3c0c921152) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-worded menuconfig preparationScott Rifenbark2013-12-031-3/+3
| | | | | | | | | | | Rather than saying menuconfig is "built", I changed the text to say it is "run." Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 74b7a193e8356931e5a0db2ea76b4543880ed2ec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-ordered sections for customizing an image.Scott Rifenbark2013-12-031-120/+129
| | | | | | | | | | | | | The four sub-sections describing how to customize an image seemed to be backwards as they progressed from most complex to easiest. I switched up the order and provided better transitional introductory wording for the four sub-sections. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 1e8d178c401d3020621fc90af5cdd0bb3e37be87) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Number of minor tweaks to Dev Manual, Chapter 5.Robert P. J. Day2013-12-031-8/+8
| | | | | | | (From yocto-docs rev: 1027c4aefa0ba9f341c56eda7ee672d26c5e6813) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Updated some section titles.Scott Rifenbark2013-12-031-1/+1
| | | | | | | | | | | | | | | | I noticed that chapter 10 of the ref-manual still had "Reference: Features" as the title. This is left over from way back. I changed that chapter title to "Features." Next, I noticed an inconsistency with some sub-section titles. I changed the "Images" title into "Image Features." This affected several links across the doc set so I had to update those cross-references as well so they have the latest section title as part of the reference. (From yocto-docs rev: b68f009a92e0e24802e367d98cf66e15ba1cd364) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated EXTRA_IMAGE_FEATURES operater for read-only-rootfs exampleScott Rifenbark2013-12-031-1/+1
| | | | | | | | | | | | The operator used was "=" which was inconsistent in light of previous uses of the variable in the ptest section. I changed the operator to "+=" to be consistent. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: d6b7c7e15290e64f4baac25544224788e92ad309) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: updated the ptest sectionScott Rifenbark2013-12-031-6/+2
| | | | | | | | | | | | Removed the note indicating that three specific recipes were "ptest-enabled" for the release. I substituted in wording that tells the user to see if a a recipe inherits ptest as a way of determining if the receipe is ptest-enabled. (From yocto-docs rev: 9136617575eb7a0a08f0b81f75ae6cdede62219f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>