summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual; mega-manual: Edits to further define packaging processScott Rifenbark2015-05-036-53/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In response to community input where developers were attempting to locate information on how to write packages out to a directory other than ${DEPLOY_DIR}/<package_type>, I updated the "Package Feeds" section, added several new DEPLOY_DIR_* variables, updated four classes, and updated four tasks. Here are some details: * Made changes to the "Package Feeds" section to provide more accurate information in the package feeds directory structure used by the build system in build/tmp. These changes included updating the figure itself and some explanatory text. * Updated the DEPLOY_DIR variable description. * Added new variable descriptions for DEPLOY_DIR_DEB, DEPLOY_DIR_IPK, DEPLOY_DIR_RPM, and DEPLOY_DIR_TAR. * Updated the related classes: package_deb, package_ipk, package_rpm, and package_tar. * Updated the related tasks: do_package_write_deb, do_package_write_ipk, do_package_write_rpm, and do_package_write_tar. Reported-by: Trieu Nguyen <trieu.t.nguyen@intel.com> (From yocto-docs rev: a8d499850dec72f8decd81ec6714809c3a580ffc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the "Image Features" sectionScott Rifenbark2015-05-031-14/+9
| | | | | | | | | | | | Removed the requirement that debug-tweaks is needed in order to individually use the allow-empty-passowrk, empty-root-password, and post-install-logging features. These three features can be individually turned on an off regardless of debug-tweaks. (From yocto-docs rev: e9f2e2b0f094cf243d601ee3fcdf9588cc81e003) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to add Luna support for EclipseScott Rifenbark2015-05-031-198/+163
| | | | | | | | | | | | | | Adding Luna and dropping Juno. Pretty much went through the "Working With Eclipse" section and dropped Juno and added Luna. A major deletion was the BitBake Commander section using Hob. Todor told me to drop this section completely. Note that I also added a couple new YoctoProjectTools that appear on the menu: SystemTap and yocto-bsp. (From yocto-docs rev: 6dc7d842acb0f190138418c7bf874999219cbead) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the ELF Binary QA warning messageScott Rifenbark2015-04-281-3/+4
| | | | | | | | | | | | Fixes [YOCTO #7630] I applied some feedback from Laszlo Papp suggesting that the user can also use '-fpic' as well as '-fPIC' for a command-line option. (From yocto-docs rev: 750ff4d3203f358595df8d10cc57e8d63a9fef4a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual; ref-manual: Fixed &dash; issueScott Rifenbark2015-04-282-66/+66
| | | | | | | | | | | | | | | | Fixes [YOCTO #7386] Apparently the "&dash;" ENTITY used throughout the YP manual set to get literal "-" characters in example commands renders into a unicode that is not a dash. This results in users getting errors if they attempt to cut-and-paste a sample command that uses a "-" character from the manual into a shell. I have universally replaced all the "&dash;" strings in the YP manual set to "-" strings. (From yocto-docs rev: 1309e124d83fdf3c98be5c3ff1943f1c0d496c20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-project-qs: Replaced GNOME Mobile with GTK+ wordings.Scott Rifenbark2015-04-241-12/+16
| | | | | | | | | | GNOME Mobile no longer applies. I updated text to use the GTK+ wordings. (From yocto-docs rev: 978878d3f1a7ea07a68f0aeae93eeae7ba58b8f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Removed redundant video.Scott Rifenbark2015-04-241-18/+13
| | | | | | | (From yocto-docs rev: 5ae1d89a1384790644016e79afea1a70edcf88f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added glossary entry for EXTERNAL_KERNEL_TOOLSScott Rifenbark2015-04-241-0/+26
| | | | | | | (From yocto-docs rev: b4f3b0c2efc6a162d714a2180bf48aac47684a27) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to ELF binary QA warningScott Rifenbark2015-04-242-6/+7
| | | | | | | | | | | | | | | Fixes [YOCTO #7630] Apparently the text relocation being done here can cause runtime performance issues. I documented a potential work-around for the issue and provided a cross-reference link to an external site for more general information about text relocation at runtime. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: f7f611a6668b6cd2ee3928ad44c72dbbe5307c38) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed FAQ question for GNOME Mobile.Scott Rifenbark2015-04-241-17/+0
| | | | | | | (From yocto-docs rev: 12e61c66685f3ab8dc49a5c0d808aabc0b524e21) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed some dashes in the user input examples.Scott Rifenbark2015-04-242-7/+7
| | | | | | | | | | | I typically try to use the underscore character to string together multi-word user-input descriptors in examples. I fixed a bunche here. (From yocto-docs rev: f7bc59cfb88537a2e3045a44978e974227b8ea9f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed some formatting on a user-input example.Scott Rifenbark2015-04-241-1/+1
| | | | | | | (From yocto-docs rev: d27d950d8a128c06684c3bc9e55c73c5f4f9658b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed tag from profile-manual cross-refScott Rifenbark2015-04-241-1/+1
| | | | | | | | | | | | | | | | | In the introduction, the ref-manual references several other YP manuals. If the manual is build separately, these references resolve to the appropriate manuals. When the mega-manual is built, the same references are designed to not become links. In otherwords, mega-manual.sed processes those links out. This is by design. I found a #profile-manual tag on one of the links in the introduction. This resulted in a link in the mega-manual that would go nowhere. I removed the tag. (From yocto-docs rev: 5284004cb4f619b0580b525f67a3ebc7be1cdb93) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed link to the OpenEmbedded style guide.Scott Rifenbark2015-04-241-1/+1
| | | | | | | | | | | | A link was going to an old YP page that talked about patch style guide stuff. That page simply redirects the user to a styleguide of the OE. I fixed the link in the manual to go directly to that page now. (From yocto-docs rev: 256285af25d46c1cfcd09daae1a5d1f8045bbb0d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt-manual: fixed formatting for user-supplied data in example.Scott Rifenbark2015-04-241-1/+1
| | | | | | | (From yocto-docs rev: c3c264f14961c1e43da7bb0177cee4e3b4440b92) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Applied some formatting for user input.Scott Rifenbark2015-04-241-2/+4
| | | | | | | (From yocto-docs rev: 1463f3b5f51b82bd7a4dd953003a1d24ef01178b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed link to Toaster Manual.Scott Rifenbark2015-04-241-1/+1
| | | | | | | | | | | | | | | I found a link that is processed by the mega-manual.sed file correctly but for the situation it does not resolve right. The link is a "naked" link. In other words, it doesn't have a #<tag> part. When the .sed file sees these types of links, no hyperlink is generated. I found a case in the dev-manual where I reference the Toaster Manual in general and would like a link that would take the user there. So, I had to add a #<tag> part to the link in the XML (From yocto-docs rev: 29c751888f16b9a2b73b64fe78eca6b7c661b2f4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed a cross-ref link that used "here" as the link.Scott Rifenbark2015-04-241-3/+2
| | | | | | | | | I don't like these. I fixed it up. (From yocto-docs rev: be9ec19a9ba0650efa6562de350c8d6bb83db85f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added Toaster to the list of ways to develop.Scott Rifenbark2015-04-241-21/+36
| | | | | | | | | | I put this in the intro list for the section that presents various ways to use YP. (From yocto-docs rev: f5dd577d9b72a6433c647816464213cf83fb9bad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed a cross-ref link to "here"Scott Rifenbark2015-04-241-2/+2
| | | | | | | | | | This practice is not good. I had one in the manual. I reworded the text to not use that term in a link. (From yocto-docs rev: 8c56090d52a9844c4aa072b4eaa4ee32a03d8352) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated branch descriptions for better manual maintenanceScott Rifenbark2015-04-241-4/+4
| | | | | | | | | | | | | | | | The "Repositories, Tags, and Branches" section had some wording that described how branches are maintained in the poky repo that made it hard to maintain in the doc from release to release. I had a list of past releases by name and as such would have to update it every release to make it reflect the last set. Well... this is not the best way to do this and proved out as it slipped through the cracks for the YP 1.8 release. Consequently, I recast the text so it is "release proof". (From yocto-docs rev: 5ed1238f53320a3aa1f00ea04191cacdad5fbe95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed "Intel Corporation" from the "Links" section.Scott Rifenbark2015-04-241-0/+2
| | | | | | | | | | | In an attempt to keep the project as much open source as possible, I removed the link to Intel from this list of resources. We don't list Linux, OpenedHand, Wind River, etc. (From yocto-docs rev: 0c2223e788f8b87c376846ae724b7f8e26513559) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the poky definition in the "Terms" section.Scott Rifenbark2015-04-241-12/+23
| | | | | | | | | | Added some stuff about "poky" meaning the default distribution when using YP and the poky git repository to build an image. (From yocto-docs rev: 8f78b6d29676b953ce1d09d785d259630e4acce0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to ELF binary QA warning - review changesScott Rifenbark2015-04-241-0/+17
| | | | | | | | | | | Applied some review edits from Paul. Fixes [YOCTO #7630] (From yocto-docs rev: 0b7b3d36565da6745a13f5f6d17174e9d69c072e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the "Enabling and Using the Tool" sectionMichael Wood2015-04-241-14/+22
| | | | | | | | | | | | The send-error-report tool syntax has slightly changed since the documentation was written. Removed the [server] part of the command and added more detail on its use and results. Reported-by: Michael Wood <michael.g.wood@intel.com> (From yocto-docs rev: b0d427ac0c520dbaff6b3222f1d0e4ac617f5d41) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated "Requirements" section for creating partitioned imagesEd Bartosh2015-04-241-6/+6
| | | | | | | | | | | | Wic is not using parted and other runtime dependencies from host system anymore. It uses native tools instead. Removed host parted from the list of requirements. Added instructions to build native tools. (From yocto-docs rev: 6c84e9d4f969952240a869ec83ea149a75c17978) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to the TCLIBC variable descriptionScott Rifenbark2015-04-241-4/+0
| | | | | | | | | | | An old note still existed in this entry that stated we don't support glibc. This is not true. I deleted the note. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: afebdfd994a4ff57cf8f5db1d0d7731433f831f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed style sheetScott Rifenbark2015-04-241-1/+1
| | | | | | | | | | Style sheet was not spacing after the first paragraph for glossary entries. (From yocto-docs rev: 9a3e29acc18c89d00ba5b176bd6fcbabb32d4be0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Corrected the "package_rpm.bbclass" section.Scott Rifenbark2015-04-101-1/+1
| | | | | | | | | | | A cut-and-paste error had left a "package_deb" string in the first sentence of the section. Replaced with "package_rpm." Reported-by: Geoffroy VanCutsem <geoffroy.vancutsem@intel.com> (From yocto-docs rev: 38b20d775ba41cb14d86177dddd85ada32fb3f86) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Update to oe-init-build-env-memres description.Scott Rifenbark2015-04-101-2/+2
| | | | | | | | | | | | Fixes [YOCTO #7559] Removed the information stating that the port address 12345 is used. Really what happens is a random port address is used. (From yocto-docs rev: f469c2431b26593a762e348e9c5d0e84c582eab8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to "Kernel Build Changes" in the 1.8 migration section.Scott Rifenbark2015-04-101-4/+16
| | | | | | | | | | | Updated this according to some changes Richard and Paul wanted to see make it into the 1.8 release. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: f571e35169818355fea2a20715df3e8f7405134f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Fixed release month in the manual table.Scott Rifenbark2015-04-101-1/+1
| | | | | | | (From yocto-docs rev: 1c67a2a19d5dd75030928c6f571d516e5edd0b99) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Added new video link for toaster configuration.Scott Rifenbark2015-04-101-0/+5
| | | | | | (From yocto-docs rev: 8e418e1b203d749bd939bf0f109fb8fce6053ceb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* tools: A real fix for thos mega-manual.sed file for Toaster.Scott Rifenbark2015-04-021-1/+1
| | | | | | | | | The previous commit did not fix the problem. This one does. (From yocto-docs rev: d19c2096018db0127d11814ddcba919ad469e428) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: Updated the mega-manual.sed file to include the Toaster manual.Scott Rifenbark2015-04-021-0/+1
| | | | | | | (From yocto-docs rev: 36f9685837da5d202372933bfa895e8a3724dd5c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Review edits applied.Scott Rifenbark2015-04-022-49/+34
| | | | | | | | | | Some steps updated according to Belen and a video link fixed to not point to Belen's Youtube area. (From yocto-docs rev: 557c22fdd287160f6aabac0928ce6bd8d6af3394) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Updated customization layer to not use local XSL file.Scott Rifenbark2015-04-021-2/+2
| | | | | | | (From yocto-docs rev: f33dee9e57a8adc18d4674f97c0f77ccbbb4a6e5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed bitbake -c populate_sysroot example.Scott Rifenbark2015-04-021-2/+2
| | | | | | | | | | This was incorrectly stated as 'bitbake -c install' in two places. I substituted the correct string. (From yocto-docs rev: fe54de82cff054d4319c635a0ddba2de7cc6ebd6) 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.8 migration section.Scott Rifenbark2015-04-021-5/+35
| | | | | | | (From yocto-docs rev: 9509c22e6e9fb1dfaabe634cb554f1f68d8ea434) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Applied final review edits.Scott Rifenbark2015-04-023-98/+113
| | | | | | | | | This should be it unless there are late coming comments. (From yocto-docs rev: cb32e3330a6fe2d26425f8765689749afcd989e9) 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 going to 1.8Scott Rifenbark2015-04-021-0/+231
| | | | | | | (From yocto-docs rev: b8c7fad5404eb111c0d6a39fae6e9ffcb4a615ba) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new bluetooth class.Scott Rifenbark2015-04-021-0/+17
| | | | | | | (From yocto-docs rev: 536117974fb08c1c6739af9c8200b228a59b7f6d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to doc packages and reference linksScott Rifenbark2015-04-012-15/+6
| | | | | | | | | | | | | | | I added xlstproc to Fedora and CentOS package lists for building out the docs. I abbreviated the list of references in the end chapter by leaving just the main URLs for bigger areas such as Intel, OE, etc. Then I put in a link that goes back to the dev-manual list of other informations as that is much more comprehensive. (From yocto-docs rev: 81667b85cd8c639dd32cd5a8f614b4c890eb4dde) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: removed the BBLAYERS_NON_REMOVABLE from the example code.Scott Rifenbark2015-04-011-5/+0
| | | | | | | (From yocto-docs rev: 35a92477897652a9af2b1a257a4576926612e054) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed the detailed section on how to set up and use ToasterScott Rifenbark2015-04-011-0/+14
| | | | | | | (From yocto-docs rev: f3704c61a6def095cd6632ce2ad223ea84e35dac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added a small section to note Toaster as a development model.Scott Rifenbark2015-04-011-211/+0
| | | | | | | (From yocto-docs rev: 63e73beca3b7d084c4776f296d3310a31dafcfc4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed a few broken links and added Toaster manual to list.Scott Rifenbark2015-04-013-4/+10
| | | | | | | (From yocto-docs rev: 77e3a4c704836e599b8ef6b13e68ec783e6d642d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-project-qs: Fixed broken link to AB nightly builds.Scott Rifenbark2015-04-011-1/+1
| | | | | | | (From yocto-docs rev: 848dc6afa663a6730953736cf50f58130da30181) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the OE_TERMINAL variable descriptionScott Rifenbark2015-04-011-3/+0
| | | | | | | | | | Removed an out-dated note near the bottom regarding a distro we don't support (From yocto-docs rev: 4211914f16d4ab01182633785068b56a258c0d04) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the supported distros list.Scott Rifenbark2015-04-011-7/+12
| | | | | | | (From yocto-docs rev: 41a835409a912e55b37a64492ad2fe99fd412214) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud