[OE-core] [RC3 FIXES 1/4] base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude list

2011-09-18 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/base.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 4ca04e2..918d859 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -385,7 +385,7 @@

[OE-core] [RC3 FIXES 4/4] sanity.bbclass: add a sanity check for KDE 4.x konsole in TERMCMD

2011-09-18 Thread Saul Wold
From: Paul Eggleton If the user has specified konsole in TERMCMD and it is version 2.x from KDE 4.x, raise an error as this version will not work for patch resolution purposes (it forks into the background and returns immediately). Addresses [YOCTO #1294] Signed-off-by: Paul Eggleton --- meta

[OE-core] [RC3 FIXES 3/4] lib/oe/terminal.py: declare konsole from KDE 4.x as unsupported

2011-09-18 Thread Saul Wold
From: Paul Eggleton Konsole 2.x (from KDE 4.x) does not work as devshell - it does not pass the environment or current working directory through among other issues, so do a version check and disable it if it is found (skipping to the next available terminal application.) Signed-off-by: Paul Eggl

[OE-core] [RC3 FIXES 0/4] Some fixes for RC3

2011-09-18 Thread Saul Wold
This has a host contamination fix for texinfo and a non-gplv3 build fix, some konsole fixes from Paul. These should go in before RC3. Thanks Sau! The following changes since commit 31cb3974eeaf2a808e8da3864e70986578c58cb9: sanity: disable mirrors for connectivity check (2011-09-16 18

[OE-core] [RC3 FIXES 2/4] texinfo: several changes to build without zlib and ncurses headers on host

2011-09-18 Thread Saul Wold
From: Joshua Lock Texinfo very cleverly detects cross-compilation and builds host versions of the texinfo binaries it requires to bootstrap the build, however this was causing the host to require ncurses and zlib libraries and headers. Instead, since we require texinfo to be installed on the hos

[OE-core] [PATCH 1/2] blktrace: update to version 1.0.3

2011-09-18 Thread Tom Zanussi
This also removes dso_linking_change_build_fix.patch since the same change has been made upstream. Also removes unused SRC_URI checksums. Signed-off-by: Tom Zanussi --- .../blktrace/dso_linking_change_build_fix.patch| 26 meta/recipes-kernel/blktrace/blktrace_git.bb

[OE-core] [PATCH 0/2] blktrace, sysprof updates

2011-09-18 Thread Tom Zanussi
This patchset updates the blktrace and sysprof recipes. Tom Zanussi (2): blktrace: update to version 1.0.3 sysprof: update to version 1.1.8 .../blktrace/dso_linking_change_build_fix.patch| 26 meta/recipes-kernel/blktrace/blktrace_git.bb | 12 +++-- met

[OE-core] [PATCH 2/2] sysprof: update to version 1.1.8

2011-09-18 Thread Tom Zanussi
Also removes unused SCR_URI checksums. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/sysprof/sysprof_git.bb |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index 1af5822

Re: [OE-core] [RC3 FIXES 0/4] Some fixes for RC3

2011-09-18 Thread Richard Purdie
On Sun, 2011-09-18 at 16:03 -0700, Saul Wold wrote: > This has a host contamination fix for texinfo and a non-gplv3 build > fix, some konsole fixes from Paul. > > These should go in before RC3. > > Thanks > Sau! > > > The following changes since commit 31cb3974eeaf2a808e8da3864e70986578c5