Re: [OE-core] [oe-commits] Paul Eggleton : qt4: allow recipes building commercial edition

2012-08-03 Thread Martin Jansa
On Fri, Aug 03, 2012 at 12:15:26AM +0200, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:05:17AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 2be0058fc4acddab611637656183accd052b40eb URL:

Re: [OE-core] Minutes: OE-TSC 31 July 2012

2012-08-03 Thread Martin Jansa
On Wed, Aug 01, 2012 at 03:18:26PM -0700, Jeff Osier-Mixon wrote: OpenEmbedded Technical Steering Committee 31 July 2012 Attendees: Mark, Koen, Richard, Paul Apologies: Khem Agenda Results 1. pick a chair -

Re: [OE-core] [oe] Minutes: OE-TSC 31 July 2012

2012-08-03 Thread Paul Eggleton
On Friday 03 August 2012 09:49:31 Martin Jansa wrote: I was expecting some discussion about http://lists.linuxtogo.org/pipermail/openembedded-core/2012-July/026176.html Can this be discussed on next TSC meeting? I'll ensure it is on the agenda for the next meeting. Cheers, Paul -- Paul

[OE-core] [PATCH] libpam: disable NIS to not link with libtirpc when it is available

2012-08-03 Thread Marcin Juszkiewicz
I was checking ways to make incremental builds faster so I started using sstate-cache and SSTATE_MIRRORS. But this gave me some nasty bug: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for php-cgi: | *libtirpc1 (= 0.2.2) * | * opkg_install_cmd:

[OE-core] while trying to update u-boot

2012-08-03 Thread Radu Moisan
I found the following code in u-boot.inc if not d.getVar(UBOOT_MACHINE, True): PN = d.getVar(PN, True) FILE = os.path.basename(d.getVar(FILE, True)) bb.debug(1, To build %s, see %s for instructions on \ setting up your machine config % (PN, FILE)) raise

Re: [OE-core] while trying to update u-boot

2012-08-03 Thread Andrei Gherzan
On Fri, Aug 3, 2012 at 11:43 AM, Radu Moisan radu.moi...@intel.com wrote: I found the following code in u-boot.inc if not d.getVar(UBOOT_MACHINE, True): PN = d.getVar(PN, True) FILE = os.path.basename(d.getVar(FILE, True)) bb.debug(1, To build %s, see %s for instructions on \

Re: [OE-core] while trying to update u-boot

2012-08-03 Thread Radu Moisan
Sorry, my bad, I was trying to build u-boot-fw-utils and assumed wrongly that the recipe requires u-boot.inc Radu On 08/03/2012 11:45 AM, Andrei Gherzan wrote: On Fri, Aug 3, 2012 at 11:43 AM, Radu Moisan radu.moi...@intel.com mailto:radu.moi...@intel.com wrote: I found the following

Re: [OE-core] while trying to update u-boot

2012-08-03 Thread Andrei Gherzan
On Fri, Aug 3, 2012 at 11:57 AM, Radu Moisan radu.moi...@intel.com wrote: Sorry, my bad, I was trying to build u-boot-fw-utils and assumed wrongly that the recipe requires u-boot.inc It happens. No problem. ag ___ Openembedded-core mailing list

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-03 Thread Koen Kooi
Op 2 aug. 2012, om 21:03 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: On Thursday, 2 August 2012 at 19:38, Koen Kooi wrote: This will still break every platform with a binary libegl and libgles. That is true and I'm all ears for suggestions. My best proposal so far is

Re: [OE-core] static busybox?

2012-08-03 Thread Koen Kooi
Op 3 aug. 2012, om 00:50 heeft Stuart Yoder b08...@gmail.com het volgende geschreven: On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM, McClintock Matthew-B29882

Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-03 Thread Koen Kooi
Op 2 aug. 2012, om 17:28 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Thursday 02 August 2012 16:14:07 Koen Kooi wrote: Op 2 aug. 2012, om 15:55 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 2 August 2012 14:50, Koen Kooi

Re: [OE-core] [PATCH 0/2] createrepo 0.4.11: create wrapper for python script

2012-08-03 Thread Khem Raj
On Wed, Aug 1, 2012 at 2:14 AM, Robert Yang liezhi.y...@windriver.com wrote: This is used for fixing the rpm-createsolvedb.py error: 'import site' failed; use -v for traceback Traceback (most recent call last): File

Re: [OE-core] static busybox?

2012-08-03 Thread Otavio Salvador
On Thu, Aug 2, 2012 at 7:50 PM, Stuart Yoder b08...@gmail.com wrote: On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: This is one

[OE-core] [PATCH][RFC] u-boot: Upgrade to upstream stable 2012.07

2012-08-03 Thread Radu Moisan
Building u-boot requires UBOOT_MACHINE. In the u-boot README file building u-boot is achieved with make NAME_config and then make all. I assumend UBOOT_MACHINE to be the NAME part and thus, the _config addition in u-boot.inc NAME is the machine name, and choices area vailable in boards.conf, I

Re: [OE-core] [PATCH][RFC] u-boot: Upgrade to upstream stable 2012.07

2012-08-03 Thread Martin Jansa
On Fri, Aug 03, 2012 at 03:38:42PM +0300, Radu Moisan wrote: Building u-boot requires UBOOT_MACHINE. In the u-boot README file building u-boot is achieved with make NAME_config and then make all. I assumend UBOOT_MACHINE to be the NAME part and thus, the _config addition in u-boot.inc NAME is

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-03 Thread Ross Burton
On Friday, 3 August 2012 at 11:18, Koen Kooi wrote: libegl and libgles aren't built nowadays, so the problem is avoided. Noone has dared to touch this subject the past 2.5 years: http://cgit.openembedded.org/openembedded/commit/recipes/mesa?id=3d96f8cb61225d515b5cb4fe863f0d50c3ced436 The

Re: [OE-core] [PATCH][RFC] u-boot: Upgrade to upstream stable 2012.07

2012-08-03 Thread Radu Moisan
On 08/03/2012 03:46 PM, Martin Jansa wrote: On Fri, Aug 03, 2012 at 03:38:42PM +0300, Radu Moisan wrote: Building u-boot requires UBOOT_MACHINE. In the u-boot README file building u-boot is achieved with make NAME_config and then make all. I assumend UBOOT_MACHINE to be the NAME part and thus,

Re: [OE-core] static busybox?

2012-08-03 Thread Mark Hatle
On 8/3/12 6:19 AM, Otavio Salvador wrote: On Thu, Aug 2, 2012 at 7:50 PM, Stuart Yoder b08...@gmail.com wrote: On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM,

[OE-core] [PATCH] perf: pass STAGING_INCDIR(sysroot) to perf

2012-08-03 Thread Liang Li
Via EXTRA_CFLAGS, we can pass the sysroot include directory to perf to provide slang.h rather than hardcoded host dir in perf's Makefile. Pass WERROR=0 to perf's Makefile to avoid warnings being treated as errors. Warnings are not fatal, and while they will be fixed in the future, there's no need

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-03 Thread Koen Kooi
Op 3 aug. 2012, om 15:19 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: On Friday, 3 August 2012 at 11:18, Koen Kooi wrote: libegl and libgles aren't built nowadays, so the problem is avoided. Noone has dared to touch this subject the past 2.5 years:

Re: [OE-core] [PATCH][RFC] u-boot: Upgrade to upstream stable 2012.07

2012-08-03 Thread Wolfgang Denk
Dear Radu Moisan, In message 1343997523-4117-1-git-send-email-radu.moi...@intel.com you wrote: Building u-boot requires UBOOT_MACHINE. In the u-boot README file building u-boot is achieved with make NAME_config and then make all. I assumend UBOOT_MACHINE to be the NAME part and thus, Actually

[OE-core] how to fix WARNING: QA Issue: libpam: installed in the base_prefix, requires a shared library under exec_prefix

2012-08-03 Thread Yao Zhao
Hi all, Any suggestion to fix these kinds of QA warnings? libpam is referencing /usr/lib/libcrack from /lib/security. I tried to fix cracklib to install to /lib but cracklib is using other libraries from /usr/lib, I am afraid that I am touching a chain, so any good ideas? thanks, yao

Re: [OE-core] how to fix WARNING: QA Issue: libpam: installed in the base_prefix, requires a shared library under exec_prefix

2012-08-03 Thread Mark Hatle
On 8/3/12 11:44 AM, Yao Zhao wrote: Hi all, Any suggestion to fix these kinds of QA warnings? libpam is referencing /usr/lib/libcrack from /lib/security. I tried to fix cracklib to install to /lib but cracklib is using other libraries from /usr/lib, I am afraid that I am touching a chain, so

Re: [OE-core] how to fix WARNING: QA Issue: libpam: installed in the base_prefix, requires a shared library under exec_prefix

2012-08-03 Thread Mark Hatle
On 8/3/12 1:07 PM, Yao Zhao wrote: On 12-08-03 01:45 PM, Mark Hatle wrote: On 8/3/12 11:44 AM, Yao Zhao wrote: Hi all, Any suggestion to fix these kinds of QA warnings? libpam is referencing /usr/lib/libcrack from /lib/security. I tried to fix cracklib to install to /lib but cracklib is

Re: [OE-core] how to fix WARNING: QA Issue: libpam: installed in the base_prefix, requires a shared library under exec_prefix

2012-08-03 Thread Yao Zhao
On 12-08-03 02:22 PM, Mark Hatle wrote: On 8/3/12 1:07 PM, Yao Zhao wrote: On 12-08-03 01:45 PM, Mark Hatle wrote: On 8/3/12 11:44 AM, Yao Zhao wrote: Hi all, Any suggestion to fix these kinds of QA warnings? libpam is referencing /usr/lib/libcrack from /lib/security. I tried to fix

[OE-core] [PATCH 0/5] Run postinst scriptlets at do_rootfs time

2012-08-03 Thread Laurentiu Palcu
Hi, This first patchset is part of series that will move as many postinst operations as possible to the do_rootfs time, hence, taking advantage of the processing power of the host and reduce target's first boot time. This patchset, in particular, is focused on gtk-update-icon-cache: which can

[OE-core] [PATCH 5/5] gdk-pixbuf: allow postinst scriplet to be called at do_rootfs time

2012-08-03 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb

[OE-core] [PATCH 2/5] sato-icon-theme: make postinst scriplet run at do_rootfs time

2012-08-03 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../sato-icon-theme/sato-icon-theme.inc| 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc

[OE-core] [PATCH 3/5] package_rpm: export the native directory to the postinst scriptlets

2012-08-03 Thread Laurentiu Palcu
Some postinst scriptlets test for the existence of certain files but have the paths hardcoded to the target's rootfs. This patch will allow us to run postinst scriptlets at do_rootfs time by calling native binaries. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com ---

[OE-core] [PATCH 4/5] gtk-icon-cache: call postinst scriplet at do_rootfs time

2012-08-03 Thread Laurentiu Palcu
This will improve first boot time because building the icon cache is done on host, with more processing power than the target. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/gtk-icon-cache.bbclass | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff

[OE-core] [PATCH 1/5] gtk+: enable gtk+-native

2012-08-03 Thread Laurentiu Palcu
This is needed in order to run postinst scriplets at do_rootfs time rather than first boot time. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 3/5] package_rpm: export the native directory to the postinst scriptlets

2012-08-03 Thread Mark Hatle
On 8/3/12 3:19 PM, Laurentiu Palcu wrote: Some postinst scriptlets test for the existence of certain files but have the paths hardcoded to the target's rootfs. This patch will allow us to run postinst scriptlets at do_rootfs time by calling native binaries. Signed-off-by: Laurentiu Palcu

Re: [OE-core] [PATCH 4/5] gtk-icon-cache: call postinst scriplet at do_rootfs time

2012-08-03 Thread Andreas Müller
On Fri, Aug 3, 2012 at 10:19 PM, Laurentiu Palcu laurentiu.pa...@intel.com wrote: This will improve first boot time because building the icon cache is done on host, with more processing power than the target. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com ---

[OE-core] [PATCH 0/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-03 Thread Darren Hart
The following changes since commit a9d0cbe1d84bb26fc1a1f48764fe514cf9f9c548: gcc: Bump PR since there have been several gcc changes and various problems reported and this should flush anything stale out (2012-08-03 10:32:24 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-03 Thread Darren Hart
There has been some confusion over proper use of the linux-yocto-custom recipe. It is not intended to build as is from meta-skeleton. It should be modified via a bbappend file to provide a Linux kernel config at the very least. Update the commentary to make this requirement more explicit. Add

[OE-core] [oe-core][PATCH] psplash: Update to latest psplash version

2012-08-03 Thread Franklin S Cooper Jr
* Update to the latest version of psplash which fixes a segmentation fault bug Signed-off-by: Franklin S Cooper Jr fcoo...@ti.com --- meta/recipes-core/psplash/psplash_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb

Re: [OE-core] Package recipes change proposal (system-wide) - name wise

2012-08-03 Thread Darren Hart
On 07/28/2012 02:22 AM, Anders Darander wrote: On 26 jul 2012, at 22:43, Joshua Lock j...@linux.intel.com wrote: On Thu, 2012-07-26 at 20:40 +0100, Richard Purdie wrote: Also, as others have mentioned, git can detect move operations if you tell it to. FYI the create-pull-request

Re: [OE-core] [PATCH 1/1] linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINE

2012-08-03 Thread Bruce Ashfield
On Fri, Aug 3, 2012 at 7:29 PM, Darren Hart dvh...@linux.intel.com wrote: There has been some confusion over proper use of the linux-yocto-custom recipe. It is not intended to build as is from meta-skeleton. It should be modified via a bbappend file to provide a Linux kernel config at the very

[OE-core] [PATCH 2/2] populate_sdk_rpm.bbclass: Depend do_populate_sdk task on createrepo-native

2012-08-03 Thread Khem Raj
Now that we have moved the rpm-createsolvedb.py script to createrepo-native for good reason of python-native dependency, we have to make sure that it is staged before its used, unlike before where it was under scripts/ dir and always existed outside the realm of package management. Fixes build

[OE-core] [PATCH 1/2] glib-2.0-nativesdk: Add dependency on glib-2.0-native

2012-08-03 Thread Khem Raj
when we build for nativesdk it needs tools from installed glib-2.0-dev package. We zeroes out compile_resourses but then genmarshal came up so instead of going about disabling them one by one lets depend on glib-2.0-native since thats the right thing to do. Signed-off-by: Khem Raj