[OE-core] [PATCH 0/1] Update the alsa-tools

2012-03-15 Thread Kang Kai
Hi Richard, Sorry for the wrong checksum issues. Update to fix them. Thanks, The following changes since commit 8bae18bb358755131f13865abb279ac687a03848: slang: Fix rpath QA warnings (2012-03-15 00:11:40 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ka

[OE-core] [PATCH 1/1] alsa-tools: update to 1.0.25

2012-03-15 Thread Kang Kai
Update to version 1.0.25 Signed-off-by: Kang Kai --- .../autotools.patch|0 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 => alsa-to

Re: [OE-core] [PATCH 5/8] python: fix install when libdir is not "lib"

2012-03-15 Thread Martin Jansa
On Wed, Mar 14, 2012 at 07:02:14PM -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This commit fixes python's install issue of not finding the > native pythong binray modules. > > Signed-off-by: Nitin A Kamble > --- > .../python/fix_for_using_different_libdir.patch| 78

[OE-core] [oe-core][PATCHv2] bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME

2012-03-15 Thread Martin Jansa
* also use weak assignment for SDK_NAME_PREFIX as suggested by khem * TUNE_PKGARCH is not 100% right too, because such SDK image usually has few machine specific packages included (e.g. base-files, securetty, opkg configs) but those are not important for SDK users so it's better to have one SDK

Re: [OE-core] Task after do_package repeating despite stamp

2012-03-15 Thread Richard Purdie
On Thu, 2012-03-15 at 01:11 +, Daniel Lazzari wrote: > Let me preface this by saying I'm running an older oe-core (Angstrom) so this > may be fixed in the latest, but if so, I'm hoping someone can point me at the > patch to fix it. > > I have a few recipes in our layer that need to generate

[OE-core] LSB support?

2012-03-15 Thread Ni Qingliang
Hello, I'm working on custom lsb-base image using oe-core. and when using the lsb script, found error: lsb_start_daemon line 44: daemon command not found. similar thing happend on lsb_log_message: failure and warning command not found. maybe these function should be defined in /etc/init.d/funct

[OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-15 Thread Björn Stenberg
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. This recipe adds pigz as an alterna

Re: [OE-core] [PATCH 8/8] gcc: enable multilib for target gcc

2012-03-15 Thread Richard Purdie
On Thu, 2012-03-15 at 02:47 +, McClintock Matthew-B29882 wrote: > On Wed, Mar 14, 2012 at 9:02 PM, wrote: > > +multilibs = d.getVar('MULTILIB_VARIANTS', True) > > +target_arch = d.getVar('TARGET_ARCH', True) > > + > > +gcc_target_config_files = { > > +'x86_64' : ['gcc

Re: [OE-core] [PATCH 7/8] gcc: remove the 64bithack patch

2012-03-15 Thread Richard Purdie
On Wed, 2012-03-14 at 19:02 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > and bump PR > > Signed-off-by: Nitin A Kamble > --- > meta/recipes-devtools/gcc/gcc-4.6.inc |1 - > meta/recipes-devtools/gcc/gcc-4.6/64bithack.patch | 68 > - >

Re: [OE-core] cpufrequtils do_install issue

2012-03-15 Thread Jack Mitchell
On 27/02/12 13:45, Jack Mitchell wrote: I am having issues compiling the systemd-image for beaglebone under Angstrom. I receive the following error message which seems to state that 'install' is missing, is anyone else having trouble or could provide some insight to this? ERROR: Function

[OE-core] [PATCH] mirrors.bbclass: remove dead GNU mirrors

2012-03-15 Thread Andreas Oberritter
* ftp.matrix.com.br and sunsite.ust.hk don't have DNS records. * ftp.cs.ubc.ca doesn't host the referenced directory. * ftp.ayamura.org doesn't respond to ping or ftp. Signed-off-by: Andreas Oberritter --- meta/classes/mirrors.bbclass |4 1 files changed, 0 insertions(+), 4 deletions(-)

[OE-core] Interesting bitbake/fetcher error

2012-03-15 Thread Gary Thomas
I have two recipes for midori (attached). When I try to build the latest version, I get this error: ERROR: Fetcher failure for URL: 'http://archive.xfce.org/src/apps/midori/0.4/midori-0.4.4.tar.bz2;name=midori'. Checksum mismatch! File: '/local/my_test/downloads/midori-0.4.4.tar.bz2' has md

Re: [OE-core] Interesting bitbake/fetcher error

2012-03-15 Thread Gary Thomas
On 2012-03-15 06:27, Gary Thomas wrote: I have two recipes for midori (attached). When I try to build the latest version, I get this error: ERROR: Fetcher failure for URL: 'http://archive.xfce.org/src/apps/midori/0.4/midori-0.4.4.tar.bz2;name=midori'. Checksum mismatch! File: '/local/my_test/do

Re: [OE-core] [PATCH] mirrors.bbclass: remove dead GNU mirrors

2012-03-15 Thread Richard Purdie
On Thu, 2012-03-15 at 13:12 +0100, Andreas Oberritter wrote: > * ftp.matrix.com.br and sunsite.ust.hk don't have DNS records. > * ftp.cs.ubc.ca doesn't host the referenced directory. > * ftp.ayamura.org doesn't respond to ping or ftp. > > Signed-off-by: Andreas Oberritter > --- > meta/classes/mi

[OE-core] [PATCH 2/3] upgrade logrotate: update the recipe

2012-03-15 Thread Robert Yang
update the recipe: ogrotate_3.7.9.bb -> logrotate_3.8.1.bb Signed-off-by: Robert Yang --- .../{logrotate_3.7.9.bb => logrotate_3.8.1.bb} | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) rename meta/recipes-extended/logrotate/{logrotate_3.7.9.bb => logrotate_3.8.1.bb} (7

[OE-core] [PATCH 0/3] logrotate: upgrade from 3.7.9 to 3.8.1

2012-03-15 Thread Robert Yang
Test info: * Has been tested on qemux86, qemuppc, qemuarm. // Robert The following changes since commit 1e6dce3228a483b2367286e49c4aa8a71733dcbb: ncurses: fix install error (2012-03-15 13:14:10 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/logro

[OE-core] [PATCH 3/3] upgrade logrotate: update the distro_tracking_fields.inc

2012-03-15 Thread Robert Yang
update the distro_tracking_fields.inc. Signed-off-by: Robert Yang --- .../conf/distro/include/distro_tracking_fields.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_f

[OE-core] [PATCH 1/3] upgrade logrotate: split the old patch into 3

2012-03-15 Thread Robert Yang
Split the old patch into 3 during upgrading, this makes it easier for the future's upgrade. Signed-off-by: Robert Yang --- .../act-as-mv-when-rotate.patch} | 73 .../disable-check-different-filesystems.patch | 34 + .../logrotate-3.8.1/upda

Re: [OE-core] boost breaks on rebuild

2012-03-15 Thread Richard Purdie
On Wed, 2012-03-14 at 15:28 -0700, Steve Sakoman wrote: > NOTE: package boost-1.49.0-r2.0: task do_compile: Failed > > I don't have a fix for this but wanted to document the failure. > > As with all the other failures of this type, a -c cleansstate and > rebuild is the workaround. > > It feels t

[OE-core] [PATCH 1/2] util-linux: restore zlib and ncurses dependencies for native

2012-03-15 Thread Paul Eggleton
OE-Core commit 4a158b6ef125b555225472eefbe1ea226dc47c2c unintentionally removed the dependencies for util-linux-native on zlib-native and ncurses-native by getting append and virtclass-native overrides swapped around; later this was tidied up to remove the append (which did not change anything func

[OE-core] [PATCH 2/2] python-imaging: bring in fixes from meta-oe

2012-03-15 Thread Paul Eggleton
This makes the following changes: * Replace the /usr/local/bin/python path in all scripts * Move RDEPENDS_${PN} to the end (but use += or we lose the python-core depencency). * Use PR = "r3" instead of "ml2". (Even without increasing the numeric part it is recognised as greater alphabetically.)

[OE-core] [PATCH 0/2] A couple of fixes

2012-03-15 Thread Paul Eggleton
The following changes since commit b055075ba5b9ff5250bc66be1cd8b222bdb86161: slang: Fix rpath QA warnings (2012-03-15 00:07:43 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/fixes15 http://cgit.openembedded.org/cgit.cgi/openembedde

[OE-core] [PATCH 0/4] Recipe upgrades - sudo, at, base-passwd

2012-03-15 Thread Scott Garman
Hello, Here are some recipe upgrades for sudo, at, and base-passwd. These recipes have been build tested on all 5 of our qemu architectures. I have also done a visual inspection of the image and package output between the previous and new versions of each recipe to check for potential errors. T

[OE-core] [PATCH 4/4] distro_tracking: update sudo, at, base-passwd

2012-03-15 Thread Scott Garman
Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc | 24 ++-- 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 8ad924b

[OE-core] [PATCH 1/4] sudo: upgrade to 1.8.4p4

2012-03-15 Thread Scott Garman
Signed-off-by: Scott Garman --- .../sudo/{sudo_1.8.4.bb => sudo_1.8.4p4.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/sudo/{sudo_1.8.4.bb => sudo_1.8.4p4.bb} (83%) diff --git a/meta/recipes-extended/sudo/sudo_1.8.4.bb b/meta/recipes-ext

Re: [OE-core] [PATCH 8/8] gcc: enable multilib for target gcc

2012-03-15 Thread McClintock Matthew-B29882
On Thu, Mar 15, 2012 at 3:26 AM, Richard Purdie wrote: > Whilst I understand the desire, this is not what the patch series is > intended for and I don't think it reasonable to try and change the patch > series to fit that requirement. Not insisting on anything just spurring further conversation..

[OE-core] [PATCH 3/4] base-passwd: upgrade to 3.5.24

2012-03-15 Thread Scott Garman
Includes minor formatting cleanups. Signed-off-by: Scott Garman --- .../nobash.patch |0 .../root-home.patch|0 ...base-passwd_3.5.22.bb => base-passwd_3.5.24.bb} | 16 3 files changed, 8 insertions(+),

[OE-core] [PATCH 2/4] at: upgrade to 3.1.13

2012-03-15 Thread Scott Garman
Moved patches into a common directory. Added SOB to use-ldflags.patch. Removed nonstripbinaries patch which was included in this release. Minor formatting cleanups. Signed-off-by: Scott Garman --- .../at/{at_3.1.12.bb => at_3.1.13.bb} | 13 - .../configure-add-enable-pam.p

Re: [OE-core] IMAGE_FEATURES vs EXTRA_IMAGE_FEATURES?

2012-03-15 Thread Paul Eggleton
On Friday 09 March 2012 08:38:25 Robert P. J. Day wrote: > again, reading the poky ref manual over at yocto, and here's the > explanation of EXTRA_IMAGE_FEATURES: > > "Allows extra packages to be added to the generated images. You set > this variable in the local.conf configuration file. Note

Re: [OE-core] [PATCH 8/8] gcc: enable multilib for target gcc

2012-03-15 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > McClintock Matthew-B29882 > Sent: Wednesday, March 14, 2012 7:43 PM > To: Patches and discussions about the oe-core layer > Subject: Re:

Re: [OE-core] README reference to yocto project seems wrong

2012-03-15 Thread Paul Eggleton
On Thursday 08 March 2012 18:35:49 Robert P. J. Day wrote: > in the top-level oe-core README file, one reads: > > The Yocto Project has extensive documentation about OE including a > reference manual > which can be found at: > http://yoctoproject.org/community/documentation > > > however,

Re: [OE-core] [PATCH 5/8] python: fix install when libdir is not "lib"

2012-03-15 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Andreas Oberritter > Sent: Wednesday, March 14, 2012 8:00 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PA

Re: [OE-core] [PATCH 7/8] gcc: remove the 64bithack patch

2012-03-15 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: Thursday, March 15, 2012 1:31 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [

Re: [OE-core] [PATCH 5/8] python: fix install when libdir is not "lib"

2012-03-15 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Martin Jansa > Sent: Thursday, March 15, 2012 12:19 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [P

Re: [OE-core] boost breaks on rebuild

2012-03-15 Thread Mark Hatle
On 3/15/12 8:39 AM, Richard Purdie wrote: On Wed, 2012-03-14 at 15:28 -0700, Steve Sakoman wrote: NOTE: package boost-1.49.0-r2.0: task do_compile: Failed I don't have a fix for this but wanted to document the failure. As with all the other failures of this type, a -c cleansstate and rebuild i

Re: [OE-core] [PATCH] python: regenerate python-2.7-manifest.inc

2012-03-15 Thread Saul Wold
On 03/14/2012 07:55 AM, Martin Jansa wrote: * only manual change is extra line break in FILES_${PN}-core, because git send-email doesn't like long lines fatal: /tmp/0wfyzTvlIf/0001-python-regenerate-python-2.7-manifest.inc.patch: 30: patch contains a line longer than 998 characters * fixe

Re: [OE-core] LSB support?

2012-03-15 Thread Mark Hatle
On 3/15/12 3:18 AM, Ni Qingliang wrote: Hello, I'm working on custom lsb-base image using oe-core. and when using the lsb script, found error: lsb_start_daemon line 44: daemon command not found. similar thing happend on lsb_log_message: failure and warning command not found. maybe these funct

Re: [OE-core] README reference to yocto project seems wrong

2012-03-15 Thread Robert P. J. Day
On Thu, 15 Mar 2012, Paul Eggleton wrote: > On Thursday 08 March 2012 18:35:49 Robert P. J. Day wrote: > > in the top-level oe-core README file, one reads: > > > > The Yocto Project has extensive documentation about OE including a > > reference manual > > which can be found at: > > http://yo

Re: [OE-core] [PATCH 0/2] ncurses packaging fix [v3]

2012-03-15 Thread Saul Wold
On 03/14/2012 01:15 PM, Scott Garman wrote: Hello, This fixes the ncurses library packaging. v3 of this pull request uses do_split_packages to package the libraries in base_libdir, and includes a commit which bumps PR for all recipes which DEPEND on ncurses. Scott The following changes since

Re: [OE-core] [PATCH] parted: don't pass --disable-Werror to configure

2012-03-15 Thread Saul Wold
On 03/14/2012 06:08 PM, Andreas Oberritter wrote: * Fixes the following warning: | configure: WARNING: unrecognized options: --disable-Werror Signed-off-by: Andreas Oberritter --- * No PR bump required because it doesn't change anything apart from the log message mentioned above. meta/rec

Re: [OE-core] Task after do_package repeating despite stamp

2012-03-15 Thread Daniel Lazzari
>Date: Thu, 15 Mar 2012 08:19:54 + >From: Richard Purdie >Subject: Re: [OE-core] Task after do_package repeating despite stamp >To: Patches and discussions about the oe-core layer > >Message-ID: <1331799594.18586.61.camel@ted> >Content-Type: text/plain; charset="UTF-8" > >On Thu, 2012-0

Re: [OE-core] boost breaks on rebuild

2012-03-15 Thread Steve Sakoman
On Thu, Mar 15, 2012 at 9:21 AM, Mark Hatle wrote: > On 3/15/12 8:39 AM, Richard Purdie wrote: >> >> On Wed, 2012-03-14 at 15:28 -0700, Steve Sakoman wrote: >>> >>> NOTE: package boost-1.49.0-r2.0: task do_compile: Failed >>> >>> I don't have a fix for this but wanted to document the failure. >>>

[OE-core] [PATCH 02/11] dtc: Fix License warning

2012-03-15 Thread Saul Wold
WARNING: dtc: No generic license file exists for: GPL2 in any provider Signed-off-by: Saul Wold --- meta/recipes-kernel/dtc/dtc.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 9b4b768..fab91dc 10

[OE-core] [PATCH 01/11] bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN

2012-03-15 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/conf/bitbake.conf |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 216da75..d4357d1 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -253,7 +253,7 @@ SOLIBSDEV_dar

[OE-core] [PATCH 00/11] Warning Fixes

2012-03-15 Thread Saul Wold
This addesses more warnings. I did a check with buildhistory, before and after the bitbake.conf change and did not see any negative issues. We can discuss this further and I can send you logs if needed Sau! The following changes since commit d4f1ef6b8297826230a68e535098709d07de1f48: qt4:

[OE-core] [PATCH 03/11] eee-acpi-scripts: Fix License warning

2012-03-15 Thread Saul Wold
WARNING: eee-acpi-scripts: No generic license file exists for: GPL in any provider Signed-off-by: Saul Wold --- .../eee-acpi-scripts/eee-acpi-scripts_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb

[OE-core] [PATCH 04/11] usbinit: Fix License warning

2012-03-15 Thread Saul Wold
WARNING: usbinit: No generic license file exists for: GPL in any provider Signed-off-by: Saul Wold --- meta/recipes-bsp/usbinit/usbinit.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index 3ec

[OE-core] [PATCH 05/11] wget: Fix License warning

2012-03-15 Thread Saul Wold
WARNING: wget: No generic license file exists for: GPL in any provider Signed-off-by: Saul Wold --- meta/recipes-extended/wget/wget.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 25f36c

[OE-core] [PATCH 06/11] watchdog: Fix License warning

2012-03-15 Thread Saul Wold
WARNING: watchdog: No generic license file exists for: GPL in any provider Signed-off-by: Saul Wold --- meta/recipes-extended/watchdog/watchdog_5.11.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/watchdog/watchdog_5.11.bb b/meta/recipes-extende

[OE-core] [PATCH 07/11] libnewt: fix license warnings

2012-03-15 Thread Saul Wold
WARNING: libnewt: No generic license file exists for: LGPL in any provider Signed-off-by: Saul Wold --- meta/recipes-extended/newt/libnewt_0.52.14.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/newt/libnewt_0.52.14.bb b/meta/recipes-extended/ne

[OE-core] [PATCH 08/11] glib-networking: Fix packaging warnings

2012-03-15 Thread Saul Wold
WARNING: QA Issue: non -staticdev package contains static .a library: glib-networking path '/work/armv5te-poky-linux-gnueabi/glib-networking-2.28.7-r1/packages-split/glib-networking/usr/lib/gio/modules/libgiognutls.a' WARNING: QA Issue: non -staticdev package contains static .a library: glib-net

[OE-core] [PATCH 09/11] texi2html: fix packages warning

2012-03-15 Thread Saul Wold
Add documentation to the -docs package WARNING: For recipe texi2html, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/texinfo WARNING: /usr/share/texinfo/html WARNING: /usr/share/texinfo/init WARNING: /usr/share/texinfo/html/texi2html.htm

[OE-core] [PATCH 10/11] telepathy-glib: remove package warnings

2012-03-15 Thread Saul Wold
WARNING: For recipe telepathy-glib, the following files/directories were installed but not shipped in any package: WARNING: /srv WARNING: /usr/bin WARNING: /usr/libexec Signed-off-by: Saul Wold --- .../telepathy/telepathy-glib_0.17.4.bb |7 ++- 1 files changed, 6 insert

[OE-core] [PATCH 11/11] gtk-theme-torturer: Fix license warning

2012-03-15 Thread Saul Wold
WARNING: gtk-theme-torturer: No generic license file exists for: GPL in any provider Talk with author of code and confirmed licnese, they will be adding COPYING upstream Signed-off-by: Saul Wold --- .../gtk-theme-torturer/gtk-theme-torturer_git.bb |2 +- 1 files changed, 1 insertions(+)

Re: [OE-core] boost breaks on rebuild

2012-03-15 Thread Richard Purdie
On Thu, 2012-03-15 at 12:14 -0700, Steve Sakoman wrote: > On Thu, Mar 15, 2012 at 9:21 AM, Mark Hatle wrote: > > On 3/15/12 8:39 AM, Richard Purdie wrote: > >> > >> On Wed, 2012-03-14 at 15:28 -0700, Steve Sakoman wrote: > >>> > >>> NOTE: package boost-1.49.0-r2.0: task do_compile: Failed > >>> >

Re: [OE-core] Task after do_package repeating despite stamp

2012-03-15 Thread Richard Purdie
On Thu, 2012-03-15 at 19:13 +, Daniel Lazzari wrote: > >Date: Thu, 15 Mar 2012 08:19:54 + > >From: Richard Purdie > >Subject: Re: [OE-core] Task after do_package repeating despite stamp > >To: Patches and discussions about the oe-core layer > > > >Message-ID: <1331799594.18586.61.came

[OE-core] [PATCH 0/1] rt-tests: Add src/backfire to FILES_${PN}

2012-03-15 Thread Darren Hart
The following changes since commit d4f1ef6b8297826230a68e535098709d07de1f48: qt4: package static libraries correctly to fix warnings (2012-03-15 13:33:37 +) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/updates http://git.yoctopr

[OE-core] [PATCH 1/1] rt-tests: Add src/backfire to FILES_${PN}

2012-03-15 Thread Darren Hart
Fixes [YOCTO #2114] The rt-tests recipe was issuing the following WARNINGs: WARNING: For recipe rt-tests, the following files/directories were installed but not shipped in any package: WARNING: /usr/src WARNING: /usr/src/backfire WARNING: /usr/src/backfire/backfire.c WARNING: /usr/src/bac

[OE-core] [PATCH] parted: update to version 3.1

2012-03-15 Thread Andreas Oberritter
* Supports disks > 2TB Signed-off-by: Andreas Oberritter --- .../parted/parted-3.1/fix-doc-mandir.patch | 20 .../parted/parted-3.1/fix-git-version-gen.patch| 24 .../{parted-3.0 => parted-3.1}/no_check.patch |0 .../{parted-3.0 => p

[OE-core] [PATCH] Revert "scripts/bitbake: ensure user is in build directory"

2012-03-15 Thread Andreas Oberritter
This reverts commit b4df1c7c79b5c801658bcf890ba3a8eab3d83189, because it breaks setups where oe-core scripts aren't used, e.g. for a shared tmp directory. See http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019136.html --- scripts/bitbake |5 - 1 files changed, 0 insert

[OE-core] [PATCH] ui/knotty: Add a footer to the build output for interactive terminals

2012-03-15 Thread Richard Purdie
I've sent this before, this is an updated version with several bugfixes and improvements. Its a major change but one I think people will like overall as I hear a lot of complaints about the verbose console messages. v0 never got complaints so I will merge this fairly quickly unless there are object

Re: [OE-core] [PATCH 1/6] scripts/bitbake: ensure user is in build directory

2012-03-15 Thread Paul Eggleton
On Thursday 15 March 2012 01:30:31 Andreas Oberritter wrote: > On 14.03.2012 01:36, Paul Eggleton wrote: > > If the user is in any directory other than $BUILDDIR when the bitbake > > wrapper script is run, then show an error an exit. > > this patch broke my setup. Ah, sorry about that. > My $BU

[OE-core] [PATCH 4/5] xcb-util-render: Add recipe that provides libxcb-render-util

2012-03-15 Thread Marko Katic
Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. --- .../xcb/xcb-util-renderutil_0.3.8.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 1

[OE-core] [PATCH 2/5] xcb-util-image: Add recipe that provides libxcb-image.

2012-03-15 Thread Marko Katic
Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. --- meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH 1/5] xcb_util.inc: Remove packaging and modify SRC_URI for multiple ${BPN} names

2012-03-15 Thread Marko Katic
Xcb-util was split into separate packages during the 0.3.6 -> 0.3.8 transition. Update xcb_util.inc to reflect that by removing the older packaging. Libxcbatom, libxcbaux and libxcbevent are merged into libxcbutil. Libxcbicccm, libxcbimage, libxcbkeysyms and libxcbwm are now separate packages. Lib

[OE-core] [PATCH 5/5] xcb-util-wm: Add recipe that provides libxcb-icccm and libxcb-ewmh

2012-03-15 Thread Marko Katic
Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. These libraries were previously provided by xcb-util and are now a separate package. --- meta/recipes-graphics/xcb/xcb-util-wm_0.3.8.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 1

[OE-core] [PATCH 3/5] xcb-util-keysyms: Add recipe that provides libxcb-keysyms.

2012-03-15 Thread Marko Katic
Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. --- .../recipes-graphics/xcb/xcb-util-keysyms_0.3.8.bb | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 1006

Re: [OE-core] [PATCH 1/6] scripts/bitbake: ensure user is in build directory

2012-03-15 Thread Andreas Oberritter
On 16.03.2012 00:09, Paul Eggleton wrote: > On Thursday 15 March 2012 01:30:31 Andreas Oberritter wrote: >> On 14.03.2012 01:36, Paul Eggleton wrote: >>> If the user is in any directory other than $BUILDDIR when the bitbake >>> wrapper script is run, then show an error an exit. >> >> this patch bro

[OE-core] [PATCH 00/60] Package Upgrade

2012-03-15 Thread Shane Wang
Upgrade recipes for M4. Please review. The following changes since commit bd2d8904181aa67258b6be8a7bbeaf8d12a8dd5a: xorg-xserver: Explictly disable dtrace, its not in DEPENDS (2012-03-12 17:45:41 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/m4upg

[OE-core] [PATCH 02/60] glib-2.0: upgrade to 2.30.3

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{glib-2.0_2.30.2.bb => glib-2.0_2.30.3.bb} |8 1 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.30.2.bb => glib-2.0_2.30.3.bb} (88%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb b/me

[OE-core] [PATCH 04/60] gdk-pixbuf: upgrade to 2.24.1

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../configure_fix.patch|0 .../configure_nm.patch |0 .../hardcoded_libtool.patch|0 .../{gdk-pixbuf_2.24.0.bb => gdk-pixbuf_2.24.1.bb} | 10 +- 4 files changed, 5 i

[OE-core] [PATCH 03/60] dbus-glib: upgrade to 0.98

2012-03-15 Thread Shane Wang
From: Dongxiao Xu Signed-off-by: Shane Wang Signed-off-by: Dongxiao Xu --- .../no-examples.patch |0 meta/recipes-core/dbus/dbus-glib_0.92.bb |6 -- meta/recipes-core/dbus/dbus-glib_0.98.bb |6 ++ 3 files changed, 6 insertion

[OE-core] [PATCH 01/60] distro_tracking: update the recipe info for manual check

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 51 ++-- 1 files changed, 26 insertions(+), 25 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index d8cb150..

[OE-core] [PATCH 07/60] tremor: upgrade to 18221

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{tremor_20120122.bb => tremor_20120314.bb} |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-multimedia/tremor/{tremor_20120122.bb => tremor_20120314.bb} (88%) diff --git a/meta/recipes-multimedia/tremor/tremor_20120122.bb b/

[OE-core] [PATCH 06/60] libvorbis: upgrade to 1.3.3

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{libvorbis_1.3.2.bb => libvorbis_1.3.3.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/libvorbis/{libvorbis_1.3.2.bb => libvorbis_1.3.3.bb} (86%) diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.

[OE-core] [PATCH 05/60] glproto: update its info in distro tracking

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 153cb4b..eef29e1 100644 --- a

[OE-core] [PATCH 10/60] telepathy-glib: upgrade to 0.17.5

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- ...thy-glib_0.17.4.bb => telepathy-glib_0.17.5.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.4.bb => telepathy-glib_0.17.5.bb} (78%) diff --git a/meta/recipes-connectivity/telepa

[OE-core] [PATCH 08/60] alsa-lib: upgrade to 1.0.25

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../fix-tstamp-declaration.patch |0 .../unbreak_plugindir.patch|0 .../{alsa-lib_1.0.24.1.bb => alsa-lib_1.0.25.bb} |6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/al

[OE-core] [PATCH 09/60] alsa-utils: upgrade to 1.0.25

2012-03-15 Thread Shane Wang
The license change is because: --- alsa-utils-1.0.25/COPYING 2012-01-25 17:43:38.0 +0800 +++ alsa-utils-1.0.24.2/COPYING 2011-01-31 22:19:55.0 +0800 @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Fra

[OE-core] [PATCH 11/60] telepathy-mission-control: upgrade to 5.11.0

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- ...10.1.bb => telepathy-mission-control_5.11.0.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.10.1.bb => telepathy-mission-control_5.11.0.bb} (91%) diff --git a/meta/rec

[OE-core] [PATCH 12/60] ofono: upgrade to 1.5

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../ofono/{ofono_1.3.bb => ofono_1.5.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.3.bb => ofono_1.5.bb} (66%) diff --git a/meta/recipes-connectivity/ofono/ofono_1.3.bb b/meta/recipes-co

[OE-core] [PATCH 13/60] bluez4: upgrade to 4.99

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{bluez4-4.98 => bluez4-4.99}/bluetooth.conf|0 .../{bluez4-4.98 => bluez4-4.99}/sbc_mmx.patch |0 .../bluez/{bluez4_4.98.bb => bluez4_4.99.bb} |6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/

[OE-core] [PATCH 14/60] bluez-hcidump: upgrade to 2.3

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{bluez-hcidump_2.2.bb => bluez-hcidump_2.3.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.2.bb => bluez-hcidump_2.3.bb} (83%) diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_

[OE-core] [PATCH 20/60] gst-plugins-ugly: upgrade to 0.10.19

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- ...ugly_0.10.18.bb => gst-plugins-ugly_0.10.19.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.18.bb => gst-plugins-ugly_0.10.19.bb} (84%) diff --git a/meta/recipes-multimedia/gstr

[OE-core] [PATCH 15/60] gst-plugin-bluetooth: upgrade to 4.99

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- ...etooth_4.98.bb => gst-plugin-bluetooth_4.99.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez/{gst-plugin-bluetooth_4.98.bb => gst-plugin-bluetooth_4.99.bb} (77%) diff --git a/meta/recipes-connectivity/blue

[OE-core] [PATCH 18/60] gst-plugins-good: upgrade to 0.10.31

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- ...good_0.10.30.bb => gst-plugins-good_0.10.31.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.30.bb => gst-plugins-good_0.10.31.bb} (84%) diff --git a/meta/recipes-multimedia/gstr

[OE-core] [PATCH 17/60] gst-plugins-base: upgrade to 0.10.36

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../gst-plugins-base-tremor.patch | 13 +++-- ...base_0.10.35.bb => gst-plugins-base_0.10.36.bb} |6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.35 => gst-pl

[OE-core] [PATCH 22/60] busybox: upgrade to 1.19.4

2012-03-15 Thread Shane Wang
Removing the patch busybox-1.19.3-getty.patch is because it is already in the upstream. Signed-off-by: Shane Wang --- .../busybox-1.19.3/busybox-1.19.3-getty.patch | 17 - .../B921600.patch |0 .../busybox-appletlib-dependency.patch

[OE-core] [PATCH 16/60] gstreamer: upgrade to 0.10.36

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../check_fix.patch|0 .../gst-inspect-check-error.patch |0 .../gstregistrybinary.c|0 .../gstregistrybinary.h|0 .../{gstreamer_0.10.35.bb => gs

[OE-core] [PATCH 21/60] libpcap: upgrade to 1.2.1

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{libpcap-1.2.0 => libpcap-1.2.1}/aclocal.patch |0 .../ieee80215-arphrd.patch |0 .../libpcap/{libpcap_1.2.0.bb => libpcap_1.2.1.bb} |4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/li

[OE-core] [PATCH 19/60] gst-plugins-bad: upgrade to 0.10.23

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- ...s-bad_0.10.22.bb => gst-plugins-bad_0.10.23.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.22.bb => gst-plugins-bad_0.10.23.bb} (85%) diff --git a/meta/recipes-multimedia/gstrea

[OE-core] [PATCH 25/60] avahi: upgrade to 0.6.31

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- meta/recipes-connectivity/avahi/avahi.inc |2 +- .../avahi/{avahi_0.6.30.bb => avahi_0.6.31.bb} |4 +- .../avahi/files/fix_for_automake_1.11.2.patch | 24 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) rename meta

[OE-core] [PATCH 26/60] avahi-ui: upgrade to 0.6.31

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{avahi-ui_0.6.30.bb => avahi-ui_0.6.31.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/avahi/{avahi-ui_0.6.30.bb => avahi-ui_0.6.31.bb} (93%) diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.30.

[OE-core] [PATCH 27/60] apr: upgrade to 1.4.6

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../apr/{apr_1.4.5.bb => apr_1.4.6.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/apr/{apr_1.4.5.bb => apr_1.4.6.bb} (91%) diff --git a/meta/recipes-support/apr/apr_1.4.5.bb b/meta/recipes-support/apr/ap

[OE-core] [PATCH 24/60] dropbear: upgrade to 2012.55

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../configure.patch|0 meta/recipes-core/dropbear/dropbear_2011.54.bb |6 -- meta/recipes-core/dropbear/dropbear_2012.55.bb |6 ++ 3 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-core/d

[OE-core] [PATCH 29/60] tzdata: upgrade to 2012b

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../tzdata/{tzdata_2011n.bb => tzdata_2012b.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2011n.bb => tzdata_2012b.bb} (98%) diff --git a/meta/recipes-extended/tzdata/tzdata_2011n.bb b/meta/recip

[OE-core] [PATCH 23/60] curl: upgrade to 7.24.0

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../curl/{curl_7.23.1.bb => curl_7.24.0.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/curl/{curl_7.23.1.bb => curl_7.24.0.bb} (92%) diff --git a/meta/recipes-support/curl/curl_7.23.1.bb b/meta/recipes-suppor

[OE-core] [PATCH 28/60] minicom: upgrade to 2.6.1

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../gcc4-scope.patch |0 .../rename-conflicting-functions.patch |0 .../minicom/{minicom_2.5.bb => minicom_2.6.1.bb} |6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/mini

[OE-core] [PATCH 30/60] util-macros: upgrade to 1.17

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{util-macros_1.16.1.bb => util-macros_1.17.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.16.1.bb => util-macros_1.17.bb} (75%) diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.

[OE-core] [PATCH 32/60] libxinerama: upgrade to 1.1.2

2012-03-15 Thread Shane Wang
Signed-off-by: Shane Wang --- .../{libxinerama_1.1.1.bb => libxinerama_1.1.2.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxinerama_1.1.1.bb => libxinerama_1.1.2.bb} (79%) diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.

  1   2   >