[oe] anyone using docker for OE builds?

2016-04-14 Thread Cliff Brake
Hi, I've been using systemd-nspawn containers for OE builds for some years, and lately have been investigating Docker. Seems like useful tool, but a little concerned about managing 35GB build trees in Docker (I already ran my workstation out of disk space once). Does anyone have any suggestions

[oe] [meta-oe][PATCH] ltrace: Error Fix for ARM

2016-04-14 Thread Li Xin
1) The error is as following: root # ltrace ls __libc_start_main(0xb6fbc018, 1, 0xbed8fdc4, 0xb6fd0b88PTRACE_SINGLESTEP: Input/output error 2747 couldn't continue when handling __libc_start_main (0xb6fbbde0) at 0xb6fbbde0 The master branch fix it. 2) remove unused patch:

[oe] [meta-webserver][PATCH] apache2: update to 2.4.20

2016-04-14 Thread Derek Straka
Signed-off-by: Derek Straka --- .../apache2/{apache2-native_2.4.18.bb => apache2-native_2.4.20.bb}| 4 ++-- .../recipes-httpd/apache2/{apache2_2.4.18.bb => apache2_2.4.20.bb}| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename

[oe] [meta-oe][PATCH] zero out the rootfs_extra_space in initramfs images

2016-04-14 Thread Stephano Cetola
Setting IMAGE_ROOTFS_EXTRA_SPACE impacts the initramfs images, results in an error about INITRAMFS_MAXSIZE. Signed-off-by: Stephano Cetola --- meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb | 1 +

Re: [oe] [PATCH][meta-intel-iot-middleware] upm: update to 0.6.1 release

2016-04-14 Thread Khem Raj
> On Apr 14, 2016, at 7:38 AM, Fathi Boudra wrote: > > PACKAGECONFIG ??= "python nodejs" > -PACKAGECONFIG[python] = "-DBUILDSWIGPYTHON=OFF, -DBUILDSWIGPYTHON=OFF, > swig-native python" > -PACKAGECONFIG[nodejs] = "-DBUILDSWIGNODE=OFF, -DBUILDSWIGNODE=OFF, > swig-native

Re: [oe] [meta-networking][PATCH v2] lldpd: Update to version 0.9.2

2016-04-14 Thread Otavio Salvador
On Thu, Apr 14, 2016 at 11:46 AM, Fabio Berton wrote: > This new release has following changes since version 0.9.0: > > lldpd (0.9.2) > > Change: > - Ability to add/remove/replace custom TLV from lldpcli. > - LLDP-MED capabilities are displayed differently

[oe] [meta-networking][PATCH v2] lldpd: Update to version 0.9.2

2016-04-14 Thread Fabio Berton
This new release has following changes since version 0.9.0: lldpd (0.9.2) Change: - Ability to add/remove/replace custom TLV from lldpcli. - LLDP-MED capabilities are displayed differently in lldpcli. - Limit the maximum depth (5) when trying to apply a VLAN. - Change JSON

[oe] [PATCH][meta-intel-iot-middleware] mraa: update to 0.10.1 release

2016-04-14 Thread Fathi Boudra
* update SRC_URI to 0.10.1 revision * update license file checksum: same license (MIT), only year update Signed-off-by: Fathi Boudra --- recipes-devtools/mraa/mraa.inc | 2 +- recipes-devtools/mraa/{mraa_0.9.0.bb => mraa_0.10.1.bb} | 2 +- 2

[oe] [PATCH][meta-intel-iot-middleware] upm: update to 0.6.1 release

2016-04-14 Thread Fathi Boudra
* update SRC_URI to 0.6.1 revision * drop patch - merged upstream * fix packageconfig: python/nodejs bindings are always turned off whatever the packageconfig value is Signed-off-by: Fathi Boudra --- ...438-CMakeLists.txt-stop-RPATH-being-added.patch | 31

Re: [oe] [meta-networking][PATCH] lldpd: Update to version 0.9.2

2016-04-14 Thread Otavio Salvador
On Thu, Apr 14, 2016 at 9:47 AM, Fabio Berton wrote: > This new release has following changes since version 0.9.0: > > lldpd (0.9.2) > > - Ability to add/remove/replace custom TLV from lldpcli. > - LLDP-MED capabilities are displayed differently in lldpcli.

[oe] [meta-networking][PATCH] lldpd: Update to version 0.9.2

2016-04-14 Thread Fabio Berton
This new release has following changes since version 0.9.0: lldpd (0.9.2) - Ability to add/remove/replace custom TLV from lldpcli. - LLDP-MED capabilities are displayed differently in lldpcli. - Limit the maximum depth (5) when trying to apply a VLAN. - Change JSON output format

[oe] [meta-oe][PATCH] gtest, gmock: allow building gtest-native and gmock-native

2016-04-14 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-oe/recipes-test/gmock/gmock_1.7.0.bb | 2 +- meta-oe/recipes-test/gtest/gtest_1.7.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/gmock/gmock_1.7.0.bb