summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
* librsvg: update gdk-pixbuf loader cache when staging native packageTomas Frydrych2013-05-121-0/+11
| | | | | | | | | | | librsvg installs an svg loader for gdk-pixbuf; in order for the native version of the loader to be usable by gdk-pixbuf-native we have to update the loader cache. (From OE-Core rev: 271b772855e091f5d0d97594acd613a9aee47fcb) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgnome-keyring: remove, nothing in oe-core uses this anymoreRoss Burton2013-05-081-19/+0
| | | | | | | | (From OE-Core rev: d5f985f51b250b88dd910ca3a1fc8f2992271e60) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-keyring: remove, nothing uses it in oe-coreRoss Burton2013-05-082-47/+0
| | | | | | | | (From OE-Core rev: fbefbf60fd18dae135b96d0bfd2db832f568fea9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libffi: Update to 3.0.13Saul Wold2013-04-295-2914/+21
| | | | | | | | | | | | | | New patch is required to fix the location of the libdir defined i the libffi.la file which caused a bad RPATH (/usr/lib/../lib) due to the gcc -print-multi-os-directory returning ../lib. Remove Aarch64 patches as it is now supported upsteam. Other patch code is also upstreamed (From OE-Core rev: 6f1caa75b181eb40fdbbd4d9979a5f61c0b9435a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: add SUMMARY and DESCRIPTIONPaul Eggleton2013-04-291-0/+6
| | | | | | | | (From OE-Core rev: e4f88127e1ea590c358041574e0d4029b890e421) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: silence some spurious errorsRoss Burton2013-04-222-0/+96
| | | | | | | | | | | | | | | | The postinstalls were producing errors like this: (gconftool-2.real:10095): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead These are harmless but distracting, so take a patch from upstream to silence them. (From OE-Core rev: bc0a4f6e4d01d5912c2589efa9b69d7eda462f73) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-icon-theme: add missing icon-cache inheritKoen Kooi2013-04-221-6/+6
| | | | | | | | | | | | When installing this manually the icon cache won't get refreshed. Rearrange recipe to comply the the styleguide as well. (From OE-Core rev: a0643812b05cf7ed8b6f530f81925f60089c2410) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hicolor-icon-theme: bump PR to allow removal of duplicate from meta-gnomePaul Eggleton2013-04-161-1/+1
| | | | | | | | | | | The recipe in meta-gnome has PR = "r1" so make it the same here and avoid PR going backwards for existing users of meta-gnome when the recipe there is removed. (From OE-Core rev: 200685bde7ea222891e1dde27f086caea9216e48) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdk-pixbuf: Fix libpng determinism issuesRichard Purdie2013-04-132-0/+24
| | | | | | | | | | | | | We now have libpng 1.6. If we build libpng12 as well as libpng 1.6, the 1.2 version gets preferred which is not desirable and does not give deterministic builds. We really do want to use libpng since the item in DEPENDS will provide this so manipulate the search list so the one we DEPEND on gets chosen. This was the cause of a recent autobuilder failure. (From OE-Core rev: ce1d262ea36da9a9fdeeefc0ddc69833801d4d2d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk-update-icon-cache-native: create wrapper scriptLaurentiu Palcu2013-04-081-0/+4
| | | | | | | | | | | When using the sstate from another build machine, the path to the pixbuf loader's cache points to a path on the remote machine. Hence, the update of the icon cache fails on host. (From OE-Core rev: f2cb906bdce08441a20eab927ca9e2a2a9735ed0) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* remove gtk-update-icon-cache-native virtualsAndreas Müller2013-04-021-2/+0
| | | | | | | | | gtk-update-icon-cache-native is the only provider now (From OE-Core rev: 7e437aa3e0ec862aac69a4434be0b2b652d26972) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: don't provide native buildAndreas Müller2013-04-022-17/+1
| | | | | | | | | | | | | | | | | The only part required from native build is gtk-update-icon-cache. This is provided by gtk-update-icon-cache-native_3.4.4. This version works properly with gtk+. The patch was tested for gnome-icon-theme and hicolor-icon-theme by: 1. building xfce/gtk+ (gtk3-less) image 2. checking for existing icon-theme.cache in rootfs 3. running image / open menus + test applications 4. executing 'gtk-update-icon-cache-2.0 --validate <both icon-themes-dirs>' 5. executing 'gtk-update-icon-cache-2.0 -f <both icon-themes-dirs>' + exact size checking (From OE-Core rev: 8d6406849bcad2a7bbd4483ccfa4e0f3d9b4ae21) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-toolset-native: replace gtk+-native by gtk-update-icon-cache-nativeAndreas Müller2013-04-021-1/+1
| | | | | | | (From OE-Core rev: d6ab3b08b802af9ed763c67fe65907afa6876ba7) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: make polkit an option, and disable by defaultRoss Burton2013-03-101-9/+10
| | | | | | | (From OE-Core rev: 9ae273bb17ffc88af390fcfbfc74d4a10ea05cf2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: mark as provider of virtual/gtk-update-icon-cache-nativeRoss Burton2013-03-051-0/+2
| | | | | | | (From OE-Core rev: e2f8a6576906d0383c19d3ebefb8aabe7078904e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk-update-icon-cache-native: addRoss Burton2013-03-051-0/+45
| | | | | | | | | | | | | | This recipe builds natively just the gtk-update-icon-cache binary that is required to run the gtk-icon-cache.bbclass postinstall scripts. The advantage of doing this is it means running 400 less tasks which takes four minutes on my machine, as the alternative is building GTK+ natively (and so libX11, freetype, fontconfig...). (From OE-Core rev: 8265ef7f3a3598ff4535da1e5f9329fcf236f776) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: update to 3.2.6Saul Wold2013-02-283-19/+4
| | | | | | | | | remove automake patch as it been fixed upstream (From OE-Core rev: e2a404f3263337e505b60acd6c7d10be2c915ac9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: add patch to remove '+' from invalid characters listLaurentiu Palcu2013-02-252-0/+20
| | | | | | | | | | | | This will allow gconftool-2 to run when configuration source addresses contain the '+' sign. [YOCTO #3893] (From OE-Core rev: 5ba4d947189f76692ea6cc75500d9295417a2055) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-common: upgrade to 3.7.4Constantin Musca2013-02-223-41/+23
| | | | | | | | | | | - gnome-common finally is GPLv2+ - omf.patch is included in the new version (From OE-Core rev: dba2105d2f6f5788d8f827edad4e8c601a409d1f) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: update to upstream version 2.24.15Marko Lindqvist2013-02-1515-63/+1825
| | | | | | | | | | | | - configure-nm.patch updated to apply - hardcoded_libtool.patch updated to apply - obsolete_automake_macros.patch removes as it's now part of upstream (From OE-Core rev: a4ed7da18d8622fc0b6e3d32ac8ce9456b912322) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtkhtml2: remove, nothing depends on itRoss Burton2013-02-131-38/+0
| | | | | | | (From OE-Core rev: 1c3ed8c109f46e7e38649d6914693ed4c18f45a5) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: use gtk-immodules-cache classLaurentiu Palcu2013-02-133-20/+4
| | | | | | | | | | | | In order to have the proper postinst/postrm scriptlets generated for gtk+ immodules packages, use the already existing class. [YOCTO #3853] (From OE-Core rev: 1c5646dde09008662f064ce7e7400c4d68775278) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-keyring: compile schemas on hostLaurentiu Palcu2013-02-131-10/+2
| | | | | | | | | | | gsettings.bbclass offers just that. [YOCTO #3854] (From OE-Core rev: 2d5a935b70218335af4859f409b81769c9238db3) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: use the new pixbufcache classLaurentiu Palcu2013-02-131-17/+4
| | | | | | | | | | | Also, fix the GDK_PIXBUF_QUERYLOADERS path. [YOCTO #3582] (From OE-Core rev: 801ca93cbd3e8fd8ce08f72432b6d4c80ed51261) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdk-pixbuf: use the new pixbufcache classLaurentiu Palcu2013-02-131-45/+3
| | | | | | | | | [YOCTO #3582] (From OE-Core rev: f6dce5376894d4ac91f01a85cffc828678695b04) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libart-lgpl: add art_config for mips64/mips64elJesse Zhang2013-02-082-0/+20
| | | | | | | | | | | | | | [ CQID: WIND00389505 ] Generated by gen_art_config.sh (From OE-Core rev: e900b4a37a12f15a2e734d86984fc613540890f7) Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdk-pixbuf: use correct build path when installingRoss Burton2013-02-041-1/+1
| | | | | | | | | The native install was invoking a binary in $S, but it's been built into $B. (From OE-Core rev: b6ffded282d2b4aeb924db443169a9263aade014) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: add missing $S references in do_installRoss Burton2013-02-041-3/+3
| | | | | | | | | When $B != $S the relative paths are wrong, so add an explict $S. (From OE-Core rev: 68838f1d61f91229ee489889ad2c7f4b61a1f95c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* metacity: remove, migrated to meta-gnomeRoss Burton2013-02-012-58/+0
| | | | | | | | | (From OE-Core rev: 30b4dcdd3a4f78f3e7c7b94ffb9e0f94e56568ad) (From OE-Core rev: d5314f90747a09967fcbcccec8d86b1e2f48980d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: remove directfb supportConstantin Musca2013-01-252-7/+2
| | | | | | | | | | | - DirectFB is not supported by gtk versions >= 2.18 [YOCTO #3642] (From OE-Core rev: 87dc338bf631577d947a9c172ec5711b9f306530) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-sdk-gmae: remove GUPnP stack as it's no longer in oe-coreRoss Burton2013-01-211-4/+0
| | | | | | | | | GUPnP is now in meta-multimedia, so remove it from this SDK packagegroup. (From OE-Core rev: 356a5ee5a74f9cee112eac2c595c13ef707eca82) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+3: refresh cross.patchRoss Burton2013-01-211-27/+36
| | | | | | | | | | cross.patch was accepted upstream, so update this patch with the commit that was merged. (From OE-Core rev: 8e5ffa370c4259f925a0454fe7fd81c80ef2174b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libffi: add AArch64 supportMarcin Juszkiewicz2013-01-173-2/+2740
| | | | | | | (From OE-Core rev: de7f86532ad284f4a3c3f1486e30a3ac74763f36) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: replace obsolete automake macros with working onesMarko Lindqvist2013-01-152-0/+24
| | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 0beee6281fed3926b6871dbfdd907416d4a04886) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: replace obsolete automake macros with working onesMarko Lindqvist2013-01-152-2/+18
| | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 388939c4cebabce8ef05c8aec5b9dccf390b75f0) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+3: add 3.4.4Ross Burton2013-01-102-0/+395
| | | | | | | | | | | | | | | | Mostly taken from meta-gnome, with some changes. Instead of depending on gtk+-native, depend on just gdk-pixbuf-native and build the tool required for the host directly. This saves building the entire GTK+ stack natively just for one tool. Append a version suffix and use update-alternatives on gtk-update-icon-cache as with GTK+ 2. (From OE-Core rev: 16c0556808029a0f6a3f91a726b14626e9489498) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: version installed gtk-update-icon-cache and use alternativesRoss Burton2013-01-102-3/+14
| | | | | | | | | | | | | | | With GTK+ 3 being added soon we'll have potentially two providers of gtk-update-icon-cache. Append a version to the binary and use update-alternatives to ensure that the unversioned name works. For gtk+-native the alternatives won't take effect, so install a symlink explicitly. This will break if we have a gtk+3-native but we can fix that if and when that happens. (From OE-Core rev: a9e71b41463c6c8e2be50d40403a0017d3cdf146) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libart-lgpl: add AArch64 supportMarcin Juszkiewicz2013-01-071-0/+10
| | | | | | | (From OE-Core rev: 928f03017886eb5f4869c559de3d61351fe801a3) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gsettings-desktop-schemas: add missing elements from meta-gnomeConstantin Musca2013-01-071-1/+2
| | | | | | | | | | - add postinst using gsettings.bbclass - modify the recipe according to the meta-gnome variant (From OE-Core rev: 337add4a13275b906a98476321f48d75141c5399) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgdata: remove recipeConstantin Musca2013-01-071-15/+0
| | | | | | | | | Part of the sato trimming process (From OE-Core rev: cff5f9494f5bbb0df00ba8733d5356d381dde14b) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* metacity: upgrade to 2.34.13Constantin Musca2012-12-313-69/+35
| | | | | | | | | | | | | | | | | | crosscompile.patch: removed - schema_bindings binary not generated anymore remove-yelp-help-rules-var.patch: added - YELP_HELP_RULES var is not used [Other changes] - the 2.34.13 version requires the gsettings-desktop-schemas (add it to DEPENDS) (From OE-Core rev: 3c6262dd270a7c2f709c84335501b345f2b47d38) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* json-glib: upgrade to 0.15.2Constantin Musca2012-12-311-3/+5
| | | | | | | | (From OE-Core rev: 64ae2d819c036ef5faebbbee14c41cd548f70ec7) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gthumb: remove recipeConstantin Musca2012-12-312-185/+0
| | | | | | | | | | Part of the sato trimming process (From OE-Core rev: a328741eff50cf00d1553a915fc81af41400a5fc) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gsettings-desktop-schemas: add recipeConstantin Musca2012-12-311-0/+15
| | | | | | | | | | - this is needed by metacity 2.34.13 (From OE-Core rev: 59d7b8b3bdef47c1ad45fc404b1b169b5f2980b7) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: upgrade to 0.20.10Constantin Musca2012-12-314-56/+48
| | | | | | | | | | | | sysrooted-pkg-config.patch: adapt to the new version use-usr-bin-env-for-python-in-xml2po.patch: adapt to the new version xsltproc_nonet.patch: adapt to the new version (From OE-Core rev: f801dbb0af3ac01e2c8b53600c7a37aa82b08343) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: Update to 3.2.5Saul Wold2012-12-192-50/+4
| | | | | | | | | Removed patch as it was incorporated in new version (From OE-Core rev: 5b671669e461a0f61ae178cb1ee2102fdedc13dc) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-toolset-native: don't include mesa-dri-glsl-nativeSaul Wold2012-12-191-1/+0
| | | | | | | | | since there are no providers (From OE-Core rev: 90abd8d1cfbafd89c84d848020d1866b1f04a772) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+-native: add gtk-update-icon-cache wrapperLaurentiu Palcu2012-12-191-0/+5
| | | | | | | | | | | | | | | This is needed in order to point where the pixbuf loaders.cache is located and avoid warnings like the one below that appear when the sstate is fetched from a remote machine: (gtk-update-icon-cache:8913): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/REMOTE/MACHINE/PATH/loaders.cache': No such file or directory (From OE-Core rev: 6665a41c6506039e6ba6cfdbaa941369e42d682f) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: add gconftool-2 native wrapperLaurentiu Palcu2012-12-191-1/+6
| | | | | | | | | | | | This is needed when sstate cache is fetched from another build server. In this case, the postinstall will fail because the backend libraries path will be from the build server. (From OE-Core rev: bba414bc9d14eb2d29b54c68259d13ddbe6567fa) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdk-pixbuf: update to upstream version 2.26.5Marko Lindqvist2012-12-195-26/+5
| | | | | | | | (From OE-Core rev: efe02ada3602d032629c26431173d5801c9e5af3) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud