[oe] [PATCHv3 3/3] packagegroup-basic: select distro preference for bluez provider

2015-02-08 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-core/packagegroups/packagegroup-basic.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb

[oe] [PATCHv3 2/3] gpsd: select distro preference for bluez provider

2015-02-08 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb index 6d3adc1..93cf1ae 100644

[oe] [PATCHv3 1/3] gnokii: refine selector for bluez4 package config

2015-02-08 Thread Peter A. Bigot
Use bluez4 or bluez5 to avoid ambiguity. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes

Re: [oe] Question about ntp build option

2015-01-16 Thread Peter A. Bigot
On 01/16/2015 05:54 AM, Paul Eggleton wrote: On Friday 16 January 2015 02:05:27 Fan, Xin wrote: There will always be differences in how people expect software to be configured for whatever target and application they are building for, hence why we make it fairly easy to adjust the

Re: [oe] [meta-oe][PATCH] PNBLACKLIST: use weak assignments

2014-12-09 Thread Peter A. Bigot
On 12/09/2014 04:53 AM, Martin Jansa wrote: * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.2.bb | 2 +-

Re: [oe] [PATCH 0/2] add conflicts for recipes incompatible with bluez5

2014-12-04 Thread Peter A. Bigot
Ping. These are independent of the RFC patches. On 11/26/2014 02:06 PM, Peter A. Bigot wrote: The following changes since commit 34be57e7454ffe5f591cc0d7638bf41bb4377a61: meta-networking: update LAYERDEPENDS (2014-11-24 14:12:02 -0500) are available in the git repository at: git

[oe] [meta-gnome][PATCH 1/2] obexd: conflict with bluez5

2014-11-26 Thread Peter A. Bigot
obexd was integrated into bluez5 and is no longer a separate package. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome

[oe] [meta-oe][PATCH 2/2] obex-data-server: conflict with bluez5

2014-11-26 Thread Peter A. Bigot
-obexpush-in.html Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data

[oe] [PATCH 0/2] add conflicts for recipes incompatible with bluez5

2014-11-26 Thread Peter A. Bigot
/meta-openembedded-contrib/log/?h=pabigot/bluez5 Peter A. Bigot (2): obexd: conflict with bluez5 obex-data-server: conflict with bluez5 meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 2 ++ meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 1 + 2 files changed, 3

[oe] [meta-oe][RFC v2 1/3] gnokii: refine selector for bluez4 package config

2014-11-26 Thread Peter A. Bigot
Use bluez4 or bluez5 to avoid ambiguity. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes

[oe] [meta-oe][RFC v2 2/3] gpsd: select distro preference for bluez provider

2014-11-26 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb index 6d3adc1..93cf1ae 100644

[oe] [meta-oe][RFC v2 3/3] packagegroup-basic: select distro preference for bluez provider

2014-11-26 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-core/packagegroups/packagegroup-basic.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb

[oe] [RFC v2 0/3] update meta-oe to support proposed bluez5 approach

2014-11-26 Thread Peter A. Bigot
-networking: update LAYERDEPENDS (2014-11-24 14:12:02 -0500) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib pabigot/rfc-v2/bluez5 http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=pabigot/rfc-v2/bluez5 Peter A. Bigot (3): gnokii

[oe] [RFC 01/10] gypsy: switch to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-navigation/gypsy/gypsy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc index 7c93d0a..15d80fe 100644 --- a/meta-oe

[oe] [RFC 03/10] foxtrotgps: switch to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb

[oe] [meta-gnome][RFC 05/10] gvfs: switch to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb index 131c849..4e1dd23 100644 --- a/meta

[oe] [RFC 02/10] gpsd: switch to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb index 6d3adc1..d081f89 100644 --- a/meta

[oe] [RFC 00/10] mods to support virtual/bluez

2014-11-10 Thread Peter A. Bigot
) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib pabigot/wip/virtual-bluez http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=pabigot/wip/virtual-bluez Peter A. Bigot (10): gypsy: switch to virtual/bluez gpsd: switch to virtual/bluez

[oe] [RFC 04/10] packagegroup-basic: switch bluetooth to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-core/packagegroups/packagegroup-basic.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb

[oe] [meta-gnome][RFC 06/10] obexd: conflict with bluez5

2014-11-10 Thread Peter A. Bigot
obexd was integrated into bluez5 and is no longer a separate package. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome

[oe] [meta-gnome][RFC 07/10] gnome-bluetooth: switch to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome

[oe] [RFC 10/10] openobex: switch to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb index b07779d..1324843

[oe] [RFC 08/10] gnokii: switch to virtual/bluez

2014-11-10 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb index 4826452

[oe] [RFC 09/10] obex-data-server: conflict with bluez5

2014-11-10 Thread Peter A. Bigot
-obexpush-in.html Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data

Re: [oe] [meta-browser] Problem building chromium

2014-11-02 Thread Peter A. Bigot
On 11/02/2014 07:41 AM, Gary Thomas wrote: On 2014-10-31 21:36, Peter A. Bigot wrote: On 10/31/2014 05:54 PM, Gary Thomas wrote: I just tried to build chromium on the Raspberry-Pi. All repos are up to date as of 2014-10-31. Here's the error I got: | lib/libcontent.so: undefined reference

[oe] [meta-oe][PATCH 2/2] imagemagick: update 6.8.9 to patchset 9

2014-11-01 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9

[oe] [meta-oe][PATCH 1/2] imagemagick: update URI to allow fetching current and previous releases

2014-11-01 Thread Peter A. Bigot
The only version available at the original URI is patch 9. All releases are available at the /releases sub-path. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [oe] [meta-browser] Problem building chromium

2014-10-31 Thread Peter A. Bigot
On 10/31/2014 05:54 PM, Gary Thomas wrote: I just tried to build chromium on the Raspberry-Pi. All repos are up to date as of 2014-10-31. Here's the error I got: | lib/libcontent.so: undefined reference to `WebRtc_GetCPUFeaturesARM' | collect2: error: ld returned 1 exit status | ninja: build

Re: [oe] [meta-networking][PATCH] ntp: make daemon run under ntp:ntp

2014-10-28 Thread Peter A. Bigot
with the existing init script. It also provides a reason for the previous patches that moved the driftfile out of /etc to a location that user ntp can write, which was done earlier. Acked-by: Peter A. Bigot p...@pabigot.com Peter -- ___ Openembedded-devel

Re: [oe] [meta-networking][PATCH] ntp: make daemon run under ntp:ntp

2014-10-28 Thread Peter A. Bigot
On 10/28/2014 06:23 AM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 qi.c...@windriver.com schreef op 28-10-14 04:27: From: Chen Qi qi.c...@windriver.com Fix the service so that the ntpd daemon is run under ntp:ntp. Signed-off-by: Chen Qi qi.c...@windriver.com ---

Re: [oe] [PATCH 1/1 v3][meta-networking] ntp: fix path to drift file

2014-10-13 Thread Peter A. Bigot
On 10/13/2014 01:17 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The default path of ntp drift file is /etc/ntp.drift, ntp daemon maybe fails to create this file since the user ntp is not always permitted to write /etc. Refer to other distributions such as

[oe] [meta-networking][PATCH] ntp: create and package ntp home directory

2014-10-12 Thread Peter A. Bigot
This allows the base recipe and bbappends to reference persistent mutable state such as a drift file. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-networking/recipes-support/ntp/ntp.inc | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes

Re: [oe] [PATCH 1/1 v2][meta-networking] ntp: fix path to drift file

2014-10-11 Thread Peter A. Bigot
Thanks for the clarifications. A couple more comments now that I understand the goal: On 10/11/2014 05:12 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com * fix the path to drift file: The default path of ntp drift file is /etc/ntp.drift, ntp daemon maybe

Re: [oe] [PATCH 1/1 v2][meta-networking] ntp: fix path to drift file

2014-10-11 Thread Peter A. Bigot
On 10/11/2014 06:42 AM, Peter A. Bigot wrote: Thanks for the clarifications. A couple more comments now that I understand the goal: On 10/11/2014 05:12 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com * fix the path to drift file: The default path of ntp

Re: [oe] [PATCH 1/1 v2][meta-networking] ntp: fix path to drift file

2014-10-11 Thread Peter A. Bigot
On 10/11/2014 08:53 AM, Peter A. Bigot wrote: On 10/11/2014 06:42 AM, Peter A. Bigot wrote: Thanks for the clarifications. A couple more comments now that I understand the goal: On 10/11/2014 05:12 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com * fix

Re: [oe] [PATCH 0/1][meta-networking] ntp: fix path to driftfile

2014-10-10 Thread Peter A. Bigot
On 10/09/2014 10:22 PM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Default path to driftfile is /etc/ntp.drift, that doesn't work since ntp daemon is always started with ntp user. It should be created at the home directory of ntp which is /var/lib/ntp/. Could

Re: [oe] [PATCH 0/1][meta-networking] ntp: fix path to driftfile

2014-10-10 Thread Peter A. Bigot
On 10/09/2014 10:22 PM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Default path to driftfile is /etc/ntp.drift, that doesn't work since ntp daemon is always started with ntp user. It should be created at the home directory of ntp which is /var/lib/ntp/. The

Re: [oe] [meta-networking][PATCH v2] ntp: add deterministic support for KPPS interface

2014-09-29 Thread Peter A. Bigot
On 09/29/2014 02:50 AM, Rongqing Li wrote: On 08/29/2014 01:43 AM, Peter A. Bigot wrote: ntp checks for presence of sys/timepps.h to determine whether the kernel supports the RFC 2783 KPPS interface. Under Linux the pps-tools package installs this header. Without this feature the ATOM clock

Re: [oe] Style issue for recipes

2014-09-04 Thread Peter A. Bigot
On 09/04/2014 10:03 AM, Robert Yang wrote: On 09/04/2014 10:12 PM, Burton, Ross wrote: Hi, Quick question of style for the community to bikeshed on: in the general case should recipes be split into foo_1.2.bb and foo.inc, or should they only split to bb/inc if there are multiple versions and

[oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
, it will use the API to improve accuracy to +/-1us. See: http://www.catb.org/gpsd/gpsd-time-service-howto.html#_enabling_pps Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 2/5] gpsd: update to 3.10

2014-08-28 Thread Peter A. Bigot
Patches rebased onto new version with no material changes. Signed-off-by: Peter A. Bigot p...@pabigot.com --- ...truct-respect-sysroot-also-in-SPLINTOPTS.patch} | 19 ++ .../0002-SConstruct-remove-rpath.patch}| 19 ++ ...refix-includepy-with-sysroot-and-drop-sy.patch

[oe] [meta-oe][PATCH 1/5] ntp: re-enable server debugging and control by PACKAGECONFIG

2014-08-28 Thread Peter A. Bigot
configurations. Signed-off-by: Peter A. Bigot p...@pabigot.com --- .../ntp/files/ntp-disable-debugging.patch | 23 -- meta-networking/recipes-support/ntp/ntp.inc| 5 +++-- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 meta-networking/recipes

[oe] [meta-oe][PATCH 3/5] pps-tools: add recipe

2014-08-28 Thread Peter A. Bigot
This provides some utilities and a user-space header necessary to use the Linux KPPS (RFC 2783) capabilities of gpsd and ntp. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-support/pps-tools/pps-tools_git.bb | 16 1 file changed, 16 insertions(+) create mode

[oe] [meta-oe][PATCH 0/5] ntpd and gpsd updates for high-precision timing

2014-08-28 Thread Peter A. Bigot
, either using gpsd as a mediator or using ntp directly. Peter A. Bigot (5): ntp: re-enable server debugging and control by PACKAGECONFIG gpsd: update to 3.10 pps-tools: add recipe gpsd: add optional support for KPPS interface ntp: add optional support for KPPS interface .../ntp/files/ntp

[oe] [meta-oe][PATCH 5/5] ntp: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
ntp checks for presence of sys/timepps.h to determine whether the kernel supports the RFC 2783 KPPS interface. Without this feature the ATOM clock driver does not work, and other drivers like NMEA require offset configuration. See: http://doc.ntp.org/4.2.6/kernpps.html Signed-off-by: Peter

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote: +PACKAGECONFIG ??= +PACKAGECONFIG[kpps] = ,,pps-tools That's not actually deterministic - if pps-tools is installed but the packageconfig option is disabled then gpsd will still enable

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote: +PACKAGECONFIG ??= +PACKAGECONFIG[kpps] = ,,pps-tools That's not actually

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 10:23 AM, Peter A. Bigot wrote: On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote: +PACKAGECONFIG

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 10:47 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 10:23:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter

[oe] [meta-networking][PATCH v2] ntp: add deterministic support for KPPS interface

2014-08-28 Thread Peter A. Bigot
non-determinism and increase ntpd capabilities by adding an explicit dependency. See: http://doc.ntp.org/4.2.6/kernpps.html Signed-off-by: Peter A. Bigot p...@pabigot.com --- V2: replace PACKAGECONFIG with DEPENDS to remove nondeterminism meta-networking/recipes-support/ntp/ntp.inc | 2 ++ 1

Re: [oe] [meta-networking][PATCH 1/2] ntp: Disable debugging by default

2014-08-27 Thread Peter A. Bigot
On 08/13/2014 10:14 PM, rongqing...@windriver.com wrote: From: Xufeng Zhangxufeng.zh...@windriver.com There is a problem in configure.ac file that whether or not '--enable-debugging' is specified in configure cmdline, debugging is always enabled. From my testing this is incorrect. Both

[oe] [meta-python][PATCH v2] python-smbus: upgrade to 3.1.1

2014-08-05 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- V2 changes: Remove SECURITY_CFLAGS setting. See: http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095269.html .../python/{python-smbus_3.0.3.bb = python-smbus_3.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-oe][PATCH] rrdtool: update to 1.4.8

2014-08-05 Thread Peter A. Bigot
that was installed but not packaged. Signed-off-by: Peter A. Bigot p...@pabigot.com --- .../rrdtool/0001-removing-testing-leftovers.patch | 39 + .../0001-rrdtool-eradicate-tcl-support.patch | 1733 .../rrdtool/{rrdtool_1.4.7.bb = rrdtool_1.4.8.bb} | 15 +- 3 files changed, 48

[oe] [meta-python][PATCH] python-smbus: upgrade to 3.1.1

2014-08-03 Thread Peter A. Bigot
Also use SECURITY_NO_PIE_CFLAGS as with other python modules to avoid undefined reference to main during link. Signed-off-by: Peter A. Bigot p...@pabigot.com --- .../python/{python-smbus_3.0.3.bb = python-smbus_3.1.1.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-oe][PATCH] vim: workaround nawk dependency problem with RPM

2013-09-08 Thread Peter A. Bigot
Ping? I see this is marked as New, Archived in patchwork so it doesn't show up for merge, but can't tell how it got archived. Is there something wrong with it? On 09/03/2013 02:04 PM, Peter A. Bigot wrote: One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a dep, which

[oe] [meta-oe][PATCH] vim: workaround nawk dependency problem with RPM

2013-09-03 Thread Peter A. Bigot
One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a dep, which we don't want. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-support/vim/vim.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/vim/vim.inc b

Re: [oe] [meta-kde][PATCH 3/3] README: update contributor list

2013-03-11 Thread Peter A. Bigot
On 03/07/2013 09:41 AM, Paul Eggleton wrote: On Thursday 07 March 2013 09:50:21 Philip Balister wrote: On 03/07/2013 09:41 AM, Otavio Salvador wrote: On Thu, Mar 7, 2013 at 11:35 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 07 March 2013 15:03:17 Koen Kooi wrote: Op 7

Re: [oe] meta-systemd: Introduce a create-volatile to create tmp directories

2013-01-22 Thread Peter A. Bigot
On 09/14/2012 11:59 AM, Holger Freyther wrote: From: Holger Hans Peter Freyther ze...@selfish.org The base-files create symlinks from /var/{log,tmp,lock,cache,run} to the /var/volatile. The directories are created by sysv initscripts. Use the systemd-tmpfiles to create the directories. One

Re: [oe] Angstrom build failure

2013-01-17 Thread Peter A. Bigot
I resolved this for gumstix/denzil (not Angstrom) with the following, made necessary by the commit below. Note that the instructions in the commit mis-spell the variable name. PREFERRED_VERSION_systemd = v189 Peter commit c17d774553b8e95f142bf6388aa70f48ce8cf1ce Author: Eric Bénard

Re: [oe] Denzil updates

2012-12-16 Thread Peter A. Bigot
On 12/16/2012 03:56 AM, Eric Bénard wrote: Hi Koen, Hi Liu, as per your requests the following patches were applied to denzil-next : 35f92b4 systemd: use system variables instead of hardcoded paths 6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on dev-tty7.device 0f17a3f meta-systemd:

Re: [oe] [meta-oe][danny][PATCH] Revert libgphoto2: fix build

2012-12-10 Thread Peter A. Bigot
On 12/10/2012 05:43 AM, Eric Bénard wrote: Hi Peter and Andreas, Le Wed, 5 Dec 2012 07:58:33 +0100, Andreas Müller schnitzelt...@googlemail.com a écrit : On Wed, Dec 5, 2012 at 12:01 AM, Peter A. Bigot p...@pabigot.com wrote: From: Peter A. Bigot p...@pabigot.com This reverts commit

[oe] [meta-oe][danny][PATCH] Revert libgphoto2: fix build

2012-12-04 Thread Peter A. Bigot
From: Peter A. Bigot p...@pabigot.com This reverts commit 5febf70d37c7e9cf55fa7de5285531a810312e3a. Patch made in response to oe-core commit 841ea3c1c breaks builds using oe-core danny branch which branched before that commit. Signed-off-by: Peter A. Bigot p...@pabigot.com --- .../0001

Re: [oe] [PATCH 3/5] ntp: cleanup recipes and fix SSL support

2012-12-04 Thread Peter A. Bigot
On 12/04/2012 05:59 AM, Martin Jansa wrote: From: Paul Eggleton paul.eggle...@linux.intel.com * Move common definitions to the inc file * Drop override of do_configure which doesn't seem to be needed anymore * Fold ntp-ssl into the ntp recipe as a PACKAGECONFIG option for those who want it

Re: [oe] [meta-networking][PATCH] ntp: fix checksum

2012-12-01 Thread Peter A. Bigot
I don't know how to reply to mail that was sent while I was unsubscribed, so: http://patches.openembedded.org/patch/39697 was rejected per below, but still needs to be applied to danny. Peter [[meta-networking][PATCH]*ntp*:*fix* *checksum*] On 12.11.27 (Tue 17:19) Eric Bénard wrote: commit

Re: [oe] [meta-oe][PATCH] gphoto2: fix gettext build error

2012-11-30 Thread Peter A. Bigot
On 11/30/2012 12:38 PM, Andreas Müller wrote: On Fri, Nov 30, 2012 at 7:22 PM, Peter Bigot big...@acm.org wrote: On Fri, Nov 30, 2012 at 11:50 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Nov 30, 2012 at 6:45 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Nov

[oe] [meta-oe] ntp: correct systemd EnvironmentFile, add ntpdate service

2012-01-03 Thread Peter A. Bigot
From: Peter A. Bigot big...@acm.org Eliminate EnvironmentFile from systemd unit descriptions. /etc/ntp.conf can't be sourced to set environment variables like NTPD_ARG. Following the rationale at http://0pointer.de/blog/projects/on-etc-sysinit.html it isn't needed anyway; if you don't buy

[oe] [meta-oe] python-mysqldb: import from OE classic, update to 1.2.3

2011-12-31 Thread Peter A. Bigot
From: Peter A. Bigot big...@acm.org Changes from classic recipe: * Corrected license description based on text in README. * Switched to setuptools since distutils produced an egg that had x86 encoded in it. * Old site.patch no longer necessary; threadsafe is False in this version

[oe] [meta-oe][PATCH] python-pyusb: add recipe to support usb development in Python

2011-12-31 Thread Peter A. Bigot
From: Peter A. Bigot big...@acm.org --- .../python/python-pyusb_1.0.0a2.bb | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb diff --git a/meta-oe/recipes-devtools/python/python