Re: [OE-core] [CONSOLIDATED PULL 00/27] Updates and various fixes

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 23:26 -0700, Saul Wold wrote: > This address some issues with the x11 and bluez patches recently, > it also has the latest kernel update. There is also a multi-lib > change that needs your more detailed review. > > The ofono patch from Anders had a question from Koen, so we

Re: [OE-core] [PATCH v2 4/5] ofono: conditionally enable bluetooth

2011-08-17 Thread Richard Purdie
On Wed, 2011-08-17 at 08:41 +0200, Anders Darander wrote: > Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling > bluetooth. > > Signed-off-by: Anders Darander > --- > meta/recipes-connectivity/ofono/ofono.inc |2 +- > meta/recipes-connectivity/ofono/ofono_0.50.bb

Re: [OE-core] [PATCH 1/1] buildstats.bbclass: Fixing task endtime

2011-08-17 Thread Richard Purdie
On Wed, 2011-08-17 at 04:38 -0700, Beth Flanagan wrote: > Task endtime got left out of recent changes. Adding it back in. > > Signed-off-by: Beth Flanagan > --- > meta/classes/buildstats.bbclass |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Merged to master, thanks. Richard

Re: [OE-core] [PATCH 1/1] shadow: switch to a fetchable SRC_URI

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 17:02 -0700, Joshua Lock wrote: > Swith the SRC_URI to the one referenced on the sources section of the > utilities download page (http://pkg-shadow.alioth.debian.org/download.php). > > Signed-off-by: Joshua Lock > --- > .../shadow/shadow-native_4.1.4.3.bb|

Re: [OE-core] [PATCH 1/1] kernel: restore crtsavres.o to enable building external modules on powerpc

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 21:16 -0700, Darren Hart wrote: > Fixes [YOCTO #1276] > > As of Linux kernel version 3.0.1, and much earlier, the make clean target > removes arch/powerpc/lib/crtsavres.o. As this object is present in > KBUILD_LDFLAGS_MODULE, it is required to build external modules, and shou

Re: [OE-core] [PATCH 2/2] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 14:32 +0800, Zhai, Edwin wrote: > On Mon, Aug 15, 2011 at 10:25:49PM +0800, Richard Purdie wrote: > > > > The patch is fine but could we change this to something like: > > > > # Only use the GL passthrough patches for native/nativesdk

Re: [OE-core] [PATCH][v2] file: new file version 5.07

2011-08-19 Thread Richard Purdie
On Wed, 2011-08-17 at 21:57 -0500, Adrian Alonso wrote: > * file version 5.07 also prevents magic file mistmatch > in Fedora 15 > * related to bug 1358. > http://bugzilla.pokylinux.org/show_bug.cgi?id=1358 > * v2 remove previous file version 5.04 > remove unused patchs When you say these are

Re: [OE-core] [CONSOLIDATED PULL 26/32] procps: Fix lib path to support multilib

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Dongxiao Xu > > Remove the install.patch which hardcode the lib paths. > Change ${PN} to ${BPN} in file names. > > Signed-off-by: Dongxiao Xu > --- > .../procps/procps-3.2.8/install.patch | 29 > >

Re: [OE-core] [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 10:24 +0100, Phil Blundell wrote: > On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > > From: Khem Raj > > > > LINKER_HASH_STYLE is not set to either sysv or gnu > > depending upon architecture e.g. mips does not support > > gnu hash style among the supported architectur

Re: [OE-core] [CONSOLIDATED PULL 12/32] libxkbcommon: new

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Phil Blundell > > This is needed by Clutter's egl backend. > > Signed-off-by: Phil Blundell > --- > .../xorg-lib/libxkbcommon/cross.patch | 43 > > meta/recipes-graphics/xorg-lib/libxkbcommon_git.b

Re: [OE-core] [CONSOLIDATED PULL 11/32] mtd-utils: Added recipe of newer version 1.4.4.

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Noor Ahsan > > * Added recipe of version 1.4.4 and removed 1.4.1 recipe and its patch files. > > Signed-off-by: Noor Ahsan > --- > .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 > .../mtd/{mtd-utils_1.4.1.bb => mtd-utils_1

Re: [OE-core] [CONSOLIDATED PULL 05/32] tcl: fix networking breakage

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Koen Kooi > > Without providing these site entries tcl networking doesn't work on the > target. > > Original OE commit: > > commit 0c340037644f87054462f62b50cd397c162615b7 > Author: Koen Kooi > Date: Wed May 26 13:04:18 2010 +0200

Re: [OE-core] [CONSOLIDATED PULL 03/32] qt4: allow a reduction in build time

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Anders Darander > > When reducing build time by adding QT_DISTRO_FLAGS from the set '-no-gui > -nomake tools > -nomake examples -nomake demos -nomake docs', build failure can occur, due to > not building > all tools. > > * Make rm not

Re: [OE-core] [CONSOLIDATED PULL 12/32] libxkbcommon: new

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 16:40 +0200, Martin Jansa wrote: > On Fri, Aug 19, 2011 at 03:33:38PM +0100, Phil Blundell wrote: > > On Fri, 2011-08-19 at 09:27 -0500, Richard Purdie wrote: > > > What isthe version getting set to for this recipe? > > > > Just "git"

Re: [OE-core] [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 08:27 -0700, Khem Raj wrote: > > Also, if mips doesn't support this, how is anything at all working at > > the moment? > > see last line in distro/include/tcmode-default.inc > > TARGET_LINK_HASH_STYLE ?= > "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH', d, Tru

Re: [OE-core] [CONSOLIDATED PULL 00/32] Various Fixes, Updates

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > The following changes since commit 2e83e6755441cb14bd907d306974338c15173189: > > kernel: restore crtsavres.o to enable building external modules on powerpc > (2011-08-17 15:46:16 +0100) > > are available in the git repository at: > git://

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 08:53 -0400, Bruce Ashfield wrote: > On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: > > On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: > >> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb > >> b/meta/recipes-kernel/linux/linux-yocto_3.0.bb > >> ind

Re: [OE-core] [PATCH 1/1] bluez4: drop usbpath from DEPENDS

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 15:30 -0700, Joshua Lock wrote: > We don't (currently) have usbpath in oe-core, so drop it from the DEPENDS to > make BlueZ buildable again. > > Signed-off-by: Joshua Lock > CC: Martin Jansa > --- > meta/recipes-connectivity/bluez/bluez4_4.96.bb |2 +- > 1 files change

Re: [OE-core] [PATCH 2/3] tune: remove thumb flag from non-thumb cortexa8 tune variables

2011-08-23 Thread Richard Purdie
On Fri, 2011-08-19 at 15:06 -0700, Darren Hart wrote: > The thumb flag "t" appears to have been copy/pasted to all the > PACKAGE_EXTRA_ARCHS tune variables. Remove it from the non-thumb versions. > > Signed-off-by: Darren Hart > CC: Jason Kridner > CC: Koen Kooi > --- > meta/conf/machine/inclu

Re: [OE-core] [CONSOLIDATED PULL 00/19] various fixes and updates

2011-08-23 Thread Richard Purdie
On Mon, 2011-08-22 at 14:51 -0700, Saul Wold wrote: > Richard, > > This includes a 3.0.3 kernel update, along with changes from > many different people. Jessica is OK with the POKY-> OECORE change > > Sau! > > > The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680: > >

Re: [OE-core] [PATCH 1/1] image.bbclass, kernel.bbclass: remove non-standard -n option from cp command

2011-08-23 Thread Richard Purdie
On Tue, 2011-08-23 at 16:22 +0100, Paul Eggleton wrote: > -n is not a POSIX option and does not work on some systems (e.g. Debian > Lenny); in any case it is not strictly necessary here, so remove it. > > Signed-off-by: Paul Eggleton > --- > meta/classes/image.bbclass |2 +- > meta/classes/

Re: [OE-core] [PATCH 0/2] Couple of fixes

2011-08-23 Thread Richard Purdie
On Tue, 2011-08-23 at 23:32 +0100, Paul Eggleton wrote: > The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680: > > xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world > builds (2011-08-19 16:27:29 -0700) > > are available in the git repository at: >

Re: [OE-core] why do we poison -Os?

2011-08-23 Thread Richard Purdie
On Tue, 2011-08-23 at 20:32 -0500, Kumar Gala wrote: > If tinylogin is the only issue why modify/patch gcc? I see we have > meta/recipes-core/tinylogin/tinylogin-1.4/use_O2_option.patch to deal > with this? > > Not allowing -Os at all, which is our current situation on PPC is > problematic. So t

Re: [OE-core] [CONSOLIDATED PULL 0/6] Bugfixes for M4

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 08:50 -0700, Saul Wold wrote: > Richard, > > This is a set of bugfixes and cleanups for M4, please take a closer look > at Dongxiao's procps change, which you commented on in the past. > > Thanks > Sau! > > > The following changes since commit 13e14763f14b5b84051ecb1

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Richard Purdie
Hi Bruce, On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield wrote: > Here's a consolidated kernel pull request that fixes a series > of bugs that have been around for a while and fixes some of the > remaining issues from the -rt work that completed last week. > > Darren: I also updated the -rt so

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 19:29 -0400, Bruce Ashfield wrote: > On Wed, Aug 24, 2011 at 7:21 PM, Bruce Ashfield > wrote: > > On Wed, Aug 24, 2011 at 7:08 PM, Richard Purdie > > wrote: > >> Hi Bruce, > >> > >> On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfi

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 17:20 -0700, Chris Larson wrote: > On Wed, Aug 24, 2011 at 5:16 PM, Paul Eggleton > wrote: > > On Thursday 25 August 2011 00:16:40 Chris Larson wrote: > >> I strongly disagree with this. The fact is, we almost never go back > >> and "clean these up later", so crap accrues. >

Re: [OE-core] [PATCH] terminal: fix issue with unset exportable env vars

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 13:00 -0700, Chris Larson wrote: > From: Chris Larson > > This should resolve the devshell issue people are seeing. > > Signed-off-by: Chris Larson > --- > meta/classes/terminal.bbclass |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Merged to master, tha

Re: [OE-core] [PATCH] recipes: Delete patch=1, its default and replace pnum with striplevel

2011-08-24 Thread Richard Purdie
On Tue, 2011-08-23 at 20:40 -0700, Saul Wold wrote: > On 08/17/2011 09:17 AM, Khem Raj wrote: > > Some place pnum=1 is used which is removed as well since > > striplevel=1 is default > > > > Signed-off-by: Khem Raj > > --- > > .../eee-acpi-scripts/eee-acpi-scripts_git.bb |4 +- [...] > >

Re: [OE-core] [PATCH 1/2] libc-package bbclass: fix binary localedata dependency code

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 20:32 +0200, Koen Kooi wrote: > When using binary locales rootfs generation fails with: > > | Unknown package 'locale-base-en-us'. > | Collected errors: > | * opkg_install_cmd: Cannot install package locale-base-en-us. > > This is due to: > > $ dpkg-deb -I ipk/armv7a/local

Re: [OE-core] bug 1169 eglibc doesn't depend on gcc version correctly

2011-08-25 Thread Richard Purdie
On Wed, 2011-08-24 at 14:35 +0800, Robert Yang wrote: > Hi experts, > > There is a bug 1169: eglibc doesn't depend on gcc version correctly, > > The produce steps are: > > 1) In the first build dir(e.g, build_1), edit conf/local.conf: > SSTATE_DIR = /path/to/share_sstate > > $ bitbake m

Re: [OE-core] [PATCH 1/2] libc-package bbclass: fix binary localedata dependency code

2011-08-25 Thread Richard Purdie
On Thu, 2011-08-25 at 10:24 +0100, Phil Blundell wrote: > On Wed, 2011-08-24 at 20:32 +0200, Koen Kooi wrote: > > diff --git a/meta/classes/libc-package.bbclass > > b/meta/classes/libc-package.bbclass > > index 0d5ce20..d3b33d6 100644 > > --- a/meta/classes/libc-package.bbclass > > +++ b/meta/clas

Re: [OE-core] does it support mercurial?

2011-08-25 Thread Richard Purdie
On Thu, 2011-08-25 at 15:28 +0800, Ni Qingliang wrote: > It looks like the bitbake support 'hg' fetcher, but when building custom > package, it said need "mercurial-native", but there is no "mercurial" > package in recipes-devtools, of cause, I installed mercurial on host pc. > > Does anyone can c

Re: [OE-core] [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings

2011-08-25 Thread Richard Purdie
On Thu, 2011-08-25 at 00:36 -0400, Bruce Ashfield wrote: > During the update of the bitbake recipe's string to 3.0.3 the internal > version marker in the kernel stayed at v3.0. This meant that kernel > configuration auditing the constructed file couldn't be found and audit > warnings were thrown. T

Re: [OE-core] [PATCH 1/1] classes/sanity: enhance the network connectivity test

2011-08-25 Thread Richard Purdie
On Thu, 2011-08-25 at 08:29 -0700, Joshua Lock wrote: > Switch to use the checkstatus fetcher API for the network connectivity test, > this has several advantages: > * we no longer print any messages to the console whilst the check is > being run > * we don't actually download anything, removing th

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-26 Thread Richard Purdie
On Fri, 2011-08-26 at 18:06 -0300, Otavio Salvador wrote: > We have two recipes that use a common static library and every time we > change something on this library we need to bump PR of those recipes. > We want to avoid that specially for daily builds that will be using > GIT AUTOREV support. >

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-08-28 Thread Richard Purdie
On Sat, 2011-08-27 at 09:18 -0300, Otavio Salvador wrote: > On Fri, Aug 26, 2011 at 18:40, Richard Purdie > wrote: > > On Fri, 2011-08-26 at 18:06 -0300, Otavio Salvador wrote: > >> We have two recipes that use a common static library and every time we > >> chang

Re: [OE-core] How do we get programs into sysroots?

2011-08-28 Thread Richard Purdie
On Sun, 2011-08-28 at 13:45 -0700, Chris Larson wrote: > On Sun, Aug 28, 2011 at 1:07 PM, Joel A Fernandes > wrote: > > DESCRIPTION = "A tool to format SD Cards correctly" > > LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" > > SECTION = "base" > > S

Re: [OE-core] [CONSOLIDATED PULL 00/21]

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 12:39 -0700, Saul Wold wrote: > Richard, > > A variety of changes > > Sau! > > > The following changes since commit 81aa4bfbde871af1d569b64499c34a315bf6218e: > > classes/sanity: enhance the network connectivity test (2011-08-25 08:49:12 > -0700) > > are available in t

Re: [OE-core] [PATCH 1/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-29 Thread Richard Purdie
On Mon, 2011-08-29 at 18:48 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ > When enabling pam supporting. But if we only install dropbear \ > package without package "openssh", then "dropbear" will not \ > find a con

Re: [OE-core] [PATCH 0/1] Fix binutils fetch failure

2011-08-29 Thread Richard Purdie
On Sun, 2011-08-28 at 21:39 +0100, Paul Eggleton wrote: > The following changes since commit 81aa4bfbde871af1d569b64499c34a315bf6218e: > > classes/sanity: enhance the network connectivity test (2011-08-25 08:49:12 > -0700) > > are available in the git repository at: > git://git.openembedded.

Re: [OE-core] [PATCH 0/5 v2][PULL] multilib: various fixes related with login, postinst, etc

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 15:52 +0800, Dongxiao Xu wrote: > Hi Richard, > > This pull request contains several multilib fixes addressing issues like > login failure, missing init/postinst/postrm scripts, missing package files, > etc. > > Please help to review and pull. > > Chages from v1: > Add a n

Re: [OE-core] [PATCH v2] kernel.bbclass: Find the kernel consistently.

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 10:21 +0100, Mike Crowe wrote: > Use KERNEL_OUTPUT variable to find the generated kernel image rather than > duplicating the existing path. This also means it can be overridden simply. > > Signed-off-by: Mike Crowe > --- > meta/classes/kernel.bbclass |6 +++--- > 1 file

Re: [OE-core] [PATCH] pango: make x11 support conditional on DISTRO_FEATURES

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 15:23 +0100, Phil Blundell wrote: > This allows pango to build on DISTROs which don't enable x11. > Also adjust the SECTION since pango isn't really an X library. > > Signed-off-by: Phil Blundell > --- > meta/recipes-graphics/pango/pango.inc | 10 ++ > met

Re: [OE-core] [PATCH] gcc-4.5.1: Drop gcc-poison-parameters.patch, replace with bug fix patch

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 09:33 -0500, Kumar Gala wrote: > The gcc-poison-parameters was added specifically to deal with an issue > on ppc targets and a bug when we build with -Os -frename-registers. > > This bug below reports the issue and is fixed in gcc-4.6.x/mainline: > > http://gcc.gnu.org/bugzi

Re: [OE-core] [PATCH] eglibc: fix gconv packaging after 5486cac29db6e67051fff7637a0abc9aeab661e5

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 13:41 +0200, Martin Jansa wrote: > * gconv is directory so test -f was always false as reported by Phil Blundell > in > > http://lists.linuxtogo.org/pipermail/openembedded-core/2011-August/008973.html > * -e used also for localedef which is file, just to be more consistent

Re: [OE-core] [oe-core][V2] opkg-utils: ignore packages disapperaring filelist generation

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 17:49 +0400, Dmitry Eremin-Solenikov wrote: > Package files disappearing during index generation don't cause a fatal > error. Make package file disappearing during filelist generation also > a non-fatal error. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > .../opkg-util

Re: [OE-core] [RFC] package ipk bbclass: store build branch and revision in ipkg metadata

2011-08-30 Thread Richard Purdie
On Tue, 2011-08-30 at 10:58 +0200, Koen Kooi wrote: > The ipkg metadata will look like this now: > > koen@dominion:/OE/angstrom-dev/deploy/glibc$ dpkg-deb -I > ipk/am3517-evm/matrix-gui_1.3-r19.0.6_am3517-evm.ipk > new debian package, version 2.0. > size 24112 bytes: control archive

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 17:03 -0400, Jason Kridner wrote: > >>> > >>> This script is BSP specific and shouldn't live in the OE-core layer. > >> > >> The only issue is this script is used from within the IMAGE_CMD_sdimg > >> code which lives in OE-core (meta/classes/image_types. > > > > classes should

[OE-core] [PATCH] package.bbclass: Ensure task's variable dependencies are correctly caputred in the sstate checksum

2011-08-30 Thread Richard Purdie
[YOCTO #1388] This change is needed to correctly add the dependencies for the do_package task which bitbake is unable to automatically detect itself. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 66d6450..342cb29 100644 --- a

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-30 Thread Richard Purdie
On Tue, 2011-08-30 at 13:52 +0200, Michael Morscher wrote: > This is still not working for my xfce46-image, described here: > http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034653.html > Is this with a clean build and with master? To be specific, this commit http://git.yoc

[OE-core] [PATCH] sanity.bbclass: Fix broken indentation leading to code being skipped unintentionally

2011-08-30 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index cefe6a4..b266968 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -197,25 +197,25 @@ def check_sanity(e): if data.getVar('TARGET_OS', e.

[OE-core] [PATCH] sanity.bbclass: Fix broken whitespace

2011-08-30 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index b266968..7fc3343 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -423,12 +423,12 @@ def check_sanity(e): dups = [] for pa in pkgarchs.split

[OE-core] [PATCH] sanity.bbclass: Clean up various MACHINE checks

2011-08-30 Thread Richard Purdie
CHINE being specified. This change moves those checks to a separate function so they only run if MACHINE has been set correctly. Both these issues combine to ensure the user sees a sane message and avoids the nasty tracebacks in the bug report referenced above. Signed-off-by: Richard Purdie ---

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-30 Thread Richard Purdie
On Tue, 2011-08-30 at 21:54 +0200, Michael Morscher wrote: > Thanks for your answer. That patch hasn't fixed it for me, also the > others don't... I checked your and Koens old conversations and tried all > those patches, but no change :( > > I have no idea why and some DEPEND and RDEPEND things d

Re: [OE-core] [PATCH 0/2] binutils upgrade additional metadata

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 19:47 +0100, Paul Eggleton wrote: > Some collateral updates for the binutils upgrade. > > The following changes since commit 4ecf379aba11983b66be4fbe26e65aa28740ddfd: > > binutils: update to 2.21.1a (2011-08-29 13:57:43 +0100) > > are available in the git repository at: >

Re: [OE-core] [PATCH 1/2] image_types: add ext4 types from OE

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 11:00 -0700, Christopher Larson wrote: > From: Chris Larson > > Signed-off-by: Chris Larson > --- > meta/classes/image_types.bbclass | 27 ++- > 1 files changed, 26 insertions(+), 1 deletions(-) Merged to master, thanks. Richard __

Re: [OE-core] [PATCH 2/2] image_types_uboot: fix a number of issues

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 11:00 -0700, Christopher Larson wrote: > From: Chris Larson > > - Don't use a variable reference in the IMAGE_DEPENDS > - Inherit kernel-arch to get UBOOT_ARCH > - Don't include the .bz2 variants, since the base types aren't in > oe-core > - Add the new types to IMAGE_TYPE

Re: [OE-core] [PATCH] image.bbclass: use ${TARGET_PREFIX}depmod

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 09:26 -0700, Christopher Larson wrote: > From: Chris Larson > > Currently it uses ${TARGET_SYS}-. This is inconsistent, as the recipe > and kernel bbclass both use the prefix. While there aren't many cases > where the two differ, it is harmless to ensure that we are behaving

Re: [OE-core] [PATCH] gdb: upgrade from 7.3 to 7.3a

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 15:13 +0200, Sebastian Krzyszkowiak wrote: > * because 7.3 archive is not fetchable anymore > > Signed-off-by: Sebastian Krzyszkowiak Merged to master, thanks. Richard ___ Openembedded-core mailing list Openembedded-core@lists.

Re: [OE-core] [PATCH] libidn_1.22: add SRC_URI checksums

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 15:16 +0200, Sebastian Krzyszkowiak wrote: > --- > meta/recipes-extended/libidn/libidn_1.22.bb |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Merged to master, thanks. Richard ___ Openembedded-core mailing list Op

Re: [OE-core] [PATCH 1/1] eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc-charmps to variable PACKAGE

2011-08-30 Thread Richard Purdie
On Fri, 2011-08-26 at 17:29 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > There are no locales resources in an lsb image because the locale resources > were splitted from eglibc-package.inc \ > and putted into a new file "eglibc-locale.inc". So the above variables lost > their function in

Re: [OE-core] how to use AUTOREV for a SVN repo in oe-core?

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 22:56 -0400, Cliff Brake wrote: > Hello, > > I'm trying to figure out how AUTOREV is supposed to work these days > with oe-core. In the past, I would do something like: > > SRCREV = "${AUTOREV}" > PV = "1.0+svnr${SRCREV}" > > in my custom application recipes to always buil

Re: [OE-core] [PATCH 0/1] linux-yocto-rt: fix qemumips boot

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 16:54 -0400, Bruce Ashfield wrote: > Richard/Saul, > > Just a minor tweak of the -rt SRCREVs to pickup a fix > that we got overnight that enables qemumips to boot from the > prompt. > > > The following changes since commit 6c2b7beac3cd23ed44bd3e195c6360a0932876bf: > > cl

Re: [OE-core] [PATCH 0/3] bug fix for 1231

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 13:43 +0800, Kang Kai wrote: > From: Kang Kai > > Hi Saul, > > qt4-tools-nativesdk needs set the gcc standard header searching paths because > crosssdk.bbclass uses a undefined variable "includedir_nativesdk". > > These commits are to fix it, and update qt4-tools-nativesdk

Re: [OE-core] [PATCH 1/1] package.bbclass: Fix recrdeptask of image type recipes

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 11:51 +0800, Dongxiao Xu wrote: > For image type of recipes, we need to define do_package_write as its > do_build recrdeptask, which ensures that all packaging types listed in > PACKAGE_CLASSES will be built out. > > [YOCTO 1370] > > Signed-off-by: Dongxiao Xu > --- > meta

Re: [OE-core] [PATCH v2] gcc-4.6: Drop gcc-poison-parameters.patch as its not need

2011-08-30 Thread Richard Purdie
On Wed, 2011-08-24 at 00:08 -0500, Kumar Gala wrote: > The gcc-poison-parameters was added specifically to deal with an issue > on ppc targets and a bug when we build with -Os -frename-registers. > > This bug below reports the issue and is fixed in gcc-4.6.x: > > http://gcc.gnu.org/bugzilla/show_

Re: [OE-core] [OC-core][PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-30 Thread Richard Purdie
On Fri, 2011-08-26 at 10:24 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > [YOCTO #999] > Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on > embedded platform. > This image was tested on qemuarm and can run program "qtdemoE". > > Signed-off-by: Xiaofeng Yan > --- >

Re: [OE-core] [PATCH] gdb: upgrade from 7.3 to 7.3a

2011-08-30 Thread Richard Purdie
On Wed, 2011-08-31 at 00:18 +0200, Sebastian Krzyszkowiak wrote: > On 8/31/11, Michael Morscher wrote: > > Hey, > > > > Thanks for the recent patch, but the patches need another handwork: > > Whoops... I wasn't able to test it You're posting patches with no testing?! I'd warn people that if thi

[OE-core] [PATCH] intltool: Fix perl paths

2011-08-31 Thread Richard Purdie
Currently in the native case we have a path that can easily exceed the interpretor limit so use "env nativeperl" in that case. This patch also fixes up the target version's interpretor path but to do this we need to bypass the configure checks. Signed-off-by: Richard Purdie -

Re: [OE-core] [PATCH 1/2] libc-package bbclass: fix binary localedata dependency code

2011-08-31 Thread Richard Purdie
On Tue, 2011-08-30 at 10:26 +0100, Phil Blundell wrote: > On Fri, 2011-08-26 at 18:31 +0200, Koen Kooi wrote: > > That one doesn't seem to apply: > > Hm, yes, it seems I somehow damaged the patch in my last mail. Third > time lucky then. Merged to master, thanks. Richard _

Re: [OE-core] [PATCH 0/1][PULL] connman-gnome: Fix WiFi security type display issue

2011-08-31 Thread Richard Purdie
On Wed, 2011-08-31 at 14:47 +0800, Dongxiao Xu wrote: > Hi Saul, > > This commit fixes the display issue of WiFi security type in connman-gnome, > please help to review and pull. > > Thanks, > Dongxiao > > The following changes since commit 3f4017e36410a6435f50183e76b9adb1db1f4126: > > gdb:

Re: [OE-core] [PATCH] gdb: upgrade from 7.3 to 7.3a

2011-08-31 Thread Richard Purdie
On Wed, 2011-08-31 at 15:16 +0200, Michael Morscher wrote: > Thanks for your patch for gdb, but gdb-cross-canadian is also broken: Sorry about that, I've pushed a fix for it and the problem with gdb-cross too... Cheers, Richard ___ Openembedded-core

Re: [OE-core] [PATCH 1/1] qt-demo-init: Fix bug 999

2011-08-31 Thread Richard Purdie
On Wed, 2011-08-31 at 09:39 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > [YOCTO #999] > qt4e-demo-image needs qt-demo-init when starting qtdemoE. > qt-demo-init was pulled from Openembeded. > > Signed-off-by: Xiaofeng Yan > --- > meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init | 55

Re: [OE-core] [PATCH 1/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-31 Thread Richard Purdie
On Wed, 2011-08-31 at 10:48 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ > When enabling pam supporting. But if we only install dropbear \ > package without package "openssh", then "dropbear" will not \ > find a con

Re: [OE-core] [PATCH 1/1] shadow: Fix rpm failed dependencies when install

2011-08-31 Thread Richard Purdie
On Tue, 2011-08-30 at 16:05 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > There are some links become invalid after rename, so that failed dependencies > detected when install rpm package. This commit update links to resolve it. > > [YOCTO #1158] got fixed. > > Signed-off-by: Zhai E

Re: [OE-core] [PATCH] libcap: only enable pam if DISTRO_FEATURES requests it

2011-08-31 Thread Richard Purdie
On Tue, 2011-08-30 at 17:27 +0100, Phil Blundell wrote: > Signed-off-by: Phil Blundell > --- > meta/recipes-support/libcap/libcap.inc |5 +++-- > meta/recipes-support/libcap/libcap_2.22.bb |2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) Merged to master, thanks. Richard

Re: [OE-core] [PATCH 2/7] shadow: add a -native recipe with customized utilities

2011-09-01 Thread Richard Purdie
On Thu, 2011-09-01 at 20:44 +0100, Phil Blundell wrote: > On Thu, 2011-09-01 at 12:25 -0500, Mark Hatle wrote: > > On 9/1/11 11:58 AM, Phil Blundell wrote: > > > And, I guess, if you want to support online package management then it > > > does make some sense to have the shadow utils there. But I

[OE-core] multilib: Only build one kernel

2011-09-02 Thread Richard Purdie
patch also enables this multi provider functionality for "allarch" packages. [YOCTO #1361] Signed-off-by: Richard Purdie --- diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 5d975fd..583d76b 100644 --- a/meta/classes/multilib.bbclass +++ b/me

[OE-core] gcc: Fix multilib baselib confusion

2011-09-02 Thread Richard Purdie
} is set to re-allowing suitable customisation of the system layout. [YOCTO #1362] Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 290d8f2..380f9f7 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta

Re: [OE-core] [oe] Please merge lists openembedded-devel and openembedded-core again.

2011-09-02 Thread Richard Purdie
On Fri, 2011-09-02 at 10:05 -0300, Otavio Salvador wrote: > On Fri, Sep 2, 2011 at 08:25, Paul Menzel > wrote: > > Dear OE folks, > > > > > > it would be great if we could join the lists oe-devel and oe-core again. > > As far as I know the only reason the list oe-core was created was to > > discus

Re: [OE-core] [RFC] Layer rework proposal

2011-09-02 Thread Richard Purdie
Hi Koen, Thanks for writing things down. On Fri, 2011-09-02 at 13:01 +0200, Koen Kooi wrote: > This has come up in the past, but no one has had time to site down and > write a proposal yet. > > Problem description: The OE-core layer has both too much in it and not > enough. > > Currently OE-cor

Re: [OE-core] [PATCH 2/7] shadow: add a -native recipe with customized utilities

2011-09-02 Thread Richard Purdie
On Fri, 2011-09-02 at 10:50 +0100, Phil Blundell wrote: > On Thu, 2011-09-01 at 22:59 +0100, Richard Purdie wrote: > > The latter sounds like what we'll need to do. I haven't looked at shadow > > to see what kind of finessing is required though... > > Fixing th

Re: [OE-core] [oe] Please merge lists openembedded-devel and openembedded-core again.

2011-09-02 Thread Richard Purdie
On Fri, 2011-09-02 at 10:53 -0300, Otavio Salvador wrote: > On Fri, Sep 2, 2011 at 10:33, Koen Kooi wrote: > > That sounds like people should just subscribe to oe-core if they want to be > > aware of changes instead of merging the 2 lists. > > Many times changes are related to meta-oe and oe-cor

Re: [OE-core] [oe] Please merge lists openembedded-devel and openembedded-core again.

2011-09-02 Thread Richard Purdie
On Fri, 2011-09-02 at 17:21 +0200, Paul Menzel wrote: > Am Freitag, den 02.09.2011, 14:19 +0100 schrieb Richard Purdie: > > On Fri, 2011-09-02 at 10:05 -0300, Otavio Salvador wrote: > > > On Fri, Sep 2, 2011 at 08:25, Paul Menzel wrote: > > > > > it would be gr

Re: [OE-core] [PATCH 1/1] util-linux: fix packaging of readprofile

2011-09-02 Thread Richard Purdie
On Thu, 2011-09-01 at 15:25 -0700, Joshua Lock wrote: > We rename readprofile to readprofile.util-linux so we need to use that binary > name in the FILES entry for the readprofile package. > > Signed-off-by: Joshua Lock > --- > meta/recipes-core/util-linux/util-linux.inc |2 +- > meta/

Re: [OE-core] [PATCH 0/3 v2] O-Hand SVN conversion to GIT

2011-09-02 Thread Richard Purdie
On Thu, 2011-09-01 at 16:31 -0700, Saul Wold wrote: > Richard, > > I bumped the PV to 0.(n+1)+git* instead of creating a PE entry, > the other grouping it to ensure they get repackged against the > version names. > > TZ* update is general updates. > > Thanks > Sau! > > The following chang

Re: [OE-core] [PATCH 0/5][PULL] multilib: bug fixes related with kernel, sysroot, rpm, etc.

2011-09-02 Thread Richard Purdie
On Fri, 2011-09-02 at 17:03 +0800, Dongxiao Xu wrote: > Hi Richard, > > This pull request fixes several multilib bugs. > Please help to review and pull. > > Thanks, > Dongxiao > > > The following changes since commit 06625096f897235ed85f0d9a1355497f92938454: > > scripts: Don't show errors fr

Re: [OE-core] [PATCH] dropbear: add missing files

2011-09-02 Thread Richard Purdie
On Fri, 2011-09-02 at 09:08 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta/recipes-core/dropbear/dropbear/dropbear |4 > .../dropbear/dropbear-configuration-file.patch | 18 ++ > 2 files changed, 22 insertions(+), 0 deletions(-) > create mode

Re: [OE-core] [PATCH] useradd.bbclass: remove hardcoded reference to /usr/bin

2011-09-02 Thread Richard Purdie
On Thu, 2011-09-01 at 16:03 +0100, Phil Blundell wrote: > Otherwise the class doesn't work if ${bindir} is set to a different value; > likewise for /var vs ${localstatedir}. > > Signed-off-by: Phil Blundell > --- > meta/classes/useradd.bbclass |4 ++-- > 1 files changed, 2 insertions(+), 2 d

Re: [OE-core] [PATCH 1/1] sanity.bbclass: fix splitting on newlines of SANITY_TESTED_DISTROS

2011-09-02 Thread Richard Purdie
On Thu, 2011-09-01 at 12:36 +0100, Paul Eggleton wrote: > This variable should be split with \n sequences and these need to be > specified literally in the string. A corrected version of the example > given in the original commit (OE-core rev > 75e3875341ddc8940e9ee2ccbbb2ec18194a68e6): > > SANITY

Re: [OE-core] [oe] Please merge lists openembedded-devel and openembedded-core again.

2011-09-02 Thread Richard Purdie
On Fri, 2011-09-02 at 14:35 -0300, Otavio Salvador wrote: > On Fri, Sep 2, 2011 at 13:47, Richard Purdie > wrote: > > On Fri, 2011-09-02 at 10:53 -0300, Otavio Salvador wrote: > >> On Fri, Sep 2, 2011 at 10:33, Koen Kooi wrote: > >> > That sounds like people sh

Re: [OE-core] [PATCH 1/3] zaurusd: enable support for collie

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 23:04 +0400, Dmitry Eremin-Solenikov wrote: > On 9/3/11, Koen Kooi wrote: > > shouldn't this move to meta-zaurus now that oe-core is qemu only? > > Maybe. IIUC, currently the plan is to push meta-zaurus into meta-hh as > published > by Paul Eggleton. On the other hand we di

Re: [OE-core] [PATCH 1/2] groff: Fix sstate relocation issue

2011-09-05 Thread Richard Purdie
On Sun, 2011-09-04 at 18:58 +0100, Phil Blundell wrote: > On Sat, 2011-09-03 at 21:19 -0700, Saul Wold wrote: > > + create_cmdline_wrapper ${D}/${bindir}/groff \ > > + -F${STAGING_DIR_NATIVE}/usr/share/groff/${PV}/font \ > > + -M${STAGING_DIR_NATIVE}/usr/share/groff/${PV}/tmac

Re: [OE-core] [PATCH 1/1] git: fix sstate relocation for git-native

2011-09-05 Thread Richard Purdie
On Mon, 2011-09-05 at 16:47 +0100, Paul Eggleton wrote: > Create a wrapper for git to set GIT_EXEC_PATH and GIT_TEMPLATE_DIR so > that git-native is relocatable. > > Fixes specific example given in [YOCTO #1137] > > Signed-off-by: Paul Eggleton > --- > meta/recipes-devtools/git/git.inc|

Re: [OE-core] [PATCH 0/1]:qt4e-demo-image: Fix bug 999

2011-09-05 Thread Richard Purdie
On Mon, 2011-09-05 at 09:47 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > "/bin/sh" is needed by qt4e-demo-image. I add "busybox" to this image. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: xiaofeng/qt4e-demo-image > Browse: > http://git.pokylinux.org/cgit.cgi/poky

Re: [OE-core] [PATCH 0/2][v2] systemtap: upgrade to 1.6

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 23:18 -0500, Tom Zanussi wrote: > This patchset upgrades systemtap to 1.6. The 1.6 version of > systemtap also has inproved support for arm, so this enables > it for arm and adds it to qemuarm. > > This upgrade was successfully tested on qemux86, qemux86-64, > qemuppc, and q

Re: [OE-core] [PATCH 1/1] runqemu: standardize ability to specify custom qemu/kenel boot options

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 15:50 -0700, Scott Garman wrote: > The old manner of specifying custom options to QEMU in this script > using angle brackets was a frequent source of confusion. Meanwhile, > Otavio Salvador added a decent method of specifying custom kernel > boot options to this script. This p

Re: [OE-core] [PATCH] image_types.bbclass: use per-image dirs for extX.gz images generation

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 23:27 +0400, Dmitry Eremin-Solenikov wrote: > Currently image_types.bbclass uses deploy/images/${MACHINE}tpm.gz dir for > temporary files when generating extX.gz images. This can lead to races > and strange errors during image generation. To overcome this use > deploy/images/$

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

2011-09-05 Thread Richard Purdie
On Fri, 2011-09-02 at 23:03 -0400, Bruce Ashfield wrote: > Richard/Saul, > > This took a bit longer than I wanted (this was intended for Thursday), but > since this was potentially the last minor rev bump for yocto 1.1, I wanted > to build and boot all of the qemu targets, and the -rt targets as

<    5   6   7   8   9   10   11   12   13   14   >