aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
AgeCommit message (Collapse)Author
2011-11-25documentation/adt-manual/adt-prepare.xml: Fixed bad URL for edison tarballScott Rifenbark
The URL for the edision tarball was old and had been locked down in the manual too early. It changed and now this fixes it. (From yocto-docs rev: c1668e41babd7ef592dc26271943c99bacc3f181) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation/adt-manual/adt-prepare.xml: Updated link to machinesScott Rifenbark
I replaced the link with the URL that uses 'downloads.yoctoproject.org....' (From yocto-docs rev: fef7ca4f2a549fabc1932a40a46cf0c6c834074f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documenation/adt-manual/adt-prepare.xml: Fixed toolchain tarball nameScott Rifenbark
the name was off. It was 'yocto-eglibc-x86_64-i586-toolchain-1.1.tar.bz2'. Really, the name is 'poky-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2'. (From yocto-docs rev: 3d051f3e814f27f661ce153b66735f75a4152d04) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation/adt-manual/adt-prepare.xml: Updated link to toolchain and infoScott Rifenbark
I updated the link to be 'download.yoctoproject.org/releases/yocto/yocto-1.1' I also fixed the text that indicated 'i586' as a directory for the 32-bit machines. The real directory name is 'i686'. (From yocto-docs rev: fc08acdce64bac7c2b3d4689e16cf06e70f6cbe5) 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: 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-08documentation/adt-manual/adt-prepare.xml: Fixed broken linkScott Rifenbark
Michael Tomer from Koko Fitclub reported that the link to the ADT Installer tarball was broken. Fixed the link. As Reported by: Michael Tomer <michael.tomer@kokofitclub.com> (From yocto-docs rev: 891fc3123f73a7b856207e0cdef32821f0cd90a3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14documentation/adt-manual/adt-eclipse.xml: Added missing section for plug-inScott Rifenbark
Discovered a missing section for installation of the Eclipse Yocto Plug-in. This information is critical to the release. Jessica discovered the problem. New section added that describes how to install the plug-in as a standard "New Software" installation from within the Eclipse IDE. (From yocto-docs rev: d4976ec56d39813a72519387897023f65a5884f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14documentation/adt-manual/adt-eclipse.xml: fixed indigo typosScott Rifenbark
(From yocto-docs rev: cd2fe81bf9fe9fe4cc463861b62278654e7fff78) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-06documentation: Fixed links for yocto-1.1Scott Rifenbark
After greping through the documentation directory, I addressed all the <ulink> statements that used to have yocto-1.0 in the URL. They are now yocto-1.1. (From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual: changes for Jessica's review.Scott Rifenbark
I made several changes based on feedback from Jessica Zhang. 1. Removed "SDKVERSION" as a way of identifying the directory in which a toolchain tarball is installed. I replaced with "1.1" 2. Cleaned up the bitbake command verbage to consistently use 'bitbake' command. 3. Cleaned up an erroneous reference to the toolchain environment setup scripts. I was referring the user to the oe-init-build-env area. 4. Changed wording to indicate that the toolchain tarball is generated after running bitbake rather than installing the toolchain. 5. Replaced the gmae tarball file used in an example to be the regular taball. (From yocto-docs rev: f7c3e4f4a666121a29825099d451eab1accb0616) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: edits to zip sectionScott Rifenbark
No need to use the long command to restart Eclipse. It will have been restarted as part of the procedure. I updated the last paragraph to simply point the user off to the next section. (From yocto-docs rev: bca280e74f81a0401c520c8a59e9e07e16f28b8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: updates to zip method of plugin ↵Scott Rifenbark
install. These changes are for installing the YP Eclipse plug-in using a built out ZIP file. (From yocto-docs rev: ea50f63d448b4ff6026a9334440058511782461d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: edits to the config stepsScott Rifenbark
I made some slight edits to configuring the Eclipse IDE and the procedure to install the plug-in from the zip file. This is not complete yet. (From yocto-docs rev: 96de3d21946d64e6b877f067912da8677c3d373a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-prepare.xml: updates to getting images.Scott Rifenbark
Made a few corrections to the section describing how to build the tcf-agent into non-sdk images. (From yocto-docs rev: e78dc3b3d3dd443506e78651cf9673358577c21d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-prepare.xml: Updated for building tcf-agentScott Rifenbark
The YP only ships one pre-built image that has the tcf-agent built into it - core-image-sato-sdk. There are a couple methods that exist to create images that do not normally have this agent so that they will have it. I updated the "Getting the Images" section to contain those steps. Lianhao and Jessica Zhang were the technical resources for these changes. These changes are the first draft. (From yocto-docs rev: 85432e4892c3fe924bf90961f89e8edfd9693e84) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-prepare.xml: changed linkScott Rifenbark
Updated a link that was an autobuilder link to be http://www.yoctoproject.org/downloads/yocto-1.1/machines. (From yocto-docs rev: 91a4056a285b53f8c73494e8af88d9a98d6d61e0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation: Updated title pages.Scott Rifenbark
Updated the title pages for the ADT, BSP, Dev, and Ref manuals to contain the Oct 6 release date for the books. Also, changed the author field for the BSP guide to include Tom Zanussi as well as Richard Purdie. (From yocto-docs rev: 301da0a5b305e4b332397bb67f6a6a77751991d2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: Added zip method for plug-in installScott Rifenbark
I added a new subsection to the section that talks about how to install the YP eclipse plug-in. According the Jessica, we should document this method for installing the plug-in. (From yocto-docs rev: dea5b1dacc16c08d61356e95bece2aec581dd16d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-command.xml: Note about running configureScott Rifenbark
YOCTO #1504: Added a note indicating what to do if the configure script complains about --with-libtool-sysroot option. (From yocto-docs rev: 575f4057ddfc2774a62bf349fd05d62b79dd278b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: various minor clean ups.Scott Rifenbark
(From yocto-docs rev: 6caabfaed1ec440511727e163b9c3bb7afe966ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-prepare.xml: fixed broken cross-link.Scott Rifenbark
(From yocto-docs rev: 90f6bd0aff8346df24d691e0c9424a0a99af2095) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-prepare.xml: applied Jessica Zhang revisionsScott Rifenbark
These changes reflect corrections resulting from Jessica Zhang's review of the sections. (From yocto-docs rev: c3fed39bc3909c38424e7e72c40471dcb0053c8d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-prepare.xml: Title correctionScott Rifenbark
(From yocto-docs rev: 536665ac8b28426f2869ceffca3ea2f6f4d1eef4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-prepare.xml: toolchain enhancementsScott Rifenbark
After working through this stuff I was still confused as to how to guide the user toward proper toolchain installation and on what they needed to do for collecting their kernel and filesystem images. These changes included some information on when and how to extract the rootfs when the user is booting to NFS. Plus some other general items like the significance of meta-toolchain-sdk as compared to meta-toolchain. (From yocto-docs rev: 2cc88b5193888a074ffd87cb253b9cfe08146877) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-prepare.xml: removed termsScott Rifenbark
I had definitions for "The Yocto Project Files" and "The Yocto Project Build Tree" in this chapter. They were misplaced. I have deleted them and moved them to the development manual. (From yocto-docs rev: 9238e75abc4578043fd625b3796b86d42204e16f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: Fixed the section formatting.Scott Rifenbark
I made changes to the section titles so they have quotes around them for easier reading in the PDF manual. (From yocto-docs rev: 5bea470682c3d834f30ab0d2fcba148ea33d653f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: writer note and re-wordingScott Rifenbark
I added a development writer note and I noted that running a project as an eclipse application pops a new instance of Eclipse. (From yocto-docs rev: 6408ff7f4d59a0e535e560c7c0c63a3f373c640b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-prepare.xml: writer notes and section formatScott Rifenbark
I added a couple of writer notes for development purposes. I also formated the section title references so they have quotes around them for easier reading in the PDF verison. (From yocto-docs rev: 37adb580cf6c1369da43fc4ef7aaa4cc1cee0e5c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: minor editsScott Rifenbark
fixed some section naming conventions and minor wordings. (From yocto-docs rev: 768d386c135c57ed3573e08bac72cad47fa101ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-13documentation/adt-manual/adt-prepare.xml: Added note about satoScott Rifenbark
I discovered that in order to remotely deploy and debug an image from Eclipse you have to have a Sato image. I added text to the note about getting or building the image specifying that requirement. (From yocto-docs rev: 060de7f6082bc3dbfa0f7d4e25b2933f15a61fc0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-13documentation/adt-manual/adt-eclipse.xml: Fixed ifconfig command.Scott Rifenbark
(From yocto-docs rev: 01bae397bd62e01080748970c47dfaa441a405b0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-13documentation/adt-manual: Rewrite for Indigo version of Eclipse.Scott Rifenbark
These edits are extensive and cross into two files: adt-prepare.xml and adt-eclipse.xml. This is the first pass of a large re-write to bring the examples up-to-date using the preferred version of the Eclipse IDE (Indego 3.7). Much has changed. (From yocto-docs rev: 57c1f905c6d66268a498e013193d003596f2303d) 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-02documentation/adt-manual/adt-prepare.xml: Updates to variable and other editsScott Rifenbark
Updated the variable name of the adt_installer.conf file that points to the IPKG repo. This changed for 1.1. Also made some small edits. (From yocto-docs rev: 893b8b2f4bed8d4fce9a876e2184b3f5b9b004c0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-02documentation/adt-manual/adt-prepare.xml: added reference to dev manual.Scott Rifenbark
I added a link to the getting setup section of the YP dev manual for help on setting up the YP files. (From yocto-docs rev: 13832465de69bc41ddcc5e5696e707be8a3b6c5a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-02YOCTO #1419: General edits and fix for oprofile-server rev requirements.Scott Rifenbark
I performed general edits to this chapter as well as addressed the two items for the YOCTO #1419, which was re-opened. These included specifying oprofile version 0.9.4 required and the note that oprofile-server is only installed by default in the core-image-sato-sdk image. (From yocto-docs rev: fdca6458d9cd431052126d31f6eb4396c3327982) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-02documentation/adt-manual: General edits.Scott Rifenbark
I made a pass through the manual and made some general formatting changes, updated some links in anticipation for the 1.1 release. (From yocto-docs rev: f2d3a012fbe4e8db3cf07e5497acfdf732e55d97) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-30YOCTO #1419: documentation/adt-manual/adt-eclipse.xml - re-wordScott Rifenbark
YOCTO #1419: I have re-worded the informational bullet on the OProfile tool to indicate that you must have version 0.9.4 or greater of the oprofile-viewer in order to have usable data on the host. (From yocto-docs rev: 44fabbf8015b9bb624a5d70336a4440bd73c2c34) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-24documentation: Changes to Paul Eggleton's edits for various manuals.Scott Rifenbark
Paul sent me a bunch of minor edits and technical corrections for the ADT, BSP, Development, and YP reference manual. Most changes were taken as he submitted them. However, some formatting conventions were not followed in the commits he made to yocto-docs/paule/docs2. After merging them to my yocto-docs/master branch I fixed some issues. (From yocto-docs rev: 93f4ea2dee976448f623953e801a80d59736450a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-24documentation: set titles for all documentsPaul Eggleton
These documents do not have titles when showing up on the website; set the title tag value so that they do. (From yocto-docs rev: baf958e3f49317689275b14dd31c6141f36c8c65) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/adt-manual/adt-prepare.xml: changed 1.0 to 1.1Scott Rifenbark
In anticipation of 1.1 I have changes several filenames that had "1.0" to include "1.1" instead. I am unsure if the names are correct at this time. I will need to check them when the release is created. (From yocto-docs rev: ae50f920c5cf18f6c0494280a453feb41ef56d83) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/adt-manual/adt-eclipse.xml: Fixed double dash display.Scott Rifenbark
In the PDF version of the manual the "&dash;&dash;" docbook statement does not disply correctly. I changed them to "--". (From yocto-docs rev: 8aea27a6de1ca2d5dffc84cfb7a26d29c3eb0e8d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/adt-manual/adt-command.xml: fixed double dash display.Scott Rifenbark
In the PDF version of the manual the "&dash;&dash;" docbook command does not display. I changed this to "--". (From yocto-docs rev: b5f42fad0c7447a480e0557988f868ef4833abbf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/adt-manual/adt-package.xml: Fixed typo and long commandsScott Rifenbark
Errors caught by Robert P. J. Day: 1. An extra ">" character removed. 2. Overly long commands changed to use the continuation symbol. (From yocto-docs rev: e84b7d5a46817fdc9c0f55242840989cbe8494c7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-20documentation/adt-manual/adt-command.xml: general edits.Scott Rifenbark
(From yocto-docs rev: 7227ad57257869f2fcb7f85bed8b8b90db4bd65a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-20documentation/adt-manual/adt-eclipse.xml: general edits and formatting.Scott Rifenbark
(From yocto-docs rev: 31e2643b0c4205b8db0fb7a8082b5f7083a00745) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-20documentation/adt-manual/adt-package.xml: Minor editsScott Rifenbark
(From yocto-docs rev: f035bf540c07b98d88dbf134b4a4706887754e32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-20documentation/adt-manual/adt-prepare.xml: edit pass for new termninologyScott Rifenbark
Also added some general punctuation edits. (From yocto-docs rev: e9a689655c6e88e735944084e5dda32800a6e6ca) 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>