[OE-core] [PATCH] tcl 8.5.11: fix packaging

2012-02-27 Thread Koen Kooi
Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/tcltk/t

[OE-core] [PATCH] gdk-pixbuf: Pick up ${NM} from the environment.

2012-02-27 Thread James Limbouris
Signed-off-by: James Limbouris --- .../gdk-pixbuf-2.24.0/configure_nm.patch | 19 +++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |3 ++- 2 files changed, 21 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/c

Re: [OE-core] [PATCH v2] qt4.inc: depend on tiff

2012-02-27 Thread Martin Jansa
On Tue, Feb 28, 2012 at 2:46 AM, Otavio Salvador wrote: > On Mon, Feb 27, 2012 at 22:02, Andreas Oberritter > wrote: >> In this case, bumping PR just wastes everybody's CPU cycles for no gain. >> Anyway, here's an updated patch: > > Not really; let's say if you had done a typo on the depends lis

[OE-core] [PATCH] mtd-utils: clean up old files

2012-02-27 Thread James Limbouris
Signed-off-by: James Limbouris --- .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 --- .../add-exclusion-to-mkfs-jffs2-git.patch | 136 .../mtd/mtd-utils/fix-ignoreerrors-git.patch | 28 .../mtd/mtd-utils/remove-ubi.patch

[OE-core] [CONSOLIDATED PULL 24/36] gcc: Stash the gcc-cross builddir to reuse in libgcc and gcc-runtime

2012-02-27 Thread Saul Wold
From: Khem Raj Currently we stash the libgcc install tree and then reuse that to populate libgcc recipe later. This mechanism does not work for gcc 4.7/trunk since now libstdc++ needs access to build tree of libgcc. This patch stashes the gcc-cross build tree and then reuses this in libgcc as wel

[OE-core] [CONSOLIDATED PULL 21/36] distro_tracking: Account for updates and Manual Checking

2012-02-27 Thread Saul Wold
Updates: sqlite3 psmisc boost file util-linux tiff mkfonddir mkfontscale libdrm xf86-video-intel Manual Checks: libcheck libcap console-tools zip unzip sysfsutils less usbutils sysstat cracklib libexif qemugl glew squashfs-tools lsb Fixup: bzip2 Signed-off-by: Saul Wold --- .../conf/distro/in

[OE-core] [CONSOLIDATED PULL 28/36] linux-yocto: allow non-branched repositories to check out

2012-02-27 Thread Saul Wold
From: Bruce Ashfield Not all users of the checkout phase of linux-yocto have all branches present. This is normal, and should be supported. By checking for an empty KBRANCH we can avoid validating a branch that isn't supposed to exist. [YOCTO #2032] Signed-off-by: Bruce Ashfield --- meta/clas

[OE-core] [CONSOLIDATED PULL 01/36] lsbtest: Add recipe for LSB tests and automate test

2012-02-27 Thread Saul Wold
From: Yi Zhao The recipe is used for LSB tests. The script LSB_Test.sh does the following things: - setup LSB testing environment - download LSB rpm packages with list file packages_list from remote - install the packages - execute LSB testing with profile file session - collect the results Ins

[OE-core] [CONSOLIDATED PULL 05/36] qt4: build qmake for the target

2012-02-27 Thread Saul Wold
From: Paul Eggleton qmake was not being built at all (since we had the host version from qt4-native) and the default is to build for the host machine within configure. With a minor hack we can build qmake for the target as well, which is useful if you want to build Qt 4 software on an actual devi

[OE-core] [CONSOLIDATED PULL 31/36] multilib.bbclass: allow TARGET_VENDOR_virtclass-multilib to be overriden

2012-02-27 Thread Saul Wold
From: Matthew McClintock If we set this bit, we can override the ugly "pokymllib32" to back to "poky" (powerpc-pokymllib32-linux-gcc -> powerpc-poky-linux-gcc). I've left this unset by default, but can be set by adding the following: TARGET_VENDOR_virtclass-multilib-lib32 = "-poky" Signed-off-b

[OE-core] [CONSOLIDATED PULL 04/36] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

2012-02-27 Thread Saul Wold
From: Paul Eggleton Ensure the Qt configure script can can detect the compiler correctly as g++. This fixes the following compile error with gcc 4.6: ./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword in C++0x [-Werror=c++0x-compat] Signed-off-by: Paul Eggleton --- meta/

[OE-core] [CONSOLIDATED PULL 13/36] libdrm: Update to version 2.4.31

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../drm/{libdrm_2.4.30.bb => libdrm_2.4.31.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.30.bb => libdrm_2.4.31.bb} (59%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.30.bb b/meta/recipes-g

[OE-core] [CONSOLIDATED PULL 30/36] tune-ppce5500: consolidate ppce5500 and ppc64e5500 into one tune file

2012-02-27 Thread Saul Wold
From: Matthew McClintock We don't need two files for this. Also this fixes some mutlilib build issues where we were not able to select the multilib arch to be ppce5500 or ppc64e5500. Changes recently made to meta-fsl-ppc layer depend on this change as well Signed-off-by: Matthew McClintock ---

[OE-core] [CONSOLIDATED PULL 08/36] gnupg: Add missing patch for curl_typeof_fix

2012-02-27 Thread Saul Wold
Seems the wrong commit was grabbed and missed this patch Signed-off-by: Saul Wold --- .../gnupg-1.4.7/curl_typeof_fix_backport.patch | 27 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/gnupg/gnupg-1.4.7/curl_typeof_fix_back

[OE-core] [CONSOLIDATED PULL 17/36] sqlite3: Update to version 3.7.10

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/sqlite/sqlite3_3.7.10.bb | 11 +++ meta/recipes-support/sqlite/sqlite3_3.7.9.bb | 11 --- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.10.bb delete mode 100644

[OE-core] [CONSOLIDATED PULL 36/36] gettext: Get gettext use its own libunistring

2012-02-27 Thread Saul Wold
From: Wenzong Fan According to its documentation, gettext 0.18.1.1 needs either libunistring or it will use its own internal version. Just add a configure option '--with-included-libunistring' to force the latter to avoid races. [YOCTO#1934] Signed-off-by: Wenzong Fan --- meta/recipes-core/ge

[OE-core] [CONSOLIDATED PULL 18/36] xf86-video-intel: Update to version 2.18.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- ...-intel_2.17.0.bb => xf86-video-intel_2.18.0.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.17.0.bb => xf86-video-intel_2.18.0.bb} (84%) diff --git a/meta/recipes-graphics/xorg-drive

[OE-core] [CONSOLIDATED PULL 09/36] qemu: Add glib-2.0 as depends

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/qemu/qemu.inc |2 +- meta/recipes-devtools/qemu/qemu_0.15.1.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 27ce14d..307a205 1

[OE-core] [CONSOLIDATED PULL 29/36] arch-powerpc{, 64}.inc: update/add PACKAGE_EXTRA_ARCHS for powerpc/powerpc64

2012-02-27 Thread Saul Wold
From: Matthew McClintock Signed-off-by: Matthew McClintock --- meta/conf/machine/include/powerpc/arch-powerpc.inc |4 +--- .../machine/include/powerpc/arch-powerpc64.inc |1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/conf/machine/include/powerpc/arch-power

[OE-core] [CONSOLIDATED PULL 25/36] bluez4: Fix build on x86/amd64 with gcc 4.7

2012-02-27 Thread Saul Wold
From: Khem Raj gcc figures an impossible asm contraint in inline asm which it is correct about "i" requires the operand to be a compile-time constant but memory location of a multi-dimensional array isn't constant at compile time. Signed-off-by: Khem Raj --- .../bluez/bluez4-4.98/sbc_mmx.patc

[OE-core] [CONSOLIDATED PULL 14/36] mkfontdir: Update to version 1.0.7

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{mkfontdir_1.0.6.bb => mkfontdir_1.0.7.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontdir_1.0.6.bb => mkfontdir_1.0.7.bb} (81%) diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb b

[OE-core] [CONSOLIDATED PULL 11/36] file: Update to version 5.11

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../file/{file_5.10.bb => file_5.11.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/file/{file_5.10.bb => file_5.11.bb} (85%) diff --git a/meta/recipes-devtools/file/file_5.10.bb b/meta/recipes-devtools/fi

[OE-core] [CONSOLIDATED PULL 02/36] distro_tracking_fields: add information for lsbtest

2012-02-27 Thread Saul Wold
From: Yi Zhao Add information for recipe lsbtest. --- .../conf/distro/include/distro_tracking_fields.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 68

[OE-core] [CONSOLIDATED PULL 34/36] qt4.inc: depend on tiff

2012-02-27 Thread Saul Wold
From: Andreas Oberritter * Fixes the following error with qt4-embedded-4.8.0 and possibly others: | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such file or directory Signed-off-by: Andreas Oberritter --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-q

[OE-core] [CONSOLIDATED PULL 35/36] mtd-utils: Don't use host 'ranlib' or 'ar'.

2012-02-27 Thread Saul Wold
From: James Limbouris If ranlib, ar, or cc are not supplied to make, it attempts to use ${CROSS}xxx. Since ${CROSS} is not set, host ranlib may run, producing an unusable .a file on some platforms. Signed-off-by: James Limbouris --- meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb |4 ++-- 1

[OE-core] [CONSOLIDATED PULL 33/36] tune-ppc*.inc: update to use new default value for TUNE_PKGARCH

2012-02-27 Thread Saul Wold
From: Matthew McClintock Signed-off-by: Matthew McClintock --- meta/conf/machine/include/tune-ppc603e.inc |2 +- meta/conf/machine/include/tune-ppce300c2.inc |2 +- meta/conf/machine/include/tune-ppce500.inc |2 +- meta/conf/machine/include/tune-ppce500mc.inc |2 +- meta/con

[OE-core] [CONSOLIDATED PULL 32/36] bitbake.conf: add default value for TUNE_PKGARCH

2012-02-27 Thread Saul Wold
From: Matthew McClintock Add a default value for TUNE_PKGARCH. This let's us use the following: TUNE_PKGARCH_tune-ppce500 Instead of scanning over variables and using bitbake internal functions to create a valid value here. Signed-off-by: Matthew McClintock --- meta/conf/bitbake.conf |1

[OE-core] [CONSOLIDATED PULL 27/36] linux-yocto: update 3.2 kernel to v3.2.7

2012-02-27 Thread Saul Wold
From: Bruce Ashfield Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 + meta/recipes-kernel/linux/linux-yocto_3.2.bb| 19 ++- 2 files changed, 15 insertions(+),

[OE-core] [CONSOLIDATED PULL 22/36] classes: Add recipe class to overrides

2012-02-27 Thread Saul Wold
From: Khem Raj We have currently no override to detect a recipe being build cross, crosssdk or for target at times we can use virtclass-native and virtclass-nativesdk to override stuff in recipes but we dont have way to modify a variables based on recipe type always. With this patch we attempt t

[OE-core] [CONSOLIDATED PULL 26/36] linux-yocto: update 3.0 kernel to v3.0.22

2012-02-27 Thread Saul Wold
From: Bruce Ashfield bumping the revision of the 3.0 kernel to the latest -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto

[OE-core] [CONSOLIDATED PULL 23/36] default-distrovars: Add empty weak definition for DISTRO variable

2012-02-27 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- meta/conf/distro/include/default-distrovars.inc |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 16b3108..dba204e 100

[OE-core] [CONSOLIDATED PULL 20/36] bind: add DEPENDS for libcap

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-connectivity/bind/bind_9.8.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index c2efa47..2efd09d 100644 --- a/meta/recipes-conne

[OE-core] [CONSOLIDATED PULL 19/36] tiff: Update to version 3.9.5

2012-02-27 Thread Saul Wold
Ensure that OpenGL and friends are disable with the setting of ax_cv_check_gl_libgl = no. Signed-off-by: Saul Wold --- .../libtiff/{tiff_3.9.5.bb => tiff_4.0.1.bb} |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/libtiff/{tiff_3.9.5.bb => ti

[OE-core] [CONSOLIDATED PULL 16/36] boost: Update to version 1.49.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../boost/{boost_1.48.0.bb => boost_1.49.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/boost/{boost_1.48.0.bb => boost_1.49.0.bb} (53%) diff --git a/meta/recipes-support/boost/boost_1.48.0.bb b/meta/recipes-supp

[OE-core] [CONSOLIDATED PULL 15/36] mkfontscale: Update to version 1.1.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{mkfontscale_1.0.9.bb => mkfontscale_1.1.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontscale_1.0.9.bb => mkfontscale_1.1.0.bb} (80%) diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9

[OE-core] [CONSOLIDATED PULL 10/36] util-linux: Update to 2.21

2012-02-27 Thread Saul Wold
This updates various checksums for the COPYING files, which moved in the process no changes to Licenses Tweak the scanf_cv_alloc_modifier and rebase the patch Signed-off-by: Saul Wold --- .../util-linux-ng-replace-siginterrupt.patch | 25 --- .../{util-linux-2.20.1 => ut

[OE-core] [CONSOLIDATED PULL 12/36] psmisc: Update to version 22.16

2012-02-27 Thread Saul Wold
Remove libintl-link patch which has in the upstream code now Signed-off-by: Saul Wold --- .../psmisc/files/libintl-link.patch| 32 meta/recipes-extended/psmisc/psmisc.inc|4 +- .../psmisc/{psmisc_22.14.bb => psmisc_22.16.bb}|4 +- 3

[OE-core] [CONSOLIDATED PULL 07/36] qt4-tools-nativesdk: improve and tidy up qmake build

2012-02-27 Thread Saul Wold
From: Paul Eggleton * Use the same method to build qmake as in the qt4 target recipes * We always have qmake from qt4-native so don't check if it exists - just skip the check like we do in the qt4 target recipes. This saves us a patch. * Replace qt4-tools-native in DEPENDS with qt4-native Si

[OE-core] [CONSOLIDATED PULL 00/36] General Updates, Kernel, QT, misc

2012-02-27 Thread Saul Wold
Richard, This has built and being rebuilt currently on the AB, and booted locally. Nothing too outrageous in here. This should mark the end of M3 Dev targeting a 1.2 M3 Delivery by Thursday. Sau! The following changes since commit 8d4db8e6dcd2d25637cb77515fe776552f2fdd6d: bitbake.conf: Cre

[OE-core] [CONSOLIDATED PULL 06/36] qt4-tools-nativesdk: fix build of 4.7.4

2012-02-27 Thread Saul Wold
From: Paul Eggleton Commit 4ccae37db1aa77a1d15098c3720ea6e2d383fbdc introduced a sed command line to modify a file that only exists in 4.8.0, thus do_configure of 4.7.4 was failing; so make this conditional upon the file existing. Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/qt4-tools-

[OE-core] [CONSOLIDATED PULL 03/36] task-core-lsb: add lsbtest to RDEPENDS_task-core-misc list

2012-02-27 Thread Saul Wold
From: Yi Zhao --- meta/recipes-extended/tasks/task-core-lsb.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index c48ccf0..2767196 100644 --- a/meta/recipes-extended/tasks/t

Re: [OE-core] [PATCH v2] libsdl: add DirectFB support

2012-02-27 Thread Saul Wold
On 02/24/2012 12:31 PM, Andreas Oberritter wrote: * Use conditional dependencies for DirectFB, like it's already done for OpenGL and X11. Signed-off-by: Andreas Oberritter --- * Rebased after X11 was already made conditional. meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |6 -- 1

[OE-core] [PATCH 0/1] bitbake-prserv-tool adepted to new bitbake cache

2012-02-27 Thread Lianhao Lu
Modified the bitbake-prserv-tool scripts to trigger reparse according to the new content-based bitbake cache mechanism. The following changes since commit 8d4db8e6dcd2d25637cb77515fe776552f2fdd6d: Dongxiao Xu (1): bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST are a

[OE-core] [PATCH] mtd-utils: Don't use host 'ranlib' or 'ar'.

2012-02-27 Thread James Limbouris
If ranlib, ar, or cc are not supplied to make, it attempts to use ${CROSS}xxx. Since ${CROSS} is not set, host ranlib may run, producing an unusable .a file on some platforms. Signed-off-by: James Limbouris --- meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb |4 ++-- 1 files changed, 2 inserti

[OE-core] [PATCH 1/1] scripts/prserv-tool: Adepted to new bitbake cache.

2012-02-27 Thread Lianhao Lu
Adepted to the new bitbake cache mechanism which is based on file content but not on file timp stamps any more. Signed-off-by: Lianhao Lu --- scripts/bitbake-prserv-tool | 28 +--- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/scripts/bitbake-prserv-t

Re: [OE-core] [PATCH v2] qt4.inc: depend on tiff

2012-02-27 Thread Otavio Salvador
On Mon, Feb 27, 2012 at 22:02, Andreas Oberritter wrote: > In this case, bumping PR just wastes everybody's CPU cycles for no gain. > Anyway, here's an updated patch: Not really; let's say if you had done a typo on the depends list it would be unnoticed in autobuilders and commited onto master.

[OE-core] [PATCH v2] qt4.inc: depend on tiff

2012-02-27 Thread Andreas Oberritter
On 27.02.2012 18:24, Paul Eggleton wrote: > On Monday 27 February 2012 14:20:15 Otavio Salvador wrote: >> On Mon, Feb 27, 2012 at 14:10, Andreas Oberritter > wrote: >>> * Fixes the following error with qt4-embedded-4.8.0 and possibly others: >>> | ../../../gui/image/qtiffhandler.cpp:48:20: fatal

Re: [OE-core] [PATCH 2/3] linux-yocto: update 3.2 kernel to v3.2.7

2012-02-27 Thread Darren Hart
On 02/27/2012 03:23 PM, Saul Wold wrote: > On 02/27/2012 11:34 AM, Bruce Ashfield wrote: >> Updating the 3.2 kernel recipe to the latest -stable release. >> >> Signed-off-by: Bruce Ashfield >> --- >> meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 + >> meta/recipes-kernel/linux

Re: [OE-core] [PATCH 2/3] linux-yocto: update 3.2 kernel to v3.2.7

2012-02-27 Thread Saul Wold
On 02/27/2012 11:34 AM, Bruce Ashfield wrote: Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 + meta/recipes-kernel/linux/linux-yocto_3.2.bb| 19 ++- 2 files

Re: [OE-core] [PATCH 1/4] multilib.bbclass: allow TARGET_VENDOR_virtclass-multilib to be overriden

2012-02-27 Thread McClintock Matthew-B29882
Per conversation with Saul on IRC - I'll push a branch to poky-contrib for my 6 pending patches. -M On Mon, Feb 27, 2012 at 1:38 PM, Matthew McClintock wrote: > If we set this bit, we can override the ugly "pokymllib32" to back to > "poky" (powerpc-pokymllib32-linux-gcc -> powerpc-poky-linux-gcc

Re: [OE-core] [oe] BOTAN crypto library

2012-02-27 Thread simran singh
Hello, I figured out the solution. Posting here for someone else lost like me. Had to add this line: export LDFLAGS = "-L${STAGING_LIBDIR}" From: kyo...@hotmail.com To: openembedded-core@lists.openembedded.org; openembedded-de...@lists.openembedded.org Date: Fri, 24 Feb 2012 16:15:1

Re: [OE-core] [PATCH] layer.conf: add keymaps to SIGGEN_EXCLUDERECIPES_ABISAFE

2012-02-27 Thread Saul Wold
On 02/24/2012 04:13 PM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- meta/conf/layer.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index dac9c97..93c087a 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.c

Re: [OE-core] [PATCH 3/4] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-02-27 Thread McClintock Matthew-B29882
On Mon, Feb 27, 2012 at 3:41 PM, Matthew McClintock wrote: > On Mon, Feb 27, 2012 at 1:38 PM, Matthew McClintock > wrote: >> We can use the default value for TUNE_PKGARCH, and now we just >> append "-nf" if no float is the build target >> >> Signed-off-by: Matthew McClintock >> --- >>  meta/con

Re: [OE-core] [PATCH] sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined recipe->dependency

2012-02-27 Thread Saul Wold
On 02/25/2012 07:31 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- meta/lib/oe/sstatesig.py |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index 7b80c18..1c25823 100644 --- a/meta/lib/oe/sstatesig.py ++

Re: [OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 1:32 PM, Saul Wold wrote: > On 02/27/2012 11:31 AM, Khem Raj wrote: >> >> On Mon, Feb 27, 2012 at 11:10 AM, Saul Wold  wrote: >>> >>> >>> -CACHED_CONFIGUREVARS += "scanf_cv_type_modifier=as" >>> +CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as" >> >> >> can you explain

Re: [OE-core] [PATCH 3/4] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-02-27 Thread McClintock Matthew-B29882
On Mon, Feb 27, 2012 at 1:38 PM, Matthew McClintock wrote: > We can use the default value for TUNE_PKGARCH, and now we just > append "-nf" if no float is the build target > > Signed-off-by: Matthew McClintock > --- >  meta/conf/machine/include/powerpc/arch-powerpc.inc |    3 +-- >  1 files change

Re: [OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Saul Wold
On 02/27/2012 11:31 AM, Khem Raj wrote: On Mon, Feb 27, 2012 at 11:10 AM, Saul Wold wrote: -CACHED_CONFIGUREVARS += "scanf_cv_type_modifier=as" +CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as" can you explain this change ? The configure setup changed from the "type" -> "alloc", so that

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 14:31 heeft Otavio Salvador het volgende geschreven: > On Mon, Feb 27, 2012 at 10:26, Koen Kooi wrote: >> 1) a package with /etc/rpc, /etc/hosts, /etc/protocols and /etc/services >> 2) a package with /etc/network/interfaces >> 3) a package with the initscript (probably move t

[OE-core] [PATCH 3/3] linux-yocto: allow non-branched repositories to check out

2012-02-27 Thread Bruce Ashfield
Not all users of the checkout phase of linux-yocto have all branches present. This is normal, and should be supported. By checking for an empty KBRANCH we can avoid validating a branch that isn't supposed to exist. [YOCTO #2032] Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclas

Re: [OE-core] [PATCH 0/4] stash gcc-cross buildtree and add recipe class override

2012-02-27 Thread Khem Raj
On Thu, Feb 23, 2012 at 7:33 PM, Khem Raj wrote: > Add recipe class to overrides > Prepare gcc for 4.7 changes > missing DEPENDS found during individual recipe builds > Add emptry DISTRO to oe-core > I have rebased the tree on top of todays master there were some conflicts w.r.t gcc patch. > The

[OE-core] [PATCH 1/4] multilib.bbclass: allow TARGET_VENDOR_virtclass-multilib to be overriden

2012-02-27 Thread Matthew McClintock
If we set this bit, we can override the ugly "pokymllib32" to back to "poky" (powerpc-pokymllib32-linux-gcc -> powerpc-poky-linux-gcc). I've left this unset by default, but can be set by adding the following: TARGET_VENDOR_virtclass-multilib-lib32 = "-poky" Signed-off-by: Matthew McClintock ---

[OE-core] [PATCH 2/4] bitbake.conf: add default value for TUNE_PKGARCH

2012-02-27 Thread Matthew McClintock
Add a default value for TUNE_PKGARCH. This let's us use the following: TUNE_PKGARCH_tune-ppce500 Instead of scanning over variables and using bitbake internal functions to create a valid value here. Signed-off-by: Matthew McClintock --- meta/conf/bitbake.conf |1 + 1 files changed, 1 inser

[OE-core] [PATCH 2/3] linux-yocto: update 3.2 kernel to v3.2.7

2012-02-27 Thread Bruce Ashfield
Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 + meta/recipes-kernel/linux/linux-yocto_3.2.bb| 19 ++- 2 files changed, 15 insertions(+), 13 deletions(-) diff -

[OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Saul Wold
This updates various checksums for the COPYING files, which moved in the process no changes to Licenses Tweak the scanf_cv_alloc_modifier and rebase the patch Signed-off-by: Saul Wold --- .../util-linux-ng-replace-siginterrupt.patch | 25 --- .../{util-linux-2.20.1 => ut

[OE-core] [PATCH 4/4] tune-ppc*.inc: update to use new default value for TUNE_PKGARCH

2012-02-27 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/conf/machine/include/tune-ppc603e.inc |2 +- meta/conf/machine/include/tune-ppce300c2.inc |2 +- meta/conf/machine/include/tune-ppce500.inc |2 +- meta/conf/machine/include/tune-ppce500mc.inc |2 +- meta/conf/machine/include/tune-ppce

[OE-core] [PATCH 3/4] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-02-27 Thread Matthew McClintock
We can use the default value for TUNE_PKGARCH, and now we just append "-nf" if no float is the build target Signed-off-by: Matthew McClintock --- meta/conf/machine/include/powerpc/arch-powerpc.inc |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine/includ

Re: [OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 11:10 AM, Saul Wold wrote: > > -CACHED_CONFIGUREVARS += "scanf_cv_type_modifier=as" > +CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as" can you explain this change ? ___ Openembedded-core mailing list Openembedded-core@lists

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2012-02-27 Thread Bruce Ashfield
Richard/Saul, Here's a consolidated pull reqeset for the some kernel items. - a bump of 3.0 to 3.0.22 - a bump of 3.2 to 3.2.7 - A fix for yocto 2032 You can cherry pick the bug fix by itself. As for the version updates, I've built and booted them on my development machine and on a clean m

[OE-core] [PATCH 1/3] linux-yocto: update 3.0 kernel to v3.0.22

2012-02-27 Thread Bruce Ashfield
bumping the revision of the 3.0 kernel to the latest -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18 +++

[OE-core] [PATCH 13/13] distro_tracking: Account for updates and Manual Checking

2012-02-27 Thread Saul Wold
Updates: sqlite3 psmisc boost file util-linux tiff mkfonddir mkfontscale libdrm xf86-video-intel Manual Checks: libcheck libcap console-tools zip unzip sysfsutils less usbutils sysstat cracklib libexif qemugl glew squashfs-tools lsb Fixup: bzip2 Signed-off-by: Saul Wold --- .../conf/distro/in

[OE-core] [PATCH 09/13] boost: Update to version 1.49.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../boost/{boost_1.48.0.bb => boost_1.49.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/boost/{boost_1.48.0.bb => boost_1.49.0.bb} (53%) diff --git a/meta/recipes-support/boost/boost_1.48.0.bb b/meta/recipes-supp

[OE-core] [PATCH 05/13] psmisc: Update to version 22.16

2012-02-27 Thread Saul Wold
Remove libintl-link patch which has in the upstream code now Signed-off-by: Saul Wold --- .../psmisc/files/libintl-link.patch| 32 meta/recipes-extended/psmisc/psmisc.inc|4 +- .../psmisc/{psmisc_22.14.bb => psmisc_22.16.bb}|4 +- 3

[OE-core] [PATCH 01/13] gnupg: Add missing patch for curl_typeof_fix

2012-02-27 Thread Saul Wold
Seems the wrong commit was grabbed and missed this patch Signed-off-by: Saul Wold --- .../gnupg-1.4.7/curl_typeof_fix_backport.patch | 27 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/gnupg/gnupg-1.4.7/curl_typeof_fix_back

[OE-core] [PATCH 02/13] qemu: Add glib-2.0 as depends

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/qemu/qemu.inc |2 +- meta/recipes-devtools/qemu/qemu_0.15.1.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 27ce14d..307a205 1

[OE-core] [PATCH 11/13] xf86-video-intel: Update to version 2.18.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- ...-intel_2.17.0.bb => xf86-video-intel_2.18.0.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.17.0.bb => xf86-video-intel_2.18.0.bb} (84%) diff --git a/meta/recipes-graphics/xorg-drive

[OE-core] [PATCH 12/13] tiff: Update to version 3.9.5

2012-02-27 Thread Saul Wold
Ensure that OpenGL and friends are disable with the setting of ax_cv_check_gl_libgl = no. Signed-off-by: Saul Wold --- .../libtiff/{tiff_3.9.5.bb => tiff_4.0.1.bb} |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/libtiff/{tiff_3.9.5.bb => ti

[OE-core] [PATCH 10/13] sqlite3: Update to version 3.7.10

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/sqlite/sqlite3_3.7.10.bb | 11 +++ meta/recipes-support/sqlite/sqlite3_3.7.9.bb | 11 --- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.10.bb delete mode 100644

[OE-core] [PATCH 08/13] mkfontscale: Update to version 1.1.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{mkfontscale_1.0.9.bb => mkfontscale_1.1.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontscale_1.0.9.bb => mkfontscale_1.1.0.bb} (80%) diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9

[OE-core] [PATCH 04/13] file: Update to version 5.11

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../file/{file_5.10.bb => file_5.11.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/file/{file_5.10.bb => file_5.11.bb} (85%) diff --git a/meta/recipes-devtools/file/file_5.10.bb b/meta/recipes-devtools/fi

[OE-core] [PATCH 06/13] libdrm: Update to version 2.4.31

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../drm/{libdrm_2.4.30.bb => libdrm_2.4.31.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.30.bb => libdrm_2.4.31.bb} (59%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.30.bb b/meta/recipes-g

[OE-core] [PATCH 07/13] mkfontdir: Update to version 1.0.7

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{mkfontdir_1.0.6.bb => mkfontdir_1.0.7.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontdir_1.0.6.bb => mkfontdir_1.0.7.bb} (81%) diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb b

[OE-core] [PATCH 00/13] Updates and a missing patch

2012-02-27 Thread Saul Wold
Richard, This is a block of updates along with a missing patch for gnupg GPLv2 version. Thanks Sau! The following changes since commit e1d5a81bf78786dcb11a4840436f46ba9ec4010e: glib-2.0: Disable fam, we don't depend on it (2012-02-27 12:16:35 +) are available in the git reposito

Re: [OE-core] udev 181 compilation error

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 5:43 AM, Jack Mitchell wrote: > On 27/02/12 13:39, Jack Mitchell wrote: > > I receive the following error when compiling Angstrom related to udev 181. > > In file included from src/extras/mtd_probe/mtd_probe.c:19:0: > src/extras/mtd_probe/mtd_probe.h:20:26: fatal error: mtd

Re: [OE-core] [PATCH] qt4.inc: depend on tiff

2012-02-27 Thread Paul Eggleton
On Monday 27 February 2012 14:20:15 Otavio Salvador wrote: > On Mon, Feb 27, 2012 at 14:10, Andreas Oberritter wrote: > > * Fixes the following error with qt4-embedded-4.8.0 and possibly others: > > | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No > > | such file or director

Re: [OE-core] [oe] gcc-cross-initial patching fails

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 5:31 AM, Andreas Müller wrote: > > > SRC_URI_append = "file://fortran-cross-compile-hack.patch" > > Is this a possible culprit? it definitely should not be there. Move this patching of SRC_URI to gcc-4.5.inc and test it out in your environment

Re: [OE-core] [PATCH] qt4.inc: depend on tiff

2012-02-27 Thread Otavio Salvador
On Mon, Feb 27, 2012 at 14:10, Andreas Oberritter wrote: > * Fixes the following error with qt4-embedded-4.8.0 and possibly others: > > | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such > file or directory Please bump INC_PR. -- Otavio Salvador                       

[OE-core] [PATCH] qt4.inc: depend on tiff

2012-02-27 Thread Andreas Oberritter
* Fixes the following error with qt4-embedded-4.8.0 and possibly others: | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such file or directory Signed-off-by: Andreas Oberritter --- meta/recipes-qt/qt4/qt4.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Martin Jansa
On Mon, Feb 27, 2012 at 12:47:13PM +, Richard Purdie wrote: > On Mon, 2012-02-27 at 13:36 +0100, Martin Jansa wrote: > > On Mon, Feb 27, 2012 at 12:13:48PM +, Richard Purdie wrote: > > > On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: > > > > Op 27 feb. 2012, om 11:33 heeft Martin Jansa

[OE-core] [PATCH 1/1] bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST

2012-02-27 Thread Dongxiao Xu
Create a new filter variable BB_HASHCONFIG_WHITELIST to filter variables for calculating cache's hash value. Signed-off-by: Dongxiao Xu --- meta/conf/bitbake.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7d0e0d

[OE-core] [PATCH 0/1 v2][PULL] bitbake.conf: Add DATE and TIME to BB_HASH_WHITELIST

2012-02-27 Thread Dongxiao Xu
Hi Richard, This pull request adds DATE and TIME into BB_HASHCONFIG_WHITELIST, please help to review and pull. Changes from v1: Use a new variable BB_HASHCONFIG_WHITELIST as the filter instead of BB_HASHBASE_WHITELIST. Thanks, Dongxiao The following changes since commit 6e1065a4988489baa762f7

Re: [OE-core] elfutils - missing dependency on bzip2?

2012-02-27 Thread Steve Sakoman
On Sun, Feb 26, 2012 at 10:38 PM, Martin Jansa wrote: >> gcc: >> >> ERROR: This autoconf log indicates errors, it looked at host include >> and/or library paths while determining system capabilities. >> Rerun configure task after fixing this. The path was >> '/media/Work/yocto/tmp/work/armv7a-vfp-

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-27 Thread Andrea Adami
On Mon, Feb 27, 2012 at 3:20 PM, Andrea Adami wrote: > On Mon, Feb 27, 2012 at 1:43 PM, Richard Purdie > wrote: >> The current approach of adding each different compressed image type doesn't >> scale. This patch changes the code so compressed images for each form are >> automatically available us

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-27 Thread Andrea Adami
On Mon, Feb 27, 2012 at 1:43 PM, Richard Purdie wrote: > The current approach of adding each different compressed image type doesn't > scale. This patch changes the code so compressed images for each form are > automatically available using the form . in > IMAGE_FSTYPES. This doesn't change any ex

Re: [OE-core] [PATCH 1/1] bitbake.conf: Add DATE and TIME to BB_HASH_WHITELIST

2012-02-27 Thread Xu, Dongxiao
On Mon, 2012-02-27 at 10:41 +, Richard Purdie wrote: > On Mon, 2012-02-27 at 15:58 +0800, Dongxiao Xu wrote: > > DATE and TIME are not needed when calculating cache's hash value. > > > > Signed-off-by: Dongxiao Xu > > --- > > meta/conf/bitbake.conf |2 +- > > 1 files changed, 1 insertion

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven: > The current approach of adding each different compressed image type doesn't > scale. This patch changes the code so compressed images for each form are > automatically available using the form . in > IMAGE_FSTYPES. This doe

[OE-core] cpufrequtils do_install issue

2012-02-27 Thread Jack Mitchell
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 failed: do_install (see /home/jack/ang

Re: [OE-core] udev 181 compilation error

2012-02-27 Thread Jack Mitchell
On 27/02/12 13:39, Jack Mitchell wrote: I receive the following error when compiling Angstrom related to udev 181. In file included from src/extras/mtd_probe/mtd_probe.c:19:0: *src/extras/mtd_probe/mtd_probe.h:20:26: fatal error: mtd/mtd-user.h: No such file or directory compilat

Re: [OE-core] [oe] gcc-cross-initial patching fails

2012-02-27 Thread Andreas Müller
On Mon, Feb 27, 2012 at 1:19 PM, Richard Purdie wrote: > On Mon, 2012-02-27 at 12:37 +0100, Andreas Müller wrote: >> On Thu, Feb 23, 2012 at 8:18 PM, Koen Kooi >> wrote: >> > >> > Op 22 feb. 2012, om 22:39 heeft Andreas Müller het volgende geschreven: >> > >> >> On Wed, Feb 22, 2012 at 10:18 PM,

[OE-core] udev 181 compilation error

2012-02-27 Thread Jack Mitchell
I receive the following error when compiling Angstrom related to udev 181. In file included from src/extras/mtd_probe/mtd_probe.c:19:0: *src/extras/mtd_probe/mtd_probe.h:20:26: fatal error: mtd/mtd-user.h: No such file or directory compilation terminated. src/extras/mtd_probe/probe

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 13:13 heeft Richard Purdie het volgende geschreven: > On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: >> Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: >> >>> On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module: op

  1   2   >