[OE-core] [PATCH] grub-efi-native: Update to version 2.00

2012-08-13 Thread Radu Moisan
Added -Wno-unused-result because of a read() with no result, and causing error due to -Werror Updated grub recipe because of a patch name change 1.99 -> 2.00 Signed-off-by: Radu Moisan --- ...2man.patch => grub-2.00-disable-help2man.patch} | 117 +++- ...grub-2.00-fix-enable_exe

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

2012-08-13 Thread rongqing.li
From: Roy.Li 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 --- .../subversion/subversion_1.6.15.bb|7 ---

[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 Date: Tue Aug 7 22:21:38 201

[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 --- .../pulseaudio/libatomics

[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 diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb index 7e3cf27..a39e3a8

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

2012-08-13 Thread Scott Garman
From: Paul Eggleton 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 _prepend we can still ensure it occur

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

2012-08-13 Thread Scott Garman
From: Paul Eggleton Display an error if the user does not have at least version 0.3.1 of GitPython installed. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- scripts/buildhistory-diff |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/buildhi

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

2012-08-13 Thread Scott Garman
From: Paul Eggleton 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 Signed-off-by: Richard Purdie --- meta/lib/oe/buildhistory_analysis.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(

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

2012-08-13 Thread Scott Garman
From: Saul Wold 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 Signed-off-by: Richard Purdie Reworked commit to fix merg

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

2012-08-13 Thread Scott Garman
From: Paul Eggleton 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 buildhistory. To avoid any future pr

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

2012-08-13 Thread Scott Garman
From: Otavio Salvador 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 Signed-off-by: Saul Wold Reworked commit to f

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

2012-08-13 Thread Scott Garman
From: Otavio Salvador 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 Signed-off-by: Saul Wold Reworked commit to f

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock 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: | arm-poky-linux-gnueabi-gcc -g

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

2012-08-13 Thread Scott Garman
From: Nitin A Kamble 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. Signed-off-by: Nitin A Kamble Signe

[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 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 Signed-off-by: Richard Purdie --- meta/classes/utils.bbclass |9 + 1 file changed, 9 insertions(+) diff --git a/meta

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

2012-08-13 Thread Scott Garman
From: Ting Liu Signed-off-by: Ting Liu Signed-off-by: Richard Purdie --- meta/classes/image_types.bbclass |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index b590ae1..55f122e 100644 --- a/meta/cl

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

2012-08-13 Thread Scott Garman
From: Enrico Scholz 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. This can cause errors like: |

[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 This prevents kexec from building for this part since it does not work Signed-off-by: Matthew McClintock Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../recipes-core/tasks/task-core-tools-testapps.bb |1 + 1 file changed, 1 insertion(+) diff --git

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock > 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-package

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

2012-08-13 Thread Scott Garman
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../xorg-xserver/xserver-xorg-1.11.2.inc |9 +++--- .../xserver-xorg-1.11.2/gcc-47-warning.patch | 33 2 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 meta

[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 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 Signed-off-by: Scott Garman --- meta/classes/kernel.bbclass |5 + 1 file changed, 5 inserti

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

2012-08-13 Thread Scott Garman
From: Martin Donnelly 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 you | installed softwa

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

2012-08-13 Thread Scott Garman
From: Saul Wold 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 --- meta/recipes-support/curl/curl_7.2

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

2012-08-13 Thread Scott Garman
From: Saul Wold 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 --- meta/recipes-support/curl/curl_7.24.0.bb | 13 ++--- 1 file changed, 6 insertions(+), 7 deletio

[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 Signed-off-by: Zhenhua Luo Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/tasks/task-core-sdk.bb |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task

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

2012-08-13 Thread Scott Garman
From: Ting Liu 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 below error when building

[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 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 Signed-off-by: Richard Purdie --- meta/recipes-dev

[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 Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- .../recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++ meta/recipes-devtools/gcc/gcc-package-runtime.inc | 12

[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 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 message that pop up whe

[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 Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-common.inc |4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-

[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 Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- .../openjade/openjade-native_1.3.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtool

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock On 64bit systems dtc will still install libaries in /usr/lib unless we havet this override Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/recipes-kernel/dtc/dtc.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/me

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

2012-08-13 Thread Scott Garman
From: Matthew McClintock 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 package lib32-libgc

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

2012-08-13 Thread Scott Garman
From: Saul Wold Signed-off-by: Saul Wold --- .../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 a/meta/recipes-extended/xinetd/xinetd_2.3

[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 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: /opt/yocto/cache-build/p5020ds-64b/

[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 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 and be unable to bu

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

2012-08-13 Thread Scott Garman
From: Zhenhua Luo 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 --- meta/recipes-kernel/linux/linux-dtb.inc |

[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 iss

[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 --- scripts/runqemu |6 ++ scripts/runqemu-internal |5 + 2 files changed, 11 insertions(+) diff --git a/scripts/

[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 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 http://git.yoctoproject.org/cgit.cgi//log/?h=mh

[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 --- meta/recipes-devtools/prelink/prelink_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/

[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 --- meta/classes/distutils.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/distutils.bbclass b/meta/classes/distutils.bbclass index

[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 confi

[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 2dec760b79bb7e2e79c33c5127fa64685b

[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 --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto_3.4.bb| 16 2 files changed, 12 insertions(

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

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton --- .../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(+), 60 deletions(-) dele

[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 f

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

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton --- .../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 insertions(+), 62 deletions(-) d

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

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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 a/meta/recipes-graphics/mesa/mesa-common.inc b/meta

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

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 deletions(-) diff --git a/

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

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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 a/meta/recipes-graphics/mesa/mesa-common.inc b/

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

2012-08-13 Thread Ross Burton
From: Damien Lespiau 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. Signed-off-by: Damien Les

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

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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|2 ++ ...-gross-hack-to-prevent-from-inst

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

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

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

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 meta/recipes-graphics/mesa/mesa-demos/gles2-info

[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 pat

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

2012-08-13 Thread Ross Burton
From: Yao Zhao 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 Signed-off-by: Ross Burton --- meta/classes/base.bbclass | 25 - 1 file change

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 wrote: > On Fri, Aug 10, 2012 at 7:54 AM, Burton, Ross wrote: >> On 8 August 2012 17:07, McClintock Matthew-B29882 >> wrote: >>> Any comments on this? >> >> owl-video isn't pulling in Xrandr directly, so something is wrong with >> the linker fl

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 wrote: > On 8 August 2012 17:07, McClintock Matthew-B29882 > 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 if -Wl,--as-needed is > breaking th

[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 --- meta/recipes-core/psplash/psplash_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[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. Signed-off-

[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 doesn'

[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 --- .../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 a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc b/meta/rec

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

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca --- .../{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 a/meta/recipes-graphics/xorg-proto/dri2proto_2.6.b

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

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca --- .../{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 a/meta/recipes-graphics/xorg-proto/glproto_1.4.1

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

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca --- .../{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 a/meta/recipes-graphics/xorg-lib/pixman_0.26.2.bb b

[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 ++-- .../{dri2proto

[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 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/q

[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-nativesd

[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 populat

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

2012-08-13 Thread Laurentiu Palcu
Since we made the SDK relocatable, we have to add this functionality to adt-installer too. Other: - Changed tabs to spaces in the recipe file too. Signed-off-by: Laurentiu Palcu --- .../installer/adt-installer/adt_installer | 11 ++ .../adt-installer/scripts/adt_installer_internal

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

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca --- .../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 a/meta/recipes-extended/ethtool/ethtool_3.4.1.bb b/meta

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

2012-08-13 Thread Koen Kooi
Signed-off-by: Koen Kooi --- 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 --- a/meta/recipes-extended/man/man_1.6f.bb

[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] libdrm: package update 2.4.35 -> 2.4.37

2012-08-13 Thread Constantin Musca
Signed-off-by: Constantin Musca --- .../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 a/meta/recipes-graphics/drm/libdrm_2.4.35.bb b/meta/recip