Re: [OE-core] build directfb-1.6.1 fail

2012-07-10 Thread Dennis.Yxun
anyone has the same problem with me? either should we fix this problem, or revert following commit actually revert this commit works here (better to fix) commit 47800f9bff7a799489851156c341151ee9cf364f Author: Laurentiu Palcu Date: Tue Jul 3 12:34:59 2012 +0300 directfb: upgrade to 1.6.1

[OE-core] Upcoming Yocto 1.2.1 "denzil" release this week.

2012-07-10 Thread Scott Garman
Hello, After a review of the QA full pass test report for Yocto 1.2.1, the release team has agreed to submit this release candidate as our final release for 1.2.1. Song Liu will organize the release readiness decision, and I expect Beth Flanagan will be able to perform the official release by

[OE-core] build directfb-1.6.1 fail

2012-07-10 Thread Dennis.Yxun
hi All: Have problem build directfb, seems imlib2 library is missing Attached file is full compile log Dennis g2.lo idirectfbimageprovider_mpeg2.c | mipsel-oe-linux-libtool: link: ( cd ".libs" && rm -f "libidirectfbimageprovide r_dfiff.la" && ln -s "../libidirectfbimageprovider_dfiff.la" "libi

Re: [OE-core] [PATCH] gcc-configure-common.inc: use --with-long-double-128 on powerpc to comply with ABI

2012-07-10 Thread McClintock Matthew-B29882
On Tue, Jul 10, 2012 at 10:39 PM, Matthew McClintock wrote: > Signed-off-by: Matthew McClintock > --- > meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- > meta/recipes-devtools/gcc/gcc-configure-common.inc |4 > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git

[OE-core] [PATCH] gcc-configure-common.inc: use --with-long-double-128 on powerpc to comply with ABI

2012-07-10 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-common.inc |4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-

[OE-core] [PATCH] dtc.inc: fix for libdir == /usr/lib64

2012-07-10 Thread Matthew McClintock
On 64bit systems dtc will still install libaries in /usr/lib unless we havet this override Signed-off-by: Matthew McClintock --- meta/recipes-kernel/dtc/dtc.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dt

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Phil Blundell
On Wed, 2012-07-11 at 01:15 +0300, Andrei Gherzan wrote: > And to move a little further, busybox should be configured with > CONFIG_HWCLOCK=y only if it makes sense for that MACHINE. In my > opinion this is machine specific. That's a DISTRO decision. I suspect most that have binary feeds would p

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 11:53 PM, Andrei Gherzan wrote: > On Tue, Jul 10, 2012 at 7:02 PM, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> On Tue, 2012-07-10 at 17:59 +0300, Andrei Gherzan wrote: >> > Signed-off-by: Andrei Gherzan >> > --- >> > meta/recipes-core/busybox/busyb

Re: [OE-core] [PATCH 2/2] sysvinit-inittab.bb: fix up dynamically removed consoles

2012-07-10 Thread McClintock Matthew-B29882
Ignore this one too, sorry. -M On Tue, Jul 10, 2012 at 3:00 PM, Matthew McClintock wrote: > Using dmesg could result in removing all the serial consoles as the > dmesg buffer might get filled up and erase the info we are looking > for. Instead let's look at /proc/consoles > > Signed-off-by: Matt

[OE-core] [PATCH 2/2] sysvinit-inittab.bb: fix up dynamically removed consoles

2012-07-10 Thread Matthew McClintock
Using dmesg could result in removing all the serial consoles as the dmesg buffer might get filled up and erase the info we are looking for. Instead let's look at /proc/consoles Signed-off-by: Matthew McClintock --- meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb |4 ++-- 1 file change

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 7:02 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2012-07-10 at 17:59 +0300, Andrei Gherzan wrote: > > Signed-off-by: Andrei Gherzan > > --- > > meta/recipes-core/busybox/busybox.inc | 10 +++--- > > 1 file changed, 7 insertions(+), 3 de

Re: [OE-core] [PATCH 1/2] Fix hang issue when execute "shutdown now" command

2012-07-10 Thread McClintock Matthew-B29882
Ignore this... there is one patch before this one... -M On Tue, Jul 10, 2012 at 3:00 PM, Matthew McClintock wrote: > From: Zhenhua Luo > > The original issue: > When "shutdown now" command is typed on Linux prompt, the system tries to > shut down gracefully from runlevel 5 to 1. >

[OE-core] RFC: [PATCH 1/1] toolchain-scripts: Sync the SDK/ADT values to the build system

2012-07-10 Thread Mark Hatle
The build system passes specific TUNE (fundamental) flag values to various tools instead of using a shell wrapper or similar. It is important that the build system and ADT/SDK match the behaviors exactly, or we are likely to have differences in the way build-system and external components are buil

[OE-core] RFC: [PATCH 0/1] Build system/SDK/ADT differ in toolchain config

2012-07-10 Thread Mark Hatle
(Yes this is intentionally cross posted to both the Yocto Project list and the oe-core list. The code affects the generated SDK, as well as potentially ADT imported SDKs... so both sides need to be verified and commented on to say if this is a reasonable change.) The problem we found is that if y

[OE-core] [PATCH 1/2] Fix hang issue when execute "shutdown now" command

2012-07-10 Thread Matthew McClintock
From: Zhenhua Luo The original issue: When "shutdown now" command is typed on Linux prompt, the system tries to shut down gracefully from runlevel 5 to 1. RunLevel 1 is single-user/maintenance mode. This is the default behavior when no runlevel option is mentioned in shutdown

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2012, Khem Raj wrote: > On Tue, Jul 10, 2012 at 11:35 AM, Robert P. J. Day > wrote: > > > > my opinion, which is mine, is to add a script someone can run that > > tells them what appears to be safe to override from their current > > distro. that way, it's entirely optional and t

[OE-core] [PATCH] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var

2012-07-10 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/recipes-devtools/openjade/openjade-native_1.3.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb index a539c35..26

Re: [OE-core] [PATCH 0/1] subversion: do_install failed (parallel issue)

2012-07-10 Thread Saul Wold
On 07/10/2012 02:35 AM, Robert Yang wrote: The following changes since commit 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f: linux-yocto/3.4: perf scripting & unionfs fixes (2012-07-09 17:06:09 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/svn ht

Re: [OE-core] [PATCH 0/3] perf-scripting/perf-tui features, v3

2012-07-10 Thread Saul Wold
On 07/09/2012 10:07 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi This patchset enables the Perl and Python bindings for perf, as well as the perf TUI (text-based UI). These are now turned on by default via a new variable, PERF_FEATURES_ENABLE, which can be overridden if the default set o

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 13:11 -0400, Bruce Ashfield wrote: > Saul, > > Here are the SRCREV updates to activate Tom's mips perf fix (3.2 > and 3.4). > > For 3.4, we also have a yaffs2 and unionfs fix. > > Cheers, > > Bruce > > The following changes since commit 029e3cea52f86438a1d6868020bb5c

Re: [OE-core] [PATCH 0/3] perf-scripting/perf-tui features, v3

2012-07-10 Thread Richard Purdie
On Mon, 2012-07-09 at 12:07 -0500, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > This patchset enables the Perl and Python bindings for perf, as well > as the perf TUI (text-based UI). > > These are now turned on by default via a new variable, > PERF_FEATURES_ENABLE, which can be overridd

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 11:52 -0700, Khem Raj wrote: > On Tue, Jul 10, 2012 at 11:35 AM, Robert P. J. Day > wrote: > > > > my opinion, which is mine, is to add a script someone can run that > > tells them what appears to be safe to override from their current > > distro. that way, it's entirely o

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Khem Raj
On Tue, Jul 10, 2012 at 11:35 AM, Robert P. J. Day wrote: > > my opinion, which is mine, is to add a script someone can run that > tells them what appears to be safe to override from their current > distro. that way, it's entirely optional and the developer deals with > the output at their own

Re: [OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-10 Thread Khem Raj
On Tue, Jul 10, 2012 at 11:26 AM, Saul Wold wrote: > On 07/09/2012 06:21 PM, Khem Raj wrote: >> >> On Mon, Jul 9, 2012 at 4:45 PM, Saul Wold wrote: >>> >>> On 07/09/2012 03:43 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote: > > > gnupg has it's own

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2012, Richard Purdie wrote: > On Tue, 2012-07-10 at 15:00 +, McClintock Matthew-B29882 wrote: > > On Tue, Jul 10, 2012 at 8:32 AM, Richard Purdie > > wrote: > > > Originally, git was something new, not installed everywhere and had > > > commandline > > > stability problems. Th

Re: [OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-10 Thread Saul Wold
On 07/09/2012 06:21 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 4:45 PM, Saul Wold wrote: On 07/09/2012 03:43 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote: gnupg has it's own fake curl, since we use gnupg with zypper, there does not seem to be a strong reason to add c

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Tom Zanussi
On Tue, 2012-07-10 at 10:18 -0700, Saul Wold wrote: > On 07/10/2012 10:11 AM, Bruce Ashfield wrote: > > Saul, > > > > Here are the SRCREV updates to activate Tom's mips perf fix (3.2 > > and 3.4). > > > > For 3.4, we also have a yaffs2 and unionfs fix. > > > Bruce, Tom: > > Can you generate a sing

Re: [OE-core] [PATCH 0/1] linux-yocto/3.2: perf scripting changes

2012-07-10 Thread Saul Wold
On 07/09/2012 10:31 AM, Bruce Ashfield wrote: Richard/Saul, I had meant to send these along with the 3.4 update, and managed to get distracted and miss them. These are the SRCREV updates for the 3.2 kernel to support TomZ's recent perf scripting work. Cheers, Bruce cc: Tom Zanussi The foll

Re: [OE-core] [PATCH 0/3] Misc tidy-ups

2012-07-10 Thread Saul Wold
On 07/09/2012 10:03 AM, Paul Eggleton wrote: The following changes since commit 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f: linux-yocto/3.4: perf scripting & unionfs fixes (2012-07-09 17:06:09 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contr

Re: [OE-core] core-image-*.bb: Remove usage of EXTRA_IMAGE_FEATURES from some .bb files

2012-07-10 Thread Saul Wold
On 07/09/2012 10:12 AM, Robert P. J. Day wrote: Replace the usage of EXTRA_IMAGE_FEATURES in a small number of .bb files with IMAGE_FEATURES, and leave the use of EXTRA_IMAGE_FEATURES for developers in their local.conf files, to avoid the possibility of undesirable side effects. Signed-off-by:

Re: [OE-core] [PATCH 1/1] opkg: fix installation of dev / dbg packages

2012-07-10 Thread Saul Wold
On 07/10/2012 09:22 AM, Paul Eggleton wrote: OE-Core revision ffe93e2a099e4cadb1829dc12a58a6d7bef9a5a7 moved opkg's configuration file into /etc/opkg, and opkg always reads all files under this directory even if -f is specified (as it is during do_rootfs in order to specify our own generated conf

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Bruce Ashfield
On 12-07-10 01:18 PM, Bruce Ashfield wrote: On 12-07-10 01:18 PM, Saul Wold wrote: On 07/10/2012 10:11 AM, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Bruce, Tom: Can you generate a s

Re: [OE-core] [PATCH 2/2] kernel.bbclass: Make tree available for cross building external modules

2012-07-10 Thread Bruce Ashfield
On Tue, Jul 10, 2012 at 1:13 PM, Phil Blundell wrote: > On Tue, 2012-07-10 at 10:07 -0700, Khem Raj wrote: >> We shave too much from kernel sources for making it work >> for on device external kernel module development that cross >> development of external modules wont work from same tree >> anymo

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Bruce Ashfield
On 12-07-10 01:18 PM, Saul Wold wrote: On 07/10/2012 10:11 AM, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Bruce, Tom: Can you generate a single patch set that contains both the kernel

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Saul Wold
On 07/10/2012 10:11 AM, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Bruce, Tom: Can you generate a single patch set that contains both the kernel update and any perf recipe changes. T

[OE-core] [PATCH] rpm_5.4.9.bb: fix builds on systems with older libc

2012-07-10 Thread Matthew McClintock
| dbconvert.o: In function `rpmdb_convert': | /local/jenkins/jobs/yocto-upstream/workspace/label/master/machine/p4080ds/poky/master/tmp/work/x86_64-linux/rpm-native-5.4.9-r45/rpm-5.4.9/tools/dbconvert.c:126: warning: the use of `tempnam' is dangerous, better use `mkstemp' | dbconvert.o: In functi

Re: [OE-core] [PATCH 2/2] kernel.bbclass: Make tree available for cross building external modules

2012-07-10 Thread Phil Blundell
On Tue, 2012-07-10 at 10:07 -0700, Khem Raj wrote: > We shave too much from kernel sources for making it work > for on device external kernel module development that cross > development of external modules wont work from same tree > anymore. This patch makes a copy of tree which will eventually > b

[OE-core] [PATCH 2/2] linux-yocto/3.4: perf, unionfs and yaffs2 fixes

2012-07-10 Thread Bruce Ashfield
Updating the 3.4 SRCREVs to pickup the following changes: 6297e4c perf: add sgidefs.h to for mips builds 69b7817 yaffs: add leading underscore to mtd_info function names 160f1ac yaffs: change type for mode to umode_t 2d875e8 Unionfs: use mode_t Signed-off-by: Bruce Ashfield --- meta/rec

[OE-core] [PATCH 1/2] linux-yocto/3.2: perf: fix mips build

2012-07-10 Thread Bruce Ashfield
Updating SRCREVs for the following fix: Author: Tom Zanussi Date: Tue Jul 10 09:38:40 2012 -0500 perf: add sgidefs.h to for mips builds Allow Python.h to find the definitions it needs on mips i.e. get rid of the error: "_ABIN32" is not defined. Signed-off-by: Tom Zanussi Si

[OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Bruce Ashfield
Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Cheers, Bruce The following changes since commit 029e3cea52f86438a1d6868020bb5c93d623: bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and

[OE-core] [PATCH 1/2] runqemu: Fix running qemu when build without gl

2012-07-10 Thread Khem Raj
When gl is disabled in PACKAGECONFIG then we dont need to check for supporting libs to be present before running qemu. Signed-off-by: Khem Raj --- scripts/runqemu | 14 -- scripts/runqemu-internal | 17 + 2 files changed, 17 insertions(+), 14 deletions(-)

[OE-core] [PATCH 2/2] kernel.bbclass: Make tree available for cross building external modules

2012-07-10 Thread Khem Raj
We shave too much from kernel sources for making it work for on device external kernel module development that cross development of external modules wont work from same tree anymore. This patch makes a copy of tree which will eventually be staged for building external modules Signed-off-by: Khem R

[OE-core] [PATCH 0/1] Fix dev/dbg installation for ipk backend

2012-07-10 Thread Paul Eggleton
I had intended to send this with a bunch of other commits for reworking dev/dbg package installation, but that is taking longer than expected so let's just get the fix for the ipk backend in first. The following change since commit ddf52d0161096b089fad8f3ace69b6515d7b7226: ccache: Ensure CCACH

[OE-core] [PATCH 1/1] opkg: fix installation of dev / dbg packages

2012-07-10 Thread Paul Eggleton
OE-Core revision ffe93e2a099e4cadb1829dc12a58a6d7bef9a5a7 moved opkg's configuration file into /etc/opkg, and opkg always reads all files under this directory even if -f is specified (as it is during do_rootfs in order to specify our own generated config file), and this means that after opkg-collat

[OE-core] [PATCH v4 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++ meta/recipes-devtools/gcc/gcc-package-runtime.inc | 14 +- 3 files changed, 21 insertions(+), 2 deletions(-) di

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread McClintock Matthew-B29882
On Tue, Jul 10, 2012 at 10:57 AM, Richard Purdie wrote: > Every time we put an if statement in like this, it basically means we > should double the amount of QA, one for one path and one for the other. > > So whilst I've wondered about it, do we really need to do something like > this? I don't th

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Burton, Ross
On 10 July 2012 16:57, Richard Purdie wrote: >> What about testing the host system for presence of certain things? >> Then one could >> >> 1) yum/apt/etc install the needed items >> >> or >> >> 2) Build it if it's not present > > Every time we put an if statement in like this, it basically means w

Re: [OE-core] The Mythical Sato Replacement

2012-07-10 Thread Elvis Dowson
Hi, How about adding a meta-android layer, and creating a core-image-minimal-android build? The android kernels are available, they have a qemu target for android, and the android sdk will need a bbclass to download, build and create an android root filesystem. A couple of targets alrea

[OE-core] [PATCH 17/19] libidn: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a new patch avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch More details in the patch headers. Signed-off-by: Nitin A Kamble --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 25 meta/recipes-extended/libidn/libidn_1.25

[OE-core] [PATCH 19/19] gpgme: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoids this build issue: | rmdir: failed to remove `/srv/home/nitin/builds2/build0/tmp/work/i586-poky-linux/

[OE-core] [PATCH 16/19] telepathy-python: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a new patch: telepathy-python_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble --- .../telepathy-python_fix_for_automake_1.12.patch | 26 .../telepathy/telepathy-python_0.15.19.bb

[OE-core] [PATCH 18/19] webgit-gtk: fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a new patch: webgit-gtk_fix_build_with_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble --- .../webgit-gtk_fix_build_with_automake_1.12.patch | 62 meta/recipes-sato/webkit/webkit-gtk_svn.bb |

[OE-core] [PATCH 06/19] dates: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble --- meta/recipes-sato/pimlico/dates_git.bb |6 +- 1 files changed, 1

[OE-core] [PATCH 15/19] libunistring: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a new patch: libunistring/libunistring_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble --- .../libunistring_fix_for_automake_1.12.patch | 81 .../libunistring/libunistring_0.9.3.bb

[OE-core] [PATCH 14/19] pango: fix dependencies to avoid build issue

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble this commit avoids this build issue: | /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: cannot find -lelf | collect2: error: ld returned 1 exit status ... | make: *** [all] Error 2 | ERROR: oe_runmake fa

[OE-core] [PATCH 04/19] pcmanfm: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a patch: pcmanfm_fix_for_automake_1.12.patch More information in the patch header. Signed-off-by: Nitin A Kamble --- .../files/pcmanfm_fix_for_automake_1.12.patch | 35 meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb|5 ++- 2 fi

[OE-core] [PATCH 12/19] xf86-video-vmware: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Fixes this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-lin

[OE-core] [PATCH 13/19] libfm: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoids this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-li

[OE-core] [PATCH 07/19] librsvg: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |8 ++-- 1 files cha

[OE-core] [PATCH 05/19] avahi: fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble added a new patch : fix_for_automake_1.12.x.patch More information in the patch header. Signed-off-by: Nitin A Kamble --- meta/recipes-connectivity/avahi/avahi.inc |3 +- .../avahi/files/fix_for_automake_1.12.x.patch | 34 2 files

[OE-core] [PATCH 11/19] telepathy-glib: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tel

[OE-core] [PATCH 03/19] gnutls: Fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added new patches: avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch gnutls_fix_for_automake_1.12.1.patch more details in patch headers. Signed-off-by: Nitin A Kamble --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 51 .../

[OE-core] [PATCH 10/19] libgcrypt: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/lib

[OE-core] [PATCH 01/19] automake: upgrade from 1.11.3 to 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../automake/automake/path_prog_fixes.patch| 40 +++- .../{automake_1.11.3.bb => automake_1.12.1.bb} |5 +- 2 files changed, 8 insertions(+), 37 deletions(-) rename meta/recipes-devtools/automake/{automake

[OE-core] [PATCH 09/19] tar: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoid this error: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tar

[OE-core] [PATCH 02/19] jpeg: fix configure with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Bring back earlier jpeg fix. upstream has removed the fix from earlier release. The support for automatic de-ANSI-fication has been deprecated in automake 1.11.2, and will be removed altogether in automake 1.12 This avoids this error: | configure.ac:24: automatic de-ANSI-fi

[OE-core] [PATCH 08/19] evolution-data-server: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added 2 patches: avoid_automake_errors.patch fix_for_automake-1.12.x.patch More information in the patch headers. Signed-off-by: Nitin A Kamble --- .../avoid_automake_errors.patch| 83 .../fix_for_automake-1.12.x.patch

[OE-core] [PATCH 00/19] automake update related commits on master

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble These are same commits which I made for M1 branch, now rebased to the current master. Thanks, Nitin The following changes since commit 029e3cea52f86438a1d6868020bb5c93d623: bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and options (2012-07-10 1

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 17:59 +0300, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > meta/recipes-core/busybox/busybox.inc | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-core/busybox/busybox.inc > b/meta/recipes-core/busybox/busybo

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 15:00 +, McClintock Matthew-B29882 wrote: > On Tue, Jul 10, 2012 at 8:32 AM, Richard Purdie > wrote: > > Originally, git was something new, not installed everywhere and had > > commandline > > stability problems. This has changed and git it no longer makes sense to > > c

Re: [OE-core] [PATCH v3 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/10/2012 7:50 AM, Matthew McClintock wrote: > Signed-off-by: Matthew McClintock --- > meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- > meta/recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++ > meta/recipes-devtools/gcc

[OE-core] [PATCH v3 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++ meta/recipes-devtools/gcc/gcc-package-runtime.inc | 14 +- 3 files changed, 21 insertions(+), 2 deletions(-) di

Re: [OE-core] [PATCH v2 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread McClintock Matthew-B29882
On Tue, Jul 10, 2012 at 12:15 AM, Khem Raj wrote: > On Mon, Jul 9, 2012 at 9:29 PM, Matthew McClintock wrote: >> + >> + # clean up extra libgomp files >> + if [[ "${RUNTIMETARGET}" =~ "libgomp" ]]; then > > This seems bashism. > > if could just check the valued of $d in the loop inste

Re: [OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Raymond Danks
On 07/10/2012 09:01 AM, Saul Wold wrote: On 07/10/2012 07:35 AM, Raymond Danks wrote: Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target. http://review.cor

Re: [OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Saul Wold
On 07/10/2012 07:35 AM, Raymond Danks wrote: Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target. http://review.coreboot.org/#/c/1195/ Signed-off-by: Raymon

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread McClintock Matthew-B29882
On Tue, Jul 10, 2012 at 8:32 AM, Richard Purdie wrote: > Originally, git was something new, not installed everywhere and had > commandline > stability problems. This has changed and git it no longer makes sense to > continually build this when the system installed version is likely sufficient. >

[OE-core] [PATCH 2/5] bitbake.conf: Use the new form of features_backfill function

2012-07-10 Thread Andrei Gherzan
This function was modified in order to be used with other variables then DISTRO_FEATURES. Use this new function name and add the parameter needed. Signed-off-by: Andrei Gherzan --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.con

[OE-core] [PATCH 1/5] utils.py: Modify and rename distro_features_backfill python function

2012-07-10 Thread Andrei Gherzan
This function was written to be used with DISTRO_FEATURES. This behavior is usefull with MACHINE_FEATURES as well. Signed-off-by: Andrei Gherzan --- meta/lib/oe/utils.py |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/utils.py b/meta/lib/oe/utils.py in

[OE-core] [PATCH 4/5] bitbake.conf: Add rtc to MACHINE_FEATURES_BACKFILL

2012-07-10 Thread Andrei Gherzan
This was done this way so that the current machine configuration would remain unaffected. The rtc MACHINE_FEATURE will specify if a real time clock is avalaible. Signed-off-by: Andrei Gherzan --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/c

[OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- meta/recipes-core/busybox/busybox.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 82137a3..17ff442 100644 --- a/meta/recipes-core/busybox/bus

[OE-core] [PATCH 3/5] bitbake.conf: Add MACHINE_FEATURES_BACKFILL and append to MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
This is works the way DISTRO_FEATURES_BACKFILL does. Signed-off-by: Andrei Gherzan --- meta/conf/bitbake.conf |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 855ba6a..6a4d4ef 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitba

[OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Raymond Danks
Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target. http://review.coreboot.org/#/c/1195/ Signed-off-by: Raymond Danks --- v2: Reword commit log meta/rec

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2012, Richard Purdie wrote: > On Tue, 2012-07-10 at 10:02 -0400, Robert P. J. Day wrote: > > On Tue, 10 Jul 2012, Richard Purdie wrote: > > > # its own in staging > > > ASSUME_PROVIDED = "\ > > > bzip2-native \ > > > +git-native \ > > > grep-native \ > > > diff

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Laurentiu Palcu
On 07/10/2012 04:51 PM, Martin Jansa wrote: > On Tue, Jul 10, 2012 at 04:47:02PM +0300, Laurentiu Palcu wrote: >> Hi Martin, >> >> When I upgrade a package, I build the package for all architectures. >> That's how I find build issues on other architectures which I, >> eventually, try to fix. Take

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 10:02 -0400, Robert P. J. Day wrote: > On Tue, 10 Jul 2012, Richard Purdie wrote: > > > Originally, git was something new, not installed everywhere and had > > commandline > > stability problems. This has changed and git it no longer makes sense to > > continually build this

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2012, Richard Purdie wrote: > Originally, git was something new, not installed everywhere and had > commandline > stability problems. This has changed and git it no longer makes sense to > continually build this when the system installed version is likely sufficient. > > This speed

Re: [OE-core] does anything actually use BBVERSIONS?

2012-07-10 Thread Chris Larson
On Tue, Jul 10, 2012 at 1:58 AM, Robert P. J. Day wrote: > perusing bitbake user manual, came across section 2.1.20 which > mentions BBVERSIONS, but i don't see any current usage of it. is it > still actively used anywhere? the only places i see it are in the > documentation. I don't know of

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Martin Jansa
On Tue, Jul 10, 2012 at 04:47:02PM +0300, Laurentiu Palcu wrote: > Hi Martin, > > When I upgrade a package, I build the package for all architectures. > That's how I find build issues on other architectures which I, > eventually, try to fix. Take, for example, directfb (1.6.1) which didn't > compi

Re: [OE-core] [PATCH 00/15] commits related to automake update to 1.12.1

2012-07-10 Thread Richard Purdie
On Mon, 2012-07-09 at 09:26 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This work is based on 1.3_M1 branch to get a stable base. These commits > build core-image-sato-sdk & core-image-lsb images fine. This is all well and good but its neigh on impossible for me to merge th

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Laurentiu Palcu
Hi Martin, When I upgrade a package, I build the package for all architectures. That's how I find build issues on other architectures which I, eventually, try to fix. Take, for example, directfb (1.6.1) which didn't compile on mips. Libx11, however, compiled just fine. It turns out there was somet

Re: [OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-10 Thread Amy Fong
On Mon, Jul 09, 2012 at 09:23:46PM -0700, Saul Wold wrote: > On 07/09/2012 11:50 AM, Amy Fong wrote: > >Package install failures due to issues in post install rules. > > > >package_do_shlibs only looks for libraries in a directory "lib", this should > >be > >modified to the variable baselib. > > >

Re: [OE-core] [PATCH 2/5] gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out

2012-07-10 Thread Khem Raj
-Khem On Jul 10, 2012, at 12:52 AM, Martin Jansa wrote: > On Fri, Jun 22, 2012 at 09:38:38AM +0200, Martin Jansa wrote: >> On Fri, Jun 22, 2012 at 12:20:31AM -0700, Khem Raj wrote: >>> On Thu, Jun 21, 2012 at 11:37 PM, Martin Jansa >>> wrote: On Wed, Jun 20, 2012 at 08:18:37AM -0700, Kh

[OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
Originally, git was something new, not installed everywhere and had commandline stability problems. This has changed and git it no longer makes sense to continually build this when the system installed version is likely sufficient. This speeds up build since recipes no longer have to wait for git-

[OE-core] gconf: Disable gtk support

2012-07-10 Thread Richard Purdie
There are only a couple of helper utilities within gconf that need gtk+ as a dependency and those are unused and pretty useless. We might as well drop the dependency on gtk and allow more parallel builds by reducing dependency bottlenecks. Signed-off-by: Richard Purdie --- diff --git a/meta/recip

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Martin Jansa
On Tue, Jul 10, 2012 at 01:14:18PM +0200, Martin Jansa wrote: > On Tue, Jul 10, 2012 at 12:44:30PM +0200, Martin Jansa wrote: > > On Mon, Jul 09, 2012 at 04:00:32PM +, g...@git.openembedded.org wrote: > > > Module: openembedded-core.git > > > Branch: master > > > Commit: 52d4ff7b35602faa52360a3

Re: [OE-core] [PATCH 15/15] pango: fix dependencies to avoid build issue

2012-07-10 Thread Richard Purdie
On Mon, 2012-07-09 at 09:26 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > this commit avoids this build issue: > > | > /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: > cannot find -lelf > | collect2: er

[OE-core] [PATCH 4/4] webgit-gtk: fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a new patch: webgit-gtk_fix_build_with_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble --- .../webgit-gtk_fix_build_with_automake_1.12.patch | 62 meta/recipes-sato/webkit/webkit-gtk_svn.bb |

[OE-core] [PATCH 2/4] telepathy-python: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a new patch: telepathy-python_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble --- .../telepathy-python_fix_for_automake_1.12.patch | 26 .../telepathy/telepathy-python_0.15.19.bb

[OE-core] [PATCH 3/4] libidn: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble Added a new patch avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch More details in the patch headers. Signed-off-by: Nitin A Kamble --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 25 meta/recipes-extended/libidn/libidn_1.24

[OE-core] [PATCH 0/4] more commits related to automake update

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble With the "world" build, found out that more recipes are failing due to automake 1.12.x All these remainling recipes are fixed and the world build succeeds with automake 1.12.1 now. Thanks, Nitin The following changes since commit 45d7793f0e3092f3ba4e03c52195ea13179ad1d8:

  1   2   >