Re: [oe] [danny?] Re: [meta-networking][PATCH v2 1/2] ntp: cleanup recipes and fix SSL support

2012-12-04 Thread Paul Eggleton
On Tuesday 04 December 2012 08:44:30 Anders Darander wrote: * Paul Eggleton paul.eggle...@linux.intel.com [121122 17:50]: * 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

[oe] cramfs fetch error

2012-12-04 Thread Luo Zhenhua-B19537
Following fetch error appears when I build cramfs with master branch of poky + meta-openembedded, does anyone meet this issue? Error logs: WARNING: Failed to fetch URL cvs://anonym...@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux, attempting MIRRORS if available ERROR: Fetcher

Re: [oe] [PATCH] meta-oe: remove guile, it's in oe-core now

2012-12-04 Thread Burton, Ross
On 4 December 2012 10:14, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Nov 26, 2012 at 01:50:23PM +, Ross Burton wrote: Signed-off-by: Ross Burton ross.bur...@intel.com Also there is bad charset defined in this patch: Content-Type: text/plain; charset=y Content-Transfer-Encoding:

Re: [oe] [danny?] Re: [meta-networking][PATCH v2 1/2] ntp: cleanup recipes and fix SSL support

2012-12-04 Thread Burton, Ross
On 4 December 2012 09:21, Paul Eggleton paul.eggle...@linux.intel.com wrote: IMO the original recipe was horribly broken, so I'd definitely support having this patch applied to danny as well, assuming people have given it a reasonable amount of runtime testing and everything's OK. It's

Re: [oe] [danny?] Re: [meta-networking][PATCH v2 1/2] ntp: cleanup recipes and fix SSL support

2012-12-04 Thread Burton, Ross
On 4 December 2012 11:20, Burton, Ross ross.bur...@intel.com wrote: On 4 December 2012 09:21, Paul Eggleton paul.eggle...@linux.intel.com wrote: IMO the original recipe was horribly broken, so I'd definitely support having this patch applied to danny as well, assuming people have given it a

Re: [oe] [PATCH] meta-oe: remove guile, it's in oe-core now

2012-12-04 Thread Martin Jansa
On Tue, Dec 04, 2012 at 11:18:57AM +, Burton, Ross wrote: On 4 December 2012 10:14, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Nov 26, 2012 at 01:50:23PM +, Ross Burton wrote: Signed-off-by: Ross Burton ross.bur...@intel.com Also there is bad charset defined in this patch:

Re: [oe] [PATCH] meta-oe: remove guile, it's in oe-core now

2012-12-04 Thread Burton, Ross
On 4 December 2012 11:29, Martin Jansa martin.ja...@gmail.com wrote: Why? I guess it was because you replied 'y' to: Which 8bit encoding should I declare [UTF-8]? Ha, whoops. :) Ross ___ 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 jack.mitch...@dbbroadcast.co.uk Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 ++ .../recipes-httpd/hiawatha/hiawatha_8.6.bb | 3 +- 2 files changed, 73 insertions(+), 1

Re: [oe] [danny?] Re: [meta-networking][PATCH v2 1/2] ntp: cleanup recipes and fix SSL support

2012-12-04 Thread Martin Jansa
On Tue, Dec 04, 2012 at 09:21:23AM +, Paul Eggleton wrote: On Tuesday 04 December 2012 08:44:30 Anders Darander wrote: * Paul Eggleton paul.eggle...@linux.intel.com [121122 17:50]: * Move common definitions to the inc file * Drop override of do_configure which doesn't seem to be

[oe] [PATCH 0/5] [meta-oe][danny] Small fixes from master

2012-12-04 Thread Martin Jansa
The following changes since commit f8ad0760abf8055bac27036853c56f56b40a36c7: README: update to danny (2012-11-23 15:22:46 +0100) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/for-danny

[oe] [PATCH 1/5] gypsy: added to meta-oe/recipes-navigation

2012-12-04 Thread Martin Jansa
From: Andrei Dinu andrei.adrianx.d...@intel.com Added gypsy to meta-oe/recipes-navigation Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-navigation/gypsy/files/fixups.patch| 21 +++

[oe] [PATCH 2/5] samba: update waf-as-source.patch to apply

2012-12-04 Thread Martin Jansa
* and Applying patch waf-as-source.patch ... File buildtools/bin/waf-svn is not empty after patch; not deleting ... Patch waf-as-source.patch does not apply (enforce with -f) I've dropped this chunk and now it builds * there is also WARNING about unpackaged but empty base_sbindir

[oe] [PATCH 4/5] ntp: make servers configurable and default to none configured

2012-12-04 Thread Martin Jansa
From: Paul Eggleton paul.eggle...@linux.intel.com People can't blindly use pool.ntp.org, especially if they are building for a product or something that could be used in a product, so at least try to get people to do the right thing and not use pool.ntp.org by default. The previous network

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

2012-12-04 Thread Martin Jansa
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 (default to off) and fix configure-time checks

[oe] [PATCH 5/5] meta-systemd: ntp: update for server config improvements

2012-12-04 Thread Martin Jansa
From: Paul Eggleton paul.eggle...@linux.intel.com This makes the service use the ntpdate-sync command which reads the servers set in /etc/default/ntpdate; if nothing is set then no error is produced on startup. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Martin

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

2012-12-04 Thread Paul Eggleton
Hi Jack, On Tuesday 04 December 2012 11:53:38 Jack Mitchell wrote: From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 ++

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

2012-12-04 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 ++ .../recipes-httpd/hiawatha/hiawatha_8.6.bb | 5 +- 2 files changed, 74 insertions(+), 2

[oe] [for-danny] Hashes for backporting to danny

2012-12-04 Thread Otavio Salvador
Hello, Here goes the list of patches we'd like to have backported to danny so we can use danny branch for one product at O.S. Systems: * freerdp: disable man pages generation (638f02695550bee4f941439cc2d1293c599b4a1f) * freerdp: update to the latest commit (2012-11-20) in the stable-1.0

Re: [oe] [oe-commits] Marcin Juszkiewicz : php: add apache configuration for php-fpm

2012-12-04 Thread Martin Jansa
On Tue, Dec 04, 2012 at 09:49:52AM +, g...@git.openembedded.org wrote: Module: meta-openembedded.git Branch: master Commit: 8424c379fba43c5073b1ca12ba6cb0546c822f3a URL: http://git.openembedded.org/?p=meta-openembedded.gita=commit;h=8424c379fba43c5073b1ca12ba6cb0546c822f3a Author:

[oe] [meta-oe][danny][PATCHv2] xinput-calibrator: update to 2012 Aug 2nd's git snapshot

2012-12-04 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- ...brator_pointercal.sh-specify-output-type-.patch | 56 .../xinput-calibrator-autostart.desktop|8 --- .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 33

Re: [oe] php-cgi cannot install package

2012-12-04 Thread Marcin Juszkiewicz
W dniu 04.12.2012 13:29, Jack Mitchell pisze: I tried to build the recently commited PHP changes today and received this error at do_rootfs, any ideas? The only package I select is php-cgi through IMAGE_INSTALL. Good catch. Looks like enabling FPM disabled CGI interface. But for performance

Re: [oe] php-cgi cannot install package

2012-12-04 Thread Jack Mitchell
The issue I have with FPM (albeit noting I haven't researched this much) is that FPM keeps the PHP binary running regardless as a daemon right? If there is a memory leak in PHP then this will grow over time, where-as the php-cgi is a one-shot run of the binary and memory issues won't effect

Re: [oe] [meta-oe][danny][PATCHv2] xinput-calibrator: update to 2012 Aug 2nd's git snapshot

2012-12-04 Thread Mario Domenech Goulart
Hi, Please, ignore this patch. I didn't notice the previous one (which has a hardcoded path) has been applied already. I'm gonna provide a patch to specifically fix the hardcoded path. Best wishes. Mario On Tue, 4 Dec 2012 10:32:47 -0200 Mario Domenech Goulart ma...@ossystems.com.br wrote:

Re: [oe] [PATCH] [meta-handheld] kexecboot-handhelds.inc: Add explicit support for 16 bit displays.

2012-12-04 Thread Paul Eggleton
On Friday 16 November 2012 18:10:42 drom...@gmail.com wrote: From: Marko Katic dromede.gmail.com All machines referenced in kexecboot-handhelds.inc have 16 bit displays. Kexecboot will by default enable support for 1,2,4,16,18,24 and 32 bit displays. Add compile time options that only

Re: [oe] [meta-handheld][PATCH] linux-yocto-tiny-kexecboot_3.2: move it to its specific directory

2012-12-04 Thread Paul Eggleton
On Friday 30 November 2012 23:39:50 Andrea Adami wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../akita/akita-kexecboot.cfg | 1698 .../akita/akita-tiny.scc |7 +

Re: [oe] [meta-handheld][PATCH] linux-yocto_3.4: initial commit for Zaurus

2012-12-04 Thread Paul Eggleton
On Saturday 01 December 2012 00:42:27 Andrea Adami wrote: * based on linux-yocto-standard cfg fragments * kernel 3.4 boots though size is too big * put together pending/submitted patches * for the moment DEFAULT_PREFERENCE = -1 Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---

[oe] [meta-oe][PATCH] xinput-calibrator: remove hardcoded path from xinput_calibrator.desktop

2012-12-04 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- .../xinput-calibrator/xinput-calibrator_git.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb

Re: [oe] php-cgi cannot install package

2012-12-04 Thread Eric Bénard
Le Tue, 04 Dec 2012 13:54:23 +0100, Marcin Juszkiewicz marcin.juszkiew...@linaro.org a écrit : W dniu 04.12.2012 13:29, Jack Mitchell pisze: I tried to build the recently commited PHP changes today and received this error at do_rootfs, any ideas? The only package I select is php-cgi

[oe] OE-Classic patches in patchwork

2012-12-04 Thread Paul Eggleton
Hi all, There is a significant volume of patches in the OE patchwork [1] that are intended to apply to OE-Classic. Apart from the 2011.3-maintenance branch, OE- Classic is no longer maintained in favour of OE-Core + layers, so the question is what should we do with these patches? At the moment

Re: [oe] [meta-networking][PATCH 00/11] More networking recipes

2012-12-04 Thread Joe MacDonald
Taking this out for a spin now, looks reasonable to me, though. -J. [[oe] [meta-networking][PATCH 00/11] More networking recipes] On 12.12.03 (Mon 17:44) Paul Eggleton wrote: These are updated, rebased and extended versions of patches originally submitted by Vladimir Redzhepoff and Yauhen

[oe] [PATCH 63/64] python-efl: fix do_configure_prepend to be reentrant

2012-12-04 Thread Martin Jansa
* without '=' it added ${STAGING_DIR_HOST} prefix again when do_configure was executed twice in the same WORKDIR causing issues when looking for header files in python-edje, python-ecore, python-elementary and python-emotion ./python-edje/configure.ac:CYTHON_EDJE_INCLUDEDIR=`$PKG_CONFIG

[oe] [PATCH 61/64] e-base.bbclass: bump EFL_SRCREV for E17 alpha8

2012-12-04 Thread Martin Jansa
* changelog: http://enlightenment.org/p.php?p=news/showl=ennews_id=69 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/classes/e-base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass index

[oe] [PATCH 59/64] libcanberra: skip dev-so QA for PN-gtk

2012-12-04 Thread Martin Jansa
* fixes: libcanberra-0.26: non -dev/-dbg/-nativesdk package contains symlink .so: libcanberra-gtk path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libcanberra/0.26-r2/packages-split/libcanberra-gtk/usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so' Signed-off-by: Martin Jansa martin.ja...@gmail.com

[oe] [PATCH 62/64] enjoy: depend on edbus2

2012-12-04 Thread Martin Jansa
* ported to edbus2 in r80102 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/enjoy_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb index cfeb001..8dff593

[oe] [PATCH 60/64] python-twisted: fix packaging QA warnings

2012-12-04 Thread Martin Jansa
* package topfiles and egg-info in PN-core * fix find call (without braces it removes only last match -name .h) and _epoll.c, _initgroups.c are left in image * fixes python-twisted-10.2.0: python-twisted: Files/directories were installed but not shipped

[oe] [PATCH 64/64] maliit-plugins: Don't build the documentation as it requires Doxygen

2012-12-04 Thread Martin Jansa
From: Samuel Stirtzel s.stirt...@googlemail.com Signed-off-by: Samuel Stirtzel s.stirt...@googlemail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/maliit/maliit-plugins_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe] OE-Classic patches in patchwork

2012-12-04 Thread Otavio Salvador
On Tue, Dec 4, 2012 at 4:11 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: There is a significant volume of patches in the OE patchwork [1] that are intended to apply to OE-Classic. Apart from the 2011.3-maintenance branch, OE- Classic is no longer maintained in favour of OE-Core +

[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 ---

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-oe][danny][PATCH] Revert libgphoto2: fix build

2012-12-04 Thread Andreas Müller
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 5febf70d37c7e9cf55fa7de5285531a810312e3a. Patch made in response to oe-core commit 841ea3c1c breaks builds using oe-core danny branch which branched before that