Re: [OE-core] Valgrind : Unhanded instructions mfatbu and mfatbl

2012-01-12 Thread Khem Raj
On Thu, Jan 12, 2012 at 9:43 PM, Bansal Aneesh-B39320 wrote: > Hello, > > ** ** > > PowerPC uses two alternate time base registers which are read from user > space > > by using PPC instructions mfatbu and mfatbl . However these instructions > are > > not supported by Valgrind. > >

[OE-core] [PATCH 3/3] pango.inc: add directory "/etc/pango"

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Command "pango-querymodules > /etc/pango/pango.modules" can't work when \ starting up yocto because of no directory "/etc/pango". It will cause \ messy code when gtk-demo running. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/pango/pango.inc |7 +++

[OE-core] [PATCH 1/3] gtk.inc: Change configuration of directfb to gtk-directfb

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan "direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb". PACKAGECONFIG can't select directfb as backend rightly, or else. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gnome/gtk+/gtk+.inc |2 +- 1 files changed, 1 insertions(+),

[OE-core] [PATCH 2/3] cairo.inc: Change configuration of directfb to gtk-directfb

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan "direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb". PACKAGECONFIG can't select directfb as backend rightly, or else. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/cairo/cairo.inc |2 +- 1 files changed, 1 insertions

[OE-core] [PATCH 0/3]: Fix the error when building image "core-image-gtk-directfb"

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, I remove ${sysconfdir}/* because bitbake will package this directory as default. The following part was previous description. -- Bitbake complain " No package 'cairo-xlib' found" when building image "core-image-gtk-direct

Re: [OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-12 Thread Lauri Hintsala
Hello Andrei On 01/09/2012 02:03 AM, Andrei Gherzan wrote: From: Andrei Gherzan Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. [YOCTO #1767] This bug should be fixed already: http://lists.linuxtogo

Re: [OE-core] [PATCH 3/3] pango.inc: add directory "/etc/pango"

2012-01-12 Thread Xiaofeng Yan
On 2012年01月13日 04:33, Phil Blundell wrote: On Thu, 2012-01-12 at 12:30 -0800, Saul Wold wrote: On 01/12/2012 12:12 AM, Xiaofeng Yan wrote: -FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" +FILES_${PN} += "${syscondir}/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" Is this to

[OE-core] Valgrind : Unhanded instructions mfatbu and mfatbl

2012-01-12 Thread Bansal Aneesh-B39320
Hello, PowerPC uses two alternate time base registers which are read from user space by using PPC instructions mfatbu and mfatbl . However these instructions are not supported by Valgrind. CPU : e500mc Here are the logs when an application executing such instruction is executed with Valgrind 3.7.0

Re: [OE-core] [PATCH 0/1] V2 qemuppc/kernel: replace emulation of qemuppc

2012-01-12 Thread Liming Wang
On 2012-1-12 21:45, Bruce Ashfield wrote: On 12-01-12 03:42 AM, Liming Wang wrote: v2 change log: - disable CONFIG_DEVTMPFS option to avoid /dev/console pointing to serial. Otherwise, keyboard doesn't work well on X-windows. This looks fine to me, but can you resend it as an incr

[OE-core] Variable expansion order: bootimg fails with MACHINE_FEATURES += "efi" in local.conf

2012-01-12 Thread Darren Hart
I find that if I want to build a live efi image for testing on qemu, and I add the following to my local.conf: MACHINE_FEATURES_append_qemux86 = " efi" KERNEL_FEATURES_append_qemux86 = " cfg/efi-ext.scc" IMAGE_TYPES += "live" And then try to build core-image-minimal, I'll get an error like the f

[OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE, v4

2012-01-12 Thread tom . zanussi
From: Tom Zanussi This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see the commit message for '[PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism. v4 changes, reflecting comments from Saul Wold: - move t

[OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-12 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE mechanism. In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the global COMMERCIAL_LICENSE list is 'blacklisted' from being included in an image. To allow the blacklisted package into the im

[OE-core] [PATCH 3/5] base.bbclass: remove COMMERCIAL_LICENSE code

2012-01-12 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/meta/classes/ba

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-12 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp S

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-12 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists; the equivalent functionality is now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the COMMERCIAL_LICENSE warning with a similarly equivalent warning. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |3 +

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-12 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a

[OE-core] [PATCH 4/4] babeltrace: Integrated from version 0.8

2012-01-12 Thread Zumeng Chen
It provides trace read and write libraries, as well as a trace converter. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_

[OE-core] [PATCH 3/4] lttng-modules: Update to 2.0

2012-01-12 Thread Zumeng Chen
This patch intended to integrate the lttng-modules 2.0 package containing the kernel tracer modules. LTTng-modules 2.0 is currently in pre-release (-pre11), so we have to update it when official released. lttng-2.0 supports lttng-modules extra builds, which don't need any patches on Linux kernel v

[OE-core] [PATCH 0/4] [V5] lttng-2.0 new recipe

2012-01-12 Thread Zumeng Chen
V5 Changes vs all previous versions: 1 ) fixed all Darren's comments; 2 ) fixed all Saul's comments; +LICENSE = "MIT & GPLv2" for 0004-babeltrace.. Upstream-Status: Pending for lttng-tools-fix-compiling.. +LICENSE = "GPLv2 & LGPLv2.1" for 0002-lttng-tools-.. Thanks, Zumeng The followi

[OE-core] [PATCH 2/4] lttng-tools: Update to 2.0-pre16

2012-01-12 Thread Zumeng Chen
This patch intended to integrate the Linux trace toolkit, which is a suite of tools designed to extract program execution details from the Linux operating system and interpret them. lttng-tools 2.0 is currently in pre-release(-pre16), so we have to update it when official released. Signed-off-by:

[OE-core] [PATCH 1/4] lttng-ust: Update to 2.0

2012-01-12 Thread Zumeng Chen
This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to trace userspace codes. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++ 1 files changed, 25 insertions(+), 0 deletions(-) crea

Re: [OE-core] [PATCH 5/5] linux-yocto: consolidated fix SRCREV updates

2012-01-12 Thread Saul Wold
On 01/11/2012 10:52 AM, Bruce Ashfield wrote: Updating the SRCREVs to include the following fixes from Khem Raj and Zumeng Chen. 6f5b118 compiler.h: Undef before redefining __attribute_const__ fe80c1e oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue Signed-off-by: Bruce Ashfield ---

Re: [OE-core] [V4]lttng-2.0 new recipe

2012-01-12 Thread zumeng.chen
On 2012年01月13日 00:17, Darren Hart wrote: Hi Zumeng, I reviewed V4 from the git link below ( didn't see the patches themselved hit the list ). The patch in 1/4: "+Subject: [PATCH 1/1] Fix compiling error on powerpc and arm" is missing an UpstreamStatus tag. Otherwise, it looks ready to me. OK t

Re: [OE-core] [PATCH 4/4] babeltrace: Integrated from version 0.8

2012-01-12 Thread zumeng.chen
On 2012年01月13日 06:06, Saul Wold wrote: On 01/11/2012 07:11 PM, Zumeng Chen wrote: It provides trace read and write libraries, as well as a trace converter. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++ 1 files changed, 28 insertio

Re: [OE-core] [PATCH 2/4] lttng-tools: Integrated from git repo.

2012-01-12 Thread zumeng.chen
On 2012年01月13日 06:04, Saul Wold wrote: On 01/11/2012 07:11 PM, Zumeng Chen wrote: This patch intended to integrate the Linux trace toolkit, which is a suite of tools designed to extract program execution details from the Linux operating system and interpret them. lttng-tools 2.0 is currently in

Re: [OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-12 Thread Saul Wold
On 01/09/2012 04:13 PM, Tom Zanussi wrote: On Mon, 2012-01-09 at 16:01 -0800, Saul Wold wrote: On 01/06/2012 09:13 PM, Tom Zanussi wrote: On Fri, 2012-01-06 at 21:10 -0800, Saul Wold wrote: On 01/06/2012 06:34 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi With all the discussion a

Re: [OE-core] [PATCH RFC v2] gtk-icon-cache.bbclass: add -f option to gtk-update-icon-cache in postinst

2012-01-12 Thread Saul Wold
On 01/06/2012 08:51 PM, Steve Sakoman wrote: The gtk-update-icon-cache utility does not create a cache file if one does not already exist. Since some packages (notably gnome-icon-theme) do not ship a cache file by default, the results of the utility are not saved. Adding the force option writes

Re: [OE-core] [PATCH 0/1] dexuan: Jan 10, 2011: upgrade to distro_tracking_fields

2012-01-12 Thread Saul Wold
On 01/09/2012 08:22 PM, Dexuan Cui wrote: The following changes since commit a0bfd58a067973188e228b71d10809f71cb2b0c4: libxml2: add shared library version info to libxml shared libraries (2012-01-09 10:38:52 -0800) are available in the git repository at: git://git.pokylinux.org/poky-cont

Re: [OE-core] [PATCH v2] Remove last remnants of kernel26 MACHINE_FEATURES

2012-01-12 Thread Saul Wold
On 01/06/2012 08:51 PM, Steve Sakoman wrote: There is no reason to continue to carry this feature Signed-off-by: Steve Sakoman --- meta/conf/bitbake.conf |1 - meta/conf/machine/include/qemu.inc |2 +- .../update-modules/update-modules_1.0.

Re: [OE-core] [PATCH] libxml2: add shared library version info to libxml shared libraries

2012-01-12 Thread Saul Wold
On 01/02/2012 02:05 PM, Matthew McClintock wrote: This fixes an issue with RPM where it checks version imformation for binaries linked against libxml and fails because it's missing info | error: Failed dependencies: | libxml2.so.2(LIBXML2_2.6.0) is needed by fmc-0.9.7+2-r2.1.ppce50

[OE-core] [PATCH 2/2] bitbake/fetch2: add support for wrapper command

2012-01-12 Thread Matthew McClintock
This is for getting around things like CVS over SOCKS5 with authentication which does not seem to be supported by configuring CVS or some other means that I can find. Signed-off-by: Matthew McClintock --- meta/conf/bitbake.conf |1 + scripts/oe-buildenv-internal |2 +- 2 files chan

[OE-core] [PATCH 1/2] bitbake/fetch2: add support for wrapper command

2012-01-12 Thread Matthew McClintock
cc: bitbake-de...@lists.openembedded.org Signed-off-by: Matthew McClintock --- bitbake/lib/bb/fetch2/__init__.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 3af56e5..1d7d5c7 100644 --- a/bit

Re: [OE-core] [PATCH] update-modules: don't run modutils.sh if systemd is installed

2012-01-12 Thread Saul Wold
On 01/06/2012 08:51 PM, Steve Sakoman wrote: systemd has its own mechanism for loading kernel modules at startup Signed-off-by: Steve Sakoman --- .../update-modules-1.0/update-modules |3 ++- .../update-modules/update-modules_1.0.bb |3 ++- 2 files changed, 4 i

[OE-core] [PATCH 0/7] Misc recipe fixes and upgrades

2012-01-12 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 0f4d99d207b224bb9ce23de00a48f795ae20b3a0: multilib.conf: Clean up file and add missing entries for various dependencies (2012-01-11 23:53:32 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/mis

Re: [OE-core] [PATCH V3] eglibc: Upgrade recipes 2.14 -> 2.15

2012-01-12 Thread Saul Wold
On 01/06/2012 08:40 PM, Khem Raj wrote: Add patch to provide __finite_sqrt functions for ppc Signed-off-by: Khem Raj --- ...tive_2.14.bb => cross-localedef-native_2.15.bb} |0 .../IO-acquire-lock-fix.patch |0 .../armv4-eabi-compile-fix.patch |

Re: [OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-12 Thread Saul Wold
On 01/08/2012 04:03 PM, Andrei Gherzan wrote: From: Andrei Gherzan Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. Just to confirm, I have seen discussion about finer-grain control over bitbake conf

Re: [OE-core] [PATCH 0/2 v3] kexec-tools packaging

2012-01-12 Thread Saul Wold
On 01/09/2012 02:46 PM, Andrea Adami wrote: * This patchset proposes to package separately * kexec and kdump. * Referring to oe-core, task-core-tools has been adapted. Andrea Adami (2): kexec-tools: split packaging of kexec and kdump task-core-tools: adapt to kexec-tools package split m

Re: [OE-core] [PATCH] license.py: remove duplicate '&' or '|' from LICENSE

2012-01-12 Thread Saul Wold
On 01/11/2012 06:11 AM, Andrei Gherzan wrote: On 01/11/2012 03:56 PM, Paul Eggleton wrote: On Wednesday 11 January 2012 14:45:02 Andrei Gherzan wrote: Some upstream layers (ex: meta-oe) use '&&' or '||' syntax in LICENSE variable. Because of my last commit, these bbfiles are failing as LICENSE

[OE-core] [PATCH 0/1] bootimg: Account for FAT filesystem overhead in image size

2012-01-12 Thread Darren Hart
The following changes since commit 18c88fcec85f96d2495457928be913807971aea7: package.bbclass: per recipe PRSERV_HOST support (2012-01-11 10:37:43 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/bug/1852 http://git.pokylinux.org/cgit.cgi/poky-contri

[OE-core] [PATCH 3/7] insane.bbclass: fix elf.arch not matching error for x32 kernel

2012-01-12 Thread nitin . a . kamble
From: Nitin A Kamble For x32 the user space is 32bit and the kernel is 64bit. So the elf.arch for vmlinuz is x86_64 and not x86. This commit fixes this QA error thrown for x32 kernel. | ERROR: QA Issue: Architecture did not match (62 to 3) on /work/qemux86_64-poky-linux-gnux32/linux-korg-3.1+git

[OE-core] [PATCH 2/7] diffstat: upgrade from 1.54 to 1.55

2012-01-12 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../{diffstat_1.54.bb => diffstat_1.55.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.54.bb => diffstat_1.55.bb} (82%) diff --git a/meta/recipes-devtools/diff

[OE-core] [PATCH 5/7] btrfs-tools: upgrade to newer git commit

2012-01-12 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../btrfs-tools/btrfs-tools_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb inde

[OE-core] [PATCH 6/7] distro_tracking: update manual_check_date fields

2012-01-12 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 36 +++- 1 files changed, 20 insertions(+), 16 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking

[OE-core] [PATCH 1/7] locale: fix package's "provides" tag

2012-01-12 Thread nitin . a . kamble
From: Nitin A Kamble Fixes this bug: [YOCTO #1874] Fixes an issue where a locale package depends on one package while it also provides the same, as seen bellow. Package: locale-base-de-de Version: 2.12-r19 Depends: eglibc-binary-localedata-de-de Provides: virtual-locale-de-de, virtual-locale-de

[OE-core] [PATCH 4/7] libpcre: upgrade from 8.20 to 8.21

2012-01-12 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-support/libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} (93%) diff --git a/meta/recipes-support/libpcre/lib

Re: [OE-core] [PATCH oe-core v6] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-12 Thread McClintock Matthew-B29882
On Tue, Jan 10, 2012 at 12:25 AM, Luo Zhenhua-B19537 wrote: >> -Original Message- >> From: Saul Wold [mailto:s...@linux.intel.com] >> Sent: Tuesday, January 10, 2012 1:43 PM >> > @@ -13,15 +13,21 @@ python __anonymous () { >> >     d.setVar("PACKAGES", "%s kernel-devicetree" % packages) >>

Re: [OE-core] [PATCH 4/4] babeltrace: Integrated from version 0.8

2012-01-12 Thread Saul Wold
On 01/11/2012 07:11 PM, Zumeng Chen wrote: It provides trace read and write libraries, as well as a trace converter. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 1

Re: [OE-core] [PATCH 2/4] lttng-tools: Integrated from git repo.

2012-01-12 Thread Saul Wold
On 01/11/2012 07:11 PM, Zumeng Chen wrote: This patch intended to integrate the Linux trace toolkit, which is a suite of tools designed to extract program execution details from the Linux operating system and interpret them. lttng-tools 2.0 is currently in pre-release(-pre16), so we have to upda

Re: [OE-core] [PATCH RFC v2] dhcp: package /var/lib/dhcp with dhcp-client rather than dhcp-server

2012-01-12 Thread Steve Sakoman
On Thu, Jan 12, 2012 at 12:47 PM, Saul Wold wrote: > On 01/11/2012 11:00 AM, Steve Sakoman wrote: >> >> On Sat, Jan 7, 2012 at 5:14 AM, Eric Bénard  wrote: >>> >>> Hi, >>> >>> Le Fri,  6 Jan 2012 20:51:54 -0800, >>> Steve Sakoman  a écrit : -FILES_dhcp-server = "${sbindir}/dhcpd ${syscon

Re: [OE-core] [PATCH 0/2] libusb1/libusb-compat keep *.la in base_libdir

2012-01-12 Thread Saul Wold
On 01/08/2012 10:04 AM, Andreas Müller wrote: libusb-compat did not yet cause a build error but it is motivated by the experience with libusb1. I will be out until 12. and can not respond on comments until then. Andreas Müller (2): libusb1: keep *.la in base_libdir libusb-compat: keep *.l

Re: [OE-core] [PATCH] openssl: build always with -Wa,--noexecstack

2012-01-12 Thread Saul Wold
On 01/12/2012 08:30 AM, Enrico Scholz wrote: There is no reason to disable exec-stack only for -native builds; binaries on the target will suffer from the same SELinux ACLs. OpenSSL does not use executable stack so this option can be disabled unconditionally. Signed-off-by: Enrico Scholz ---

Re: [OE-core] RFC: Joint, monthly, and online forum for developer discussion

2012-01-12 Thread Andrei Gherzan
On 01/10/2012 03:49 AM, Hudson, Sean wrote: I propose having a monthly, online developer forum that promotes discussion on longer term technical issues that impact both Yocto and OpenEmbedded. This would supplement the already existing mailing list and irc communication channels. In order to

Re: [OE-core] [PATCH RFC v2] dhcp: package /var/lib/dhcp with dhcp-client rather than dhcp-server

2012-01-12 Thread Saul Wold
On 01/11/2012 11:00 AM, Steve Sakoman wrote: On Sat, Jan 7, 2012 at 5:14 AM, Eric Bénard wrote: Hi, Le Fri, 6 Jan 2012 20:51:54 -0800, Steve Sakoman a écrit : -FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp-server ${localstatedir}/lib/dhcp/" +FILES_dhcp-server = "${sbindir

Re: [OE-core] [PATCH 3/3] pango.inc: add directory "/etc/pango"

2012-01-12 Thread Phil Blundell
On Thu, 2012-01-12 at 12:30 -0800, Saul Wold wrote: > On 01/12/2012 12:12 AM, Xiaofeng Yan wrote: > > -FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" > > +FILES_${PN} += "${syscondir}/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" > Is this too general? Should it be ${sysconfdi

Re: [OE-core] [PATCH 3/3] pango.inc: add directory "/etc/pango"

2012-01-12 Thread Saul Wold
On 01/12/2012 12:12 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Command "pango-querymodules> /etc/pango/pango.modules" can't work when \ starting up yocto because of no directory "/etc/pango". It will cause \ messy code when gtk-demo running. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- met

[OE-core] RFC: Joint, monthly, and online forum for developer discussion

2012-01-12 Thread Hudson, Sean
I propose having a monthly, online developer forum that promotes discussion on longer term technical issues that impact both Yocto and OpenEmbedded. This would supplement the already existing mailing list and irc communication channels. In order to facilitate this, I'd like to propose a teleph

Re: [OE-core] [poky] [PATCH] util-linux: .pc files should go in the -dev packages for subpackages

2012-01-12 Thread Saul Wold
On 01/09/2012 01:23 PM, Colin Walters wrote: The .pc files were ending up in util-linux-dev, not the correct subpackage like libuuid1-dev. Merged into OE-Core Thanks Sau! ___ poky mailing list p...@yoctoproject.org https://lis

Re: [OE-core] [PATCH 0/2] Add function to package source codes tree to source rpm and tar packages

2012-01-12 Thread Saul Wold
On 01/07/2012 11:11 PM, Xiaofeng Yan wrote: From: Xiaofeng Yan Add file "tar_archive.bbclass" and modify file "package_rpm.bbclass" for packaging source codes tree to source rpm and tar packages. After adding srpm function in file "package_rpm.bbclass", user can get source rpm packages beside

[OE-core] [Patch v3] gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2

2012-01-12 Thread Koen Kooi
This is needed for e.g. gnome-session: gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or directory) Signed-off-by: Koen Kooi --- meta/recipes-gnome/gnome/gconf_3.2.3.bb | 20 +++--

Re: [OE-core] [RFC PATCH 1/1] self-hosted-image: generate the .hdddirect and .vmdk image files

2012-01-12 Thread Darren Hart
On 01/10/2012 10:53 AM, Dexuan Cui wrote: > Signed-off-by: Dexuan Cui A couple additional thoughts about the boot-directdisk class in general: So build_boot_dd needs a careful audit to ensure the various dd commands do not stomp on eachother iirc, the dd of syslinux/mbr.bin was stomping on the

Re: [OE-core] [Patch v2] gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2

2012-01-12 Thread Steve Sakoman
On Thu, Jan 12, 2012 at 6:43 AM, Koen Kooi wrote: > This is needed for e.g. gnome-session: > > gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to > execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or > directory) > > Signed-off-by: Koen Kooi > ---

[OE-core] [PATCH 2/2] image_types_uboot.bbclass: Add uncompressed ext2 image option

2012-01-12 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/classes/image_types_uboot.bbclass |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/classes/image_types_uboot.bbclass b/meta/classes/image_types_uboot.bbclass index 65dc91b..8d1081c 100644 --- a/meta/classes/image_types_

[OE-core] [PATCH 1/2] image_types.bbclass: Fix generating uncompressed ext2 images

2012-01-12 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/classes/image_types.bbclass |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 3010549..4908ed9 100644 --- a/meta/classes/image_types.bbclass +++ b/meta

[OE-core] [PATCH 3/4] latencytop: honor x11 DISTRO_FEATURE

2012-01-12 Thread Enrico Scholz
'latencytop' can be used on headless system and it is desirable to avoid building of the gtk+ stack. Signed-off-by: Enrico Scholz --- meta/recipes-kernel/latencytop/latencytop_0.5.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/latencytop/late

[OE-core] [PATCH 4/4] sysprof: conditionalized build of gtk frontend

2012-01-12 Thread Enrico Scholz
'sysprof' can be used on headless system and it is desirable to avoid building of the gtk+/glade software stacks. Signed-off-by: Enrico Scholz --- meta/recipes-kernel/sysprof/sysprof_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysp

[OE-core] [PATCH 2/4] distcc: honor x11 DISTRO_FEATURE

2012-01-12 Thread Enrico Scholz
'distcc' can be used on headless system and it is desirable to avoid building of the gnome/gtk+ stacks. Signed-off-by: Enrico Scholz --- meta/recipes-devtools/distcc/distcc_2.18.3.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/distcc/distcc_

[OE-core] [PATCH 1/4] gst-plugins: do not build x11 related plugins without the x11 DISTRO_FEATURE

2012-01-12 Thread Enrico Scholz
gst-plugins might be used on headless systems or on systems with DirectFB or qt frontends. Building them without the x11 software stack might be desirable there and is supported by the buildsystem. Signed-off-by: Enrico Scholz --- .../gstreamer/gst-plugins-base_0.10.35.bb |4 +++-

[OE-core] [PATCH 0/4] Conditionalize build of x11/gtk frontends

2012-01-12 Thread Enrico Scholz
Several packages can be used without graphical frontends, but the buildsystem brings in statically (heavy) x11 or gtk+ software stacks. This patchset uses the 'x11' DISTRO_FEATURE to disable building of these components. Enrico Scholz (4): gst-plugins: do not build x11 related plugins without th

[OE-core] [PATCH 2/2] kernel: set RRECOMMENDS['nodevrrecs'] for kernel modules

2012-01-12 Thread Enrico Scholz
From: Enrico Scholz It would be wrong to generate depchains like i2c-dev -> module-init-tools-dev -> libc-dev. Skip generation of recursive RRECOMMENDS in such cases by using the nodevrrecs flag. Signed-off-by: Enrico Scholz --- meta/classes/kernel.bbclass |1 + 1 files changed, 1 inserti

[OE-core] [PATCH 1/2] package.bbclass: added RRECOMMENDS['nodevrrecs'] varflag

2012-01-12 Thread Enrico Scholz
From: Enrico Scholz Flag is used to skip generation of recursive RRECOMMENDS for packages which are ending in '-dev' but which are no -dev packages. Examples are kernel modules like 'kernel-module-i2c-dev' (i2c-dev.ko). Signed-off-by: Enrico Scholz --- meta/classes/package.bbclass |2 +- 1

Re: [OE-core] [RFC PATCH 1/1] self-hosted-image: generate the .hdddirect and .vmdk image files

2012-01-12 Thread Darren Hart
Hi Dexuan, Please include a complete patch header. Much of your 0/1 content can go here. Comments below... On 01/10/2012 10:53 AM, Dexuan Cui wrote: > Signed-off-by: Dexuan Cui > --- > meta/classes/boot-directdisk.bbclass | 10 +- > meta/recipes-core/images/self-hosted-image

[OE-core] [PATCH] perl: do not use 'grep -r'

2012-01-12 Thread Enrico Scholz
From: Enrico Scholz 'grep -r' will return symlinks (e.g. from the patches/ directory) and it would be wrong to modify them with sed. Such a modification might fail and break the buildprocess when symlink target is not writable by the build user. Signed-off-by: Enrico Scholz --- meta/recipes-d

Re: [OE-core] [PATCH 3/3] task-base: add alsa-state to task-base-alsa

2012-01-12 Thread Martin Jansa
On Thu, Jan 12, 2012 at 08:23:16AM -0800, Darren Hart wrote: > > > On 01/10/2012 09:39 AM, Joshua Lock wrote: > > This enables automatic configuration setting and restoration on systems > > with alsa. > > > > Signed-off-by: Joshua Lock > > Acked-by: Darren Hart can we use VIRTUAL_RUNTIME for

[OE-core] [PATCH] bitbake.conf: search /lib for -native builds

2012-01-12 Thread Enrico Scholz
Changes to BUILD_LDFLAGS are required due to the recent movement of some libraries from ${libdir} to ${base_libdir}. ${base_libdir} must be now in the linker search path to avoid build problems of -native packages. Signed-off-by: Enrico Scholz --- meta/conf/bitbake.conf |8 +++- 1 files

[OE-core] [PATCH] openssl: build always with -Wa,--noexecstack

2012-01-12 Thread Enrico Scholz
There is no reason to disable exec-stack only for -native builds; binaries on the target will suffer from the same SELinux ACLs. OpenSSL does not use executable stack so this option can be disabled unconditionally. Signed-off-by: Enrico Scholz --- meta/recipes-connectivity/openssl/openssl.inc |

[OE-core] [PATCH] package.bbclass: quote pathname given to objdump

2012-01-12 Thread Enrico Scholz
Packaging will fail with executable files containing spaces in their names. Patch quotes the parameter passed to 'objdump'. Signed-off-by: Enrico Scholz --- meta/classes/package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/met

[OE-core] [PATCH] binutils: fixed --enable-targets option

2012-01-12 Thread Enrico Scholz
There does not exist an '--enable-target=all' option. Signed-off-by: Enrico Scholz --- meta/recipes-devtools/binutils/binutils.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc

Re: [OE-core] [PATCH 3/3] task-base: add alsa-state to task-base-alsa

2012-01-12 Thread Darren Hart
On 01/10/2012 09:39 AM, Joshua Lock wrote: > This enables automatic configuration setting and restoration on systems > with alsa. > > Signed-off-by: Joshua Lock Acked-by: Darren Hart > --- > meta/recipes-core/tasks/task-base.bb |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-

Re: [OE-core] [PATCH 1/3] alsa-state: add alsa-state from oe classic

2012-01-12 Thread Darren Hart
On 01/10/2012 09:39 AM, Joshua Lock wrote: > alsa-state adds an init script and configuration files to enable a > consistent and centralised mechanism for setting and restoring alsa > configuration. > > Signed-off-by: Joshua Lock Acked-by: Darren Hart > --- > meta/recipes-bsp/alsa-state/als

Re: [OE-core] [PATCH 2/3] alsa-state: move state files to localstatedir

2012-01-12 Thread Darren Hart
On 01/10/2012 09:39 AM, Joshua Lock wrote: > alsactl creates the state files in /var/lib/alsa by default so switch > alsa-state to use files in that location. > > Further, update the alsa-state init script to have the location of the > state files sed'ed into the script at do_install time (so as

Re: [OE-core] [V4]lttng-2.0 new recipe

2012-01-12 Thread Darren Hart
Hi Zumeng, I reviewed V4 from the git link below ( didn't see the patches themselved hit the list ). The patch in 1/4: "+Subject: [PATCH 1/1] Fix compiling error on powerpc and arm" is missing an UpstreamStatus tag. Otherwise, it looks ready to me. -- Darren On 01/10/2012 05:31 PM, Zumeng Chen

Re: [OE-core] [PATCH] libiconv_1.14.bb: Fix build failure

2012-01-12 Thread Saul Wold
On 01/08/2012 02:23 AM, Khem Raj wrote: Currently libiconv is failing after upgrade to 1.14 this patch fixes the problem. It uses relocatable gnulib module which should be added. Delete unpackaged files. Signed-off-by: Khem Raj --- .../libiconv-1.14/add-relocatable-module.patch | 5008 +++

Re: [OE-core] [PATCH v2] dbus: change permissions of dbus-daemon-launch-helper to 4755

2012-01-12 Thread Saul Wold
On 01/06/2012 08:51 PM, Steve Sakoman wrote: With current permissions of 4754 on systemd systems various services will fail to activate with "helpful" error messages of the type: 2000-01-01T00:00:25+00:00 omap3-multi dbus[178]: [system] Activated service 'org.freedesktop.nm_dispatcher' failed:

[OE-core] [Patch v2] gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2

2012-01-12 Thread Koen Kooi
This is needed for e.g. gnome-session: gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or directory) Signed-off-by: Koen Kooi --- meta/recipes-gnome/gnome/gconf_3.2.3.bb | 20 +++--

Re: [OE-core] [PATCH] ncurses-native: install to libdir, not base_libdir

2012-01-12 Thread Enrico Scholz
Christopher Larson writes: > --- a/meta/recipes-core/ncurses/ncurses.inc > +++ b/meta/recipes-core/ncurses/ncurses.inc > ... > +# natives don't generally look in base_libdir > +base_libdir_virtclass-native = "${libdir}" I do not think that this should be done per recipe (afais, at least libusb i

[OE-core] [PATCH] dbus-1.4.16: use INC_PR from dbus.inc to fix PR bump after dbus-launch-helper permission change

2012-01-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/dbus/dbus_1.4.16.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb index f87f266..3cf8bb8 100644 --- a/meta/recipes-core/dbus/dbus_1.4.16.bb

[OE-core] [PATCH] gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2

2012-01-12 Thread Koen Kooi
This is needed for e.g. gnome-session: gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or directory) Signed-off-by: Koen Kooi --- meta/recipes-gnome/gnome/gconf_3.2.3.bb | 16

Re: [OE-core] [PATCH 0/1] V2 qemuppc/kernel: replace emulation of qemuppc

2012-01-12 Thread Bruce Ashfield
On 12-01-12 03:42 AM, Liming Wang wrote: v2 change log: - disable CONFIG_DEVTMPFS option to avoid /dev/console pointing to serial. Otherwise, keyboard doesn't work well on X-windows. This looks fine to me, but can you resend it as an incremental on top of: http://git.

Re: [OE-core] [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change

2012-01-12 Thread Koen Kooi
Op 12 jan. 2012, om 13:19 heeft Martin Jansa het volgende geschreven: > On Thu, Jan 12, 2012 at 12:52:26PM +0100, Koen Kooi wrote: >> The dbus recipes don't use INC_PR so it didn't get rebuilt after the >> previous commit to fix the launch helper permissions >> >> Signed-off-by: Koen Kooi >> -

[OE-core] [PATCH 1/1] runqemu: Fix the wrong path of libGL.so in 64b Ubuntu 11.10

2012-01-12 Thread edwin . zhai
From: Zhai Edwin >From 11.10, libGL.so is installed @ /usr/lib/x86_64-linux-gnu/ in 64b Ubuntu. [YOCTO #1885] got fixed Signed-off-by: Zhai Edwin --- scripts/runqemu-internal | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/scripts/runqemu-internal b/scripts

[OE-core] [PATCH 0/1] Fix libGL path in 64b Ubuntu 11.10

2012-01-12 Thread edwin . zhai
From: Zhai Edwin >From 11.10, 64b Ubuntu has a new path for libGL.so. This patch fix it. Thanks, Edwin The following changes since commit 19241e7e2d88406c57613180dec9e7896c6674cc: distro-tracking: Update info for webkit-gtk, web-webkit (2012-01-11 11:01:32 +0800) are available in the git re

Re: [OE-core] [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change

2012-01-12 Thread Martin Jansa
On Thu, Jan 12, 2012 at 12:52:26PM +0100, Koen Kooi wrote: > The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous > commit to fix the launch helper permissions > > Signed-off-by: Koen Kooi > --- > meta/recipes-core/dbus/dbus.inc |2 +- > 1 files changed, 1 insertion

[OE-core] [PATCH 0/1] V2 qemuppc/kernel: replace emulation of qemuppc

2012-01-12 Thread Liming Wang
v2 change log: - disable CONFIG_DEVTMPFS option to avoid /dev/console pointing to serial. Otherwise, keyboard doesn't work well on X-windows. The following changes since commit a8ebc77767e034c589e8041406f4282136a2219b: meta/qemu-ppc32: remove references to non-existent

Re: [OE-core] [PATCH] license.py: remove duplicate '&' or '|' from LICENSE

2012-01-12 Thread Andrei Gherzan
On 01/12/2012 09:19 AM, Saul Wold wrote: I think I agree with Paul here, Beth has sent out a proposal for that and by making a change here may allow the bad behavior to continue. Sau! In this case we can drop this and the problem will remain (will have to be fixed) in meta-oe layers. @g _

[OE-core] [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change

2012-01-12 Thread Koen Kooi
The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous commit to fix the launch helper permissions Signed-off-by: Koen Kooi --- meta/recipes-core/dbus/dbus.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta

[OE-core] [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Update the status of eds-tools and mingetty. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/maintainer Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer Thanks, Xiaofeng Yan --- Xiaofeng Yan (1): distro_tracki

[OE-core] [PATCH 1/1] distro_tracking_fields.inc: Modify the status of eds-tools and mingetty

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Update the status of eds-tools and mingetty. mingetty has still not been updated since 2008. Signed-off-by: Xiaofeng Yan --- .../conf/distro/include/distro_tracking_fields.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/inc

Re: [OE-core] [PATCH] ncurses-native: install to libdir, not base_libdir

2012-01-12 Thread Martin Jansa
On Tue, Jan 10, 2012 at 01:51:18PM -0600, Christopher Larson wrote: > From: Christopher Larson > > For target, both base_libdir and libdir in sysroot can be used, as we pass > --sysroot to the toolchain. For native, we don't do this, and we also only add > -L/${libdir}, not -L/${base_libdir}, res

[OE-core] [oe-core][PATCH 2/2] xorg-*: disable xmlto where it was failing

2012-01-12 Thread Martin Jansa
* meta-oe now provides xmlto-native http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27 but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros autodetecting xmlto available, see: http://lists.linuxtog

[OE-core] [oe-core][PATCH 1/2] alsa-utils: depend on libsamplerate0

2012-01-12 Thread Martin Jansa
From: Denis 'GNUtoo' Carikli We need to depend on libsamplerate0 because it's detected automatically and if we configure without it we get that issue at runtime trying to run the alsaloop program: No libsamplerate support. Signed-off-by: Denis 'GNUtoo' Carikli Signed-off-by: Martin Jans

  1   2   >