summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* libskba: Fix for multilibZhai Edwin2012-02-281-1/+1
| | | | | | | (From OE-Core rev: 5cf9c308756017648692d2559ec5cd432fbd5a5a) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg: Fix for multilibZhai Edwin2012-02-281-1/+1
| | | | | | | (From OE-Core rev: a1db815957a0409255c517d3a35382ee704c8390) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite3: Update to version 3.7.10Saul Wold2012-02-282-11/+11
| | | | | | | (From OE-Core rev: faf0fd34c65f2f715aad26676b4af74a2badabd6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* boost: Update to version 1.49.0Saul Wold2012-02-281-2/+2
| | | | | | | (From OE-Core rev: db7d0089205124d2c537bd3185444581a7a351fa) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg: Add missing patch for curl_typeof_fixSaul Wold2012-02-281-0/+27
| | | | | | | | | Seems the wrong commit was grabbed and missed this patch (From OE-Core rev: 347426ca3dbe06df1d1b0976a81e96cf6238af21) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* More quoting fixesMartin Jansa2012-02-262-2/+2
| | | | | | | | | | * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. (From OE-Core rev: 960ee8076e860353a05eb2eb7f825a455c54698d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg: Update checksum, fix configure and compliation issuesSaul Wold2012-02-262-8/+26
| | | | | | | | | | | | | | This recipe was added, but did not have the correct checksum information for the LIC_FILES_CHKSUM or the SRC_URI. Also disable Documetnation for now due to older autotools issue. [YOCTO #1966] (From OE-Core rev: e8c02ead5ce130492eb11457f58cc4d28a330132) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpfr: add patch to fix build for thumbMartin Jansa2012-02-242-2/+43
| | | | | | | (From OE-Core rev: 68bc9416d9e4beb027133e151b1bb3ecadd2ee26) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libfm: Fix packaging and dependency issuesRichard Purdie2012-02-241-2/+10
| | | | | | | | | | | | | | | | | Add missing pango and glib-2.0 dependencies. Fix QA warnings: WARNING: For recipe libfm, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gio WARNING: /usr/lib/gio/modules WARNING: /usr/share/mime WARNING: /usr/share/mime/packages WARNING: /usr/share/mime/packages/libfm.xml (From OE-Core rev: f6f527694e4f896b5d8a649f0b12f5b437c27cd1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgcrypt: Fix unpackaged file warningRichard Purdie2012-02-241-0/+3
| | | | | | | | | WARNING: For recipe libgcrypt, the following files/directories were installed but not shipped in any package: WARNING: /usr/sbin (From OE-Core rev: db3d5baa07ce8c81d229fdea4d80671768efa7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libusb-compat: Address unpackaged files warningRichard Purdie2012-02-241-2/+2
| | | | | | | | | WARNING: For recipe libusb-compat, the following files/directories were installed but not shipped in any package: WARNING: /lib/libusb.la (From OE-Core rev: 019747e5fe834092731cdb2987d9c6e1f7fd1cc1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libusb1: Address unpackaged files warningRichard Purdie2012-02-241-2/+2
| | | | | | | | | WARNING: For recipe libusb1, the following files/directories were installed but not shipped in any package: WARNING: /lib/libusb-1.0.la (From OE-Core rev: 3155ace4bd2c9ba0ecb0db4c65778601eb5ed186) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nspr: Add patch in order to remove rpath from binariesAndrei Gherzan2012-02-232-1/+28
| | | | | | | | | This patch was created in order to avoid QA warnings. (From OE-Core rev: 16b8a25ec03b9e9f360290263593b9f8f92bb9e1) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nspr: Compile nspr with testsAndrei Gherzan2012-02-231-4/+131
| | | | | | | | | | 1. Compile package tests suite 2. Add tests to -dev rpm as it needs dev libraries (From OE-Core rev: c78db5086091e09e510fcd275918aee0949483c1) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nspr: Integrate version 4.8.9Andrei Gherzan2012-02-232-0/+48
| | | | | | | | (From OE-Core rev: cbe6eced99566129c575b43a58cdde2ac669a741) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* apr: add apr_rules.mk to SSTATE_SCAN_FILESMartin Jansa2012-02-231-0/+2
| | | | | | | (From OE-Core rev: 9db1f3b13c7e7f37c41f6a4fabdb2fc0c5ebc227) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* consolekit: depend on libx11Andreas Oberritter2012-02-211-1/+1
| | | | | | | | | | | | | | | | * Fixes the following error at configure time: |checking for TOOLS... no |configure: error: Package requirements (x11 >= 1.0.0 | glib-2.0 >= 2.14 |) were not met: | |No package 'x11' found (From OE-Core rev: e5c60517a22997bb966bbe21a2d7cbc99a97b42b) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-218-8/+8
| | | | | | | (From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg: Add missing DEPENDS on libgcryptKhem Raj2012-02-101-1/+1
| | | | | | | | | Found during single recipe rebuilds (From OE-Core rev: bb672b1591197966b79fbcf7753f995b8e829e65) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj2012-02-108-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Dont use autotools, it really not so autoconf like. the configure script gets updated with every release of zlib and we overwrite that. Instead use the upstream provided configure copyright year was changed in zlib.h which caused change in LIC_FILE_CHECKSUM fix.inverted.LFS.logic.patch is already applied upstream so drop it Drop the configure.ac and Makefile.am scripts since we do not autoreconf anymore and do not inherit autotools anymore Bump PR for depending recipes so a rebuild it ensues so that they dont depend on .la anymore and add missing dependencies discovered during incremental build (From OE-Core rev: 50ad5230ea9e0982cdfda23fb9fcfccf89d28f29) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf,consolekit: Avoid polkit when compiling with uclibcKhem Raj2012-02-081-3/+8
| | | | | | | | | | | polkit uses netdb functionality from glibc which is not available in uclibc therefore we avoid polkit when compiling for uclibc systems. (From OE-Core rev: 7eae02f47a08587cf5be3d39df0184cf346cbaea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: Cope with ${libdir} and ${base_libdir} being the sameMike Crowe2012-02-081-2/+6
| | | | | | | | | | ${libdir} and ${base_libdir} may be the same. If they are don't try and move files onto themselves. (From OE-Core rev: bf136334aecc156c73eed76562819351de368eec) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libusb-compat: Cope with ${libdir} and ${base_libdir} being the sameMike Crowe2012-02-081-2/+4
| | | | | | | ${libdir} and ${base_libdir} may be the same. If they are don't try and move files onto themselves. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libusb1: Cope with ${libdir} and ${base_libdir} being the sameMike Crowe2012-02-081-2/+4
| | | | | | | | | | ${libdir} and ${base_libdir} may be the same. If they are don't try and move files onto themselves. (From OE-Core rev: 2ada7f7a0fa8a76a9ef7b45b0e0ced78757d9021) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg-1.4.7: Update Patch InfoSaul Wold2012-02-082-0/+15
| | | | | | | (From OE-Core rev: 50641a59bf10485f62d6d3669a2c1ded95cc48ed) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg: add 2.0.18 (initial recipe)Steve Sakoman2012-02-031-0/+24
| | | | | | | | | | GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME (From OE-Core rev: d99215fb1928e9996bb358b9f95d379d93b45377) Signed-off-by: Steve Sakoman <steve@sakoman.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libksba: add 1.2.0 (initial recipe)Steve Sakoman2012-02-031-0/+13
| | | | | | | | | | | Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg (From OE-Core rev: fdee3a3e00d9677a71f3a4f4f4c4cbc4af3ab028) Signed-off-by: Steve Sakoman <steve@sakoman.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gmp: upgrade from 5.0.2 to 5.0.3Nitin A Kamble2012-02-034-60/+45
| | | | | | | | | | rebased configure.patch & amd64.patchto the newer code. Removed sh4-asmfix.patch as it is not needed with the newer code. (From OE-Core rev: 7c33a18ed5cdca6765d04ad9e4387001f72993a4) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg: Add gplv2 version 1.4.7Saul Wold2012-02-033-0/+146
| | | | | | | (From OE-Core rev: daff80c595616de10f32e74e2881e851707c7ff9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: Update to 2.12.16Saul Wold2012-02-036-3/+3
| | | | | | | (From OE-Core rev: 3439512952a64dc9537aa9842c64489219a76ee5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atk: add native / disable introspection / merge atk.inc->recipe / change licenseAndreas Müller2012-02-022-17/+13
| | | | | | | | | | | | | | | | Native support currently is appended in meta-oe. Native build failed with: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Atk-1.0.gir: Failed to parse included gir GLib-2.0 | make[3]: *** [Atk-1.0.typelib] Error 1 build tested in meta-oe / angstrom environment (From OE-Core rev: a69108ea388fce9034ecc8670f1149fabae55e1b) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* apr-util: refactor packages for staticdevSaul Wold2012-01-241-2/+2
| | | | | | | (From OE-Core rev: 40aeac840516f33f57134ac25fb046f6d2e43534) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite3: refactor packages for staticdevSaul Wold2012-01-242-3/+5
| | | | | | | (From OE-Core rev: 6c642cf6b8aadfa3d1e9299c135f9cfc6abdd162) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup: refactor packages for staticdevSaul Wold2012-01-241-4/+4
| | | | | | | (From OE-Core rev: 5a44b3aa50bb4bff652af5e6835a6707bba1104a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix Upstream-Status entriesSaul Wold2012-01-242-1/+3
| | | | | | | (From OE-Core rev: 0cd9314ef95168ba5452a01ed8d923585c8d54ae) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunistring: new recipe for autogenNitin A Kamble2012-01-191-0/+28
| | | | | | | | | | libunistring recipe is needed by guile. And guile is needed by autogen. (From OE-Core rev: b9006a6fe807f6717fd6ee7237b23987184d2316) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bdwgc: new recipe for autogenNitin A Kamble2012-01-191-0/+37
| | | | | | | | | | | | | | | This recipe is needed by guile. And guile is needed for autogen. As per Beth's recommondation changed the license specification of the recipe as LICENSE = "MIT & FSF-Unlimited & GPL-2.0" (From OE-Core rev: 2c2080b6aabce57d98caecc396decf9f0a68b07f) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant: refactor packages for staticdevSaul Wold2012-01-191-2/+3
| | | | | | | (From OE-Core rev: 87c47a6696add8dc532e83471b74211a1f53f317) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* boost: refactor packages for staticdevSaul Wold2012-01-191-3/+4
| | | | | | | (From OE-Core rev: 0f4f139dd1a6e2c58f26a109b0a94ce01aca272b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* js: refactor packages for staticdevSaul Wold2012-01-191-2/+1
| | | | | | | (From OE-Core rev: 7aa32f7b841f7fcd77cb0197891bd43ef5b8562a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: refactor packages for staticdevSaul Wold2012-01-191-3/+3
| | | | | | | (From OE-Core rev: ceeb10689f80cc86796d1ab32142aa1c4802eb84) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* attr/acl: refactor packages for staticdevSaul Wold2012-01-193-8/+8
| | | | | | | (From OE-Core rev: 7c124d7c359729d074a5a55bd3bf7415a0aacd51) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: Fix configure issue wrt to rmKhem Raj2012-01-191-2/+2
| | | | | | | | | | | | | | | | Add -f option so if the files dont exist then we can still continue. Fixes errors like | + do_configure | + for dir in . lib libextra | + rm ./aclocal.m4 ./m4/libtool.m4 './m4/lt*.m4' | rm: cannot remove `./m4/libtool.m4': No such file or directory | rm: cannot remove `./m4/lt*.m4': No such file or directory (From OE-Core rev: 8904e075d4953413edf13c43ee3a10493a6c63bb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: Fix compilation on uclibcKhem Raj2012-01-192-2/+61
| | | | | | | | | Examples do not compile correctly on latest uclibc (From OE-Core rev: c0cd44bb5588e96b00631de1f1f8a8143b338c02) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup: Update package from v2.2.100 to v2.2.105Andrei Gherzan2012-01-192-4/+1189
| | | | | | | | | | | I included a patch as well to solve a compile error. In this package, a dfprinf function is declared. It will fail as eglibc provides it's function as well. So i renamed libsoup's dprintf function into dprinfsoup. (From OE-Core rev: 6b3364c4c96429c6cb2a492102362b005fdd3a81) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls.inc: set libz prefixMartin Jansa2012-01-171-1/+2
| | | | | | | | | | | | | | | | | | | | | * without this patch host's zlib is used, similar to issue with libreadline it's important if host's zlib is compatible with MACHINE and in this case zlib was in DEPENDS so header was always available in sysroot lib/config.log: configure:18288: checking whether to include zlib compression support configure:18291: result: yes configure:18786: checking for libz configure:18808: x86_64-oe-linux-gcc -m64 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/qemux86-64 -o conftest -O2 -pipe -g -feliminate-unused-debug-types -I/OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/include -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c /usr/lib/libz.so >&5 configure:18808: $? = 0 configure:18818: result: yes configure:18825: checking how to link with libz configure:18827: result: /usr/lib/libz.so (From OE-Core rev: 6d21c87ca37a11b34551d79758da65ed417c70a0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: add readline to DEPENDS and add --with-libreadline-prefixMartin Jansa2012-01-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * without this patch it looks for readline in host's /usr/lib a) and fails if readline wasn't built before gnutls, because -I is set and cannot find header file, this case is better configure:33131: checking for readline configure:33156: x86_64-oe-linux-gcc -m64 --sysroot=/OE/oe-core/tmp-eglibc/sysroots/qemux86-64 -std=gnu99 -o conftest -O2 -pipe -g -feliminate-unused-debug-types -I/OE/oe-core/tmp-eglibc/sysroots/qemux86-64/usr/include -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c /usr/lib/libreadline.so >&5 conftest.c:240:31: fatal error: readline/readline.h: No such file or directory b) and finds usable version there if readline was built and MACHINE is compatible with host (like qemux86-64 on amd64 host) and then it's passing -L/usr/lib (without sysroot prefix) to every build using libgnutls.la configure:33131: checking for readline configure:33156: x86_64-oe-linux-gcc -m64 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/qemux86-64 -std=gnu99 -o conftest -O2 -pipe -g -feliminate-unused-debug-types -I/OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/include -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c /usr/lib/libreadline.so >&5 configure:33156: $? = 0 configure:33173: result: yes configure:33185: checking how to link with libreadline configure:33187: result: /usr/lib/libreadline.so configure:33199: checking readline/readline.h usability configure:33199: x86_64-oe-linux-gcc -m64 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/qemux86-64 -std=gnu99 -c -O2 -pipe -g -feliminate-unused-debug-types -I/OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/include conftest.c >&5 configure:33199: $? = 0 configure:33199: result: yes configure:33199: checking readline/readline.h presence configure:33199: x86_64-oe-linux-gcc -E --sysroot=/OE/shr-core/tmp-eglibc/sysroots/qemux86-64 -m64 -I/OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/include conftest.c configure:33199: $? = 0 configure:33199: result: yes configure:33199: checking for readline/readline.h configure:33199: result: yes (From OE-Core rev: 044f99155bf8775481b70cbe02745c6d9ae1d6a9) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpcre: upgrade from 8.20 to 8.21Nitin A Kamble2012-01-171-2/+3
| | | | | | | (From OE-Core rev: efd200bc0db4d290445f742798e20914e4db347a) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lzo: Add BBCLASSEXTEND nativesdk so lzop nativesdk works (it depends on this)Richard Purdie2012-01-111-1/+1
| | | | | | (From OE-Core rev: 6dd84aa0bb766190e82d401511808715625e4310) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libusb-compat: keep *.la in base_libdirAndreas Müller2012-01-101-2/+1
| | | | | | | | | build-tested from scratch in angstrom environment. (From OE-Core rev: 4fa337fe932230b43d7006cdd8b44dfa05501bbe) Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>