Re: [OE-core] [PATCH 2/2] man: make man actually work by installing custom man.config

2012-08-13 Thread Saul Wold
Can you please rebase this on Javier's changes Thanks Sau! On 08/09/2012 07:43 PM, Koen Kooi wrote: The default man.conf is named wrong and doesn't work. It references gtbl, while groff installs tbl and other things. This man.conf is imported from OE classic and runtime tested on

Re: [OE-core] [oe-core] classes: populate_sdk_base: Refine search for SDK env setup file

2012-08-13 Thread Laurentiu Palcu
On 08/12/2012 11:48 AM, Marc Reilly wrote: This fixes a relocation failure when installing SDKs built with meta-toolchain-qte. SDKs build with meta-toolchain-qte have a file named environment-setup in them as well as the environment-setup-MACH-WHATEVER-BLAH file. This patch changes the find

Re: [OE-core] [PATCH] socat: missing several dependencies

2012-08-13 Thread Saul Wold
On 07/31/2012 09:56 PM, Amy Fong wrote: socat: missing several dependencies socat depends on ncurses, readline, and tcp-wrappers Signed-off-by: Amy Fong amy.f...@windriver.com --- socat_1.7.2.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] libdrm: package update 2.4.35 - 2.4.37

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../drm/{libdrm_2.4.35.bb = libdrm_2.4.37.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.35.bb = libdrm_2.4.37.bb} (50%) diff --git

[OE-core] [PATCH 1/2] man: fix RDEPENDS and reformat recipe

2012-08-13 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/man/man_1.6f.bb |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index 9f75307..3dce1ae 100644 ---

[OE-core] [PATCH 2/2] man: make man actually work by installing custom man.config

2012-08-13 Thread Koen Kooi
The default man.conf is named wrong and doesn't work. It references gtbl, while groff installs tbl and other things. This man.conf is imported from OE classic and runtime tested on angstrom. Before: root@beaglebone:~# man man sh: /usr/bin/gtbl: No such file or directory sh: line 0: echo: write

[OE-core] [PATCH] ethtool: package update 3.4.1 - 3.5

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../ethtool/{ethtool_3.4.1.bb = ethtool_3.5.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_3.4.1.bb = ethtool_3.5.bb} (79%) diff --git

[OE-core] [RFC 0/1] adt-installer: add support for relocatable SDK

2012-08-13 Thread Laurentiu Palcu
Hi all, This patch will add relocatable SDK support to adt installer. That is, the user can provide an install folder, different than the default one (usually /opt/${DISTRO}/${SDK_VERSION} and the binaries will be automatically relocated. Why RFC? Well, adt_installer uses opkg in order to

[OE-core] [PATCH 1/1] qemu.inc: disable curl for qemu-nativesdk

2012-08-13 Thread Robert Yang
We had added the --disable-curl to EXTRA_OECONF, but there is an EXTRA_OECONF_virtclass-nativesdk += foo, the EXTRA_OECONF_virtclass-nativesdk += equals to EXTRA_OECONF_virtclass-nativesdk = (the + has no effect here), so we should add the --disable-curl to EXTRA_OECONF_virtclass-nativesdk. And

[OE-core] [PATCH 0/1] qemu.inc: disable curl for qemu-nativesdk

2012-08-13 Thread Robert Yang
The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: foomatic: fix perl path for target (2012-08-08 10:06:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/qemu

[OE-core] [PATCH 2/3] glproto: upgrade to 1.4.16

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../{glproto_1.4.15.bb = glproto_1.4.16.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{glproto_1.4.15.bb = glproto_1.4.16.bb} (77%) diff --git

[OE-core] [PATCH 1/3] pixman: upgrade to 0.27.2

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../{pixman_0.26.2.bb = pixman_0.27.2.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.26.2.bb = pixman_0.27.2.bb} (86%) diff --git

[OE-core] [PATCH 0/3] Package upgrades

2012-08-13 Thread Constantin Musca
The set contains package upgrades compiled successfully on all architectures and tested using the xorg-server. Constantin Musca (3): pixman: upgrade to 0.27.2 glproto: upgrade to 1.4.16 dri2proto: upgrade to 2.8 .../{pixman_0.26.2.bb = pixman_0.27.2.bb} |4 ++--

[OE-core] [PATCH 3/3] dri2proto: upgrade to 2.8

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../{dri2proto_2.6.bb = dri2proto_2.8.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{dri2proto_2.6.bb = dri2proto_2.8.bb} (76%) diff --git

[OE-core] [PATCH] wpa-supplicant: fix paths in dbus/systemd *.service files

2012-08-13 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../wpa-supplicant/wpa-supplicant-1.0.inc |2 ++ .../wpa-supplicant/wpa-supplicant_1.0.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 0/1] [denzil] linux-yocto: make validate_branches handle non BSP branches

2012-08-13 Thread Bruce Ashfield
Scott, Here's a fix for validate_branches that comes from a pending master change that I've been running for 3 weeks, and one that TomZ has tested in his yocto BSP work on denzil. It fixes some BSP use cases that involve setting a specific SRCREV on a base branch, so that a BSP branch that

[OE-core] [PATCH 1/1] linux-yocto: allow do_validate_branches to handle all branches

2012-08-13 Thread Bruce Ashfield
Branch validation will not restrict a branch that doesn't exist in the tree at the time of validation (since you can't reset a SRCREV on a non-existent branch). This restriction can be removed by looking for all branches that contain the specified SRCREV and forcing them to that value.

[OE-core] [oe-core][branch: denzil][PATCH] psplash: LIC_CHKSUM Tweak

2012-08-13 Thread Franklin S Cooper Jr
* Change the license checksum to use the lines in the psplash.h that contains license information instead of doing a checksum on the entire file. Signed-off-by: Franklin S Cooper Jr fcoo...@ti.com --- meta/recipes-core/psplash/psplash_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [OE-core] [PATCH] owl-video_git.bb: fix compilation on Fedora 13 machine

2012-08-13 Thread McClintock Matthew-B29882
On Fri, Aug 10, 2012 at 7:54 AM, Burton, Ross ross.bur...@intel.com wrote: On 8 August 2012 17:07, McClintock Matthew-B29882 b29...@freescale.com wrote: Any comments on this? owl-video isn't pulling in Xrandr directly, so something is wrong with the linker flags produced by GTK+. I wonder

Re: [OE-core] [PATCH] owl-video_git.bb: fix compilation on Fedora 13 machine

2012-08-13 Thread Burton, Ross
On 13 August 2012 19:06, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Aug 10, 2012 at 7:54 AM, Burton, Ross ross.bur...@intel.com wrote: On 8 August 2012 17:07, McClintock Matthew-B29882 b29...@freescale.com wrote: Any comments on this? owl-video isn't pulling in Xrandr

[OE-core] [PATCH 0/8] Enable EGL and GLES in x86 Mesa

2012-08-13 Thread Ross Burton
Hopefully the final Mesa patch set. First pulls in an essential fix to PACKAGECONFIG, and then enables GLES and EGL using PACKAGECONFIG, based on whether the MACHINE_FEATURES contains x86. Ross The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: foomatic: fix perl

[OE-core] [PATCH 1/8] base.bbclass: fix PACKAGECONFIG handling code

2012-08-13 Thread Ross Burton
From: Yao Zhao yao.z...@windriver.com PACKAGECONFIG flag code only handles that when it has 3 or 4 items in flag, it may have a stale data if some flags doesn't need DEPENDS and RDEPENDS. Signed-off-by: Yao Zhao yao.z...@windriver.com Signed-off-by: Ross Burton ross.bur...@intel.com ---

[OE-core] [PATCH 6/8] mesa-demos: fix GLES2 build

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos/gles2-info.patch | 15 +++ meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 4/8] mesa: enable GLES v1 and v2

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc | 12 ++-- meta/recipes-graphics/mesa/mesa-dri.inc|2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 3/8] mesa: Add a mesa-dri-glsl-native_git recipe

2012-08-13 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com If you have both a fixed version of mesa and a git version of mesa, you also need the mesa-dri-glsl-native recipe for each versions. The code generation that happens natively has to be done with the tool extracted from the version you are compiling.

[OE-core] [PATCH 7/8] mesa: respect x11 DISTRO_FEATURE

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 15 +- meta/recipes-graphics/mesa/mesa-git.inc

[OE-core] [PATCH 5/8] core: Prefer mesa-dri as virtual/libopengles1/2 provider

2012-08-13 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com Wihtout it, you have both mesa-dri and mesa-xlib as providers. Let's prefer the accelerated version. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/distro/include/default-providers.inc |2 ++

[OE-core] [PATCH 2/8] clutter: DOLT isn't used anymore

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb |7 +-- meta/recipes-graphics/clutter/clutter-1.8_git.bb |7 +-- meta/recipes-graphics/clutter/cogl_git.bb |7 +-- 3 files changed, 3 insertions(+), 18

[OE-core] [PATCH 8/8] mesa: enable EGL, with DRM and X11 platforms

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |5 +++-- meta/recipes-graphics/mesa/mesa-dri.inc|6 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 1/2] owl-video: patches pushed upstream, so bump srcrev

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../owl-video/gtk_multithread_safe.patch | 40 .../owl-video-widget/owl-video/make-382.patch | 17 - .../recipes-sato/owl-video-widget/owl-video_git.bb |8 ++-- 3 files changed, 3

[OE-core] [PATCH 0/2] libowl updates

2012-08-13 Thread Ross Burton
Patches were merged upstream, so drop them and bump srcrev. The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: foomatic: fix perl path for target (2012-08-08 10:06:00 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ross/owl

[OE-core] [PATCH 2/2] libowl-av: patches merged upstream, bump srcrev

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libowl-av/gst_change_state.patch | 42 .../owl-video-widget/libowl-av/make-382.patch | 13 -- .../recipes-sato/owl-video-widget/libowl-av_git.bb |8 ++-- 3 files changed, 3 insertions(+),

[OE-core] [PATCH 1/2] linux-yocto: bump version to 3.4.7

2012-08-13 Thread Bruce Ashfield
The v3.4.7 -stable update has been released, updating all in-tree BSPs to this new baseline. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto_3.4.bb| 16 2

[OE-core] [PATCH 2/2] linux-yocto/3.4: BSP, uprobes, config and cleanups

2012-08-13 Thread Bruce Ashfield
Updating the linux-yocto 3.4 recipe with consolidated fixes, BSPs and cleanups. From the kernel meta branch: 28bcd46 meta: move emgd features to staging 6c01949 meta: Crystal Forest Machine Created. 3c19c4d meta/qemuppc: remove redundant profiling options a5da4d5 meta: kgdb: update

[OE-core] [PATCH 0/2] linux-yocto: 3.4.7 BSP updates

2012-08-13 Thread Bruce Ashfield
Richard/Saul, Here's a set of updates for the 3.4 kernel that I've had under test for a week or so. We have a bump to 3.4.7 and some updates to prep for systemtap updates, update BSPs and cleanup configuration. Cheers, Bruce The following changes since commit

[OE-core] [PATCH] distutils.bbclass: fix libdir for 64-bit python modules built with distutils

2012-08-13 Thread Matthew McClintock
Without this some modules will be intalled in /usr/lib/python2.6/ instead of /usr/${libdir}/python2.6 Signed-off-by: Matthew McClintock m...@freescale.com --- meta/classes/distutils.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/distutils.bbclass

[OE-core] [PATCH 0/1] Update prelink to latest version

2012-08-13 Thread Mark Hatle
The following changes since commit b5028cc84ad7c40c51cadbdf7fdc892cde4462cb: createrepo: add wrapper script to fix paths (2012-08-13 20:09:22 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mhatle/prelink

[OE-core] [PATCH 1/1] prelink: Update to latest upstream prelink

2012-08-13 Thread Mark Hatle
The latest fixes an obscure problem with prelinking on PowerPC, as well as general updated. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/prelink/prelink_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 0/1] runqemu ramfs support

2012-08-13 Thread Scott Garman
Added support for booting ramfs-based images (e.g, poky-tiny) which do not have block device support. This fixes [YOCTO #2612]. Scott The following changes since commit 5290e82ecef08b5e573d7442627276d7b42c6b93: foomatic: fix perl path for target (2012-08-08 10:05:52 +0100) are available

[OE-core] [PATCH 1/1] runqemu: support booting ramfs-based images

2012-08-13 Thread Scott Garman
Added support for booting ramfs-based images (e.g, poky-tiny) which do not have block device support. This fixes [YOCTO #2612]. Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/runqemu |6 ++ scripts/runqemu-internal |5 + 2 files changed, 11

[OE-core] [PATCH 01/32] xinetd: Update to 2.3.15

2012-08-13 Thread Scott Garman
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../xinetd/{xinetd_2.3.14.bb = xinetd_2.3.15.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/xinetd/{xinetd_2.3.14.bb = xinetd_2.3.15.bb} (90%) diff --git

[OE-core] [PATCH 04/32] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 for further information) ERROR: Logfile of failure stored in:

[OE-core] [PATCH 03/32] libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com MakeMaker has a bug where it does not propagate CC/LD/etc information down to subproject it generates Makefiles for... this recipe has has an Expat subproject which has issues building if we are using sstate-cache and it will reference the old sysroots

[OE-core] [PATCH 02/32] linux-dtb: add multi-dtb build support

2012-08-13 Thread Scott Garman
From: Zhenhua Luo b19...@freescale.com including following enhancement: * support multi-dtb build * skip dtb build and install when KERNEL_DEVICETREE is empty * print a warning message when specified dts file is not available Signed-off-by: Zhenhua Luo b19...@freescale.com ---

[OE-core] [PATCH 00/32] denzil pull request1

2012-08-13 Thread Scott Garman
Hello, This is my first pull request for denzil since the 1.2.1 release was made. It has been run through the autobuilder, which is having some issues with running sanity tests and buildhistory, so if the build succeeded for everything except for those steps, I note it as Green with known AB

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../openjade/openjade-native_1.3.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com On 64bit systems dtc will still install libaries in /usr/lib unless we havet this override Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-kernel/dtc/dtc.inc |4

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-common.inc |4 2

[OE-core] [PATCH 05/32] packagedata.py: Fix get_subpkgedata_fn for multilib

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com This happens when tryng to add libgcc-dev to as a multilib package (e.g. IMAGE_INSTALL_append = lib32-libgcc-dev) | Processing task-core-boot... | Processing fman-ucode... | Processing dosfstools... | Processing lib32-libgcc-dev... | Unable to find

[OE-core] [PATCH 09/32] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com This fixes the issue where gcc invokes the linker with an incorrect -L library location and gives up because it can't find libraries. It was looking in a /lib folder instead of /lib64 Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by:

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- .../recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++

[OE-core] [PATCH 11/32] sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com Set SERIAL_CONSOLES if you want to define multiple serial consoles, also if you need to check for the presence of the serial consoles you can also define SERIAL_CONSOLES_CHECK to determine if these are present when you boot. This will prevent error

[OE-core] [PATCH 12/32] lsof: define linux C library type when using eglibc

2012-08-13 Thread Scott Garman
From: Ting Liu b28...@freescale.com lsof tries to compile a temp c source file and execute the binary to determine linux C library type (file Configure, line 2689-2717). It is inpracticable for cross-compilation and may have build issue on some distros since it depends on host settings. Fix

[OE-core] [PATCH 13/32] task-core-sdk.bb: add libgomp and libgomp-dev by RECOMMENDS

2012-08-13 Thread Scott Garman
From: Zhenhua Luo b19...@freescale.com Signed-off-by: Zhenhua Luo b19...@freescale.com Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-core/tasks/task-core-sdk.bb |6 +- 1 file changed, 5 insertions(+), 1

[OE-core] [PATCH 14/32] augeas: Add libxml2 dependency

2012-08-13 Thread Scott Garman
From: Martin Donnelly martin.donne...@ge.com This patch fixes the following Augeas configure error. | checking for LIBXML... no | configure: error: Package requirements (libxml-2.0) were not met: | | No package 'libxml-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if

[OE-core] [PATCH 15/32] curl: enable ssl support

2012-08-13 Thread Scott Garman
From: Saul Wold s...@linux.intel.com This patch enables ssl support for curl to allow git to clone from https / ssl sites. We do not want to enable gnutls for native or nativesdk, as it adds additional dependency and increase build time [YOCTO #2532] Signed-off-by: Saul Wold

[OE-core] [PATCH 16/32] curl: Use gnutls for target and openssl for native

2012-08-13 Thread Scott Garman
From: Saul Wold s...@linux.intel.com Since gnutls is available on the target use it, but we do not build gnutls for the native side as it adds too many dependecies, so use openssl. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/curl/curl_7.24.0.bb | 13 ++--- 1

[OE-core] [PATCH 18/32] kernel.bbclass: Copy bounds.h only if it exists, needed for 2.6.x.

2012-08-13 Thread Scott Garman
From: Leon Woestenberg l...@sidebranch.com Linux 2.6.x kernels did not (all) have the bounds.h file, so copy only iff exists. (See OE-Core 02ac0d1b65389e1779d5f95047f761d7a82ef7a4) Signed-off-by: Leon Woestenberg l...@sidebranch.com Signed-off-by: Scott Garman scott.a.gar...@intel.com ---

[OE-core] [PATCH 17/32] xserver-xorg: Fix build on powerpc

2012-08-13 Thread Scott Garman
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../xorg-xserver/xserver-xorg-1.11.2.inc |9 +++--- .../xserver-xorg-1.11.2/gcc-47-warning.patch | 33 2

[OE-core] [PATCH 19/32] gcc-package-runtime.inc: Fix QA warning

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com ERROR: QA Issue: gcc-runtime: Files/directories were installed but not shipped /usr/lib/libgomp.so.1.0.0 /usr/lib/libgomp.so.1 Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by:

[OE-core] [PATCH 20/32] task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com This prevents kexec from building for this part since it does not work Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 21/32] image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfo

2012-08-13 Thread Scott Garman
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/image_types.bbclass |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass

[OE-core] [PATCH 22/32] libtool: fixed parallel build related race

2012-08-13 Thread Scott Garman
From: Enrico Scholz enrico.sch...@sigma-chemnitz.de While building libtool, the libtool script itself will be regenerated because OE modifies a dependency[1]. With -jX, this operation (-- removal, creation of non-x file, 'chmod a+x') can happen at a time when the script is going to be executed.

[OE-core] [PATCH 23/32] utils.bbclass: add helper function to add all multilib variants of a specific package

2012-08-13 Thread Scott Garman
From: Richard Purdie richard.pur...@linuxfoundation.org This is useful for the scenario where we want to add 'gcc' to the root file system for all multilib variants Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 24/32] tcl: fix target recipe build issue on older distros

2012-08-13 Thread Scott Garman
From: Nitin A Kamble nitin.a.kam...@intel.com the builddir is put in front of the LD_LIBRARY_PATH, causing dynamically linking of target library with native tclsh. Fix this behavior to cross build tcl correctly. This issue got exposed when eglibc-2.15 was configured for the target.

[OE-core] [PATCH 25/32] u-boot.inc: update linker arguments to pass --sysroot arg

2012-08-13 Thread Scott Garman
From: Matthew McClintock m...@freescale.com If we are building from sstate-cache it's possible to be building from another folder on another machine, therefore the linker requires that a proper --sysroot is passed too it so it can find things like libgcc.a and avoid errors such as: |

[OE-core] [PATCH 26/32] shadow-native: use 'users' group by default

2012-08-13 Thread Scott Garman
From: Otavio Salvador ota...@ossystems.com.br The rootfs has 'users' group at number 100 and without this fix it would assign to a non-existent group and if a group with gid as 1000 is created later it would own all files for users created. Signed-off-by: Otavio Salvador ota...@ossystems.com.br

[OE-core] [PATCH 27/32] shadow: use 'users' group by default

2012-08-13 Thread Scott Garman
From: Otavio Salvador ota...@ossystems.com.br The rootfs has 'users' group at number 100 and without this fix it would assign to a non-existent group and if a group with gid as 1000 is created later it would own all files for users created. Signed-off-by: Otavio Salvador ota...@ossystems.com.br

[OE-core] [PATCH 28/32] foomatic: fix perl path for target

2012-08-13 Thread Scott Garman
From: Saul Wold s...@linux.intel.com This problem appears on F17 when configure finds /bin/perl, since the beh script is a target side script, we need to set PERL in the do_configure_prepend in order for the correct perl to be used Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by:

[OE-core] [PATCH 29/32] classes/rootfs_*: fix splitting package dependency strings

2012-08-13 Thread Scott Garman
From: Paul Eggleton paul.eggle...@linux.intel.com If a + character appears in a version specification within the list of package dependencies, the version will not be removed from the list in list_package_depends/recommends leading to garbage appearing in the dependency graphs generated by

[OE-core] [PATCH 31/32] scripts/buildhistory-diff: add GitPython version check

2012-08-13 Thread Scott Garman
From: Paul Eggleton paul.eggle...@linux.intel.com Display an error if the user does not have at least version 0.3.1 of GitPython installed. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- scripts/buildhistory-diff |

[OE-core] [PATCH 30/32] buildhistory_analysis: fix error when version specifier missing

2012-08-13 Thread Scott Garman
From: Paul Eggleton paul.eggle...@linux.intel.com Passing None to split_versions() will raise an exception, so check that the version is specified before passing it in. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 32/32] classes/license: fix manifest to work with deb

2012-08-13 Thread Scott Garman
From: Paul Eggleton paul.eggle...@linux.intel.com Prepend the license manifest creation call to ROOTFS_POSTPROCESS_COMMAND instead of appending to ROOTFS_POSTINSTALL_COMMAND. The latter is not implemented for the deb backend (and probably ought to just be removed completely), and by using

[OE-core] [PATCH] libproxy: add dependency on glib-2.0

2012-08-13 Thread Paul Gortmaker
Without this, you will get occasional build failures if libproxy tries to build before the glib headers are placed in the sysroot. Signed-off-by: Paul Gortmaker paul.gortma...@windriver.com diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb

[OE-core] [PATCH] libatomics-ops: update to the latest version 7.2

2012-08-13 Thread Xin Ouyang
All old patches are droped because: Merged into 7.2 by upstream: * fedora/libatomic_ops-1.2-ppclwzfix.patch * gentoo/libatomic_ops-1.2-mips.patch * gentoo/sh4-atomic-ops.patch * libatomics-ops_fix_for_x32.patch Obsolete: * doublefix.patch Signed-off-by: Xin Ouyang xin.ouy...@windriver.com ---

[OE-core] [discussion] perf: specify SLANG_INC dir for perf

2012-08-13 Thread Liang Li
Hi Richard, Ping ... Hopefully you could recall sufficient context from this thread about the 'include path for slang.h' cause compile error issue that we are trying to fix here. I saw your three commits in oecore like below: commit b033000 Author: Richard Purdie

[OE-core] [PATCH] subversion: two small fixes

2012-08-13 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Add missing build dependency on sqlite3 Disable Ruby checking. we do not have Ruby, and subversion always checks ruby on host which leads to build error when ruby-dev is installed on host. Signed-off-by: Roy.Li rongqing...@windriver.com ---