Re: [oe] Use of ConnMan to manage 3G connection

2015-09-20 Thread Jack Mitchell
On 18/09/2015 19:46, Otavio Salvador wrote: Hello, We are working in a project which we would like to use ConnMan to manage the 3G connect. So far we had a hard time to get proper examples of this working. Does someone knows if it is indeed supported by ConnMan? Hi Otavio, Give the connma

Re: [oe] [meta-oe][PATCH] libsoc: upgrade from version 0.6 to 0.7

2015-11-22 Thread Jack Mitchell
On 22/11/2015 15:45, Fathi Boudra wrote: * update SRCREV * add --with-board-configs to configure * run oe-stylize to sanitize the recipe Signed-off-by: Fathi Boudra --- .../recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb}| 10 +- 1 file changed, 5 insertions(+), 5 deleti

[oe] [meta-webserver][PATCH] Hiawatha: update to 9.2

2013-06-26 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-httpd/hiawatha/{hiawatha_9.1.bb => hiawatha_9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_9.1.bb => hiawatha_9.2.bb} (94%) diff --git

Re: [oe] [meta-webserver][PATCH] hiawatha: remove empty /var/run directory

2013-07-08 Thread Jack Mitchell
${D}/${systemd_unitdir}/system fi +rmdir "${D}${localstatedir}/run" +rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" } CONFFILES_${PN} = " \ Ack from me, I've been meaning to get round to this for a while. Thanks Jonathan! -- J

[oe] [meta-oe][PATCH] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.3.bb diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.3.bb b/meta-oe/recipes-support/libsoc/libsoc_0.3

[oe] [meta-oe][PATCHv2] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- Change from v1: added signed-off-by meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.3.bb diff --git a/meta-oe/recipes

Re: [oe] [meta-oe][PATCHv2] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
On 13/09/13 15:18, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 13-09-13 15:22, Jack Mitchell schreef: From: Jack Mitchell Signed-off-by: Jack Mitchell --- Change from v1: added signed-off-by meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 18 ++ 1 file

[oe] [meta-oe][PATCHv3] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- v2 -> v3 - Removed DEPENDS on libgcc - Removed autogen.sh pre-configure as was unneeded v1 -> v2 : added signed-off-by meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 12 1 file changed, 12 insertions(+) creat

Re: [oe] [meta-oe][PATCHv2] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
On 13/09/13 15:56, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 13-09-13 16:53, Paul Eggleton schreef: On Friday 13 September 2013 15:23:36 Jack Mitchell wrote: On 13/09/13 15:18, Koen Kooi wrote: Op 13-09-13 15:22, Jack Mitchell schreef: From: Jack Mitchell Signed

[oe] [meta-oe][PATCHv4] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- v3 -> v4 - Added libgcc in RDEPENDS v2 -> v3 - Removed DEPENDS on libgcc - Removed autogen.sh pre-configure as was unneeded v1 -> v2 -added signed-off-by meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 14 +

Re: [oe] [meta-oe][PATCHv2] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
On 13/09/13 16:17, Jack Mitchell wrote: On 13/09/13 15:56, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 13-09-13 16:53, Paul Eggleton schreef: On Friday 13 September 2013 15:23:36 Jack Mitchell wrote: On 13/09/13 15:18, Koen Kooi wrote: Op 13-09-13 15:22, Jack Mitchell

[oe] [meta-oe][PATCHv5] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- v4 -> v5 - Moved RDEPENDS to below do_install v3 -> v4 - Added libgcc in RDEPENDS v2 -> v3 - Removed DEPENDS on libgcc - Removed autogen.sh pre-configure as was unneeded v1 -> v2 -added signed-off-by meta-oe/rec

Re: [oe] [meta-oe][PATCH] libsoc: new recipe

2013-09-13 Thread Jack Mitchell
On 13/09/13 22:29, Otavio Salvador wrote: On Fri, Sep 13, 2013 at 10:19 AM, Jack Mitchell wrote: From: Jack Mitchell ... +DEPENDS = "libgcc" Does this is really need? Hi Otavio, There was some conversation about this in another revision of the patch. It's been

Re: [oe] [meta-oe][PATCHv5] libsoc: new recipe

2013-09-14 Thread Jack Mitchell
On 09/13/13 23:22, Otavio Salvador wrote: On Fri, Sep 13, 2013 at 7:15 PM, Jack Mitchell wrote: From: Jack Mitchell Signed-off-by: Jack Mitchell ... The recipe is clean now ... but ... --- /dev/null +++ b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb @@ -0,0 +1,14 @@ +SUMMARY = "l

Re: [oe] [meta-oe][PATCHv5] libsoc: new recipe

2013-09-19 Thread Jack Mitchell
On 09/13/13 23:15, Jack Mitchell wrote: From: Jack Mitchell Signed-off-by: Jack Mitchell --- v4 -> v5 - Moved RDEPENDS to below do_install v3 -> v4 - Added libgcc in RDEPENDS v2 -> v3 - Removed DEPENDS on libgcc - Removed autogen.sh pre-configure as was unneeded

[oe] [meta-oe][PATCH 1/2] lm_sensors: add ALLOW_EMPTY to lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell When building with dev-pkgs enabled I was hitting an error lmsensors-dev not available. Adding ALLOW_EMPTY allowed the empty package to be created and therefore satisfy the dependancy. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0

[oe] [meta-oe][PATCH 2/2] lmsensors: split out cgi into seperate package

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell Split the CGI files out of sensord package into there own package. This is in order to split out the lighttpd dependancy. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb | 8 +++- meta-oe/recipes-support/lm_sensors

Re: [oe] [meta-oe][PATCH 1/2] lm_sensors: add ALLOW_EMPTY to lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
On 24/09/13 10:52, Burton, Ross wrote: > On 24 September 2013 10:35, Jack Mitchell wrote: >> When building with dev-pkgs enabled I was hitting an error lmsensors-dev >> not available. Adding ALLOW_EMPTY allowed the empty package to be created >> and therefore satisfy the

[oe] [meta-oe][PATCHv2 2/2] lmsensors: split out cgi into seperate package

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell Split the CGI files out of sensord package into there own package. This is in order to split out the lighttpd dependancy. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb | 8 +++- meta-oe/recipes-support/lm_sensors

Re: [oe] [meta-oe][PATCH 1/2] lm_sensors: add ALLOW_EMPTY to lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
On 24/09/13 10:52, Burton, Ross wrote: > On 24 September 2013 10:35, Jack Mitchell wrote: >> When building with dev-pkgs enabled I was hitting an error lmsensors-dev >> not available. Adding ALLOW_EMPTY allowed the empty package to be created >> and therefore satisfy the

[oe] [meta-oe][PATCHv2 1/2] lm_sensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell When building with dev-pkgs enabled I was hitting an error lmsensors not available. Resetting the RDEPENDS for the dev packages fixes this error as there is no lmsensors or lmsensors-config package defined. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support

Re: [oe] [meta-qt5] fix do_rootfs for images with dev-pkgs in IMAGE_FEATURES

2013-09-26 Thread Jack Mitchell
On 26/09/13 10:45, Andreas Müller wrote: > | Collected errors: > | * satisfy_dependencies_for: Cannot satisfy the following dependencies for > qtquickcontrols-dev: > | * qtquickcontrols (= 5.1.0-r0) * > | * opkg_install_cmd: Cannot install package qtquickcontrols-dev. > > Signed-off-by: An

Re: [oe] [meta-oe][PATCHv2 1/2] lm_sensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-config

2013-10-02 Thread Jack Mitchell
On 24/09/13 11:36, Jack Mitchell wrote: > From: Jack Mitchell > > When building with dev-pkgs enabled I was hitting an error lmsensors > not available. Resetting the RDEPENDS for the dev packages fixes this > error as there is no lmsensors or lmsensors-config package defined. >

[oe] [meta-oe][PATCH] libsoc: update to 0.4

2013-10-08 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libsoc/{libsoc_0.3.bb => libsoc_0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libsoc/{libsoc_0.3.bb => libsoc_0.4.bb} (87%) diff --git a/meta-oe/recipes-support/

[oe] [PATCH 2/3] libestr: add 0.1.6

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-support/libestr/libestr_0.1.6.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/libestr/libestr_0.1.6.bb diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta-oe/recipes-support/libestr

[oe] [PATCH 1/3] json-c: add 0.11

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-support/json-c/json-c_0.11.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/json-c/json-c_0.11.bb diff --git a/meta-oe/recipes-support/json-c/json-c_0.11.bb b/meta-oe/recipes-support/json-c/json-c_0.11.bb

[oe] [PATCH 0/3] rsyslog: update and add new dependancies

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell update rsyslog to the latest version and add required dependancies. Jack Mitchell (3): json-c: add 0.11 libestr: add 0.1.6 rsyslog: update to 7.4.4 .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-extended/rsyslog

[oe] [PATCH 3/3] rsyslog: update to 7.4.4

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell --- .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-extended/rsyslog/rsyslog_5.8.0.bb | 5 -- .../rsyslog/{rsyslog.inc => rsyslog_7.4.4.bb} | 24 ++--- 3 files changed, 16 insertions(+), 73 deletions(-) delete m

[oe] [meta-oe][PATCHv2 3/3] rsyslog: update to 7.4.4

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-extended/rsyslog/rsyslog_5.8.0.bb | 5 -- .../rsyslog/{rsyslog.inc => rsyslog_7.4.4.bb} | 24 ++--- 3 files changed, 16 inserti

[oe] [meta-oe][PATCHv2 0/3] rsyslog: update to 7.4.4

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell update rsyslog to the latest version and add required dependancies. v2: add signed-off-by Jack Mitchell (3): json-c: add 0.11 libestr: add 0.1.6 rsyslog: update to 7.4.4 .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes

[oe] [meta-oe][PATCHv2 2/3] libestr: add 0.1.6

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libestr/libestr_0.1.6.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/libestr/libestr_0.1.6.bb diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta

[oe] [meta-oe][PATCHv2 1/3] json-c: add 0.11

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/json-c/json-c_0.11.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/json-c/json-c_0.11.bb diff --git a/meta-oe/recipes-support/json-c/json-c_0.11.bb b/meta-oe/recipes

[oe] [meta-oe][PATCHv3 3/3] rsyslog: update to 7.4.4

2013-10-14 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-extended/rsyslog/rsyslog_5.8.0.bb | 5 -- .../rsyslog/{rsyslog.inc => rsyslog_7.4.4.bb} | 24 ++--- 3 files changed, 16 inserti

[oe] [meta-oe][PATCHv3 2/3] libestr: add 0.1.6

2013-10-14 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libestr/libestr_0.1.6.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/libestr/libestr_0.1.6.bb diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta

[oe] [meta-oe][PATCHv3 0/3] rsyslog: update to 7.4.4

2013-10-14 Thread Jack Mitchell
From: Jack Mitchell update rsyslog to the latest version and add required dependancies. v3: - change /usr/bin to ${bindir} QA warning fires if this is not present - change json-c to not be built in parallel as it can sometimes fail v2: - add signed-off-by Jack Mitchell (3): json-c: add

[oe] [meta-oe][PATCHv3 1/3] json-c: add 0.11

2013-10-14 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/json-c/json-c_0.11.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-support/json-c/json-c_0.11.bb diff --git a/meta-oe/recipes-support/json-c/json-c_0.11.bb b/meta-oe

Re: [oe] [meta-oe][PATCHv3 1/3] json-c: add 0.11

2013-10-18 Thread Jack Mitchell
On 17/10/13 16:34, Martin Jansa wrote: > On Mon, Oct 14, 2013 at 03:20:11PM +0100, Jack Mitchell wrote: >> From: Jack Mitchell >> >> Signed-off-by: Jack Mitchell >> --- >> meta-oe/recipes-support/json-c/json-c_0.11.bb | 13 + >> 1 file ch

Re: [oe] [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson)

2013-10-18 Thread Jack Mitchell
= "GPLv3" > Hi Olof, The rsyslogd patches shouldn't really have gone in yet... I've fired off a patch to oe-core to update libjson to the now named json-c, so if we could hold off for a few days that would be great. Otherwise, ma

Re: [oe] [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson)

2013-10-18 Thread Jack Mitchell
On 18/10/13 11:04, Olof Johansson wrote: > On Fri, Oct 18, 2013 at 09:51:23AM +0100, Jack Mitchell wrote: >> The rsyslogd patches shouldn't really have gone in yet... I've fired off >> a patch to oe-core to update libjson to the now named json-c, so if we >> cou

[oe] [meta-oe][PATCH] gtkextra: initial add v3.0.5

2013-11-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-gnome/gtkextra/files/remove-tutorial.patch | 12 meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb | 16 2 files changed, 28 insertions(+) create mode 100644 meta-oe/recipes-gnome/gtkextra

Re: [oe] [meta-oe][PATCH] gtkextra: initial add v3.0.5

2013-11-13 Thread Jack Mitchell
On 13/11/13 16:56, Jack Mitchell wrote: > From: Jack Mitchell > > Signed-off-by: Jack Mitchell > --- > .../recipes-gnome/gtkextra/files/remove-tutorial.patch | 12 > meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb | 16 > &

[oe] [meta-oe][PATCHv3] gtkextra: initial add v3.0.5

2013-11-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- v2: fixed indentation v3: fixed *more missed* indentation .../recipes-gnome/gtkextra/files/remove-tutorial.patch | 12 meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb | 16 2 files changed, 28

[oe] [meta-oe][PATCH 1/2] libgc: initial add 7.2

2013-11-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libgc/libgc_7.2d.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-support/libgc/libgc_7.2d.bb diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe

[oe] [meta-oe][PATCH 2/2] zile: initial add 2.4.9

2013-11-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../zile/files/remove-help2man.patch | 28 ++ meta-oe/recipes-support/zile/zile_2.4.9.bb | 15 2 files changed, 43 insertions(+) create mode 100644 meta-oe/recipes-support/zile/files

[oe] [meta-oe][PATCH] libsmi: initial add 0.4.8

2013-11-13 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb b/meta-oe

[oe] [meta-oe][PATCHv2] libsmi: initial add 0.4.8

2013-11-14 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- v2: change hardcoded package-version to ${P} meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb diff --git a/meta-oe

Re: [oe] How to add PHP

2013-11-15 Thread Jack Mitchell
ne you need. Secondly, we can't help without error logs :) Cheers, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer Cambridgeshire, UK http://www.embed.me.uk -- ___ Openembedded-devel mailing list Openembedded-devel@lists.open

Re: [oe] How to add PHP

2013-11-17 Thread Jack Mitchell
27;ve added the apache webserver with success and took the same approach for adding modphp. Which log files can I send? My learning is still curving :/ Thanks, Scott Penner Goodwell Inc. c. 4033761977 a. Box 906 Brooks, Ab T1R1B8 On Nov 15, 2013, at 2:52 AM, Jack Mitchell wrote: On 15/11/

Re: [oe] How to add PHP

2013-11-17 Thread Jack Mitchell
b files for fsl-image-test. In my bblayers.conf file I have included the webserver directory. Not sure if this is the proper way to add a webserver, any insight is appreciated! Thanks again On Sun, Nov 17, 2013 at 11:33 AM, Jack Mitchell wrote: Hi Scott, Bitbake will point you to the log fil

Re: [oe] [meta-oe][PATCH] rsyslog: rename libjson to json-c in DEPENDS

2013-11-21 Thread Jack Mitchell
> d)}" > HOMEPAGE = "http://www.rsyslog.com/"; > LICENSE = "GPLv3" > Cheers Olof, it was a longer haul than I anticipated trying to get that recipe in! -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer Cambridgeshire, UK http://www.embe

Re: [oe] [meta-systemd] connman: follow oe-core to 1.20

2013-12-13 Thread Jack Mitchell
- too bad this (and I'm sure many other innovations) was > not announced (or even discussed as far as I can see), so those of > us on the outside have no clue that they are there... > This one went to the bitbake devel list, if you follow that list then you can keep an eye on bitbak

[oe] [meta-oe][PATCH] libsoc: update to 0.5

2014-01-16 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-support/libsoc/libsoc_0.5.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.5.bb diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.5.bb b/meta-oe/recipes-support/libsoc/libsoc_0.5.bb

[oe] [meta-oe][PATCHv2] libsoc: update to 0.5

2014-01-16 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-support/libsoc/{libsoc_0.4.bb => libsoc_0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libsoc/{libsoc_0.4.bb => libsoc_0.5.bb} (87%) diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.4.bb b/m

[oe] [meta-oe][PATCH] opus-tools: add 0.1.8

2014-01-17 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-multimedia/opus-tools/opus-tools_0.1.8.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-multimedia/opus-tools/opus-tools_0.1.8.bb diff --git a/meta-oe/recipes-multimedia/opus-tools/opus-tools_0.1.8.bb b/meta

[oe] [meta-oe][PATCHv2] opus-tools: add 0.1.8

2014-01-17 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-multimedia/opus-tools/opus-tools_0.1.8.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-multimedia/opus-tools/opus-tools_0.1.8.bb diff --git a/meta-oe/recipes-multimedia/opus

[oe] [meta-oe][PATCHv3] opus-tools: add 0.1.8

2014-01-17 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-multimedia/opus-tools/opus-tools_0.1.8.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-multimedia/opus-tools/opus-tools_0.1.8.bb diff --git a/meta-oe/recipes-multimedia/opus

[oe] [meta-oe][PATCHv3] libsoc: update to 0.5

2014-01-17 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libsoc/{libsoc_0.4.bb => libsoc_0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libsoc/{libsoc_0.4.bb => libsoc_0.5.bb} (87%) diff --git a/meta-oe/recipes-support/

[oe] [meta-oe][PATCH] libsoc: update to 0.6

2014-02-05 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libsoc/{libsoc_0.5.bb => libsoc_0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libsoc/{libsoc_0.5.bb => libsoc_0.6.bb} (87%) diff --git a/meta-oe/recipes-support/

[oe] [meta-oe][PATCH] rsyslog: remove unsupported option from initscript

2014-04-01 Thread Jack Mitchell
From: Jack Mitchell > starting rsyslogd ... rsyslogd: error: option -c > is no longer supported - ignored Signed-off-by: Jack Mitchell --- meta-oe/recipes-extended/rsyslog/rsyslog/initscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/r

Re: [oe] [meta-oe][PATCH] dejagnu: recipe taken from openembedded

2014-04-10 Thread Jack Mitchell
any more. > + > +inherit autotools > + > +SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" ${BP} can be used instead of ${BPN}-${PV} > + > +SRC_URI[md5sum] = "053f18fd5d00873de365413cab17a666" > +SRC_URI[sha256sum] = > "d0fbedef20fb0843318d60551023631176b27ceb1e11de74

Re: [oe] [meta-oe][PATCH] rsyslog: add status command and minor fixes for initscript

2014-04-16 Thread Jack Mitchell
> -echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" > >&2 > +echo "Usage: $SCRIPTNAME > {start|stop|status|restart|reload|force-reload}" >&2 > exit 3 > ;; > esac > H

[oe] [meta-oe][PATCH 1/4] htop: upgrade to 1.0.3 and apply brokensep

2014-04-25 Thread Jack Mitchell
From: Jack Mitchell - Upgrade to 1.0.3 - Fix broken configure by applying brokensep - Update location of tarballs as latest is not available on sourceforge Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/htop/htop_1.0.2.bb | 19 --- meta-oe/recipes-support/htop

[oe] [meta-oe][PATCH 4/4] bridge-utils: apply brokensep

2014-04-25 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-networking/recipes-support/bridge-utils/bridge-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils.inc b/meta-networking/recipes-support/bridge-utils

[oe] [meta-oe][PATCH 2/4] xterm: upgrade to 303, set B=S, licence tweak

2014-04-25 Thread Jack Mitchell
From: Jack Mitchell - upgrade to version 303 - set B=S due to broken build/source seperation - tweak licence file md5 to account for date change Signed-off-by: Jack Mitchell --- meta-oe/recipes-graphics/xorg-app/{xterm_293.bb => xterm_303.bb} | 9 ++--- 1 file changed, 6 insertions(+)

[oe] [meta-oe][PATCH 3/4] tcpdump: inherit brokensep

2014-04-25 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb

Re: [oe] [meta-oe][PATCH] htop: Update 1.0.2 -> 1.0.3

2014-04-25 Thread Jack Mitchell
On 25/04/2014 19:56, Khem Raj wrote: On Fri, Apr 25, 2014 at 11:26 AM, Martin Jansa wrote: "[oe] [meta-oe][PATCH 1/4] htop: upgrade to 1.0.3 and apply brokensep" inheriting autotools-brokensep is a workaround until we have fixed the package proper intention should be to not use autotools-

[oe] Website Text

2014-05-03 Thread Jack Mitchell
Good Morning All, First off, I hope a lot of you are having fun at OEDAM, I wish I could have been there but while my company will pay for entrance and ticket fees, they won't pay for the expensive part, travel and hotels. I have seen on the OEDAM wiki page that the wiki/website is on the ag

Re: [oe] Website Text

2014-05-06 Thread Jack Mitchell
On 06/05/14 16:47, Trevor Woerner wrote: > On 3 May 2014 05:15, Jack Mitchell wrote: >> The current website address is http://frontpage.openembedded.org/ > > My feeling is that there is a chance people will be coming to the OE > website with a board already in front of them, l

Re: [oe] Website Text

2014-05-06 Thread Jack Mitchell
On 05/05/14 09:46, Samuel Stirtzel wrote: > 2014-05-03 11:15 GMT+02:00 Jack Mitchell : > >> * Support/Advantages/Available Recipes >> >> - General input; can you think of any better subheadings or things >> we should be advertising? > > Hi, > >

[oe] [meta-oe][PATCH] ntp: fix incorrect pidfile handling in ntpd init script

2014-06-02 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-networking/recipes-support/ntp/files/ntpd | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/meta-networking/recipes-support/ntp/files/ntpd b/meta-networking/recipes-support/ntp/files/ntpd index

Re: [oe] [PATCH] [meta-webserver]: add Monkey HTTP Server

2014-06-02 Thread Jack Mitchell
Hi Eduardo, Just the one comment inline. On 02/06/2014 21:35, Eduardo Silva wrote: Signed-off-by: Eduardo Silva --- .../recipes-httpd/monkey/monkey_1.5.0.bb | 38 ++ 1 file changed, 38 insertions(+) create mode 100644 meta-webserver/recipes-httpd/monkey/monke

[oe] [meta-webserver][PATCH] sthttpd: improve init scripts to use config file

2014-06-16 Thread Jack Mitchell
From: Jack Mitchell Rather than put hardcoded values into the init scripts, use a config file. The SRV_DIR is a special value as it should be used in the conifg file and also passed to make so it can put the html files in the correct directory. --- meta-webserver/recipes-httpd/sthttpd/sthttpd

[oe] tcpdump: bitbake throws autoconf errors, error message confusing

2014-07-04 Thread Jack Mitchell
/home/jack/Work/oe-core.git/test-build/tmp-eglibc/work/core2-32-oe-linux/tcpdump/4.5.1-r0/build' ERROR: Function failed: do_qa_configure log: http://ix.io/dg9 Looking at the log I can't see where that specific path is used... can anyone shed any light? Cheers, -- Jack Mitchell (j

Re: [oe] tcpdump: bitbake throws autoconf errors, error message confusing

2014-07-04 Thread Jack Mitchell
, > maybe you have to debug in meta/classes/insane.bbclass. > > Btw., the meta-oe's tcpdump is 4.3.0, yours is 4.5.1, maybe there are > other differences, for example you have used another insane.bbclass ? > (Just a guess) > > // Robert > > On 07/04/2014 05:42 P

Re: [oe] tcpdump: bitbake throws autoconf errors, error message confusing

2014-07-04 Thread Jack Mitchell
On 04/07/14 11:31, Jack Mitchell wrote: > Hi Robert, > > After further investigation that is also what I found, and why it's so > confusing. The different tcpdump is because I uprevved to the latest > version locally to see if it fixed the issue ;) > > I'll see if

Re: [oe] what is the process for sending patches about eclipse-poky-kepler?

2014-07-14 Thread Jack Mitchell
hem to Poky list, or the Yocto list would be most appropriate. https://www.yoctoproject.org/tools-resources/community/mailing-lists -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer Cambridgeshire, UK http://www.embed.me.uk -- -- __

Re: [oe] [PATCHv5][meta-oe 1/2] liblockdev: new recipe, new version of libcec requires it

2012-09-14 Thread Jack Mitchell
On 13/09/12 22:54, Andrei Gherzan wrote: On Tue, Sep 11, 2012 at 11:09 AM, Jack Mitchell wrote: On 10/09/12 21:13, Andrei Gherzan wrote: On Thu, Sep 6, 2012 at 2:35 PM, wrote: From: Jack Mitchell V5 - FILES_{PN} no loger required now libdir and includedir are passed to oe_runmake V4

Re: [oe] package gobject-introspection-native-0.9.10-r1: task do_compile: Failed

2012-09-17 Thread Jack Mitchell
___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel Where did your build scripts come from? If they didn't

[oe] [meta-webserver][PATCH] hiawatha: add initial 8.5 recipe and associated files

2012-10-11 Thread Jack Mitchell
From: Jack Mitchell --- .../recipes-httpd/hiawatha/files/hiawatha-init | 34 + .../recipes-httpd/hiawatha/hiawatha_8.5.bb | 44 ++ 2 files changed, 78 insertions(+) create mode 100644 meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init

[oe] [meta-webserver][PATCH v2] hiawatha: add initial 8.5 recipe and associated files

2012-10-15 Thread Jack Mitchell
From: Jack Mitchell v1: - hiawatha: add initial 8.5 recipe and associated files v2: - update hiawatha init file with LSB headers - use sed to put in correct sbin path --- .../recipes-httpd/hiawatha/files/hiawatha-init | 44 + .../recipes-httpd/hiawatha/hiawatha_8.5.bb

[oe] [meta-webserver][PATCH\ v3] hiawatha: add initial 8.5 recipe and associated files

2012-10-18 Thread Jack Mitchell
From: Jack Mitchell --- v1: - hiawatha: add initial 8.5 recipe and associated files v2: - update hiawatha init file with LSB headers - use sed to put in correct sbin path Signed-off-by: Jack Mitchell .../recipes-httpd/hiawatha/files/hiawatha-init | 44 + .../recipes

[oe] [meta-webserver][PATCH v4] Signed-off-by: Jack Mitchell

2012-10-18 Thread Jack Mitchell
From: Jack Mitchell Hiawatha: add initial 8.5 recipe and associated files --- meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb b/meta-webserver/recipes-httpd

[oe] [meta-webserver][PATCH v5] hiawatha: add initial 8.5 recipe and associated files

2012-10-18 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell -- v1: - hiawatha: add initial 8.5 recipe and associated files v2: - update hiawatha init file with LSB headers - use sed to put in correct sbin path --- .../recipes-httpd/hiawatha/files/hiawatha-init | 44

[oe] [PATCH 2/3] packagegroup-core-tools-profile: include sysprof only if x11 is distro feature

2012-10-29 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core

[oe] [PATCH 3/3] babeltrace: fix depends

2012-10-29 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb b/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb index 95d65f5

[oe] [PATCH 0/3] Improve x11 distro_feature checks

2012-10-29 Thread Jack Mitchell
From: Jack Mitchell Improvement to the detection of the x11 distro_feature in a few recipes with the final achievement being that GTK+ is no longer required in core-image-minimal if dbg-pkgs, tools-profile and tools-debug are enabled when x11 is not in distro_features. V2 Added PR bumps to

[oe] [PATCH 1/3] latencytop: disable GTK and remove gtk+ dependacy

2012-10-29 Thread Jack Mitchell
From: Jack Mitchell When DISTRO_FEATURES does not contain x11, disable GTK GUI and also don't add gtk+ to the DEPENDS Signed-off-by: Jack Mitchell --- .../latencytop/latencytop-0.5/latencytop-makefile.patch | 13 +++-- meta/recipes-kernel/latencytop/latencytop_0

Re: [oe] [PATCH 0/3] Improve x11 distro_feature checks

2012-10-29 Thread Jack Mitchell
On 29/10/12 09:28, Jack Mitchell wrote: From: Jack Mitchell Improvement to the detection of the x11 distro_feature in a few recipes with the final achievement being that GTK+ is no longer required in core-image-minimal if dbg-pkgs, tools-profile and tools-debug are enabled when x11 is not in

[oe] [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6

2012-11-06 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-httpd/hiawatha/{hiawatha_8.5.bb => hiawatha_8.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_8.5.bb => hiawatha_8.6.bb} (91%) diff --git

[oe] [meta-webserver][PATCH v2 2/2] hiawatha: disable caching by default

2012-11-06 Thread Jack Mitchell
From: Jack Mitchell Caching shouldn't be on by default as it can cause some unpredictable results in certain situations. Signed-off-by: Jack Mitchell --- meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webs

Re: [oe] [meta-networking][PATCH 2/2] ntp: make servers configurable and default to none configured

2012-11-22 Thread Jack Mitchell
stom version if they're going to use ntpd. Cheers, Paul This would be beneficial for me too as we intend to ship ntpd but it will be mainly for use with internal servers so I will not want or need a default server set. Cheers, -- Jack Mi

Re: [oe] [meta-webserver][PATCH 7/7] hiawatha: add CONFFILES and a php example

2012-11-26 Thread Jack Mitchell
iawatha/mimetype.conf \ +${sysconfdir}/hiawatha/php-fcgi.conf \ +" Looks good to me, thanks for the improvements Eric! Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ Openembedd

Re: [oe] [meta-webserver][PATCH 7/7] hiawatha: add CONFFILES and a php example

2012-11-26 Thread Jack Mitchell
On 26/11/12 10:30, Eric Bénard wrote: Hi Jack, Le Mon, 26 Nov 2012 10:27:26 +, Jack Mitchell a écrit : On 25/11/12 17:25, Eric Bénard wrote: +# configure php-fcgi to have a working configuration +# by default if php is installed +echo "Server = ${bindir}/php-cg

Re: [oe] [meta-oe][PATCH 1/3] php: upgrade to 5.3.19

2012-11-28 Thread Jack Mitchell
On 27/11/12 16:16, Eric Bénard wrote: [snip] Was there a patch to bring this over to meta-webserver too? -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ Openembedded-devel mailing list

[oe] [meta-webserver][PATCH] hiawatha: add new patch to fix xslt implementation

2012-12-04 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 ++ .../recipes-httpd/hiawatha/hiawatha_8.6.bb | 3 +- 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 meta-webserver/recipes-httpd

[oe] [meta-webserver][PATCH v2] hiawatha: add new patch to fix xslt implementation

2012-12-04 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 ++ .../recipes-httpd/hiawatha/hiawatha_8.6.bb | 5 +- 2 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 meta-webserver/recipes-httpd

Re: [oe] php-cgi cannot install package

2012-12-04 Thread Jack Mitchell
;t effect the system as the memory gets cleared every time? If I am being daft, let me know and I will look into switching to FPM. On 04/12/12 12:54, Marcin Juszkiewicz wrote: W dniu 04.12.2012 13:29, Jack Mitchell pisze: I tried to build the recently commited PHP changes today and received thi

Re: [oe] [meta-oe][meta-multimedia][PATCH 1/6] xbmc: first try at making it build for non-GLES platforms

2012-12-22 Thread Jack Mitchell
Hi Koen, On 12/21/12 14:00, Koen Kooi wrote: Signed-off-by: Koen Kooi --- .../recipes-mediacentre/xbmc/xbmc_git.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb b/meta-multimedia/recipes-mediacen

Re: [oe] [PATCH] hiawatha: update to 8.7

2013-01-14 Thread Jack Mitchell
On 01/14/13 13:52, Eric Bénard wrote: Hi Jack, Le Mon, 14 Jan 2013 13:41:29 +, m...@communistcode.co.uk a écrit : From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 -- .../recipes-httpd/hiawatha

Re: [oe] [meta-webserver][PATCH] hiawatha: update to 8.7

2013-01-15 Thread Jack Mitchell
On 15/01/13 09:57, m...@communistcode.co.uk wrote: From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 -- .../hiawatha/{hiawatha_8.6.bb => hiawatha_8.7.bb} | 10 ++- 2 files changed, 4 insertions(+),

  1   2   3   >