[OE-core] [PATCH] kernel bbclass: recreate uImage unless KEEPUIMAGE is set

2012-07-19 Thread Khem Raj
From: Koen Kooi The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information to the uImage description field The current state is a NOP anyway, the kernel will always build a uImage w

[OE-core] [PATCH] kernel.bbclass: fix external module building

2012-07-19 Thread Khem Raj
From: Denis Carikli Without that fix we have the following while compiling compat-wireless. include/linux/mmzone.h:18:30: fatal error: generated/bounds.h: No such file or directory Note that the compat-wireless recipe will be added in another commit. Signed-off-by: Denis 'GNUtoo' Carikli Si

[OE-core] [PATCH 3/3] puzzles, mkelfimage: Use svn protocol instead of http

2012-07-19 Thread Khem Raj
These repos are not setup to serve through http protocol Signed-off-by: Khem Raj --- meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb |2 +- meta/recipes-sato/puzzles/puzzles_r9561.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mk

[OE-core] [PATCH 2/3] binutils: Add missing target package dependencies

2012-07-19 Thread Khem Raj
e.g. libfl from flex is needed for target binutils to link otherwise it can fail to build Signed-off-by: Khem Raj --- meta/recipes-devtools/binutils/binutils-2.22.inc |2 +- meta/recipes-devtools/binutils/binutils_2.22.bb |3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --g

[OE-core] [PATCH 1/3] cmake-native: Fix build on ubuntu

2012-07-19 Thread Khem Raj
From: Khem Raj Fixes errors like /yocto/poky/build/tmp/work/x86_64-linux/cmake-native-2.8.5-r2.1/cmake-2.8.5/Utilities/cmlibarchive/libarchive/archive_entry.c:56:55: fatal error: ext2fs/ext2_fs.h: No such file or directory Signed-off-by: Khem Raj --- meta/recipes-devtools/cmake/cmake-native_2

Re: [OE-core] [PATCH 00/26] Use gtk-doc-stub

2012-07-19 Thread Saul Wold
On 07/19/2012 09:10 AM, Ross Burton wrote: That nice Colin Walters had the same problem in ostree that we have in Poky - gtk-doc and modules that autoregen. He solved it in a cleaner manner and created gtk-doc-stub, which has the external interface of gtk-doc but (obviously) does nothing. This

Re: [OE-core] [PATCH] autoconf: updated to 2.69

2012-07-19 Thread Saul Wold
On 07/19/2012 03:33 AM, Bogdan Marinescu wrote: Tested with core-image-sato-sdk and lib32-core-image-sato-sdk. This update was done mainly because multilib builds failed on master with this error: | autoreconf: running: aclocal -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.

Re: [OE-core] [PATCH] binutils: package ld.gold symlink

2012-07-19 Thread Saul Wold
On 07/18/2012 04:04 AM, Martin Jansa wrote: * fixes: NOTE: package binutils-2.22-r11: task do_package: Started WARNING: QA Issue: binutils: Files/directories were installed but not shipped /usr/bin/ld.gold NOTE: package binutils-2.22-r11: task do_package: Succeeded Signed-off-by: M

Re: [OE-core] [PATCH v2 0/2] grub: two backported patch for bug 2777

2012-07-19 Thread Saul Wold
On 07/18/2012 02:25 AM, Jesse Zhang wrote: Hi Saul, Just tested the patches against the latest code (head 5ed19a40f40). Nothing changed, except I need to rebase the PRs. Jesse Zhang (2): grub: fix grub-mkconfig_lib install dir grub: fix error stating the root device .../files/grub-1.9

Re: [OE-core] [PATCH] tcl: fix tcl INCLUDE_SPEC and LIB_SPEC

2012-07-19 Thread Saul Wold
On 07/18/2012 09:42 AM, Yao Zhao wrote: TCL_INCLUDE_SPEC -I/usr/include will cause problems cross configure/compile TCL_LIB_SPEC -L${libdir} will cause problems too when link. Signed-off-by: Yao Zhao --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb |5 +++-- 1 file changed, 3 insertions(+),

Re: [OE-core] [PATCH] Upadate upstream_tracking.inc

2012-07-19 Thread Saul Wold
On 07/19/2012 06:22 AM, Radu Moisan wrote: Added new info for tinylogin. Signed-off-by: Radu Moisan --- .../conf/distro/include/upstream_tracking.inc |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yoc

Re: [OE-core] [PATCH v2] dbus-glib: add support for install regression tests

2012-07-19 Thread Saul Wold
On 07/17/2012 01:46 PM, Yao Zhao wrote: dbus-glib.inc: default turn off unit test as libdbus-glib-1.so.2.2.2 will have unit test code if DBUS_BUILD_TESTS enabled. User can turn it on with PACKAGECONFIG_pn-dbus-glib = "tests" in local.conf or PACKAGECONFIG ??= "tests" in recipe itself. test-insta

Re: [OE-core] [PATCH] Multilib build fixes

2012-07-19 Thread Saul Wold
On 07/19/2012 05:00 AM, Bogdan Marinescu wrote: 1. STAGING_KERNEL_DIR was getting an invalid MLPREFIX. Fix this by forcing the expansion in multilib.conf. 2. Added multilib rule for 'perf'. --- meta/conf/multilib.conf |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/multilib

Re: [OE-core] [PATCH 0/3] Remove eggdbus

2012-07-19 Thread Saul Wold
On 07/19/2012 05:05 AM, Ross Burton wrote: eggdbus isn't actually used anything anymore, so remove the dependencies and delete the package. The following changes since commit 09d11c2794f445a4311f6cba3fdd79bfc216abc5: package_ipk.bbclass: Fix python whitespace (2012-07-19 12:24:50 +0100) are

Re: [OE-core] [PATCH V5 0/4] Modified the references to stat function in the patch's comments (only cover)

2012-07-19 Thread Saul Wold
On 07/18/2012 06:12 AM, Andrei Gherzan wrote: Changes from V4: Added SoB and Upstream-Status to patches. Modified the references to "stat" function in the patch's comments. Modified Ross's patch name in SRC_URI. Changes from V3: Messed up my patches. As well, added Ross Burton's patch: [OE-core]

Re: [OE-core] [PATCH v2] wpa-supplicant: upgrade to 1.0

2012-07-19 Thread Saul Wold
On 07/18/2012 05:36 AM, Cristian Iorga wrote: README file is changed. Some phrases were reformulated, but the semanthics are the same. Copyright has been renewed. Both licenses (GPL v2 and BSD) have been added explicitly. wpa_supplicant.c is changed regarding licenses body. Copyright has been re

Re: [OE-core] [PATCH] Add console kernel options

2012-07-19 Thread Saul Wold
On 07/19/2012 04:59 AM, Radu Moisan wrote: Live image installer did not preserve BSP specified console= kernel parameter. This patch updates the init scripts that are responsible for grub.cfg creation so that options like console= are passed allong from installer to installed img [YOCTO #2426]

Re: [OE-core] [v2 PATCH] watchdog: fix ping mode failure

2012-07-19 Thread Saul Wold
On 07/17/2012 06:41 PM, rongqing...@windriver.com wrote: From: Roy.Li [YOCTO #2755] When watchdog works on ping mode, the system will be rebooted since watchdog can not receive the expected ECOREPLY on a setting interval. Ping mode uses a raw socket to send a ECO packet, then uses select() to

Re: [OE-core] [PATCH] busybox: busybox wget -P option ignored

2012-07-19 Thread Saul Wold
On 07/17/2012 07:30 AM, Amy Fong wrote: busybox wget testing fails In cases where busybox wget is invoked with -P <...> and the url ends in "/", the download directory is ignored (ie the file index.html is implied), this change enables the -P option for those urls. Signed-off-by: Amy Fong ---

Re: [OE-core] modifying inittab (for example)

2012-07-19 Thread Slater, Joseph
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core- > boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Wednesday, July 18, 2012 10:26 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core]

Re: [OE-core] what are the major phases of do_patch() for the kernel?

2012-07-19 Thread Bruce Ashfield
On Thu, Jul 19, 2012 at 5:50 PM, Robert P. J. Day wrote: > > short version: what happens during each major processing step of the > do_patch function for the kernel? > > longer version: i'm stepping through what happens when i do a > "bitbake linux-yocto", and documenting what happens at each

[OE-core] what are the major phases of do_patch() for the kernel?

2012-07-19 Thread Robert P. J. Day
short version: what happens during each major processing step of the do_patch function for the kernel? longer version: i'm stepping through what happens when i do a "bitbake linux-yocto", and documenting what happens at each step -- currently looking at do_patch(). after having run the pre

Re: [OE-core] meta-toolchain type SDK containing external toolchain possible?

2012-07-19 Thread Mark Hatle
On 7/19/12 3:13 PM, Manuel Bessler wrote: Hi all, I'm using a vendor-supplied external (pre-built) toolchain in my build (poky-denzil). Is it possible to setup my toolchain such that it will be part of the SDK package instead of the default {gcc,binutils}-cross-canadian? It is possible, but th

[OE-core] meta-toolchain type SDK containing external toolchain possible?

2012-07-19 Thread Manuel Bessler
Hi all, I'm using a vendor-supplied external (pre-built) toolchain in my build (poky-denzil). Is it possible to setup my toolchain such that it will be part of the SDK package instead of the default {gcc,binutils}-cross-canadian? I'm modeling my SDK after the meta-toolchain type SDK. Right now w

Re: [OE-core] [PATCH 0/1] V2 add downloadfilename to wget fetcher

2012-07-19 Thread Saul Wold
This should go to the bitbake-de...@lists.openembedded.org Sau! On 07/18/2012 11:21 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble In this V2 commit, not required changes from __init__.py are removed. Thanks, Nitin The following changes since commit 5b014eae151a1584df4e3d3b96d18f

[OE-core] [PATCH] change gtk-doc.bbclass to pull in depends and oeconf

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/gtk-doc.bbclass | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index 58daaf3..603b191 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/

Re: [OE-core] [PATCH 02/26] change gtk-doc.bbclass to pull in depends and oeconf

2012-07-19 Thread Ross Burton
(attempting manual git send-email mojo to avoid sending another huge thread. Sorry if this goes terribly wrong!) Revised patch attached. I've rebased the ross/gtkdoc branch with this commit. Ross ___ Openembedded-core mailing list Openembedded-core@l

[OE-core] [PATCH 0/1] V2 add downloadfilename to wget fetcher

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble In this V2 commit, not required changes from __init__.py are removed. Thanks, Nitin The following changes since commit 5b014eae151a1584df4e3d3b96d18f9df3e55665: fix my typos in patch headers (2012-07-16 21:45:01 -0700) are available in the git repository at: git://git.

[OE-core] [PATCH 1/1] bitbake wget fetcher: add parameter: downloadfilename

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble this allows wget fetcher to store the downloaded file in a specified custom filename in ${DL_DIR} Exmaple: SRC_URI = "https://edc.intel.com/Download.aspx?id=6190;downloadfilename=LIN_IEMGD_1_14_GOLD_2443.tgz"; This fixes bug: [YOCTO #2570] Signed-off-by: Nitin A Kamble

[OE-core] [PATCH 1/1] bitbake wget fetcher: add parameter: downloadfilename

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble this allows wget fetcher to store the downloaded file in a specified custom filename in ${DL_DIR} Exmaple: SRC_URI = "https://edc.intel.com/Download.aspx?id=6190;downloadfilename=LIN_IEMGD_1_14_GOLD_2443.tgz"; This fixes bug: [YOCTO #2570] Signed-off-by: Nitin A Kamble

[OE-core] [PATCH 0/1] add downloadfilename parameter to bitbake wget fetcher

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 5b014eae151a1584df4e3d3b96d18f9df3e55665: fix my typos in patch headers (2012-07-16 21:45:01 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contri

[OE-core] [PATCH v2 16/16] trace-cmd: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb index 7f6f6cf..214d0f0 100644 --- a/

[OE-core] [PATCH v2 15/16] kernelshark: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb b/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb index d18cb6a..21f4576 100644

[OE-core] [PATCH v2 14/16] perf: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-kernel/perf/perf_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index 5bdd924..505c7b8 100644 --- a/meta/recipes-kernel/perf/perf_3.

[OE-core] [PATCH v2 13/16] xcb-proto: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-graphics/xcb/xcb-proto.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index e93b1a2..feb9e4d 100644 --- a/meta/recipes-graphics/x

[OE-core] [PATCH v2 12/16] libxcb: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-graphics/xcb/libxcb.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index d3a5044..1517f8a 100644 --- a/meta/recipes-graphics/xcb/libxcb

[OE-core] [PATCH v2 11/16] mesa-common: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index f697e67..120a256 100644 --- a/meta/recipes

[OE-core] [PATCH v2 10/16] gobject-introspection: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- .../gnome/gobject-introspection_1.32.1.bb |2 +- .../gnome/gobject-introspection_git.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb b/meta/reci

[OE-core] [PATCH v2 09/16] gnome-doc-utils: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-gnome/gnome/gnome-doc-utils.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 08333db..3c9a50d 100644 --- a/meta/rec

[OE-core] [PATCH v2 08/16] libxml2: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- meta/recipes-core/libxml/libxml2.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index d70fe47..91fbaf4 100644 --- a/meta/recipes-core/libxml/libxml2

[OE-core] [PATCH v2 07/16] telepathy-python: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- .../telepathy/telepathy-python_0.15.19.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.b

[OE-core] [PATCH v2 06/16] telepathy-glib: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- .../telepathy/telepathy-glib_0.19.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb inde

[OE-core] [PATCH v2 04/16] python-pyrex-native: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- .../python/python-pyrex-native_0.9.9.bb|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb index dcfc

[OE-core] [PATCH v2 05/16] mklibs-native: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- .../mklibs/mklibs-native_0.1.34.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb index f2c3033..eeb31

[OE-core] [PATCH v2 00/16] python-native: Put binaries in seperate directory

2012-07-19 Thread Morgan Little
I updated python-native like it was suggest by Richard here: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-June/024644.html It is to resolve an issue that comes up when python-native is building and autoconf finds the binary but not the libraries. This fix moves where the binaries

[OE-core] [PATCH v2 02/16] python: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative onto the list of inherits and update the paths to the binaries referenced in the recipe to the new paths. --- meta/recipes-devtools/python/python_2.7.3.bb | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/recipes-devtools/python/python_

[OE-core] [PATCH v2 03/16] python-scons-native: Update for python-native changes

2012-07-19 Thread Morgan Little
Add pythonnative to the inherits list --- .../python/python-scons-native_2.1.0.bb|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb index ff94

[OE-core] [PATCH v2 01/16] python-native: Put binaries in seperate directory

2012-07-19 Thread Morgan Little
Update python-native to install the binaries in the python-native directory, add pythonnative.bbclass to let recipes that need python-native use the binaries and update disutils access the new binaries. Update distutils-base to inherit pythonnative. --- meta/classes/distutils-base.bbclass

Re: [OE-core] [PATCH] bash: fix warning about bashbug reference /usr/bin when installed in /bin

2012-07-19 Thread Otavio Salvador
On Thu, Jul 19, 2012 at 12:20 PM, Burton, Ross wrote: > On 19 July 2012 16:16, Otavio Salvador wrote: >> We change the installation process so we have bashbug in ${bindir} and >> bash at ${base_bindir}; we also build tested it many times in a 8 CPU >> machine and had no problem building it in par

Re: [OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-19 Thread Richard Purdie
On Thu, 2012-07-19 at 09:27 -0700, Darren Hart wrote: > > On 07/19/2012 09:15 AM, Richard Purdie wrote: > > On Tue, 2012-07-17 at 12:47 -0700, Darren Hart wrote: > >> > >> On 07/17/2012 12:40 PM, Saul Wold wrote: > >>> On 07/17/2012 12:29 PM, Darren Hart wrote: > >> > --- a/meta/recipes-core/

Re: [OE-core] possible typo in kgit-checkpoint

2012-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2012, Bruce Ashfield wrote: > On Thu, Jul 19, 2012 at 12:16 PM, Robert P. J. Day > wrote: > > > > if [ -n "$check_refs" ]; then > > checkpoint_branch=`echo $check_refs | cut -d- -f2` > > verify_branch=`git show-ref $checkpoint_branch` > > checkpoint_tag_name=$check_refs

[OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-19 Thread Darren Hart
[YOCTO #1919] Create a basic EFI installer script modeled after the existing installer and add it to a new initramfs-live-install-efi recipe. Update the init-live.sh script to distinguish between LABEL=install and LABEL=install-efi and select the appropriate script. Add the efi installer to core-i

[OE-core] [PATCH V3 0/1] EFI: Make installer EFI aware

2012-07-19 Thread Darren Hart
Rebased on top of Radu's console param changes. The following changes since commit 5b7da937cd298abd6f8f0eecfede2810b157179f: grub: fix error stating the root device (2012-07-19 17:19:45 +0100) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core inst

Re: [OE-core] [PATCH 02/26] change gtk-doc.bbclass to pull in depends and oeconf

2012-07-19 Thread Richard Purdie
On Thu, 2012-07-19 at 17:10 +0100, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta/classes/gtk-doc.bbclass | 20 > 1 file changed, 16 insertions(+), 4 deletions(-) > > diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass > index 58daaf3..6a

Re: [OE-core] possible typo in kgit-checkpoint

2012-07-19 Thread Bruce Ashfield
On Thu, Jul 19, 2012 at 12:16 PM, Robert P. J. Day wrote: > > if [ -n "$check_refs" ]; then > checkpoint_branch=`echo $check_refs | cut -d- -f2` > verify_branch=`git show-ref $checkpoint_branch` > checkpoint_tag_name=$check_refs > if [ -z "verify_branch" ]; then > ... snip ...

Re: [OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-19 Thread Darren Hart
On 07/19/2012 09:15 AM, Richard Purdie wrote: > On Tue, 2012-07-17 at 12:47 -0700, Darren Hart wrote: >> >> On 07/17/2012 12:40 PM, Saul Wold wrote: >>> On 07/17/2012 12:29 PM, Darren Hart wrote: >> --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/i

[OE-core] [PATCH] webkit-gtk: bump PR

2012-07-19 Thread Ross Burton
Accidently ommitted the PR bump from the previous patches, which change the build. Signed-off-by: Ross Burton --- meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-

[OE-core] [PATCH] sanity: display the parsed BBPATH when complaining about CWD elements

2012-07-19 Thread Ross Burton
Many people don't understand the nuances of PATH/BBPATH, so help them by clarifying the warning and displaying the parsed list element-by-element. Signed-off-by: Ross Burton --- meta/classes/sanity.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/sanity.bbclass b/meta

[OE-core] possible typo in kgit-checkpoint

2012-07-19 Thread Robert P. J. Day
if [ -n "$check_refs" ]; then checkpoint_branch=`echo $check_refs | cut -d- -f2` verify_branch=`git show-ref $checkpoint_branch` checkpoint_tag_name=$check_refs if [ -z "verify_branch" ]; then ... snip ... should that last line read if [ -z "${verify_branch}" ]; then i

Re: [OE-core] [PATCH 1/1] EFI: Make installer EFI aware

2012-07-19 Thread Richard Purdie
On Tue, 2012-07-17 at 12:47 -0700, Darren Hart wrote: > > On 07/17/2012 12:40 PM, Saul Wold wrote: > > On 07/17/2012 12:29 PM, Darren Hart wrote: > > >> --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb > >> +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb > >> @@ -3,7

Re: [OE-core] [PATCH 0/1] tune-ppc476.inc: support ppc476

2012-07-19 Thread Saul Wold
On 07/16/2012 10:58 AM, Peter Seebach wrote: One of the BSPs we support uses a 476-family chip, so we have a tuning for it in our custom toolchain layer. Sending a tuning upstream too because someone else might want it. Has been lightly tested with the oe-core toolchain; it at least allows compil

[OE-core] [PATCH 25/26] vte: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-support/vte/vte.inc |4 ++-- meta/recipes-support/vte/vte_0.28.2.bb |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 7971673..9fe7956 100644 --

[OE-core] [PATCH 18/26] librsvg: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index a3e8f0f..6eba686 100644 --- a/meta/recipes-gn

[OE-core] [PATCH 26/26] Remove gtk-doc

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk-doc/gtk-doc.bb | 19 -- meta/recipes-gnome/gtk-doc/gtk-doc.m4 | 61 - 2 files changed, 80 deletions(-) delete mode 100644 meta/recipes-gnome/gtk-doc/gtk-doc.bb delete mode 100644 meta/recipes-gnom

[OE-core] [PATCH 22/26] evolution-data-server: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-sato/eds/evolution-data-server_git.bb | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/meta/recipes-sato/eds/evolution-data-server_git.bb b/meta/recipes-sato/eds/evolution-data-server_git.bb index 2ad81e4..c114c0e 10064

[OE-core] [PATCH 23/26] webkit-gtk: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb index 180861e..58f467c 100644 --- a/meta/recipes-sa

[OE-core] [PATCH 13/26] gnome-keyring: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb index ad60094..1fd42b4 100644 --- a/me

[OE-core] [PATCH 24/26] atk: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-support/atk/atk_2.2.0.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/atk_2.2.0.bb index 74e7288..d8706ff 100644 --- a/meta/recipes-support/atk/atk_2.2.0.

[OE-core] [PATCH 21/26] kmod: inherit gtk-doc, gnome-doc-utils-native isn't the package you were looking for

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-kernel/kmod/kmod.inc |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 5f655fd..4723ee3 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/re

[OE-core] [PATCH 20/26] pango: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/pango/pango.inc |4 ++-- meta/recipes-graphics/pango/pango_1.28.4.bb |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index 4fcc9

[OE-core] [PATCH 19/26] clutter: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb |2 ++ meta/recipes-graphics/clutter/clutter-1.8_git.bb |2 +- meta/recipes-graphics/clutter/clutter.inc |4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-g

[OE-core] [PATCH 16/26] gtk+: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+.inc |4 ++-- meta/recipes-gnome/gtk+/gtk+_2.12.7.bb |2 +- meta/recipes-gnome/gtk+/gtk+_2.16.6.bb |2 +- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/

[OE-core] [PATCH 17/26] libglade: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/libglade/libglade_2.6.4.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 747b4ed..0b01dc1 100644 --- a/meta/recipe

[OE-core] [PATCH 10/26] polkit: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-extended/polkit/polkit_0.104.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index 6a8fdd6..8435c26 100644 --- a/meta/recipes-e

[OE-core] [PATCH 14/26] libart_lgpl: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb index d82ea19..d0bfe28 100644 --- a/meta/re

[OE-core] [PATCH 11/26] polkit-gnome: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-extended/polkit/polkit-gnome_0.102.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.102.bb b/meta/recipes-extended/polkit/polkit-gnome_0.102.bb index bba917c..7e9fc2b 100644 ---

[OE-core] [PATCH 15/26] libgnome-keyring: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb index 53e583e..e5cb628 100644

[OE-core] [PATCH 12/26] gail: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gail_1.20.2.bb |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-gnome/gnome/gail_1.20.2.bb b/meta/recipes-gnome/gnome/gail_1.20.2.bb index 32ef6c5..df6cd03 100644 --- a/meta/recipes-gnome/gnome/gail

[OE-core] [PATCH 09/26] connman: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-connectivity/connman/connman.inc |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 9966f87..11ac0e4 100644 --- a/meta/recipes

[OE-core] [PATCH 08/26] gconf: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gconf_3.2.3.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index d84f981..60c2be2 100644 --- a/meta/recipes-gnome/gnome/gconf_

[OE-core] [PATCH 05/26] gobject-introspection: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb | 11 --- meta/recipes-gnome/gnome/gobject-introspection_git.bb| 11 +++ 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/meta/recipes-gnome/gnome/gobject-introspection_

[OE-core] [PATCH 06/26] cogl: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/clutter/cogl.inc |4 ++-- meta/recipes-graphics/clutter/cogl_1.8.2.bb |2 +- meta/recipes-graphics/clutter/cogl_git.bb |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/clutter/cogl.

[OE-core] [PATCH 07/26] gypsy: inherit gtk-doc

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-connectivity/gypsy/gypsy.inc|6 +- meta/recipes-connectivity/gypsy/gypsy_0.8.bb |2 +- meta/recipes-connectivity/gypsy/gypsy_git.bb |2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-connectivity/gyps

Re: [OE-core] [PATCH 0/1] some typo fixes in patch headers

2012-07-19 Thread Saul Wold
On 07/16/2012 09:52 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The following changes since commit 5ed19a40f407efa1e6a2043bd8e36d729968c446: toolchain-scripts: Sync the SDK/ADT values to the build system (2012-07-17 18:02:55 +0100) are available in the git repository at: g

[OE-core] [PATCH 04/26] gconf: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gconf_3.2.3.bb |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index 1da7203..d84f981 100644 --- a/meta/recipes-gnome/gnome/gc

[OE-core] [PATCH 02/26] change gtk-doc.bbclass to pull in depends and oeconf

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/gtk-doc.bbclass | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index 58daaf3..6a3854f 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/

[OE-core] [PATCH 01/26] Add gtk-doc-stub

2012-07-19 Thread Ross Burton
This is a maintained stub for gtk-doc (and gobject-introspection) that was created by Colin Walters for his Poky-powered ostree project. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 10

[OE-core] [PATCH 03/26] glib-2.0: cleanup thanks to new gtk-doc.bbclass

2012-07-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb |5 + meta/recipes-core/glib-2.0/glib.inc |6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb b/meta/recipes-core/glib-2.0/glib-

[OE-core] [PATCH 00/26] Use gtk-doc-stub

2012-07-19 Thread Ross Burton
That nice Colin Walters had the same problem in ostree that we have in Poky - gtk-doc and modules that autoregen. He solved it in a cleaner manner and created gtk-doc-stub, which has the external interface of gtk-doc but (obviously) does nothing. This patch series: - packages gtk-doc-stub - chang

Re: [OE-core] [oe-core][PATCHv2] recipes: svn SRC_URI s/proto=/protocol=/g

2012-07-19 Thread Saul Wold
On 07/17/2012 02:52 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- .../eglibc/cross-localedef-native_2.15.bb |2 +- .../eglibc/cross-localedef-native_2.16.bb |2 +- meta/recipes-multimedia/tremor/tremor_20120314.bb |2 +- 3 files changed, 3 insertions

Re: [OE-core] [PATCH] rpm_5.4.9.bb: fix builds on systems with older libc

2012-07-19 Thread McClintock Matthew-B29882
On Thu, Jul 19, 2012 at 10:40 AM, Saul Wold wrote: > On 07/10/2012 10:14 AM, Matthew McClintock wrote: >> >> | dbconvert.o: In function `rpmdb_convert': >> | >> /local/jenkins/jobs/yocto-upstream/workspace/label/master/machine/p4080ds/poky/master/tmp/work/x86_64-linux/rpm-native-5.4.9-r45/rpm-5.4.

Re: [OE-core] [PATCH 0/3] Fixes for Web

2012-07-19 Thread Saul Wold
On 07/17/2012 09:22 AM, Ross Burton wrote: Some minor fixes for Web. The following changes since commit 219a855f99bc45fd273f62df9507be7223eff1b4: useradd.bbclass: Fix for multilib builds (2012-07-17 10:56:26 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-

Re: [OE-core] [PATCH] slang: add header to patch

2012-07-19 Thread Saul Wold
On 07/17/2012 07:15 PM, rongqing...@windriver.com wrote: From: Roy.Li Add description, Signed-off-by and Upstream-Status to change-char-type-to-signed-char-in-macros.patch Signed-off-by: Roy.Li --- ...change-char-type-to-signed-char-in-macros.patch | 16 1 files changed,

Re: [OE-core] [PATCH 0/2] more eglibc 2.16 fixes

2012-07-19 Thread Saul Wold
On 07/17/2012 11:39 PM, Khem Raj wrote: This patchset is a followup to eglibc update It cleans up the use of 'proto' in SRC_URI of svn recipes Fixes eglibc 2.16 build on ppc e500v1 and e500v2 cores The following changes since commit 2bd0aaf98c5d586638d82f5f22c1c24122a889a3: toolchain-script

Re: [OE-core] [PATCH] rpm_5.4.9.bb: fix builds on systems with older libc

2012-07-19 Thread Saul Wold
On 07/10/2012 10:14 AM, Matthew McClintock wrote: | dbconvert.o: In function `rpmdb_convert': | /local/jenkins/jobs/yocto-upstream/workspace/label/master/machine/p4080ds/poky/master/tmp/work/x86_64-linux/rpm-native-5.4.9-r45/rpm-5.4.9/tools/dbconvert.c:126: warning: the use of `tempnam' is dang

Re: [OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-19 Thread Martin Jansa
On Thu, Jul 19, 2012 at 03:44:50PM +0100, Jack Mitchell wrote: > On 18/07/12 11:06, Richard Purdie wrote: > > snip > > > > So I am going to: > > > > a) Try and flush through as many pending patches as I can. > > b) Check in a warning into bitbake master and increase its version > > c) Require that

Re: [OE-core] [PATCH] bash: fix warning about bashbug reference /usr/bin when installed in /bin

2012-07-19 Thread Burton, Ross
On 19 July 2012 16:16, Otavio Salvador wrote: > We change the installation process so we have bashbug in ${bindir} and > bash at ${base_bindir}; we also build tested it many times in a 8 CPU > machine and had no problem building it in parallel so we dropped > PARALLEL_MAKE override. I'd really li

[OE-core] [PATCH] bash: fix warning about bashbug reference /usr/bin when installed in /bin

2012-07-19 Thread Otavio Salvador
We change the installation process so we have bashbug in ${bindir} and bash at ${base_bindir}; we also build tested it many times in a 8 CPU machine and had no problem building it in parallel so we dropped PARALLEL_MAKE override. Signed-off-by: Otavio Salvador --- meta/recipes-extended/bash/bash

Re: [OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-19 Thread Jack Mitchell
On 18/07/12 11:06, Richard Purdie wrote: snip So I am going to: a) Try and flush through as many pending patches as I can. b) Check in a warning into bitbake master and increase its version c) Require that version in OE-Core d) Commit a significant set of whitespace changes to OE-Core, resolvin

Re: [OE-core] [PATCH] package.bbclass: Create symlinks for packages with different packaged name

2012-07-19 Thread Richard Purdie
On Thu, 2012-06-28 at 11:13 +0300, Andrei Gherzan wrote: > While generating license.manifest package information is searched in: > filename=`ls ${TMPDIR}/pkgdata/*/runtime/${pkg}| head -1` > This is ok as long as package name is the same as the package name > after packaging. > For example dbus is

  1   2   >