Re: [OE-core] [meta-oe][PATCH v3] devtools: Add recipe for Chromium Embedded Controller utilities

2017-01-04 Thread Khem Raj
On Wed, Jan 4, 2017 at 12:39 PM, Burton, Ross wrote: > > On 4 January 2017 at 20:25, Moritz Fischer wrote: >> >> Good catch, thanks. I submitted it upstream. I'll just wait for that >> to resubmit my v4 here, maybe by then I don't need the patch anymore >> then. > > > Is there a good rationale to

Re: [OE-core] [meta-oe][PATCH v3] devtools: Add recipe for Chromium Embedded Controller utilities

2017-01-04 Thread Burton, Ross
On 4 January 2017 at 20:25, Moritz Fischer wrote: > Good catch, thanks. I submitted it upstream. I'll just wait for that > to resubmit my v4 here, maybe by then I don't need the patch anymore > then. > Is there a good rationale to put this in oe-core, instead of a BSP layer or meta-oe? How wide

Re: [OE-core] [meta-oe][PATCH v3] devtools: Add recipe for Chromium Embedded Controller utilities

2017-01-04 Thread Moritz Fischer
Leonardo, On Wed, Jan 4, 2017 at 10:36 AM, Leonardo Sandoval wrote: > >> +} >> diff --git >> a/meta/recipes-devtools/chromium-utils/files/0001-build-Add-HOST_LDFLAGS.patch >> b/meta/recipes-devtools/chromium-utils/files/0001-build-Add-HOST_LDFLAGS.patch >> new file mode 100644 >> index 000..4

Re: [OE-core] [meta-oe][PATCH v3] devtools: Add recipe for Chromium Embedded Controller utilities

2017-01-04 Thread Leonardo Sandoval
+} diff --git a/meta/recipes-devtools/chromium-utils/files/0001-build-Add-HOST_LDFLAGS.patch b/meta/recipes-devtools/chromium-utils/files/0001-build-Add-HOST_LDFLAGS.patch new file mode 100644 index 000..46e8cad --- /dev/null +++ b/meta/recipes-devtools/chromium-utils/files/0001-build-Add

[OE-core] [meta-oe][PATCH v3] devtools: Add recipe for Chromium Embedded Controller utilities

2017-01-03 Thread Moritz Fischer
Add a recipe to build 'ectool' a utility to interact with the embedded controller on Google's chromebooks (and other platforms using it). Signed-off-by: Moritz Fischer --- Changes from v1: - Replaced DESCRIPTION with SUMMARY (Martin) - Use EXTRA_OEMAKE (Martin) - Removed FILESEXTRAPATHS (Martin)