Re: [OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Frans Meulenbroeks
2011/7/8 Saul Wold > [YOCTO #1214] > > Signed-off-by: Saul Wold > --- > meta/recipes-core/eglibc/eglibc-package.inc |2 +- > meta/recipes-core/eglibc/eglibc.inc |2 +- > meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- > meta/recipes-core/eglibc/eglibc_2.13.bb |2 +

Re: [OE-core] [PATCH 0/8] Bug Fixes for M2 Rc2

2011-07-07 Thread Frans Meulenbroeks
2011/7/8 Saul Wold > Richard, > > This address the bash, xcb missing from libx11, locale issue and > the lack of space due to zypper eating space. > I don't think all the dependencies on bash are needed. E.g: eglibc: Add RDEPENDS on bash eglibc itself does not need bash to be present at runtim

Re: [OE-core] [PATCH 1/8] rootfs_rpm: Add 50Meg to image size for zypper

2011-07-07 Thread Saul Wold
On 07/07/2011 04:38 PM, Richard Purdie wrote: On Thu, 2011-07-07 at 16:31 -0700, Saul Wold wrote: [YOCTO #1171] Add /var space for zypper due to its space usage for db maintence This hasn't been tested for opkg/deb and is missing something like: ZYPPER_VAR_DB_SPACE ??= 0 I'd suggest we just

Re: [OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Khem Raj
On 07/07/2011 06:15 PM, Saul Wold wrote: On 07/07/2011 05:59 PM, Khem Raj wrote: On Jul 7, 2011, at 4:31 PM, Saul Wold wrote: [YOCTO #1214] Signed-off-by: Saul Wold --- meta/recipes-core/eglibc/eglibc-package.inc | 2 +- meta/recipes-core/eglibc/eglibc.inc | 2 +- meta/recipes-core/eglibc/egl

Re: [OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Khem Raj
On 07/07/2011 07:34 AM, Paul Eggleton wrote: On Thursday 07 July 2011 15:24:46 Koen Kooi wrote: angstrom has been setting it to 2.6.16 for some years now, I forget which bug that fixed over 2.6.0 Personally I don't know enough about which crusty old 2.6 kernels people are still using out there

[OE-core] [PATCH 2/2] alsa-tools: Fix recipe build error.

2011-07-07 Thread Dongxiao Xu
1. Fix the autoreconf error with gtk2 and alsa. 2. Add libtool sysroot path while configuration. 3. Remove one element in alsa-tools which depends on qt2. [YOCTO #1038] Signed-off-by: Dongxiao Xu --- .../alsa/alsa-tools-1.0.24.1/autotools.patch | 31 .../recipes-mul

[OE-core] [PATCH 1/2] fltk: add this recipe for alsa-tools build

2011-07-07 Thread Dongxiao Xu
alsa-tools has dependency on fltk. Import this recipe from open-embedded. Signed-off-by: Dongxiao Xu --- .../fltk/fltk-1.1.10/disable_test.patch| 18 + meta/recipes-multimedia/fltk/fltk_1.1.10.bb| 38 2 files changed, 56 insertions(+), 0 delet

[OE-core] [PATCH 0/2][PULL] alsa-tools: Fix recipe build error

2011-07-07 Thread Dongxiao Xu
Hi Saul, This pull request fixes the alsa-tools recipe build error. Please help to review and pull. [YOCTO #1038] Thanks, Dongxiao The following changes since commit 2c79c9eb7ef8ef0aef8c3096c3c4387e28e56ea2: pulseaudio: add 0.9.23 (2011-07-07 13:45:32 +0100) are available in the git reposit

Re: [OE-core] [PATCH 1/1] powertop: inherit update-alternatives and use a higher priority than busybox

2011-07-07 Thread Cui, Dexuan
Tom Rini wrote: > On 07/07/2011 01:39 AM, Dexuan Cui wrote: >> busybox-1.18.4 installs /bin/powertop and the powertop recipe >> installs /usr/bin/powertop. So, in PATH, if /bin appears before >> /usr/bin, we would run the version offered by busybox, which has a >> very limited function (e.g., no pa

Re: [OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
On 07/07/2011 05:59 PM, Khem Raj wrote: On Jul 7, 2011, at 4:31 PM, Saul Wold wrote: [YOCTO #1214] Signed-off-by: Saul Wold --- meta/recipes-core/eglibc/eglibc-package.inc |2 +- meta/recipes-core/eglibc/eglibc.inc |2 +- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- m

Re: [OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Khem Raj
On Jul 7, 2011, at 4:31 PM, Saul Wold wrote: > [YOCTO #1214] > > Signed-off-by: Saul Wold > --- > meta/recipes-core/eglibc/eglibc-package.inc |2 +- > meta/recipes-core/eglibc/eglibc.inc |2 +- > meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- > meta/recipes-core/eglibc/eg

Re: [OE-core] [PATCH 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-07 Thread Khem Raj
On Jul 7, 2011, at 5:00 PM, Andrea Adami wrote: > Ehm, > some cruft slipped in :/ > > On Fri, Jul 8, 2011 at 1:11 AM, Andrea Adami wrote: >> * from org.openembedded.dev (oe-classic) >> >> Signed-off-by: Andrea Adami >> --- >> meta/classes/kernel.bbclass | 22 ++ >> 1

Re: [OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Yu Ke
on 2011-7-8 3:22, Richard Purdie wrote: On Thu, 2011-07-07 at 22:10 +0800, Yu Ke wrote: python has several place hard code "lib" which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu Ke [...] ++

Re: [OE-core] [PATCH 1/7] binutils: upgrade from 2.21 to 2.21.1

2011-07-07 Thread Khem Raj
On Jul 7, 2011, at 4:12 PM, Richard Purdie wrote: > On Thu, 2011-07-07 at 14:39 -0700, Khem Raj wrote: >> On Thu, Jul 7, 2011 at 1:25 PM, wrote: >>> From: Nitin A Kamble >>> >>> Signed-off-by: Nitin A Kamble >>> --- >>> ...n_2.21.bb => binutils-cross-canadian_2.21.1.bb} |0 >>> ...tils

Re: [OE-core] [PATCH 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-07 Thread Andrea Adami
Ehm, some cruft slipped in :/ On Fri, Jul 8, 2011 at 1:11 AM, Andrea Adami wrote: > * from org.openembedded.dev (oe-classic) > > Signed-off-by: Andrea Adami > --- >  meta/classes/kernel.bbclass |   22 ++ >  1 files changed, 22 insertions(+), 0 deletions(-) > > diff --git a/me

[OE-core] [PATCH 0/2] Update OLDEST_KERNEL v2

2011-07-07 Thread Paul Eggleton
Since v1, this now updates the value to 2.6.16 instead of 2.6.0. The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490: pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/

[OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.16

2011-07-07 Thread Paul Eggleton
Since we no longer support 2.4, update this setting to 2.6.16, to line up with the most accepted setting from OE. (This affects eglibc's kernel support, and 2.6.16 is the minimum version for glibc 2.9 onwards.) Signed-off-by: Paul Eggleton --- meta/conf/bitbake.conf |2 +- 1 files changed, 1

[OE-core] [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change

2011-07-07 Thread Paul Eggleton
Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value. Signed-off-by: Paul Eggleton --- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/eglibc/egli

Re: [OE-core] [PATCH 1/8] rootfs_rpm: Add 50Meg to image size for zypper

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 16:31 -0700, Saul Wold wrote: > [YOCTO #1171] > > Add /var space for zypper due to its space usage for db maintence This hasn't been tested for opkg/deb and is missing something like: ZYPPER_VAR_DB_SPACE ??= 0 I'd suggest we just change this to append " + 51200" to IMAGE_R

Re: [OE-core] [PATCH 6/8] perl: fix for non /usr/lib libdir case

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 09:14 -0700, Kamble, Nitin A wrote: > Hi Ke, >Is this for multilib ? Yes, it is. Cheers, Richard ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinf

[OE-core] [PATCH 8/8] libx11: enable xcb support

2011-07-07 Thread Saul Wold
[YOCTO #1196] Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb index 3e046a1..04d4a97 100

[OE-core] [PATCH 6/8] usbutils: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold --- meta/recipes-bsp/usbutils/usbutils_0.91.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_0.91.bb index 5d605c5..c5420d0 100644 --- a/meta/rec

[OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold --- meta/recipes-core/eglibc/eglibc-package.inc |2 +- meta/recipes-core/eglibc/eglibc.inc |2 +- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 4 files changed, 4 insertions(+),

[OE-core] [PATCH 5/8] console-tools: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold --- .../console-tools/console-tools_0.3.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb index c740119.

[OE-core] [PATCH 3/8] gnome-doc-utils: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold --- meta/recipes-gnome/gnome/gnome-doc-utils.inc |2 ++ meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome

[OE-core] [PATCH 4/8] quilt: Add RDEPENDS on bash

2011-07-07 Thread Saul Wold
[YOCTO #1214] Signed-off-by: Saul Wold --- meta/recipes-devtools/quilt/quilt.inc |2 ++ meta/recipes-devtools/quilt/quilt_0.48.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index

[OE-core] [PATCH 2/8] image.bbclass: add LINGUAS_INSTALL to depends list

2011-07-07 Thread Saul Wold
[YOCTO #1215] Signed-off-by: Saul Wold --- meta/classes/image.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 1768a0b..edfb2d6 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass

[OE-core] [PATCH 0/8] Bug Fixes for M2 Rc2

2011-07-07 Thread Saul Wold
Richard, This address the bash, xcb missing from libx11, locale issue and the lack of space due to zypper eating space. Sau! The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490: pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100) are available in the git repository at

[OE-core] [PATCH 1/8] rootfs_rpm: Add 50Meg to image size for zypper

2011-07-07 Thread Saul Wold
[YOCTO #1171] Add /var space for zypper due to its space usage for db maintence Signed-off-by: Saul Wold --- meta/classes/image_types.bbclass |2 +- meta/classes/rootfs_rpm.bbclass |5 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/classes/image_types.bbclass

Re: [OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 22:10 +0800, Yu Ke wrote: > python has several place hard code "lib" which breaks build > when libdir=/usr/lib64. SUSE has a patch to fix this issue. > > So this patch add the SUSE patch to address this issue > > Signed-off-by: Yu Ke [...] > ++AC_SUBST(LIB) > ++AC_MSG_CHECK

Re: [OE-core] [PATCH 1/7] binutils: upgrade from 2.21 to 2.21.1

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 14:39 -0700, Khem Raj wrote: > On Thu, Jul 7, 2011 at 1:25 PM, wrote: > > From: Nitin A Kamble > > > > Signed-off-by: Nitin A Kamble > > --- > > ...n_2.21.bb => binutils-cross-canadian_2.21.1.bb} |0 > > ...tils-cross_2.21.bb => binutils-cross_2.21.1.bb} |0 > > .

Re: [OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 15:34 +0100, Paul Eggleton wrote: > On Thursday 07 July 2011 15:24:46 Koen Kooi wrote: > > angstrom has been setting it to 2.6.16 for some years now, I forget which > > bug that fixed over 2.6.0 > > Personally I don't know enough about which crusty old 2.6 kernels people are

[OE-core] [PATCH 0/2] Add support for initramfs

2011-07-07 Thread Andrea Adami
* Sync with org.openembedded.dev and allow the inclusion of * lzma and xz compressed images. Andrea Adami (2): kernel.bbclass: handle embedding of initramfs images image_types.bbclass: support xz compressed initramfs.cpio and tarballs meta/classes/image_types.bbclass | 13 +

Re: [OE-core] [PATCH 5/7] eglibc: fix installed but not packaged files

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 14:41 -0700, Khem Raj wrote: > On Thu, Jul 7, 2011 at 1:42 PM, Phil Blundell wrote: > > On Thu, 2011-07-07 at 13:25 -0700, nitin.a.kam...@intel.com wrote: > >> -FILES_${PN} = "${libc_baselibs} ${libexecdir}/* > >> ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldc

[OE-core] [PATCH 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-07 Thread Andrea Adami
* from org.openembedded.dev (oe-classic) Signed-off-by: Andrea Adami --- meta/classes/kernel.bbclass | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 943252a..03b321d 100644 --- a/meta/c

[OE-core] [PATCH 2/2] image_types.bbclass: support xz compressed initramfs.cpio and tarballs

2011-07-07 Thread Andrea Adami
* from org.openembedded.dev (oe-classic) Signed-off-by: Andrea Adami --- meta/classes/image_types.bbclass | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 8c86227..2b0c589 100644 --- a/

[OE-core] [PATCH 1/1] [bug 1195] site/mips-common: Cache cvs_cv_func_printf_ptr

2011-07-07 Thread Jessica Zhang
From: Khem Raj Signed-off-by: Jessica Zhang --- meta/site/mips-common |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/site/mips-common b/meta/site/mips-common index 6408baa..bbfc779 100644 --- a/meta/site/mips-common +++ b/meta/site/mips-common @@ -1,6 +1,9 @@ a

[OE-core] [PATCH 0/1] [bug 1195] site/mips-common: Cache cvs_cv_func_printf_ptr

2011-07-07 Thread Jessica Zhang
The following changes since commit c412674cf818e77e35857fb93353e392e7ac9e53: Khem Raj (1): package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0" are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/1195 http://git.yoctoproject.org/cgit

Re: [OE-core] [PATCH 5/7] eglibc: fix installed but not packaged files

2011-07-07 Thread Khem Raj
On Thu, Jul 7, 2011 at 1:42 PM, Phil Blundell wrote: > On Thu, 2011-07-07 at 13:25 -0700, nitin.a.kam...@intel.com wrote: >> -FILES_${PN} = "${libc_baselibs} ${libexecdir}/* >> ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig >> ${sysconfdir}/ld.so.conf', '', d)}" >> +FILES_${P

Re: [OE-core] [PATCH 1/7] binutils: upgrade from 2.21 to 2.21.1

2011-07-07 Thread Khem Raj
On Thu, Jul 7, 2011 at 1:25 PM, wrote: > From: Nitin A Kamble > > Signed-off-by: Nitin A Kamble > --- >  ...n_2.21.bb => binutils-cross-canadian_2.21.1.bb} |    0 >  ...tils-cross_2.21.bb => binutils-cross_2.21.1.bb} |    0 >  ...rosssdk_2.21.bb => binutils-crosssdk_2.21.1.bb} |    0 >  .../110

Re: [OE-core] [PATCH 4/7] binutils: package unpackaged files

2011-07-07 Thread Khem Raj
On Thu, Jul 7, 2011 at 1:25 PM, wrote: > From: Nitin A Kamble > > To fix these package qa warnings > WARNING: For recipe binutils, the following files were installed but not > shipped in any package: > WARNING:   /usr/bin/ld.bfd > WARNING:   /usr/bin/elfedit > > Signed-off-by: Nitin A Kamble >

Re: [OE-core] [PATCH 5/7] eglibc: fix installed but not packaged files

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 13:25 -0700, nitin.a.kam...@intel.com wrote: > -FILES_${PN} = "${libc_baselibs} ${libexecdir}/* > ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig > ${sysconfdir}/ld.so.conf', '', d)}" > +FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/rpc >

[OE-core] [PATCH 7/7] elfutils: fix compilations issue with the gcc 4.7

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../{elfutils-0.148 => elfutils}/arm_backend.diff |0 .../do-autoreconf.diff |0 .../elf_additions.diff |0 .../elfutils-fsize.patch |0 .../

[OE-core] [PATCH 3/7] distro tracking: update devel.toolchain recipes's fields

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 33 +++ 1 files changed, 19 insertions(+), 14 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_

[OE-core] [PATCH 6/7] gcc-runtime: fix installed but unpackaged files

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble gcc recipes has changed, currently ${PV} is 4.6 and ${BINV} is 4.6.1 version. Fix these QA warnings. WARNING: For recipe gcc-runtime, the following files were installed but not shipped in any package: WARNING: /usr/share/gcc-4.6.1/python/libstdcxx/__init__.py WARNING: /

[OE-core] [PATCH 5/7] eglibc: fix installed but not packaged files

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble Fixes these package QA warnings: WARNING: For recipe eglibc, the following files were installed but not shipped in any package: WARNING: /etc/rpc WARNING: /etc/localtime Signed-off-by: Nitin A Kamble --- meta/recipes-core/eglibc/eglibc-package.inc |6 +- meta

[OE-core] [PATCH 2/7] gmp: upgrade from 5.0.1 to 5.0.2

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../gmp/{gmp_5.0.1.bb => gmp_5.0.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gmp/{gmp_5.0.1.bb => gmp_5.0.2.bb} (67%) diff --git a/meta/recipes-support/gmp/gmp_5.0.1.bb b/me

[OE-core] [PATCH 4/7] binutils: package unpackaged files

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble To fix these package qa warnings WARNING: For recipe binutils, the following files were installed but not shipped in any package: WARNING: /usr/bin/ld.bfd WARNING: /usr/bin/elfedit Signed-off-by: Nitin A Kamble --- .../binutils/binutils-cross-canadian_2.21.1.bb |

[OE-core] [PATCH 0/7] upgrades & misc fixes

2011-07-07 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 2c79c9eb7ef8ef0aef8c3096c3c4387e28e56ea2: pulseaudio: add 0.9.23 (2011-07-07 13:45:32 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

Re: [OE-core] [PATCH 3/3] kernel.bbclass: prevent QA warning about kernel-module-lirc-dev

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 21:08 +0200, Andreas Mueller wrote: > So I think a better solution is reworking commit > 2e06a1a843756e9d50291c4533b10096af2d852b e.g. by excluding all kernel > *modules* > from *dev check. Yeah, or try to be smarter about determining what exactly is a "dev" package, e.g.

Re: [OE-core] [PATCH 3/3] kernel.bbclass: prevent QA warning about kernel-module-lirc-dev

2011-07-07 Thread Andreas Mueller
On Thursday, July 07, 2011 07:32:48 PM Paul Eggleton wrote: > kernel-module-lirc-dev is not a development package (it's a package for > a kernel module called lirc_dev) so add an INSANE_SKIP that will prevent > it from being flagged up. > > Signed-off-by: Paul Eggleton > --- > meta/classes/kerne

[OE-core] [PATCH 0/3] QA warning fixes

2011-07-07 Thread Paul Eggleton
I found a couple of issues with the recent insane.bbclass changes. The following patches fix them as well as add a warning fix for something I noticed when building a kernel with LIRC support. The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490: pulseaudio: add 0.9.23 (2

[OE-core] [PATCH 3/3] kernel.bbclass: prevent QA warning about kernel-module-lirc-dev

2011-07-07 Thread Paul Eggleton
kernel-module-lirc-dev is not a development package (it's a package for a kernel module called lirc_dev) so add an INSANE_SKIP that will prevent it from being flagged up. Signed-off-by: Paul Eggleton --- meta/classes/kernel.bbclass |4 1 files changed, 4 insertions(+), 0 deletions(-) d

[OE-core] [PATCH 2/3] insane.bbclass: fix error/warning status being inverted

2011-07-07 Thread Paul Eggleton
Fix package_qa_handle_error so that it returns the correct values in order to determine error/warning status. Signed-off-by: Paul Eggleton --- meta/classes/insane.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane

[OE-core] [PATCH 1/3] insane.bbclass: allow dev-deps to be skipped via INSANE_SKIP

2011-07-07 Thread Paul Eggleton
Add the missing check in package_qa_check_rdepends to allow dependencies from non-development packages on development packages to be skipped. Signed-off-by: Paul Eggleton --- meta/classes/insane.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/insane

[OE-core] OE Changelog for 2011-06-27 to 2011-07-4

2011-07-07 Thread cliff . brake
Changelog for 2011-06-27 to 2011-07-4. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/m

Re: [OE-core] [PATCH 6/8] perl: fix for non /usr/lib libdir case

2011-07-07 Thread Kamble, Nitin A
Hi Ke, Is this for multilib ? Nitin > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Yu Ke > Sent: Thursday, July 07, 2011 7:10 AM > To: openembedded-core@lists.openembedded.org; >

[OE-core] [PATCH 1/2] kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround

2011-07-07 Thread Phil Blundell
Signed-off-by: Phil Blundell --- meta/classes/kernel.bbclass |5 - meta/recipes-core/tasks/task-base.bb |5 - 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 943252a..7770b8b 100644 --- a/met

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 16:11 +0100, Paul Eggleton wrote: > On Thursday 07 July 2011 15:51:54 Phil Blundell wrote: > > On Wed, 2011-07-06 at 16:39 -0700, Saul Wold wrote: > > > I will take a patch that deletes from here and adds it into the > > > meta-extra's layer. > > > > OK. What's meta-extra's?

[OE-core] [PATCH 2/2] bluez-dtl1-workaround: deleted

2011-07-07 Thread Phil Blundell
Signed-off-by: Phil Blundell --- .../bluez/bluez-dtl1-workaround/02dtl1_cs.sh | 57 .../bluez/bluez-dtl1-workaround/COPYING.patch | 346 .../bluez/bluez-dtl1-workaround_1.0.bb | 18 - 3 files changed, 0 insertions(+), 421 deletions(-) delete

Re: [OE-core] [PATCH 1/1] powertop: inherit update-alternatives and use a higher priority than busybox

2011-07-07 Thread Tom Rini
On 07/07/2011 01:39 AM, Dexuan Cui wrote: > busybox-1.18.4 installs /bin/powertop and the powertop recipe installs > /usr/bin/powertop. So, in PATH, if /bin appears before /usr/bin, we would > run the version offered by busybox, which has a very limited function (e.g., > no parameter is accepted) a

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-07 Thread Paul Eggleton
On Thursday 07 July 2011 15:51:54 Phil Blundell wrote: > On Wed, 2011-07-06 at 16:39 -0700, Saul Wold wrote: > > I will take a patch that deletes from here and adds it into the > > meta-extra's layer. > > OK. What's meta-extra's? I don't think I'm familiar with that layer. It's a Yocto layer th

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-07 Thread Phil Blundell
On Wed, 2011-07-06 at 16:39 -0700, Saul Wold wrote: > I will take a patch that deletes from here and adds it into the > meta-extra's layer. OK. What's meta-extra's? I don't think I'm familiar with that layer. p. ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Paul Eggleton
On Thursday 07 July 2011 15:24:46 Koen Kooi wrote: > angstrom has been setting it to 2.6.16 for some years now, I forget which > bug that fixed over 2.6.0 Personally I don't know enough about which crusty old 2.6 kernels people are still using out there, so I figured 2.6.0 was the safest bet. A

[OE-core] [PATCH 0/1] sato-sdk: add clutter to fix bug 891

2011-07-07 Thread Yu Ke
The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63: Khem Raj (1): uclibc: Fix compilation in thumb mode are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/bug891 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug891

Re: [OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Koen Kooi
angstrom has been setting it to 2.6.16 for some years now, I forget which bug that fixed over 2.6.0 Op 7 jul. 2011 om 14:11 heeft Paul Eggleton het volgende geschreven: > Since we no longer support 2.4, update this setting to 2.6.0. (This affects > eglibc's kernel support). > > Signed-off-by:

[OE-core] [PATCH 1/1] sato-sdk: add clutter for sato-sdk image

2011-07-07 Thread Yu Ke
Yocto ADT has Eclips clutter template, so it is better to have clutter in SDK image to support ADT. this patch add clutter and clutter-box2d app to sato-sdk image for this purpose Fix [YOCTO #891] Signed-off-by: Yu Ke --- meta/recipes-core/tasks/task-core-tools.bb |4 +++- 1 files changed,

[OE-core] [PATCH 5/8] python-native: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the get_python_lib() use hard code "lib". when other recipe building use python-native, the STAGING_LIBDIR is non /usr/lib, so the hard code "lib" will break the build This patch replace the hardcoded "lib" with value from libdir to fix this issue. Signed-off-by: Yu Ke --- ...2-distutils-prefix

[OE-core] [PATCH 8/8] rpm: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
rpm default will use /usr/lib if the --with-path-lib is not specified. this will not work in non /usr/lib libdir case. so this patch add the --with-path-lib to fix this issue. Signed-off-by: Yu Ke --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletio

[OE-core] [PATCH 7/8] libcap: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the recipe has hardcoded "lib=lib", which does not work in libdir=/usr/lib64 case where should be "lib=lib64", So this patch fix it by replacing lib with libdir Signed-off-by: Yu Ke --- meta/recipes-support/libcap/libcap.inc |5 +++-- meta/recipes-support/libcap/libcap_2.20.bb |2 +-

[OE-core] [PATCH 1/8] native.bbclass: generate libdir from libdir_native

2011-07-07 Thread Yu Ke
currently, the libdir in native.bbclass is inherited from target libdir defined in bitbake.conf. This is not correct in concept, instead, it should be inherited from libdir_native. Current code works because both the target libdir and libdir_native are the same value "/usr/lib". But if libdir chang

[OE-core] [PATCH 0/8] [RFC] patch for non /usr/lib libdir

2011-07-07 Thread Yu Ke
in multilib case, libdir is usually not standard /usr/lib, so this series of patches are addressing some recipes's build failure when libdir is not /usr/lib, for example, libdir=/usr/lib64. All the patches have no impact to current libdir=/usr/lib situation, since they just replace the hardcode /u

[OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Yu Ke
python has several place hard code "lib" which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu Ke --- meta/recipes-devtools/python/python/multilib.patch | 295 meta/recipes-de

[OE-core] [PATCH 3/8] libc-package.bbclass: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
if libdir is not /usr/lib, e.g. libdir=/usr/lib64, eglibc will have build failure: " cross-localedef --uint32-align=4 --little-endian --force --old-style --no-archive --prefix=/home/kyu3/sdb/lib64/tmp/work/x86_64-poky-linux/eglibc-2.13-r2+svnr14157/locale-tree --inputfile=/home/kyu3/sdb/lib6

[OE-core] [PATCH 2/8] openssl: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
if libdir is not /usr/lib, e.g /usr/lib64, openssl build will fail because it still use /usr/lib as library dir. this patch appends the configure option "--libdir" to specify the correct library directory Signed-off-by: Yu Ke --- meta/recipes-connectivity/openssl/openssl.inc |2 +- ...

[OE-core] [PATCH 6/8] perl: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the config.sh is hardcoded to be /usr/lib, which does not work in non /usr/lib libdir case. This patch replace the hard code /usr/lib with ${libdir} to fix this issue Signed-off-by: Yu Ke --- meta/recipes-devtools/perl/perl_5.12.3.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)

[OE-core] [PATCH 0/2] update OLDEST_KERNEL

2011-07-07 Thread Paul Eggleton
The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490: pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/oldest-kernel-26 http://cgit.openembedded.org/cgit.cgi/openembe

[OE-core] [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change

2011-07-07 Thread Paul Eggleton
Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value. Signed-off-by: Paul Eggleton --- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/eglibc/egli

[OE-core] [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0

2011-07-07 Thread Paul Eggleton
Since we no longer support 2.4, update this setting to 2.6.0. (This affects eglibc's kernel support). Signed-off-by: Paul Eggleton --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index bdaa35d..5

Re: [OE-core] [PATCH] pulseaudio: disable HAL support and enable udev support

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 18:57 +0200, Koen Kooi wrote: > HAL is deprecated and udev should be used with pulseaudio 0.9.22. THe .23 > release from 2 weeks ago already removed HAL support. > > Signed-off-by: Koen Kooi Merged to master, thanks. Richard _

Re: [OE-core] [PATCH] pulseaudio: add 0.9.23

2011-07-07 Thread Koen Kooi
When I get back to my proper desk next week I'm going to test more devices and send patches to remove .15 and .22 or fixes for .23 and removal patches after that Op 7 jul. 2011 om 13:45 heeft Richard Purdie het volgende geschreven: > On Wed, 2011-07-06 at 13:27 +0200, Koen Kooi wrote: >> Olde

Re: [OE-core] [PATCH] pulseaudio: add 0.9.23

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 13:27 +0200, Koen Kooi wrote: > Older version have been retained to allow more testing of this release > > Signed-off-by: Koen Kooi > --- > .../pulseaudio-0.9.23/autoconf_version.patch | 17 ++ > .../pulseaudio/pulseaudio-0.9.23/buildfix.patch| 17

Re: [OE-core] [RFC 2/2] sanity: implement network connectivity test

2011-07-07 Thread Richard Purdie
On Wed, 2011-06-29 at 14:55 -0700, Joshua Lock wrote: > Sanity test to verify files can be fetched from the network using git, http > and https fetchers point users at a page to help get set up in the case of a > failure. > > Requires a variable CONNECTIVITY_CHECK_URIS to be set, using the same pa

Re: [OE-core] [PATCH 4/4] tclibc-glibc: add weak assigment to TARGET_OS

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 14:38 -0500, Adrian Alonso wrote: > * Add weak assigment to TARGET_OS variable so it can be > overrided to match external toolchain tripplets. > * Toolchain prefix is expanded from > TARGET_SYS = TARGET_ARCH + TARGET_VENDOR + TARGET_OS > > Signed-off-by: Adrian Alonso >

Re: [OE-core] [PATCH] libxslt: Inherit from binconfig

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 21:28 +0200, Michael Lippautz wrote: > libxslt provides a binconfig that may be used to cross-compile/-link against > the > target library. > > Signed-off-by: Michael Lippautz > --- > meta/recipes-support/libxslt/libxslt_1.1.26.bb |4 ++-- > 1 files changed, 2 insertio

Re: [OE-core] [PATCH 1/1] libQtOpenGL:Add libQtOpenGL to an lsb image

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 16:40 +0800, Xiaofeng Yan wrote: > I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. > Fix Bug [YOCTO #1020] > > Signed-off-by: Xiaofeng Yan Merged to master, thanks. Richard ___ Openembedded-core mailing

Re: [OE-core] [PATCH 0/1] the fix to bug 1208

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 16:39 +0800, Dexuan Cui wrote: > The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63: > > uclibc: Fix compilation in thumb mode (2011-07-02 00:02:24 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dcui/dis

Re: [OE-core] [PATCH 0/2] Re-enable ipv4 features in busybox

2011-07-07 Thread Richard Purdie
On Thu, 2011-07-07 at 12:10 +0100, Paul Eggleton wrote: > The following changes since commit 465692552eae360e9053df1fd26a2e24f21785c1: > > tinylogin: use angstrom mirror for SRC_URI (2011-07-07 11:27:28 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedd

[OE-core] [PATCH 0/2] Re-enable ipv4 features in busybox

2011-07-07 Thread Paul Eggleton
The following changes since commit 465692552eae360e9053df1fd26a2e24f21785c1: tinylogin: use angstrom mirror for SRC_URI (2011-07-07 11:27:28 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/busybox-ipv4 http://cgit.openembedded.org/c

[OE-core] [PATCH 1/2] default-distrovars.inc: add ipv4 to DISTRO_FEATURES

2011-07-07 Thread Paul Eggleton
Since the change in busybox configuration to match OE (OE core rev b5564c4a9cadf306b447180c433b25ec071f8ce1) we now need ipv4 in DISTRO_FEATURES to get standard IPv4 functionality in busybox. Signed-off-by: Paul Eggleton --- meta/conf/distro/include/default-distrovars.inc |2 +- 1 files chan

[OE-core] [PATCH 2/2] busybox: bump PR to ensure ipv4 is enabled

2011-07-07 Thread Paul Eggleton
Now that ipv4 has been added to the default DISTRO_FEATURES we need to bump PR as busybox will need to be rebuilt. Signed-off-by: Paul Eggleton --- meta/recipes-core/busybox/busybox_1.18.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/busybox/busy

Re: [OE-core] [PATCH] tinylogin: use angstrom mirror for SRC_URI

2011-07-07 Thread Phil Blundell
On Thu, 2011-07-07 at 11:29 +0100, Richard Purdie wrote: > Longer term, I wonder if we could make this recipe download and build > busybox but only build the getty/login parts and rename the resulting > static binary to be standalone from busybox itself? > > That would likely address the concerns

Re: [OE-core] [PATCH] tinylogin: use angstrom mirror for SRC_URI

2011-07-07 Thread Richard Purdie
On Wed, 2011-06-15 at 15:27 +0100, Phil Blundell wrote: > since busybox.net no longer seems to be hosting the tarball > > Signed-off-by: Phil Blundell > --- > meta/recipes-core/tinylogin/tinylogin_1.4.bb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes

Re: [OE-core] [PATCH 0/3]upgrade recipes

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 13:20 +0800, Mei Lei wrote: > Upgrade recipe gupnp and gawk, also update the distro_tracking_fields.inc. > > The following changes since commit c6dac094ac79f6eae6998527e025417e16b46eed: > Yu Ke (1): > xauth: upgrade from 1.05 to 1.06 > > are available in the git re

Re: [OE-core] [PATCH 0/1] Remove exported KERNEL_SOURCE

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 08:41 +0200, Anders Darander wrote: > * Anders Darander Anders Darander [07/05/11 04:52 PM]: > > Remove KERNEL-SOURCE as an exported variable. > > When building an external module the > > STAGING_KERNEL_DIR variable can justbas well be used in > > the module recipe. > > Ther

Re: [OE-core] [PATCH 1/1] module-base: remove KERNEL-SOURCE

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 16:55 +0200, Anders Darander wrote: > kernel-source do not exist in STAGING_KERNEL_DIR any longer. > Remove the exported KERNEL_SOURCE as the STAGING_KERNEL_DIR can > be used in module recipes directly. > > Signed-off-by: Anders Darander > --- > meta/classes/module-base.bbc

Re: [OE-core] [PATCH v6 0/2] Linux 3.0 build support

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 08:31 +0200, Anders Darander wrote: > v6: All patches from v5 has been applied, apart from one. (patch 0001 in this > series) > - Updated the patch in question with the comments from v5. (HOTPLUG and > PCMCIA_MANAGER related changes). > - Added a patch to remov

Re: [OE-core] [PATCH 0/1] Add uboot 2011.06

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 10:53 -0700, Saul Wold wrote: > This adds the 2011.06 version of uboot > > thanks > Sau! > > The following changes since commit f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e: > > x-load: Update to 1.5.0 (2011-07-05 14:16:33 +0100) > > are available in the git repositor

Re: [OE-core] [PATCH 0/5] Add recipes for 0.9.32 release

2011-07-07 Thread Richard Purdie
On Wed, 2011-07-06 at 11:34 -0700, Khem Raj wrote: > On Wed, Jul 6, 2011 at 11:10 AM, Richard Purdie > wrote: > > On Wed, 2011-07-06 at 11:06 -0700, Khem Raj wrote: > >> On Wed, Jul 6, 2011 at 1:06 AM, Richard Purdie > >> wrote: > >> > On Tue, 2011-07-05 at 23:48 -0700, Khem Raj wrote: > >> >> On

Re: [OE-core] [PATCH 0/5] Add recipes for 0.9.32 release

2011-07-07 Thread Richard Purdie
On Tue, 2011-07-05 at 14:09 -0700, Khem Raj wrote: > With this changeset we add new recipes for 0.9.32 and make that default > preference. Then the git recipe are moved to track the latest master. > systemd related fixes are separately applied to both git recipe and 0.9.32 > recipes > > Both sets

  1   2   >