Re: [oe] [OE-core] State of bitbake world

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 09:07 +0100, Paul Barker wrote: On 11 June 2013 17:04, Martin Jansa martin.ja...@gmail.com wrote: qemuarm Summary: 14 tasks failed: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130610_065148.log/ qemux86 Summary: 17 tasks failed:

Re: [oe] Patchwork access

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 09:42 -0700, Khem Raj wrote: On Jun 19, 2013, at 4:40 AM, Burton, Ross ross.bur...@intel.com wrote: On 19 June 2013 10:09, Paul Eggleton paul.eggle...@linux.intel.com wrote: A few people have been asking for access to patchwork recently, and it seems like it isn't

Re: [oe] what sources are *not* fetched by a -c fetchall?

2013-08-11 Thread Richard Purdie
On Fri, 2013-08-09 at 12:46 -0400, Robert P. J. Day wrote: currently testing a build for my beaglebone black using the meta-ti layer and, as i am wont to do, i did a: $ bitbake -c fetchall core-image-minimal to (allegedly) fetch everything i would need for such a build. at that

Re: [oe] [OE-core] SRC_URI computing order

2013-11-07 Thread Richard Purdie
On Wed, 2013-11-06 at 09:45 +0100, Andrea Adami wrote: On Mon, Nov 4, 2013 at 11:13 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Mon, Nov 4, 2013 at 12:10 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2013-11-03 at 23:16 +0100, Andrea Adami wrote: I have

Re: [oe] [OE-core] [PATCH] bitbake.conf: Default DISTRO to nodistro

2013-11-08 Thread Richard Purdie
On Fri, 2013-11-08 at 10:33 +0100, Andrea Adami wrote: On Fri, Nov 8, 2013 at 10:25 AM, Burton, Ross ross.bur...@intel.com wrote: On 7 November 2013 23:18, Richard Purdie richard.pur...@linuxfoundation.org wrote: +DISTRO ??= nodistro Wouldn't oe-core be a better name, considering that's

Re: [oe] how to populate sysroot with dev packages.

2013-11-12 Thread Richard Purdie
On Tue, 2013-11-12 at 16:36 +0100, Anup Kini wrote: Hi All, I am trying to build package-B which needs a few files from package-A-dev How do i deploy/install package-A-dev in sysroot such that when i build package-B it can access those files. I know that i can install dev-pkgs in the

Re: [oe] [OE-core] [RFC][PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Richard Purdie
On Thu, 2013-12-05 at 00:38 +, Ross Burton wrote: Hi, This is a Request For Comments because it changes behaviour of the cmake class and I'm not entirely knowledgeable in cmake. For some reason, cmake.bbclass doesn't use ${S} and ${B}, but instead has it's own variables

Re: [oe] [OE-core] [PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Richard Purdie
On Thu, 2013-12-05 at 17:18 -0500, Philip Balister wrote: On 12/04/2013 07:38 PM, Ross Burton wrote: Instead of the class-specific variables OECMAKE_BUILDPATH and OECMAKE_SOURCEPATH, just use ${B} and ${S}. If these two paths are different, delete any existing ${B} before running a

Re: [oe] ASSUME_PROVIDED += sqlite3-native doesn't work

2014-01-06 Thread Richard Purdie
On Mon, 2014-01-06 at 11:57 +0100, Detlef Vollmann wrote: On 01/06/14 10:46, Paul Eggleton wrote: Hi Detlef, On Sunday 05 January 2014 23:29:31 Detlef Vollmann wrote: Specifying ASSUME_PROVIDED += sqlite3-native doesn't work, as pseudo-native explicitely requires SQLite headers in

Re: [oe] virtual/fakeroot-native misleading

2014-01-06 Thread Richard Purdie
On Sun, 2014-01-05 at 23:18 +0100, Detlef Vollmann wrote: Trying to bitbake essentially anything requires virtual/fakeroot-native. But saying 'ASSUME_PROVIDED += virtual/fakeroot-native' because we have fakeroot on our machine doesn't work, as bitbake.conf explicitely requires pseudo. So it

Re: [oe] [OE-core] Piglit in Poky

2014-01-08 Thread Richard Purdie
On Wed, 2014-01-08 at 16:09 +, Burton, Ross wrote: Hi, Despite a good start this thread got rapidly hijacked, so let's try again! On 24 December 2013 01:09, Philip Balister phi...@balister.org wrote: 1) Move piglit and deps to oe-core. Piglit is for QA purposes only and pushes the

Re: [oe] [OE-core] [RFT] eglibc 2.19

2014-02-12 Thread Richard Purdie
On Sat, 2014-02-08 at 08:08 -0800, Khem Raj wrote: Hi all I have staged a branch with eglibc 2.19 upgraded recipes here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/eglibc-2.19 These are not final recipes there may be tweaks needed like adjusting SRC_URI later on.

Re: [oe] [OE-core] [RFT] eglibc 2.19

2014-02-17 Thread Richard Purdie
On Sat, 2014-02-08 at 08:08 -0800, Khem Raj wrote: Hi all I have staged a branch with eglibc 2.19 upgraded recipes here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/eglibc-2.19 These are not final recipes there may be tweaks needed like adjusting SRC_URI later on.

Re: [oe] exo build fail on master and master-next

2014-03-26 Thread Richard Purdie
On Tue, 2014-03-25 at 17:46 -0700, Adam Lee wrote: exo-native (one of xfce4-taskmanager deps) was the point of failure. More specifically, exo-native was failing during configuration time. I discovered that, on master-next, exo-native build finishes by reverting this commit in

Re: [oe] exo build fail on master and master-next

2014-03-26 Thread Richard Purdie
On Wed, 2014-03-26 at 14:00 -0700, Adam Lee wrote: Hi Richard, thanks for the explanation. It helped me in understanding about the commit. intltool-native builds fine. This suggests me that I have the dependencies requirement for intltool-native. Also I apt-get installed intltool on my

[oe] [meta-qt5] Antisocial layer behaviour

2014-03-31 Thread Richard Purdie
I noticed some rebuilds happening when my cache should have been good. bitbake -S printdiff showed: Task cmake-native:do_configure couldn't be used from the cache because: We need hash f8a8910df42f4330ddaf9e40105baa7d, closest matching task was 93ac4b3cc3e9b5dd0868377cf287ca3d basehash

Re: [oe] [OE-core] Quality of meta-oe metadata

2014-04-01 Thread Richard Purdie
On Sun, 2014-03-30 at 02:33 -0400, Trevor Woerner wrote: Hello Martin, Excellent, excellent post! On 03/29/14 21:31, Martin Jansa wrote: 2) There are a lot of changes and component upgrades in oe-core which sometimes aren't very straight-forward to adapt to and issues stay in

Re: [oe] [meta-initramfs][PATCH] klcc_cross: move in target sysroot as crosscript

2014-05-02 Thread Richard Purdie
the perl syntax: let it commented for future reference. Why is this commented? Its not optional and the recipe will not work properly without that change. Cheers, Richard Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Signed-off-by: Andrea Adami andrea.ad...@gmail.com

Re: [oe] [meta-initramfs][PATCH] klcc_cross: move in target sysroot as crosscript

2014-05-02 Thread Richard Purdie
On Fri, 2014-05-02 at 10:34 +0200, Andrea Adami wrote: I probably misunderstand that part. I could not see any difference in the produced klcc.cross scripts with or without the mangling. Tested runtime on 3 machines. What I did not yet try is a rebuild from sstate but I expect it to be

Re: [oe] [OE-core] [yocto] GStreamer 0.10's future

2014-05-08 Thread Richard Purdie
On Thu, 2014-05-08 at 17:57 +0100, Paul Eggleton wrote: Yes, I'm just talking about libav 0.8 here - libav 9 would remain where it is. That might still be problematic though given that their PN is the same. I'm open to better suggestions, but I think we have to do *something* here. We

[oe] TSC / OE Workgroup meeting today

2014-06-03 Thread Richard Purdie
Its the first week of the month so there should be a public OpenEmbedded TSC/workgroup IRC meeting today. If you're interested in discussing long-term technical efforts around the OpenEmbedded project please join us on irc.freenode.net in channel #oe. Timing is a little tricky as today, whilst I

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-06-02

2014-06-12 Thread Richard Purdie
On Tue, 2014-06-10 at 13:40 +0200, Martin Jansa wrote: On Tue, Jun 10, 2014 at 12:07:22PM +0200, Martin Jansa wrote: On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: This build still contains huge patch setting B = S or inherit for autotools-brokensep for all recipes which

Re: [oe] State of bitbake world, Failed tasks 2014-06-02

2014-06-20 Thread Richard Purdie
I know that with some of the changes in oe-core, meta-oe is suffering a little. I've been working on fixing up some of a world build of meta-oe with patches including the problematic autoconf one applied. My WIP is:

Re: [oe] [meta-oe][PATCH] libsdl-image: use pkg-config for libSDL detection

2014-06-20 Thread Richard Purdie
On Thu, 2014-06-19 at 13:19 +0200, Koen Kooi wrote: Signed-off-by: Koen Kooi koen.k...@linaro.org --- ...igure-use-pkg-config-for-libSDL-detection.patch | 38 ++ .../libsdl-image/libsdl-image_1.2.12.bb| 6 ++-- 2 files changed, 41 insertions(+), 3

Re: [oe] [meta-oe][PATCHv3] php 5.4.14: use pkg-config for libxml2 detection

2014-06-20 Thread Richard Purdie
On Thu, 2014-06-19 at 08:54 +0200, Koen Kooi wrote: Signed-off-by: Koen Kooi koen.k...@linaro.org --- Changes since v3: * swapped fi/$i lines This finally fixes the build! meta-oe/recipes-devtools/php/php.inc | 2 -

[oe] [meta-oe][PATCH] eject: Fix B != S builds

2014-06-23 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb index 9534577..6cb31a7 100644 --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb +++ b/meta-oe/recipes-support/eject

[oe] [meta-oe][PATCH] libbonoboui: Add missing intltool-native and gnome-common dependencies

2014-06-23 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index 74dd908..6c2d67a 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb +++ b/meta-gnome

[oe] [meta-oe][PATCH] fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependency

2014-06-23 Thread Richard Purdie
This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb index a761932..2ff8e20 100644 --- a/meta-filesystems/recipes

[oe] [meta-oe][PATCH] phonet-utils: Fix build with B!=S

2014-06-23 Thread Richard Purdie
This recipes doesn't use autotools so mark as brokensep. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb index 206023e..5589963 100644

[oe] [meta-oe][PATCH] xpext: Drop uneeded custom do_conifigure to fix B!=S builds

2014-06-23 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb index 4a1379d..26d0efa 100644 --- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb +++ b/meta-oe/recipes-multimedia

[oe] [meta-oe][PATCH] recipes: Add missing pkgconfig dependencies

2014-06-23 Thread Richard Purdie
These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g

Re: [oe] [meta-oe][PATCH] eject: Fix B != S builds

2014-06-24 Thread Richard Purdie
On Tue, 2014-06-24 at 01:58 +0200, Martin Jansa wrote: On Mon, Jun 23, 2014 at 08:57:12PM +0100, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-06-21

2014-06-24 Thread Richard Purdie
On Sat, 2014-06-21 at 10:09 +0200, Martin Jansa wrote: On Wed, Jun 11, 2014 at 12:57:59PM +0200, Martin Jansa wrote: On Tue, Jun 10, 2014 at 12:07:22PM +0200, Martin Jansa wrote: On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: This build still contains huge patch setting B

Re: [oe] [OE-core] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-16 Thread Richard Purdie
On Tue, 2014-07-15 at 18:58 +0200, Martin Jansa wrote: On Tue, Jul 15, 2014 at 05:18:30PM +0100, Ross Burton wrote: Hi, Since 2004 we've been forcibly passing --foreign to automake in autoreconf. This is a change from upstream behaviour and can actually break packages that expect

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-06-27

2014-07-17 Thread Richard Purdie
On Thu, 2014-07-17 at 10:47 +0200, Martin Jansa wrote: ttf-arphic-uming-20080216: ttf-arphic-uming rdepends on fontconfig-utils but its not a build dependency? ttf-bitstream-vera-1.10: ttf-bitstream-vera rdepends on fontconfig-utils but its not a build dependency? ttf-dejavu-2.23:

[oe] [PATCH] smbnetfs: Add missing pkgconfig inherit

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index 350dad5..c25f5d6 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs

[oe] [PATCH] mozjs: Add missing zlib dependency

2014-07-17 Thread Richard Purdie
Avoids a QA warning. In reality zlib is likely nearly always built before mozjs. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb index eadec11..ab01471 100644 --- a/meta

[oe] libgc: Drop, its bwdgc in OE-Core

2014-07-17 Thread Richard Purdie
There is not point in having two of this piece of software, I've merged the missing PACKAGECONFIG into the OE-Core version, we can drop this one. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support

[oe] [PATCH] gupnp-av: Upgrade to 0.12.6, drop previous versions

2014-07-17 Thread Richard Purdie
Means we no longer need to set PREFERRED_VERSION to make other things build. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.10.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.10.3.bb deleted file

[oe] [PATCH] gupnp: Upgrade to 0.20.12, drop previous versions

2014-07-17 Thread Richard Purdie
Means we no longer need to set PREFERRED_VERSION to make other things build. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb deleted file mode

[oe] [PATCH] gssdp: Upgrade to 0.14.8, drop previous versions

2014-07-17 Thread Richard Purdie
Means we no longer need to set PREFERRED_VERSION to make other things build. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb deleted file

[oe] [PATCH] owfs: Disable separate build since its broken

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb index b46940e..e8b34d3 100644 --- a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb +++ b/meta

[oe] [PATCH] hexedit: Disable separate build since its broken

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb index afc947f..c2f0630 100644 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb +++ b/meta-oe/recipes

[oe] [PATCH] fltk: Disable separate build since its broken

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-support/fltk/fltk_1.1.10.bb b/meta-oe/recipes-support/fltk/fltk_1.1.10.bb index 4909460..fa01455 100644 --- a/meta-oe/recipes-support/fltk/fltk_1.1.10.bb +++ b/meta-oe/recipes-support/fltk/fltk_1.1.10

[oe] [PATCH] fluidsync: Fix build

2014-07-17 Thread Richard Purdie
Resolve build failure with out of date libtool macros by removing them. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb index

[oe] [PATCH v2] libgc: Drop, its bdwgc in OE-Core

2014-07-17 Thread Richard Purdie
There is not point in having two of this piece of software, I've merged the missing PACKAGECONFIG into the OE-Core version, we can drop this one. Update zile's DEPENDS to match (its only user in meta-oe). Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe

[oe] [PATCH] re2c: Fix for modern automake

2014-07-17 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta-oe/recipes-support/re2c/re2c/configure.patch b/meta-oe/recipes-support/re2c/re2c/configure.patch new file mode 100644 index 000..8ca0969 --- /dev/null +++ b/meta-oe/recipes-support/re2c/re2c/configure.patch

Re: [oe] [OE-core] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-17 Thread Richard Purdie
On Wed, 2014-07-16 at 23:47 +0100, Richard Purdie wrote: I made a quick test and the failures I spotted from meta-oe likely due to this patch were: re2c libsdl-iomage claws-plugin-gtkhtml2-viewer claws-plugin-rssyl libsdl-tiff libol ode dejagnu memcached rp-pppoe ipsec-tools mtr

Re: [oe] [PATCH 01/27] onig: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
On Fri, 2014-07-18 at 09:42 +0100, Richard Purdie wrote: --- meta-oe/recipes-support/onig/files/configure.patch | 13 + meta-oe/recipes-support/onig/onig_5.9.3.bb | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/onig

[oe] [PATCH 09/27] fbgrab: use autotools-brokensep (its not really autotools)

2014-07-18 Thread Richard Purdie
--- meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb index 725707c..2ff331c 100644 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb

[oe] [PATCH 25/27] flite: Use autotools-brokensep

2014-07-18 Thread Richard Purdie
--- meta-oe/recipes-support/flite/flite.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/flite/flite.inc b/meta-oe/recipes-support/flite/flite.inc index b9d5e5a..0ef82c0 100644 --- a/meta-oe/recipes-support/flite/flite.inc +++

[oe] [PATCH 19/27] subsurface: Fix libxml and libm build failures

2014-07-18 Thread Richard Purdie
Use pkg-config to find libxml2 and also link against libm to avoid build failures. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta-oe/recipes-extended/subsurface/subsurface_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes

[oe] [PATCH 01/27] onig: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- meta-oe/recipes-support/onig/files/configure.patch | 13 + meta-oe/recipes-support/onig/onig_5.9.3.bb | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/onig/files/configure.patch diff --git

[oe] [PATCH 10/27] orrery: use autotools-brokensep

2014-07-18 Thread Richard Purdie
--- meta-oe/recipes-navigation/orrery/orrery_2.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb index 95c1b29..e6cbffc 100644 ---

[oe] [PATCH 12/27] lcdproc: Remove floating dependency on libhid

2014-07-18 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb b/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb index 1f9524d..6d66af6

[oe] [PATCH 13/27] libxfce4ui: Add missing gtk-doc inherit

2014-07-18 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui

[oe] [PATCH 04/27] pidgin-otr: Add missing intltool-native DEPENDS

2014-07-18 Thread Richard Purdie
--- meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb index 94ab363..18dbe09 100644 ---

[oe] [PATCH 17/27] engrave: Use autotools-brokensep to avoid build failures

2014-07-18 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta-efl/recipes-efl/efl/engrave_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/efl/engrave_svn.bb b/meta-efl/recipes-efl/efl/engrave_svn.bb index 3e35c9c..92d7ca1 100644

[oe] [PATCH 03/27] usbpath: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- meta-oe/recipes-support/usbpath/usbpath/configure.patch | 11 +++ meta-oe/recipes-support/usbpath/usbpath_svn.bb | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/usbpath/usbpath/configure.patch diff --git

[oe] [PATCH 02/27] libol: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- meta-oe/recipes-support/libol/libol/configure.patch | 14 ++ meta-oe/recipes-support/libol/libol_0.3.18.bb | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/libol/libol/configure.patch diff --git

[oe] [PATCH 22/27] mtr: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- meta-networking/recipes-support/mtr/files/configure.patch | 12 meta-networking/recipes-support/mtr/mtr_0.82.bb | 1 + 2 files changed, 13 insertions(+) create mode 100644 meta-networking/recipes-support/mtr/files/configure.patch diff --git

[oe] [PATCH 16/27] smbfsnet: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- .../recipes-filesystems/smbnetfs/smbnetfs/configure.patch | 11 +++ meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch

[oe] [PATCH 27/27] libotr: Fix B!=S build failures

2014-07-18 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta-oe/recipes-support/pidgin/libotr/sepbuild.patch | 16 meta-oe/recipes-support/pidgin/libotr_4.0.0.bb | 1 + 2 files changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/pidgin/libotr

[oe] [PATCH 14/27] ipsec-tools: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- .../recipes-support/ipsec-tools/ipsec-tools/configure.patch | 13 + .../recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb| 1 + 2 files changed, 14 insertions(+) create mode 100644 meta-networking/recipes-support/ipsec-tools/ipsec-tools/configure.patch diff --git

[oe] [PATCH 11/27] libsdl-image: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- .../libsdl-image/libsdl-image/configure.patch | 43 ++ .../libsdl-image/libsdl-image_1.2.12.bb| 3 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-multimedia/libsdl-image/libsdl-image/configure.patch diff --git

[oe] [PATCH 21/27] rp-pppoe: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch | 11 +++ meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb| 1 + 2 files changed, 12 insertions(+) create mode 100644 meta-networking/recipes

[oe] [PATCH 23/27] gegl: Use pkg-config for SDL

2014-07-18 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta-oe/recipes-graphics/gegl/gegl/pkgconfig.patch | 21 + meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb| 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes

[oe] [PATCH 06/27] hplip: Use foreign automake strictness and autotools-brokensep

2014-07-18 Thread Richard Purdie
--- .../recipes-extended/hplip/hplip-3.12.6/configure.patch| 14 ++ meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-extended/hplip/hplip-3.12.6/configure.patch diff --git

[oe] [PATCH 15/27] memcached: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- .../recipes-support/memcached/memcached/configure.patch | 13 + .../recipes-support/memcached/memcached_1.4.17.bb | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-support/memcached/memcached/configure.patch diff

[oe] [PATCH 05/27] dejagnu: Use foreign automake strictness

2014-07-18 Thread Richard Purdie
--- .../dejagnu/dejagnu/configure.patch| 45 ++ meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-devtools/dejagnu/dejagnu/configure.patch diff --git

[oe] [PATCH 08/27] claws-plugin-rssyl: Use foreign automake strictness and autotools-brokensep

2014-07-18 Thread Richard Purdie
--- .../claws-mail/claws-plugin-rssyl/configure.patch | 53 ++ .../claws-mail/claws-plugin-rssyl_0.34.bb | 3 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl/configure.patch diff --git

[oe] [PATCH 20/27] subsurface: Fix libxml and libm build failures

2014-07-18 Thread Richard Purdie
Use pkg-config to find libxml2 and also link against libm to avoid build failures. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../subsurface/subsurface/libm.patch | 17 + .../subsurface/subsurface/pkgconfig.patch | 22

[oe] [PATCH 07/27] claws-plugin-gtkhtml2: Use foreign automake strictness and autotools-brokensep

2014-07-18 Thread Richard Purdie
--- .../claws-plugin-gtkhtml2-viewer/configure.patch | 52 ++ .../claws-plugin-gtkhtml2-viewer_0.31.bb | 3 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer/configure.patch diff

[oe] [PATCH 18/27] efl: Use automake foreign for cpu/elmdentica/enjoy/ephoto/exalt-client/flame/forecasts/places/rain/uptime

2014-07-18 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta-efl/recipes-efl/e17/cpu/configure.patch | 13 ++ meta-efl/recipes-efl/e17/cpu_svn.bb| 2 ++ .../recipes-efl/e17/elmdentica/configure.patch | 13 ++ meta-efl/recipes-efl/e17

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Richard Purdie
On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: Hi All As we all know eglibc has been merged back into glibc and 2.19 was the last release, here I have put together the recipes for upcoming glibc 2.20 release and removed eglibc 2.19 in favor of move. I also thought about leaving eglibc

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Richard Purdie
On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: Hi All As we all know eglibc has been merged back into glibc and 2.19 was the last release, here I have put together the recipes for upcoming glibc 2.20 release and removed eglibc 2.19 in favor of move. I also thought about leaving eglibc

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Richard Purdie
On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse Thanks. I'm

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Richard Purdie
On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Richard Purdie
On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse Also,

Re: [oe] [OE-core] State of bitbake world, files not tracked by sstate

2014-10-22 Thread Richard Purdie
On Wed, 2014-10-22 at 11:36 +0200, Martin Jansa wrote: These are the files which are installed into sysroot without sstate knowledge, so if you reuse the components which created them from sstate these files will be missing. cat EOF sstate-sysroot-cruft-whitelist.txt [^/]*/home/builder

Re: [oe] [OE-core] [oe-commits] Robert Yang : perl: fix dependecies

2012-10-22 Thread Richard Purdie
On Mon, 2012-10-22 at 10:34 +0200, Martin Jansa wrote: # 5.10.1 has Module::Build built-in PROVIDES += libmodule-build-perl @@ -243,7 +243,13 @@ perl_package_preprocess () { PACKAGES = perl-dbg perl perl-misc perl-dev perl-pod perl-doc perl-lib \ perl-module-cpan

Re: [oe] [yocto] [OE-core] OpenEmbedded eV General Assembly

2012-11-07 Thread Richard Purdie
On Wed, 2012-11-07 at 19:21 -0800, Jeff Osier-Mixon wrote: So how did it go? Were notes taken? Everything went fine and it didn't take that long, unlike some of the previous meetings. Notes are at the end of: http://www.openembedded.org/wiki/Barcelona,_2012 Cheers, Richard

Re: [oe] [OE-core] [PATCH 1/5] systemd.bbclass: helper class for recipes with systemd units

2013-02-11 Thread Richard Purdie
On Fri, 2013-02-08 at 22:43 +, Ross Burton wrote: This class adds postinst/prerm scripts to start/stop/enable/disable the services as relevant, and some magic to ensure the service files are installed. Based on (but not the same as) the systemd.bbclass in meta-systemd, so thanks to

Re: [oe] [OE-core] RFC: meta-oe appends and overlayed recipes

2013-02-11 Thread Richard Purdie
On Mon, 2013-02-11 at 17:09 +, Paul Eggleton wrote: * meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend This is adding qwt to the qte toolchain. As far as I am concerned this is a distro policy decision - Qwt is a third-party library that is not part of Qt. I

Re: [oe] [OE-core] RFC: meta-oe appends and overlayed recipes

2013-02-12 Thread Richard Purdie
On Tue, 2013-02-12 at 09:24 +, Paul Eggleton wrote: On Monday 11 February 2013 22:35:47 Richard Purdie wrote: On Mon, 2013-02-11 at 17:09 +, Paul Eggleton wrote: * meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappe nd This is adding qwt to the qte

Re: [oe] [OE-core] State of bitbake world

2013-03-03 Thread Richard Purdie
On Sun, 2013-03-03 at 13:39 +0100, Martin Jansa wrote: Updated state of world builds on distroless oe-core+meta-oe+meta-smartphone layers this time also on qemux86 and qemux86-64: qemuarm: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130301_160601.log/

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

2013-03-07 Thread Richard Purdie
On Thu, 2013-03-07 at 16:18 +0100, Koen Kooi wrote: Op 7 mrt. 2013, om 16:15 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 7 March 2013 15:05, Burton, Ross ross.bur...@intel.com wrote: We really need a table on the wiki page listing all of them - I can easily

Re: [oe] [OE-core] experiences with images based on current layer heads

2013-04-04 Thread Richard Purdie
On Wed, 2013-04-03 at 16:02 +0200, Andreas Müller wrote: Hi, when migration of systemd to oe-core turned to unbuildable I decided to freeze my images and stopped further tests. Now that many issues were fixed and we are close to another release I built my standard xfce-based image based on

Re: [oe] [OE-core] OpenEmbedded TSC 8 April 2013

2013-04-24 Thread Richard Purdie
On Wed, 2013-04-24 at 08:43 +0200, Martin Jansa wrote: On Tue, Apr 23, 2013 at 02:47:56PM -0700, Jeff Osier-Mixon wrote: OpenEmbedded Technical Steering Committee 8 April 2013 b. document whitespace changes to the shell http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

Re: [oe] [OE-core] OpenEmbedded TSC 8 April 2013

2013-04-24 Thread Richard Purdie
On Wed, 2013-04-24 at 11:39 +0100, Phil Blundell wrote: It's maybe worth pointing out that this change was discussed on the mailing list at the time. During that thread, two members of the TSC spoke in favour of the change and neither they nor anybody else pointed out that it was contrary to

Re: [oe] [RFC] Layers, PRINC and bbappends

2013-05-15 Thread Richard Purdie
On Tue, 2013-05-14 at 09:36 +0200, Koen Kooi wrote: To avoid things like that in the future I have a few recommendations I'd like to get feedback on: In future can we please discuss this on the oe-core list or at least give a heads up there as this is pretty key to the core of the project and

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Richard Purdie
On Thu, 2013-05-16 at 11:29 +0200, Martin Jansa wrote: On Thu, May 16, 2013 at 10:10:45AM +0100, Paul Eggleton wrote: On Thursday 16 May 2013 10:59:54 Martin Jansa wrote: On Thu, May 16, 2013 at 09:29:48AM +0100, Paul Eggleton wrote: On Thursday 16 May 2013 08:31:33 Koen Kooi wrote:

Re: [oe] [OE-core] OE TSC Minutes 7 May 2013

2013-05-22 Thread Richard Purdie
On Wed, 2013-05-22 at 16:49 +0200, Martin Jansa wrote: When this was discussed about a year ago in TSC, the most important reason was complicating backports, you can read something about it my RFC: http://lists.openembedded.org/pipermail/openembedded-devel/2013-April/090135.html Now close to

Re: [oe] [OE-core] [oe-commits] Mark Hatle : base.bbclass: Deprecate the PRINC logic

2013-05-28 Thread Richard Purdie
On Tue, 2013-05-28 at 15:46 +0200, Martin Jansa wrote: On Tue, May 28, 2013 at 01:28:41PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master-next Commit: e1cf564ebc8e7b4fa626a645356f6a4d7f5ba064 URL:

Re: [oe] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 08:51 -0500, Mark Hatle wrote: Background: At the recent TSC meeting we were discussing ways of removing the PRINC in favor of the PR server, which should now be standard. The first step in this process is coming up with a simple patch that declared PRINC as

Re: [oe] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 16:37 +0200, Martin Jansa wrote: On Wed, May 29, 2013 at 08:51:36AM -0500, Mark Hatle wrote: Background: At the recent TSC meeting we were discussing ways of removing the PRINC in favor of the PR server, which should now be standard. The first step in this

Re: [oe] [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 14:00 -0300, Otavio Salvador wrote: On Wed, May 29, 2013 at 11:47 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2013-05-29 at 16:37 +0200, Martin Jansa wrote: On Wed, May 29, 2013 at 08:51:36AM -0500, Mark Hatle wrote

Re: [oe] [yocto] exmap-console access forbidden

2012-01-29 Thread Richard Purdie
On Sat, 2012-01-28 at 14:58 +, Paul Eggleton wrote: On Friday 27 January 2012 09:34:26 Mats Kärrman wrote: Does anyone know why the downloads server at yoctoproject.org has the source tars of exmap-console as Access Forbidden? Other tars from the same server is OK to download. I seem

Re: [oe] [OE-core] Buildhistory, was Re: do rootfs does not create log files

2012-02-06 Thread Richard Purdie
On Mon, 2012-02-06 at 10:04 +0100, Andreas Müller wrote: On Mon, Feb 6, 2012 at 8:46 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 feb. 2012, om 23:16 heeft Andreas Müller het volgende geschreven: Hi, is it a bug or a feature that do_rootfs does not create the package

Re: [oe] bitbake dependency cache problem

2012-03-05 Thread Richard Purdie
On Thu, 2012-03-01 at 14:46 +0100, Steffen Sledz wrote: I'm working with oe-classic and BitBake Build Tool Core version 1.12.0, bitbake version 1.12.0. Because of some special development requirements we like to generate the Package Version from the SVN Revision (not the Last Changed Rev!)

  1   2   3   4   5   >