Re: [OE-core] [PATCH v2 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native

2013-05-30 Thread Eric Bénard
Le Fri, 31 May 2013 15:35:35 +0900, Saul Wold a écrit : > On 05/31/2013 05:40 AM, Eric Bénard wrote: > > not really sure if the dependency is always inherited but at least > > there won't be bad surprise. > > > This seems to have caused a circular dependency, not sure the exact > nature, please

Re: [OE-core] [PATCH v2 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native

2013-05-30 Thread Saul Wold
On 05/31/2013 05:40 AM, Eric Bénard wrote: not really sure if the dependency is always inherited but at least there won't be bad surprise. This seems to have caused a circular dependency, not sure the exact nature, please verify this. There might have been a patch from someone else recently,

Re: [OE-core] [PATCH 0/4] kernel-yocto: consolidated pull request

2013-05-30 Thread Saul Wold
On 05/31/2013 12:28 PM, Bruce Ashfield wrote: Richard/Saul, While I continue to battle with gcc 4.8, I've got a collection of other fixes that don't need to wait. Here's part of those pending changes. - Remove the yocto 3.2 kernel, early in the Yocto 1.5 cycle as promised Did I miss a reque

Re: [OE-core] [V2 PATCH] ntp: Resolve some abnormal behaviors

2013-05-30 Thread Xufeng Zhang
On 05/31/2013 02:01 PM, Saul Wold wrote: This should be sent to openembedded-de...@lists.openembedded.org list. Sorry for my mistake and thanks for your remind! Thanks, Xufeng Thanks Sau! On 05/31/2013 02:36 PM, Xufeng Zhang wrote: The main changes include: 1). Add ntp:ntp(user:group

Re: [OE-core] [V2 PATCH] ntp: Resolve some abnormal behaviors

2013-05-30 Thread Saul Wold
This should be sent to openembedded-de...@lists.openembedded.org list. Thanks Sau! On 05/31/2013 02:36 PM, Xufeng Zhang wrote: The main changes include: 1). Add ntp:ntp(user:group) to system. 2). Running ntpd dameon as ntp:ntp. 3). Move relevant files from /usr/bin to /usr/sbin. 4). Ad

[OE-core] [PATCH] xf86-video-modesetting: update to git revision cba29fd8c2

2013-05-30 Thread Jonathan Liu
This adds support for 32 bpp pixmaps when 24 bpp framebuffer is used which fixes graphics corruption in some cases. Signed-off-by: Jonathan Liu --- .../xorg-driver/xf86-video-modesetting_0.7.0.bb| 7 --- .../recipes-graphics/xorg-driver/xf86-video-modesetting_git.bb | 10 +++

[OE-core] [V2 PATCH] ntp: Resolve some abnormal behaviors

2013-05-30 Thread Xufeng Zhang
The main changes include: 1). Add ntp:ntp(user:group) to system. 2). Running ntpd dameon as ntp:ntp. 3). Move relevant files from /usr/bin to /usr/sbin. 4). Add crypto support. [YOCTO #4567] [ CQID: WIND00417282 ] Signed-off-by: Xufeng Zhang --- meta-networking/recipes-support/ntp/files/ntpd

Re: [OE-core] [PATCH] ntp: Resolve some abnormal behaviors

2013-05-30 Thread Xufeng Zhang
Hi All, Please ignore this patch, seems I have missed some field in the long long log. Thanks, Xufeng On 05/31/2013 01:32 PM, Xufeng Zhang wrote: The main changes include: 1). Add ntp:ntp(user:group) to system. 2). Running ntpd dameon as ntp:ntp. 3). Move relevant files from /usr/bin to /usr/

[OE-core] [PATCH] ntp: Resolve some abnormal behaviors

2013-05-30 Thread Xufeng Zhang
The main changes include: 1). Add ntp:ntp(user:group) to system. 2). Running ntpd dameon as ntp:ntp. 3). Move relevant files from /usr/bin to /usr/sbin. 4). Add crypto support. Signed-off-by: Xufeng Zhang --- meta-networking/recipes-support/ntp/files/ntpd|8 meta-networking/reci

[OE-core] [PATCH] file: remove obsolete version check patch

2013-05-30 Thread Jonathan Liu
After e8d2a2a3646f964ec61ece62e14788cd7184dd01 [OE-Core], file --version returns file-5.14 instead of file.real-5.14 so the patch is no longer necessary and causes the build to fail with the following: | Cannot use the installed version of file (file-5.14) to | cross-compile file 5.14 | Please inst

[OE-core] [PATCH 4/4] kern-tools: expand kernel features that point to a directory name

2013-05-30 Thread Bruce Ashfield
Updating the kern-tools SRCREV to pick up the following fix: When a feature is passed to the kernel configuration scripts, and that feature is a directory name, it is a shortcut for: $DIR/$DIR.scc This expansion is not commonly used, and should be avoided. But for the purpo

[OE-core] [PATCH 3/4] linux-yocto: v3.8.13 and v3.4.46

2013-05-30 Thread Bruce Ashfield
Updating the -stable linux-yocto trees to the latest korg -stable releases. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |

[OE-core] [PATCH 0/4] kernel-yocto: consolidated pull request

2013-05-30 Thread Bruce Ashfield
Richard/Saul, While I continue to battle with gcc 4.8, I've got a collection of other fixes that don't need to wait. Here's part of those pending changes. - Remove the yocto 3.2 kernel, early in the Yocto 1.5 cycle as promised - Fix the reported issues with linux-yocto-custom recipes by restric

[OE-core] [PATCH 2/4] qemu*: restrict NFSD to linux-yocto only

2013-05-30 Thread Bruce Ashfield
In the current releases, not all linux-yocto derived kernels have NFS support, or NFS support fragments availble. To ensure that derived kernels like linux-yocto-cutom continue to work against poky-lsb, we can make the KERNEL_FEATURE append more specific to the linux-yocto recipe. Signed-off-by: B

[OE-core] [PATCH 1/4] linux-yocto: remove 3.2 kernel recipes

2013-05-30 Thread Bruce Ashfield
Moving forward we plan to support two kernels plus the development kernel. That leaves 3.2 as the next kernel to be dropped. Support for this version will be carried in the sustained/old releases. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 29

[OE-core] [PATCH 5/5] nfs-utils: obey 'tcp-wrappers' PACKAGECONFIG

2013-05-30 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1

[OE-core] [PATCH 4/5] portmap: obey 'tcp-wrappers' PACKAGECONFIG

2013-05-30 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-connectivity/portmap/portmap_6.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/meta/recipes-connectivity/portmap/portmap_6.0.bb index 07aa

[OE-core] [PATCH 3/5] systemd: obey 'tcp-wrappers' PACKAGECONFIG

2013-05-30 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-core/systemd/systemd_204.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb index e7b9f6a..5a63c7c 100644 ---

[OE-core] [PATCH 2/5] quota: obey 'tcp-wrappers' PACKAGECONFIG

2013-05-30 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-extended/quota/quota_4.01.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb index 80159a9..4dc7e68 100644 --- a/meta/recipes

[OE-core] [PATCH 1/5] rpcbind: obey 'tcp-wrappers' PACKAGECONFIG

2013-05-30 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb index 1007613..f4a0367 100644 ---

[OE-core] [PATCH 0/5] Add 'tcp-wrappers' PACKAGECONFIG

2013-05-30 Thread Christopher Larson
From: Christopher Larson This makes rpcbind, quota, systemd, portmap, and nfs-utils obey the same tcp wrappers PACKAGECONFIG which xinetd obeys. The following changes since commit aa500de527b3afdac8765d68f9cd1c2e09149477: hicolor-icon-theme: keep inherited dependencies and switch to gnomebase

[OE-core] [PATCH] findutils: backport more fixes for documentation build errors

2013-05-30 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../findutils-4.4.2/findutils_fix_doc.patch| 34 ++ 1 file changed, 34 insertions(+) diff --git a/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch b/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_

[OE-core] [PATCH v2 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native

2013-05-30 Thread Eric Bénard
not really sure if the dependency is always inherited but at least there won't be bad surprise. Signed-off-by: Eric Bénard --- meta/classes/gtk-icon-cache.bbclass | 2 +- meta/classes/pixbufcache.bbclass| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/gtk-i

[OE-core] [PATCH v2 1/2] hicolor-icon-theme: keep inherited dependencies and switch to gnomebase

2013-05-30 Thread Eric Bénard
- switching to gnomebase removes postinst and postrm scripts that gtk-icon-cache was bringing (and which are not necessary) else, if an image installs hicolor-icon-theme without any other gnome package, the dependency on gdk-pixbuf-native was missing and if it exists, the host gdk-pixbuf-query-load

Re: [OE-core] RFC: libav, ffmpeg, and OE-Core

2013-05-30 Thread Koen Kooi
Op 30 mei 2013 om 21:59 heeft Paul Eggleton het volgende geschreven: > Hi all, > > Video decoding is an important function for a lot of devices. We currently > have gst-ffmpeg, which includes the ffmpeg sources, in OE-Core but we don't > have > ffmpeg or libav itself that is a bit more re-us

Re: [OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-30 at 07:22 -0500, Mark Hatle wrote: > On 5/30/13 5:46 AM, Phil Blundell wrote: > > On Wed, 2013-05-29 at 22:59 +0100, Richard Purdie wrote: > >> Fair enough. Can we at least match the pattern do_split_packages uses, > >> i.e.: > >> > >> PACKAGES_DYNAMIC = "^${PN}-lib.*" > >> > >> I

Re: [OE-core] RFC: libav, ffmpeg, and OE-Core

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-30 at 20:59 +0100, Paul Eggleton wrote: > Hi all, > > Video decoding is an important function for a lot of devices. We currently > have gst-ffmpeg, which includes the ffmpeg sources, in OE-Core but we don't > have > ffmpeg or libav itself that is a bit more re-usable outside of GS

Re: [OE-core] [PATCH v3] guile: added runtime dependency on glibc-gconv-iso8859-1

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-30 at 14:52 +0100, Paul Eggleton wrote: > On Wednesday 29 May 2013 16:40:10 Bogdan Marinescu wrote: > > guile needs to be able to convert strings from ISO-8859-1 in order > > to work properly. This patch adds a runtime dependency to the required > > convert package, but only when gl

[OE-core] RFC: libav, ffmpeg, and OE-Core

2013-05-30 Thread Paul Eggleton
Hi all, Video decoding is an important function for a lot of devices. We currently have gst-ffmpeg, which includes the ffmpeg sources, in OE-Core but we don't have ffmpeg or libav itself that is a bit more re-usable outside of GStreamer. This brings up a few questions: 1) Which is the preferred o

Re: [OE-core] [PATCH v3 5/5] makedevs: Make count actually behave as a count for device blocks

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-30 at 14:18 +0200, Peter Kjellerstedt wrote: > Previously count actually behaved as end, and did not take start into > account. > --- > meta/files/device_table-minimal.txt | 2 +- > meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +- > 2 files chan

Re: [OE-core] [PATCH 1/3] test-utils: handle import bb failing and skip the test

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-23 at 19:44 +0100, Ross Burton wrote: > Instead of reporting an error when bb cannot be imported, skip the test > instead. This makes it a lot easier to iterate a test suite when we don't care > about this particular test. > > Signed-off-by: Ross Burton > --- > meta/lib/oe/tests/

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 19:26:03 +0100, "Burton, Ross" a écrit : > On 30 May 2013 12:11, Eric Bénard wrote: > > inherit gnomebase and remove DEPENDS="" > > seems to work fine (the postinst and postrm scripts are removed). > > removing DEPENDS="" is not a big issue as it only brings native > > packag

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Burton, Ross
On 30 May 2013 12:11, Eric Bénard wrote: > inherit gnomebase and remove DEPENDS="" > seems to work fine (the postinst and postrm scripts are removed). > removing DEPENDS="" is not a big issue as it only brings native > packages : > DEPENDS = autoconf-native automake-native gnome-common-native > gn

Re: [OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-30 Thread Otavio Salvador
On Wed, May 29, 2013 at 11:17 PM, Zongchun YU wrote: > Yes. At least for my target, CONFIG_RESIZE isn't enabled that I'd expect > to be required for this to work. > > for my target, CONFIG_RESIZE have been enabled, if we use resize in > profile, we may meet the invalid character issue as I menti

Re: [OE-core] Issues with gcc 4.8 sstate "contamination" on the autobuilder

2013-05-30 Thread Marcin Juszkiewicz
W dniu 30.05.2013 18:45, Richard Purdie pisze: > I want to make people aware we're seeing some issues with gcc 4.8 on the > autobuilder. When we are at sstate and gcc... I noticed recently that libunwind may break gcc builds: https://bugs.launchpad.net/linaro-oe/+bug/1183087 The issue exists on

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Mark Hatle
On 5/30/13 11:56 AM, Khem Raj wrote: On May 30, 2013, at 8:49 AM, Mark Hatle wrote: The issue isn't that it's a few bad recipes, the issue is that meta-oe is a collection of software that doesn't fit anywhere else. (I'm speaking specifically of meta-oe, -not- meta-openembedded which has mu

[OE-core] [PATCH] utils.bbclass: ensure $0 is correct in wrapper scripts

2013-05-30 Thread Ross Burton
Some packages (eg mesa) will invoke a tool with --version and do string matches on the output (i.e. mesa does $LEX --version |grep "^flex "). This doesn't work with the combination of wrapper scripts and binaries that use $0 as they output "flex.real". Luckily bash's exec lets you set $0. As we

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Khem Raj
On May 30, 2013, at 8:49 AM, Mark Hatle wrote: > The issue isn't that it's a few bad recipes, the issue is that meta-oe is a > collection of software that doesn't fit anywhere else. (I'm speaking > specifically of meta-oe, -not- meta-openembedded which has multiple layers in > it.) OK I see

[OE-core] Issues with gcc 4.8 sstate "contamination" on the autobuilder

2013-05-30 Thread Richard Purdie
I want to make people aware we're seeing some issues with gcc 4.8 on the autobuilder. gcc is a whitelisted dependency in sstate so it is *not* accounted for in the sstate checksums. This means if you run a build with gcc 4.8, switch to 4.7 and then run a similar build, you can reuse sstate betwee

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Mark Hatle
On 5/30/13 11:13 AM, Phil Blundell wrote: On Thu, 2013-05-30 at 10:49 -0500, Mark Hatle wrote: It has 413 recipes (and 2 bbappends). Of the 413, likely many of those should really be in one of the other meta-openembedded layers (or even other project layers). But my customers are not willing t

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Phil Blundell
On Thu, 2013-05-30 at 10:49 -0500, Mark Hatle wrote: > It has 413 recipes (and 2 bbappends). Of the 413, likely many of those > should > really be in one of the other meta-openembedded layers (or even other project > layers). But my customers are not willing to bring in 413 packages just for

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Mark Hatle
On 5/30/13 7:58 AM, Philip Balister wrote: On 05/30/2013 08:17 AM, Mark Hatle wrote: On 5/30/13 4:18 AM, Jack Mitchell wrote: On 30/05/13 10:01, Hongxu Jia wrote: Add fuse to oe-core and let target system could support `ntfs' and `exfat' filesystems. Test Case *Steps 1, preparation 1 target

[OE-core] OE Changelog since 2013-05-19 until 2013-05-26

2013-05-30 Thread cliff . brake
Changelog since 2013-05-19 until 2013-05-26. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH 0/4] Misc package upgrades

2013-05-30 Thread Burton, Ross
On 30 May 2013 15:27, Marko Lindqvist wrote: > On 30 May 2013 13:20, Marko Lindqvist wrote: >> >> Marko Lindqvist (4): >> atk: update to upstream version 2.8.0 > > Ross has better patch in his gtk-3.8 set. This did however remind me that I didn't yet merge in the extra site values required by

Re: [OE-core] [PATCH 1/4] mesa: upgrade to 9.1.2

2013-05-30 Thread Burton, Ross
On 30 May 2013 15:06, Jonathan Liu wrote: > Note that the current upstream version of Mesa is 9.1.3 - > http://lists.freedesktop.org/archives/mesa-announce/2013-May/51.html That will teach me for relying on their web site. Testing a 9.1.3 upgrade now, and also fixing the git recipe that I ap

Re: [OE-core] [PATCH 0/4] Misc package upgrades

2013-05-30 Thread Marko Lindqvist
On 30 May 2013 13:20, Marko Lindqvist wrote: > > Marko Lindqvist (4): > atk: update to upstream version 2.8.0 Ross has better patch in his gtk-3.8 set. - ML ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.o

Re: [OE-core] [PATCH 1/4] mesa: upgrade to 9.1.2

2013-05-30 Thread Jonathan Liu
On 31/05/2013 12:00 AM, Ross Burton wrote: Merge mesa-PV.bb and mesa-PV.inc as the is no point to the split now we're only building one variant of Mesa. Drop 0002-cross-compile.patch isn't needed as libtool is used instead of mklib. However, as libtool is used instead of mklib add fix-glsl-cross

Re: [OE-core] [PATCH 04/14] gdk-pixbuf: upgrade to 2.28.1

2013-05-30 Thread Burton, Ross
On 30 May 2013 15:02, Martin Jansa wrote: > ^ why not ${BP}? Mainly because I keep on forgetting that $BP exists. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembe

[OE-core] [PATCH 4/4] core-image-weston: basic image that boots directly to Weston

2013-05-30 Thread Ross Burton
This adds an image that boots directly to Weston on KMS/DRM, and includes the Weston terminal and gtk+3-demo for incredibly basic testing. Signed-off-by: Ross Burton --- meta/recipes-graphics/images/core-image-weston.bb |9 + 1 file changed, 9 insertions(+) create mode 100644 meta/r

[OE-core] [PATCH 3/4] weston-init: basic init script to start Weston on KMS/DRM

2013-05-30 Thread Ross Burton
weston-init is a very basic init script to start Weston as root on KMS/DRM. To re-iterate, this runs Weston as root. This will be fixed to use weston-launch shortly. Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/weston-init.bb | 17 +++ meta/recipes-graphics/wayland/west

[OE-core] [PATCH 2/4] wayland: update to 1.1.0

2013-05-30 Thread Ross Burton
Signed-off-by: Ross Burton --- .../wayland/{wayland_1.0.6.bb => wayland_1.1.0.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.0.6.bb => wayland_1.1.0.bb} (91%) diff --git a/meta/recipes-graphics/wayland/wayland_1.

[OE-core] [PATCH 0/4] Mesa and Wayland updates

2013-05-30 Thread Ross Burton
Hi, A short series that updates our Mesa and Wayland to the latest upstream releases, adds a very rudimentary init script to start Weston, and a basic image that boots directly into Weston on DRM. This image recipe effectively depends on the GTK+ branch I just sent as otherwise GTK+ doesn't have

Re: [OE-core] [PATCH 04/14] gdk-pixbuf: upgrade to 2.28.1

2013-05-30 Thread Martin Jansa
On Thu, May 30, 2013 at 02:52:38PM +0100, Ross Burton wrote: > Something along the lines of pngversion.patch was merged upstream, so drop > that > patch. > > Also use the new trim_version() function for a future-proof SRC_URI. > > Signed-off-by: Ross Burton > --- > .../gdk-pixbuf/gdk-pixbuf-2.

Re: [OE-core] [PATCH 2/2] clutter: remove documentation hacks

2013-05-30 Thread Tomas Frydrych
On 30/05/13 14:22, Ross Burton wrote: > These sed lines disable the documentation and appear to be historical, > building > works fine without them. > > Signed-off-by: Ross Burton > --- > meta/recipes-graphics/clutter/clutter-1.0.inc |4 > 1 file changed, 4 deletions(-) > > diff --git

Re: [OE-core] [PATCH 1/2] cogl: remove documentation hacks

2013-05-30 Thread Tomas Frydrych
On 30/05/13 14:22, Ross Burton wrote: > These sed lines disable the documentation and appear to be historical, > building > works fine without them. > > Signed-off-by: Ross Burton > --- > meta/recipes-graphics/cogl/cogl-1.0.inc |6 -- > 1 file changed, 6 deletions(-) > > diff --git a/m

[OE-core] [PATCH v4] guile: added runtime dependency on glibc-gconv-iso8859-1

2013-05-30 Thread Bogdan Marinescu
guile needs to be able to convert strings from ISO-8859-1 in order to work properly. This patch adds a runtime dependency to the required convert package, but only when glibc is used. The fix for uClibc depends on another bug (#4530). [YOCTO #4019] Signed-off-by: Bogdan Marinescu --- meta/recip

[OE-core] [PATCH 14/14] gtk+3: clean up libtool link creation to avoid errors in configure log

2013-05-30 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3.inc |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 4742eb9..f4d5254 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipe

[OE-core] [PATCH 13/14] gtk+3: split into .bb/.inc

2013-05-30 Thread Ross Burton
I plan on introducing a git master version for automatically testing upstream development, so this split makes things a lot easier. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3.inc | 102 + meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | 111 ++

[OE-core] [PATCH 12/14] gtk+3: register GSetting schemas

2013-05-30 Thread Ross Burton
The schemas were not being registered, which resulted in a crash when using the file chooser or colour picker widgets. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.

[OE-core] [PATCH 11/14] gtk+: remove spurious libgcrypt dependency

2013-05-30 Thread Ross Burton
This dependency was for the display migration patch set, which was finally dropped entirely in 2007. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+.inc |2 +- meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/m

[OE-core] [PATCH 10/14] gtk+3: add dependencies for gtk+3-demo

2013-05-30 Thread Ross Burton
The demo loads PNG files and sniffs mime types, so ensure that these dependencies are present so the demo actually works. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb |4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb b/met

[OE-core] [PATCH 09/14] gtk+3: respect x11 and wayland DISTRO_FEATURES

2013-05-30 Thread Ross Burton
Signed-off-by: Ross Burton --- .../gtk+/gtk+3/no-x11-in-wayland.patch | 32 meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | 15 ++--- 2 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-gnome/gtk+/gtk+3/no-x11-in-wayland

[OE-core] [PATCH 08/14] gtk+3: explicitly disable introspection

2013-05-30 Thread Ross Burton
If someone is/has been using meta-gir then it's possible for this floating option to become enabled. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb b/meta/recipes-gnome/gtk+/gtk+

[OE-core] [PATCH 07/14] gtk+3: update to 3.8.2

2013-05-30 Thread Ross Burton
Drop cross.patch as it was a backport and is integrated upstream. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3/cross.patch | 293 .../gtk+/{gtk+3_3.4.4.bb => gtk+3_3.8.2.bb}|9 +- 2 files changed, 5 insertions(+), 297 deletions(-) delet

[OE-core] [PATCH 06/14] at-spi2: add -core and -atk, for GTK+ 3.8

2013-05-30 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-support/atk/at-spi2-atk_2.8.1.bb | 19 +++ meta/recipes-support/atk/at-spi2-core_2.8.0.bb | 17 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-support/atk/at-spi2-atk_2.8.1.bb create mode 10064

[OE-core] [PATCH 05/14] atk: upgrade to 2.8

2013-05-30 Thread Ross Burton
Upgrade to the latest upstream, and future-proof the SRC_URI using trim_version(). Signed-off-by: Ross Burton --- meta/recipes-support/atk/{atk_2.6.0.bb => atk_2.8.0.bb} |9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta/recipes-support/atk/{atk_2.6.0.bb => atk_2.8.0.

[OE-core] [PATCH 04/14] gdk-pixbuf: upgrade to 2.28.1

2013-05-30 Thread Ross Burton
Something along the lines of pngversion.patch was merged upstream, so drop that patch. Also use the new trim_version() function for a future-proof SRC_URI. Signed-off-by: Ross Burton --- .../gdk-pixbuf/gdk-pixbuf-2.26.5/pngversion.patch | 23 .../configure_fix.patch

[OE-core] [PATCH 03/14] utils: add trim_version() function

2013-05-30 Thread Ross Burton
Add a helper function that returns just the first of , split by periods. For example, trim_version("1.2.3", 2) will return "1.2". This should help reduce the spread of numerous copies of this idea across classes and recipes. Signed-off-by: Ross Burton --- meta/lib/oe/tests/test_utils.py | 2

[OE-core] [PATCH 02/14] test_utils: import functions directly for conciseness

2013-05-30 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/lib/oe/tests/test_utils.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/lib/oe/tests/test_utils.py b/meta/lib/oe/tests/test_utils.py index 779247a..8bb36f2 100644 --- a/meta/lib/oe/tests/test_utils.py +++ b/meta/lib/oe/t

[OE-core] [PATCH 01/14] test-utils: handle import bb failing and skip the test

2013-05-30 Thread Ross Burton
Instead of reporting an error when bb cannot be imported, skip the test instead. This makes it a lot easier to iterate a test suite when we don't care about this particular test. Signed-off-by: Ross Burton --- meta/lib/oe/tests/test_utils.py |6 +- 1 file changed, 5 insertions(+), 1 dele

[OE-core] [PATCH 00/14] GTK+ 3.8 and Wayland integration

2013-05-30 Thread Ross Burton
Hi, This series contains plenty of goodness. It upgrades gdk-pixbuf to the latest stable, adds ATK 2.8 and at-spi2 for GTK+ 3.8, and then GTK+ 3.8. GTK+ 3.8 has good support for Wayland so this is enabled and numerous bugs fixed in the process. Finally, the recipe is split into a .inc/.bb as I

Re: [OE-core] [PATCH] openssl: fix documentation build errors with Perl 5.18 pod2man

2013-05-30 Thread Jack Mitchell
On 30/05/13 14:55, Jonathan Liu wrote: Signed-off-by: Jonathan Liu --- .../openssl/openssl-1.0.1e/openssl-fix-doc.patch | 435 + .../recipes-connectivity/openssl/openssl_1.0.1e.bb | 1 + 2 files changed, 436 insertions(+) create mode 100644 meta/recipes-connectivit

Re: [OE-core] [PATCH v3] guile: added runtime dependency on glibc-gconv-iso8859-1

2013-05-30 Thread Paul Eggleton
On Wednesday 29 May 2013 16:40:10 Bogdan Marinescu wrote: > guile needs to be able to convert strings from ISO-8859-1 in order > to work properly. This patch adds a runtime dependency to the required > convert package, but only when glibc is used. The fix for uClibc depends > on another bug (#4530)

[OE-core] [PATCH] cogl: add missing xrandr dependency

2013-05-30 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/cogl/cogl-1.0.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 3a6de28..9dc47f8 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.

Re: [OE-core] OpenSSL compile failure - building-docs related

2013-05-30 Thread Jonathan Liu
On 30/05/2013 10:36 PM, Jack Mitchell wrote: On 30/05/13 13:33, Jack Mitchell wrote: I hit this today after a pull on master, seems to be an issue with perl maybe? Anyone have a clue what it might mean? A -c clean didn't fix up the issue. Attached(1) Cheers, Jack. ___

[OE-core] [PATCH] openssl: fix documentation build errors with Perl 5.18 pod2man

2013-05-30 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../openssl/openssl-1.0.1e/openssl-fix-doc.patch | 435 + .../recipes-connectivity/openssl/openssl_1.0.1e.bb | 1 + 2 files changed, 436 insertions(+) create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1e/openssl-fix-doc.patc

[OE-core] [PATCH 2/2] clutter: remove documentation hacks

2013-05-30 Thread Ross Burton
These sed lines disable the documentation and appear to be historical, building works fine without them. Signed-off-by: Ross Burton --- meta/recipes-graphics/clutter/clutter-1.0.inc |4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/re

[OE-core] [PATCH 1/2] cogl: remove documentation hacks

2013-05-30 Thread Ross Burton
These sed lines disable the documentation and appear to be historical, building works fine without them. Signed-off-by: Ross Burton --- meta/recipes-graphics/cogl/cogl-1.0.inc |6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-grap

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Philip Balister
On 05/30/2013 08:17 AM, Mark Hatle wrote: > On 5/30/13 4:18 AM, Jack Mitchell wrote: >> >> On 30/05/13 10:01, Hongxu Jia wrote: >>> Add fuse to oe-core and let target system could support >>> `ntfs' and `exfat' filesystems. >>> >>> Test Case >>> >>> *Steps >>> 1, preparation >>> 1 target: e-menlow

Re: [OE-core] OpenSSL compile failure - building-docs related

2013-05-30 Thread Jack Mitchell
On 30/05/13 13:33, Jack Mitchell wrote: I hit this today after a pull on master, seems to be an issue with perl maybe? Anyone have a clue what it might mean? A -c clean didn't fix up the issue. Attached(1) Cheers, Jack. ___ Openembedded-core mailing

[OE-core] OpenSSL compile failure - building-docs related

2013-05-30 Thread Jack Mitchell
I hit this today after a pull on master, seems to be an issue with perl maybe? Anyone have a clue what it might mean? A -c clean didn't fix up the issue. Attached(1) Cheers, Jack. -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- DEBUG: Executing s

Re: [OE-core] [PATCH 1/1] busybox: fix to support FEATURE_INDIVIDUAL

2013-05-30 Thread Saul Wold
On 05/30/2013 05:51 PM, qi.c...@windriver.com wrote: From: Chen Qi Previously, if CONFIG_FEATURE_INDIVIDUAL was enabled for busybox, yocto-based systems could start correctly. This is because if busybox is built as individual apps, '/bin/busybox' may not be present, so setting the default ALTE

Re: [OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

2013-05-30 Thread Mark Hatle
On 5/30/13 5:46 AM, Phil Blundell wrote: On Wed, 2013-05-29 at 22:59 +0100, Richard Purdie wrote: Fair enough. Can we at least match the pattern do_split_packages uses, i.e.: PACKAGES_DYNAMIC = "^${PN}-lib.*" I'm a little paranoid about adding wildcards like ${PN}-* as the potential for namesp

[OE-core] [PATCH v3 0/5] Fixes for makedevs

2013-05-30 Thread Peter Kjellerstedt
When I wanted to create devices from a package I stumbled upon a couple of problems with the makedevs program. Most notable was that it failed to set the correct uid/gid for devices created as part of a block (i.e., with a count > 0). PATCH v2: And now with Signed-off-by lines, as requested. PATC

[OE-core] [PATCH v3 2/5] makedevs: Correct the device number calculation for blocks of devices

2013-05-30 Thread Peter Kjellerstedt
If the increment > 1 and the start > 0 then the calculation for the minor device number was incorrect. Signed-off-by: Peter Kjellerstedt --- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/makedevs

[OE-core] [PATCH v3 1/5] makedevs: Create blocks of devices with the correct uid/gid

2013-05-30 Thread Peter Kjellerstedt
When creating a block of devices (i.e., when count > 0), the wrong path was used with the call to chown(), effectively trying to change the owner of some (probably) non-existent file. Thus the created device nodes were always owned by root. Signed-off-by: Peter Kjellerstedt --- meta/recipes-devt

[OE-core] [PATCH v3 3/5] makedevs: Make the mode number readable in debug messages

2013-05-30 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c index d58

[OE-core] [PATCH v3 5/5] makedevs: Make count actually behave as a count for device blocks

2013-05-30 Thread Peter Kjellerstedt
Previously count actually behaved as end, and did not take start into account. --- meta/files/device_table-minimal.txt | 2 +- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/files/device_tabl

[OE-core] [PATCH v3 4/5] makedevs: Avoid unnecessary timestamp calculation

2013-05-30 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c index 4cfb1d5..4bb316b 100644 --

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Mark Hatle
On 5/30/13 4:18 AM, Jack Mitchell wrote: On 30/05/13 10:01, Hongxu Jia wrote: Add fuse to oe-core and let target system could support `ntfs' and `exfat' filesystems. Test Case *Steps 1, preparation 1 target: e-menlow 2 usb sticks: one for boot and install, another for filesystem test. 2, con

Re: [OE-core] [PATCH v2 0/4] Fixes for makedevs

2013-05-30 Thread Peter Kjellerstedt
> -Original Message- > From: Bernhard Reutner-Fischer [mailto:rep.dot@gmail.com] > Sent: den 30 maj 2013 11:02 > To: Peter Kjellerstedt; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH v2 0/4] Fixes for makedevs > > On 30 May 2013 09:19:54 Peter Kjellerstedt >

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Burton, Ross
On 30 May 2013 12:11, Eric Bénard wrote: >> I have a suspicion we really want a gnomebase inherit in the recipe >> instead of gnome and that might solve serveral issues in one. >> > inherit gnomebase and remove DEPENDS="" > seems to work fine (the postinst and postrm scripts are removed). > removi

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 11:49:00 +0100, Richard Purdie a écrit : > On Thu, 2013-05-30 at 12:32 +0200, Eric Bénard wrote: > > Le Thu, 30 May 2013 09:32:38 +0100, > > "Burton, Ross" a écrit : > > > > > On 30 May 2013 09:09, Martin Jansa wrote: > > > > Doesn't it depend now on something which isn't a

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-30 at 12:32 +0200, Eric Bénard wrote: > Le Thu, 30 May 2013 09:32:38 +0100, > "Burton, Ross" a écrit : > > > On 30 May 2013 09:09, Martin Jansa wrote: > > > Doesn't it depend now on something which isn't allarch? IIRC gnome.bbclass > > > brings gconf. > > > > gnome.bbclass is an

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Hi Ross, Le Thu, 30 May 2013 12:32:30 +0200, Eric Bénard a écrit : > Le Thu, 30 May 2013 09:32:38 +0100, > "Burton, Ross" a écrit : > > > On 30 May 2013 09:09, Martin Jansa wrote: > > > Doesn't it depend now on something which isn't allarch? IIRC gnome.bbclass > > > brings gconf. > > > > gno

Re: [OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

2013-05-30 Thread Phil Blundell
On Wed, 2013-05-29 at 22:59 +0100, Richard Purdie wrote: > Fair enough. Can we at least match the pattern do_split_packages uses, > i.e.: > > PACKAGES_DYNAMIC = "^${PN}-lib.*" > > I'm a little paranoid about adding wildcards like ${PN}-* as the > potential for namespace problems is not insignific

Re: [OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Paul Eggleton
On Thursday 30 May 2013 10:18:56 Jack Mitchell wrote: > On 30/05/13 10:01, Hongxu Jia wrote: > > Add fuse to oe-core and let target system could support > > `ntfs' and `exfat' filesystems. > > > > Test Case > > > > *Steps > > 1, preparation > > 1 target: e-menlow > > 2 usb sticks: one for boot an

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 10:09:36 +0200, Martin Jansa a écrit : > Doesn't it depend now on something which isn't allarch? IIRC gnome.bbclass > brings gconf. > true : * DEPENDS: added "shared-mime-info gnome-common-native shared-mime-info-native gtk-update-icon-cache-native gconf gconf-native" Eric

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 09:32:38 +0100, "Burton, Ross" a écrit : > On 30 May 2013 09:09, Martin Jansa wrote: > > Doesn't it depend now on something which isn't allarch? IIRC gnome.bbclass > > brings gconf. > > gnome.bbclass is an abomination and should be gutted. Yes, this will > mean the build de

[OE-core] [PATCH 0/4] Misc package upgrades

2013-05-30 Thread Marko Lindqvist
zlib update now using tar.xz source package. Other updates have not been submitted before. The following changes since commit 984eb9e25b658c5e9a870983841060aca32bc137: bind: add ipv6 support (2013-05-29 22:20:23 +0100) are available in the git repository at: git://git.openembedded.org/opene

  1   2   >