Re: [OE-core] [PATCH 0/5] Add recipes for 0.9.32 release

2011-07-05 Thread Khem Raj
On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj wrote: > With this changeset we add new recipes for 0.9.32 and make that default > preference. Then the git recipe are moved to track the latest master. > systemd related fixes are separately applied to both git recipe and 0.9.32 > recipes > > Both sets wor

Re: [OE-core] [PATCH 0/1] Remove exported KERNEL_SOURCE

2011-07-05 Thread Anders Darander
* Anders Darander Anders Darander [07/05/11 04:52 PM]: > Remove KERNEL-SOURCE as an exported variable. > When building an external module the > STAGING_KERNEL_DIR variable can justbas well be used in > the module recipe. There is an alternative solution, which is to instead of removing the line

[OE-core] [PATCH v6 2/2] task-base: remove unconditional inclusion of kernel-module-rtc-sa1100

2011-07-05 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index 527bc6d..97a854c 100644 --- a/meta/recipes-core/tasks/task-base.bb ++

[OE-core] [PATCH v6 1/2] task-base: remove modutils reference.

2011-07-05 Thread Anders Darander
Also remove the other kernel24 references. Make everything dependent on kernel26 default. Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base. Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb | 60 - 1 files changed, 15 ins

[OE-core] [PATCH v6 0/2] Linux 3.0 build support

2011-07-05 Thread Anders Darander
v6: All patches from v5 has been applied, apart from one. (patch 0001 in this series) - Updated the patch in question with the comments from v5. (HOTPLUG and PCMCIA_MANAGER related changes). - Added a patch to remove kernel-module-rtc-sa1100 from task-base. No patch supplied to

[OE-core] [PATCH 3/3] distro_tracking_fields.inc: Update recipes upgrade and manual check information

2011-07-05 Thread Mei Lei
upgrade: gawk, gupnp manual check: diffutils Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/dist

[OE-core] [PATCH 2/3] gawk: Upgrade from 3.1.8 to 4.0.0

2011-07-05 Thread Mei Lei
Signed-off-by: Mei Lei --- .../gawk/{gawk_3.1.8.bb => gawk_4.0.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/gawk/{gawk_3.1.8.bb => gawk_4.0.0.bb} (85%) diff --git a/meta/recipes-extended/gawk/gawk_3.1.8.bb b/meta/recipes-extended/gaw

[OE-core] [PATCH 1/3] gupnp: Upgrade from 0.16.0 to 0.16.1

2011-07-05 Thread Mei Lei
Add introspection.patch from gssdp due to more strict compiler checks in new version Signed-off-by: Mei Lei --- .../gupnp/gupnp-0.16.1/introspection.patch | 104 .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} |7 +- 2 files changed, 108 insertions(+), 3 del

[OE-core] [PATCH 0/3]upgrade recipes

2011-07-05 Thread Mei Lei
Upgrade recipe gupnp and gawk, also update the distro_tracking_fields.inc. The following changes since commit c6dac094ac79f6eae6998527e025417e16b46eed: Yu Ke (1): xauth: upgrade from 1.05 to 1.06 are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/upgra

Re: [OE-core] [PATCH 00/17] Various QA/unpackaged files cleanups

2011-07-05 Thread Otavio Salvador
On Tue, Jul 5, 2011 at 19:51, Richard Purdie wrote: > This patch series is for a number of QA/unpackaged files cleanups. I noticed you have added .la files in some packages. This seems wrong and useless. In fact I am making a local patchset to drop them all and I have most build working (fixing l

Re: [OE-core] [PATCH] Add support for remote layering.

2011-07-05 Thread Jeremy Puhlman
> > We aren't going to tie bitbake layer support of local layers to the layer > tooling, no. We're expressly trying to avoid that. > > You suggest that I'm trying to "dictate workflow" however I'd argue that I'm > doing the opposite (see below regarding updating). The line that led me to dicat

[OE-core] [PATCH 12/17] x11perf: Packaged unpackaged files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/x11perf_1.5.3.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.5.3.bb b/meta/recipes-graphics/xorg-app/x11perf_1.5.3.bb index 8faffe0..26057d5 100644 --- a/meta

[OE-core] [PATCH 17/17] chrpath: Ensure the package respects the docdir variable

2011-07-05 Thread Richard Purdie
This resolves unpackaged file QA warnings and an empty -doc package. Signed-off-by: Richard Purdie --- .../chrpath/chrpath/standarddoc.patch | 19 +++ meta/recipes-devtools/chrpath/chrpath_0.13.bb |5 +++-- 2 files changed, 22 insertions(+), 2 deletions(-)

[OE-core] [PATCH 08/17] qt4: Package debug source files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4.inc |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 284586f..881b445 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc @@

[OE-core] [PATCH 11/17] gtk-engines: Package unpackaged files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../gtk-engines/gtk-engines_2.20.2.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 85c38e2..bbf52be 100

[OE-core] [PATCH 13/17] apt: Package unpackaged files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt-package.inc |2 +- meta/recipes-devtools/apt/apt_0.7.14.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/apt/apt-package.inc b/meta/recipes-devtools/apt/apt-package.inc index

[OE-core] [PATCH 15/17] kernelshark/trace-cmd: Clean up QA warnings including fising LDFLAGS issues

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/trace-cmd/kernelshark_git.bb | 10 - .../trace-cmd/trace-cmd/addldflags.patch | 43 meta/recipes-kernel/trace-cmd/trace-cmd_git.bb |5 +- 3 files changed, 54 insertions(+), 4 deletions(-) creat

[OE-core] [PATCH 16/17] opensp: Add unpackaged files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/opensp/opensp_1.5.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/opensp/opensp_1.5.bb b/meta/recipes-devtools/opensp/opensp_1.5.bb index 61022e0..a402d11 100644 --- a/meta/recipes-devtoo

[OE-core] [PATCH 07/17] systemtap: Don't set prefix to a path including so examples get placed in the correct path and packaged correctly

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index f24c179..e8aa54f 100644 --- a/meta/re

[OE-core] [PATCH 14/17] git: Package up python and gitweb files into appropriate packages

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/git.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 5d77880..56655f9 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta

[OE-core] [PATCH 06/17] eds-dbus: Package unpackaged files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-sato/eds/eds-dbus_2.20.0.bb |7 +-- meta/recipes-sato/eds/eds-dbus_git.bb|9 +++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/meta/recipes-sato/eds/eds-dbus_2.20.0.bb b/meta/recipes-sato/eds/eds-dbus_2.20.0.b

[OE-core] [PATCH 03/17] tslib: Package unpackaged .la file

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-graphics/tslib/tslib_1.0.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index 9ab8259..ad9bfa7 100644 --- a/meta/recipes-graphics/tsli

[OE-core] [PATCH 09/17] telepathy-python: Remove unneeded and unpackaged files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../telepathy/telepathy-python_0.15.19.bb |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb

[OE-core] [PATCH 10/17] librsvg: Clean up unpackaged files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index a47afc6..6744932 100644 --- a/m

[OE-core] [PATCH 04/17] btrfs-tools: Fix manpage creation directory

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../btrfs-tools/btrfs-tools/weak-defaults.patch| 31 .../btrfs-tools/btrfs-tools_git.bb |3 +- 2 files changed, 33 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/weak

[OE-core] [PATCH 05/17] xcb-proto: Package unshipped files, create python-xcbgen package for python xcbgen code

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-graphics/xcb/xcb-proto.inc|5 - meta/recipes-graphics/xcb/xcb-proto_1.6.bb |2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index

[OE-core] [PATCH 02/17] connman: Package unpackaged .la file

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-connectivity/connman/connman.inc |2 ++ meta/recipes-connectivity/connman/connman_0.75.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/con

[OE-core] [PATCH 01/17] gcc: Fix unpackaged files warnings, broken symlink and superfluous files

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-package-target.inc | 25 + 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index 8c66c72..69ab

[OE-core] [PATCH 00/17] Various QA/unpackaged files cleanups

2011-07-05 Thread Richard Purdie
This patch series is for a number of QA/unpackaged files cleanups. The following changes since commit f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e: x-load: Update to 1.5.0 (2011-07-05 14:16:33 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rpu

[OE-core] [PATCH 5/5] uclibc-0.9.32: Implement execvpe and refresh scheduler functions

2011-07-05 Thread Khem Raj
Enable UCLIBC_HAS_UTMPX Signed-off-by: Khem Raj --- .../uclibc/uclibc-0.9.32/uClibc.distro |3 + .../uclibc/uclibc-0.9.32/uclibc-execvpe.patch | 160 +++ .../uclibc-0.9.32/uclibc_scheduler_update.patch| 455 meta/recipes-core/uclibc/uclibc_0.9.

[OE-core] [PATCH 2/5] tcmode-default: Define UCLIBCVERSION and set it to 0.9.32

2011-07-05 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index ed8f303..aded555 100644 --- a/meta/conf/distro/includ

[OE-core] [PATCH 4/5] uclibc_git: Implement execvpe and refresh scheduler functions

2011-07-05 Thread Khem Raj
Enable UCLIBC_HAS_UTMPX Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-git/uClibc.distro |3 + .../uclibc/uclibc-git/uclibc-execvpe.patch | 160 +++ .../uclibc-git/uclibc_scheduler_update.patch | 455 meta/recipes-core/uclibc/uclibc_git.

[OE-core] [PATCH 3/5] uclibc_git: Move SRCREV past 0.9.32 release

2011-07-05 Thread Khem Raj
Set DP = -1 since 0.9.32 should be preferred Remove patches already merged upstream Change PV to 0.9.32+git${SRCPV} Signed-off-by: Khem Raj --- ...rch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch | 29 --- ...fd.h-SFD_NONBLOCK-for-mips-is-0200-unlike.patch | 33 --- .../uclibc-git/append_UCLI

[OE-core] [PATCH 0/5] Add recipes for 0.9.32 release

2011-07-05 Thread Khem Raj
With this changeset we add new recipes for 0.9.32 and make that default preference. Then the git recipe are moved to track the latest master. systemd related fixes are separately applied to both git recipe and 0.9.32 recipes Both sets work for arm,mips,ppc,x86,x86-64 Thanks -Khem The following

Re: [OE-core] [RFC PATCH] openssh/dropbear: No need for each to PROVIDE ssh/sshd

2011-07-05 Thread Khem Raj
On Tue, Jul 5, 2011 at 6:33 AM, Richard Purdie wrote: > Nothing in the system actually uses the PROVIDES field for these > recipes, its usually the runtime packages that are used. We can > therefore remove the PROVIDES and hence quieten the associated > warnings from bitbake. > > If these recipes

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-05 Thread Phil Blundell
On Tue, 2011-07-05 at 17:31 +0100, Paul Eggleton wrote: > On Tuesday 05 July 2011 16:54:18 Phil Blundell wrote: > > Or an alternative patch might be just to delete this recipe altogether. > > Its sole purpose is to work around defects in hardware which must be the > > best part of a decade old and

[OE-core] [PATCH 4/4] tclibc-glibc: add weak assigment to TARGET_OS

2011-07-05 Thread Adrian Alonso
* Add weak assigment to TARGET_OS variable so it can be overrided to match external toolchain tripplets. * Toolchain prefix is expanded from TARGET_SYS = TARGET_ARCH + TARGET_VENDOR + TARGET_OS Signed-off-by: Adrian Alonso --- meta/conf/distro/include/tclibc-glibc.inc |2 +- 1 files chan

[OE-core] [PATCH 1/4] insane: add microblaze little endian target info

2011-07-05 Thread Adrian Alonso
* Add microblaze little endian target info to package_qa_get_machine_dict Signed-off-by: Adrian Alonso --- meta/classes/insane.bbclass |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index ec9886b..c1db1ca 100

[OE-core] [PATCH 3/4] siteinfo: add microblaze little endian target info

2011-07-05 Thread Adrian Alonso
* Add microblaze little endian target information Endian little, 32 bits Signed-off-by: Adrian Alonso --- meta/classes/siteinfo.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index fb8bac3..78b7008

[OE-core] [PATCH 2/4] kernel-arch: microblaze little endian fix kernel arch

2011-07-05 Thread Adrian Alonso
* In map_kernel_arch function return valid arch for microblazeel target arch. if TARGET_ARCH = "microblazeel" return "microblaze" Signed-off-by: Adrian Alonso --- meta/classes/kernel-arch.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel-arc

[OE-core] [PATCH] libxslt: Inherit from binconfig

2011-07-05 Thread Michael Lippautz
libxslt provides a binconfig that may be used to cross-compile/-link against the target library. Signed-off-by: Michael Lippautz --- meta/recipes-support/libxslt/libxslt_1.1.26.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libxslt/libxslt_1.1

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-05 Thread Koen Kooi
Op 5 jul. 2011 om 17:31 heeft Paul Eggleton het volgende geschreven: > On Tuesday 05 July 2011 16:54:18 Phil Blundell wrote: >> Or an alternative patch might be just to delete this recipe altogether. >> Its sole purpose is to work around defects in hardware which must be the >> best part of a

[OE-core] [PATCH] pulseaudio: disable HAL support and enable udev support

2011-07-05 Thread Koen Kooi
HAL is deprecated and udev should be used with pulseaudio 0.9.22. THe .23 release from 2 weeks ago already removed HAL support. Signed-off-by: Koen Kooi --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |6 +++--- .../pulseaudio/pulseaudio_0.9.22.bb|2 +- 2 files ch

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-05 Thread Paul Eggleton
On Tuesday 05 July 2011 16:54:18 Phil Blundell wrote: > Or an alternative patch might be just to delete this recipe altogether. > Its sole purpose is to work around defects in hardware which must be the > best part of a decade old and I would be slightly surprised if anyone > was still using DTL1s

[OE-core] [PATCH 1/1] combo-layer-tool: add tool to manipulate combo layers

2011-07-05 Thread Paul Eggleton
From: Yu Ke This patch adds the script "combo-layer" to manipulate combo layer repos. A combo layer repo is a repo containing multiple component repos, e.g. oe-core, bitbake, BSP repos. The combo layer repo needs to be updated by syncing with the component repo upstream. This script is written to

[OE-core] [PATCH 0/1] combo-layer tool v3

2011-07-05 Thread Paul Eggleton
This is the third version of Yu Ke's combo-layer tool. Changes since v2: * Fix splitpatch so that it handles commits that only affect some of the components (reports the ones that have been skipped and avoids writing out empty patches) * A few fixes to the help text & comments The followi

[OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-05 Thread Phil Blundell
This one evaded the earlier mass removal due to extraneous trailing whitespace. Signed-off-by: Phil Blundell --- .../bluez/bluez-dtl1-workaround_1.0.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0

Re: [OE-core] [PATCH] Add support for remote layering.

2011-07-05 Thread Jeremy Puhlman
> I agree the patch has a use in its own right, standalone. I am however > asking us all to take a step back and consider the big picture which is > what I need do with a lot of what we're doing. > > My point is that whilst in isolation its ok, I don't think that approach > can scale to fulfil all

Re: [OE-core] [PATCH] bluez-dtl1-workaround: remove PRIORITY

2011-07-05 Thread Phil Blundell
Or an alternative patch might be just to delete this recipe altogether. Its sole purpose is to work around defects in hardware which must be the best part of a decade old and I would be slightly surprised if anyone was still using DTL1s in this day and age. p. On Tue, 2011-07-05 at 16:52 +0100, P

[OE-core] [PATCH 2/2] x-load: Drop PR from PV and fix version to 1.5.0

2011-07-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-bsp/x-load/x-load_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb index 3f9481c..8114fd2 100644 --- a/meta/recipes-bsp/x-load/x-load_git.b

[OE-core] [PATCH 1/2] kernel-yocto: Fix case where recipe is always reparsed

2011-07-05 Thread Richard Purdie
If you include a bitbake variable as a comment in a shell function then it gets expanded by the bitbake signature handling code. This could be classed as a bug or a feature depending on your viewpoint (e.g. a multiline variable included in a comment could actually contain executable code). Since

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-07-05 Thread Koen Kooi
Op 5 jul. 2011 om 15:17 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-07-01 at 08:50 +0200, Koen Kooi wrote: >> Op 1 jul 2011, om 01:09 heeft Saul Wold het volgende geschreven: >> >>> On 06/30/2011 03:33 PM, Koen Kooi wrote: >>> I believe that this has been discussed elsewhere.

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Anders Darander
On 5 jul 2011, at 15:09, "Richard Purdie" wrote: > On Tue, 2011-07-05 at 14:54 +0200, Anders Darander wrote: >> * Phil Blundell Phil Blundell [07/05/11 02:44 PM]: >>> On Tue, 2011-07-05 at 14:01 +0200, Anders Darander wrote: diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-07-05 Thread Phil Blundell
On Tue, 2011-07-05 at 16:01 +0100, Koen Kooi wrote: > I currently have no way of saying "I always want tgz and the native > formats" Does IMAGE_FSTYPES_append = "tgz" not do what you want? p. ___ Openembedded-core mailing list Openembedded-core@list

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-07-05 Thread Koen Kooi
Op 5 jul. 2011 om 15:17 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-07-01 at 08:50 +0200, Koen Kooi wrote: >> Op 1 jul 2011, om 01:09 heeft Saul Wold het volgende geschreven: >> >>> On 06/30/2011 03:33 PM, Koen Kooi wrote: >>> I believe that this has been discussed elsewhere.

[OE-core] [PATCH 1/1] module-base: remove KERNEL-SOURCE

2011-07-05 Thread Anders Darander
kernel-source do not exist in STAGING_KERNEL_DIR any longer. Remove the exported KERNEL_SOURCE as the STAGING_KERNEL_DIR can be used in module recipes directly. Signed-off-by: Anders Darander --- meta/classes/module-base.bbclass |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --

[OE-core] [PATCH 0/1] Remove exported KERNEL_SOURCE

2011-07-05 Thread Anders Darander
Remove KERNEL-SOURCE as an exported variable. When building an external module the STAGING_KERNEL_DIR variable can justbas well be used in the module recipe. The following changes since commit 2b3bf5350861f62435e2fdf1c56c8a02f4b1b4ac: xauth: upgrade from 1.05 to 1.06 (2011-07-04 12:45:01 +01

Re: [OE-core] Heads Up: Bitbake minimum version change imminent

2011-07-05 Thread Richard Purdie
On Tue, 2011-06-28 at 09:26 -0700, Chris Larson wrote: > On Tue, Jun 28, 2011 at 7:31 AM, Richard Purdie > wrote: > > I just wanted to let people know that we have a minimum version of > > bitbake change imminent for OE-Core. > > > > I've already pushed the changes we need to bitbake for umask, sh

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-07-05 Thread Richard Purdie
On Fri, 2011-07-01 at 08:50 +0200, Koen Kooi wrote: > Op 1 jul 2011, om 01:09 heeft Saul Wold het volgende geschreven: > > > On 06/30/2011 03:33 PM, Koen Kooi wrote: > > I believe that this has been discussed elsewhere. > > Let's post the outcome here then, since I still want this patch to go in.

Re: [OE-core] [RFC PATCH] openssh/dropbear: No need for each to PROVIDE ssh/sshd

2011-07-05 Thread Koen Kooi
looks good to me Op 5 jul. 2011 om 14:33 heeft Richard Purdie het volgende geschreven: > Nothing in the system actually uses the PROVIDES field for these > recipes, its usually the runtime packages that are used. We can > therefore remove the PROVIDES and hence quieten the associated > warni

Re: [OE-core] Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates

2011-07-05 Thread Koen Kooi
I just noticed that xload sets the PV wrong in the recipe Op 5 jul. 2011 om 14:17 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-06-30 at 23:54 -0700, Saul Wold wrote: >> Richard, >> >> This address 2 bugs filed by Darren for the Beagleboard, they build >> correctly. >> >> It al

[OE-core] [RFC PATCH] openssh/dropbear: No need for each to PROVIDE ssh/sshd

2011-07-05 Thread Richard Purdie
Nothing in the system actually uses the PROVIDES field for these recipes, its usually the runtime packages that are used. We can therefore remove the PROVIDES and hence quieten the associated warnings from bitbake. If these recipes do really need the PROVIDES, they would be better as virtuals a

Re: [OE-core] Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates

2011-07-05 Thread Richard Purdie
On Thu, 2011-06-30 at 23:54 -0700, Saul Wold wrote: > Richard, > > This address 2 bugs filed by Darren for the Beagleboard, they build > correctly. > > It also updates two recipes that Mark Hatle found lacking checksums. > > Thanks > Sau! > > The following changes since commit 40ecaf6a59b

Re: [OE-core] [PATCH] libxml-parser-perl: convert to BBCLASSEXTEND, merge in OE fixes:wq

2011-07-05 Thread Richard Purdie
On Sat, 2011-07-02 at 12:16 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > .../perl/libxml-parser-perl-native_2.40.bb |7 --- > .../perl/libxml-parser-perl_2.40.bb| 15 +++ > 2 files changed, 11 insertions(+), 11 deletions(-) > delete mod

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Richard Purdie
On Tue, 2011-07-05 at 14:54 +0200, Anders Darander wrote: > * Phil Blundell Phil Blundell [07/05/11 02:44 PM]: > > On Tue, 2011-07-05 at 14:01 +0200, Anders Darander wrote: > > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass > > > index 943252a..26ee416 100644 > > > --- a/

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-07-05 Thread Richard Purdie
On Thu, 2011-06-30 at 12:17 +0100, Phil Blundell wrote: > On Wed, 2011-06-29 at 14:49 +0100, Richard Purdie wrote: > > On Wed, 2011-06-29 at 14:36 +0100, Phil Blundell wrote: > > > On Tue, 2011-06-28 at 22:32 +0200, Koen Kooi wrote: > > > > From > > > > http://git.angstrom-distribution.org/cgi-bin

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Anders Darander
* Phil Blundell Phil Blundell [07/05/11 02:44 PM]: > On Tue, 2011-07-05 at 14:01 +0200, Anders Darander wrote: > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass > > index 943252a..26ee416 100644 > > --- a/meta/classes/kernel.bbclass > > +++ b/meta/classes/kernel.bbclass >

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Phil Blundell
On Tue, 2011-07-05 at 14:01 +0200, Anders Darander wrote: > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass > index 943252a..26ee416 100644 > --- a/meta/classes/kernel.bbclass > +++ b/meta/classes/kernel.bbclass > @@ -149,7 +149,6 @@ kernel_do_install() { # #

Re: [OE-core] [PATCH 0/1][v3] base.bbclass: show layer's branches/revisions in the banner info

2011-07-05 Thread Richard Purdie
On Sat, 2011-07-02 at 23:23 +0800, Dexuan Cui wrote: > The following changes since commit a1f79a7896b6411669b3ccada6204d2695e80fc5: > > runqueue.py: Add umask task control (2011-06-24 12:23:12 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dcui/banne

Re: [OE-core] [PATCH v2] libxml-parser-perl: convert to BBCLASSEXTEND, merge in OE fixes

2011-07-05 Thread Richard Purdie
On Sat, 2011-07-02 at 14:24 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > .../perl/libxml-parser-perl-native_2.40.bb |7 --- > .../perl/libxml-parser-perl_2.40.bb| 15 +++ > 2 files changed, 11 insertions(+), 11 deletions(-) > delete mod

[OE-core] [PATCH 0/1] Fix external module compilations

2011-07-05 Thread Anders Darander
When compiling an external module, the compilation errors out, when scripts/basic/fixdep and later on scripts/mod/modpost is being requested. The removal of 'make -C $kerneldir _mrproper_scripts' fixes these problems. The following changes since commit 69eeb3d2276e5b10d084b47d308ecfc8daf8b467:

[OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Anders Darander
When compiling external modules, scripts/basic/fixdep and scripts/mod/modpost, is wanted. Do not remove too much from the staged kernel sources. Signed-off-by: Anders Darander --- meta/classes/kernel.bbclass |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/classes/k

[OE-core] [MULTILIB_SUBTASK4 3/5] multilib/package.bbclass: Set PACKAGE_ARCH for multilib.

2011-07-05 Thread Lianhao Lu
Set PACKAGE_ARCH in case of multilib. Signed-off-by: Lianhao Lu --- meta/classes/multilib.bbclass | 10 ++ meta/classes/package.bbclass | 11 +++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass ind

[OE-core] [MULTILIB_SUBTASK4 5/5] package(rootfs)_ipk.bbclass: support multilib in opkg backend.

2011-07-05 Thread Lianhao Lu
Support install multiple multilib in opkg backend. The installation is done in 3 phases. Phase 1: install normal packages to IMAGE_ROOTFS. Phase 2: install multilib packages under MULTILIB_TEMP_ROOTFS. Packages belongs to the same multilib arch would be installed to a unique directory. Phase 3:

[OE-core] [MULTILIB_SUBTASK4 1/5] libc-package.bbclass: Replace hard coded libdir.

2011-07-05 Thread Lianhao Lu
Replace the hard coded libdir for locale generating to meet the multilib requirement. Signed-off-by: Lianhao Lu --- meta/classes/libc-package.bbclass |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbcl

[OE-core] [MULTILIB_SUBTASK4 4/5] image.bbclass: Added variables for multilib support.

2011-07-05 Thread Lianhao Lu
1. Added MULTILIB_PACKAGE_INSTALL for multilib instances of packages to be installed in the rootfs. 2. MULTILIBRE_ALLOW_REP contains the regular expression to match the files allow to be replaced by the conflicting files. 3. MULTILIBRE_FORCE_SAME contains the regular expression to match the files

[OE-core] [MULTILIB_SUBTASK4 2/5] classes/multilib.bbclass: Change the SHLIBSDIR.

2011-07-05 Thread Lianhao Lu
Changes the SHLIBSDIR for the multilib version, so it won't mix up with the normal version. Signed-off-by: Lianhao Lu --- meta/classes/multilib.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 36c

[OE-core] [MULTILIB_SUBTASK4 0/5] opkg support for multilib

2011-07-05 Thread Lianhao Lu
This series of patches is the subtask 4 of https://wiki.yoctoproject.org/wiki/Multilib. It is based on the git branch of "poky-contrib/rpurdie/ml". It added the support to opkg backend to allow install of multilib variant packages, also fixed some other bugs. The multilib variant packages to b

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-07-05 Thread Richard Purdie
So to further update on this, I think with the fixes I've merged, OE-Core should be clean for all the QA tests except desktop file warnings and ldflags. ldflags was a problem as the code wasn't triggering at all in Yocto due to a bug in bitbake to do with the way ??= vs ?= was being handled. I'll

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-05 Thread Phil Blundell
On Tue, 2011-07-05 at 12:30 +0200, Hauser, Wolfgang (external) wrote: > >Nowadays you can set IMAGE_FEATURES = "read-only-rootfs", which will > >result in a fatal error if any packages are still unconfigured after > >rootfs construction is finished. > > This helps to identify the packages to be mo

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-05 Thread Hauser, Wolfgang (external)
>Nowadays you can set IMAGE_FEATURES = "read-only-rootfs", which will >result in a fatal error if any packages are still unconfigured after >rootfs construction is finished. This helps to identify the packages to be modified, but it may be better to enhance the packages to be "read-only save". M

Re: [OE-core] kernel.bbclass ERROR: QA Issue: Architecture did not match (40 to 62)

2011-07-05 Thread Richard Purdie
On Thu, 2011-06-30 at 22:47 +0200, Koen Kooi wrote: > I'm going to be mailing out the errors I'm setting with the reinstated > insane.bbclass, here are the first ones: > > ERROR: QA Issue: Architecture did not match (40 to 62) on > /work/archos5it-angstrom-linux-gnueabi/linux-omap-archos-2.6.27.

Re: [OE-core] [PATCH 0/1] Qt4 QA error fix

2011-07-05 Thread Richard Purdie
On Tue, 2011-07-05 at 11:14 +0100, Paul Eggleton wrote: > This patch fixes several "wrong architecture" QA errors when building > qt4-x11-free and qt4-embedded. This is really a stopgap as far as Qt4 > packaging goes however, there is still more cleanup work to be done. > > The following changes s

Re: [OE-core] [PATCH] gettext: fix ERROR: QA Issue: gettext rdepends on gettext-dev

2011-07-05 Thread Richard Purdie
On Fri, 2011-07-01 at 12:01 +0200, Koen Kooi wrote: > This was fixed in 2008 already, see > http://dominion.thruhere.net/koen/cms/the-testlab-strikes-again but regressed > during the 0.16.x -> 0.18.x update. Strangely enough the comment was kept. > > Signed-off-by: Koen Kooi > --- > meta/recip

Re: [OE-core] [PATCH 0/8] Various QA fixes

2011-07-05 Thread Richard Purdie
On Mon, 2011-07-04 at 17:46 +0100, Richard Purdie wrote: > The following changes since commit 2b3bf5350861f62435e2fdf1c56c8a02f4b1b4ac > fix > a number of QA warnings/errors. There are a couple of RFC style commits in > this mix: > > A key change is that functionality is added to insane.bbclass

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-05 Thread Phil Blundell
On Tue, 2011-07-05 at 12:06 +0200, Hauser, Wolfgang (external) wrote: > Especially we have to cover some adduser/addgroup issues, modify the volatile > file handling for our needs, and for omap3 graphics the handling of the GLES > version. > A failed offline postinst causing a runtime configurati

Re: [OE-core] [PATCH 5/6] beecrypt: Fix up packaging QA warnings

2011-07-05 Thread Phil Blundell
On Fri, 2011-07-01 at 23:12 +0100, Richard Purdie wrote: > On Fri, 2011-07-01 at 16:19 +0100, Phil Blundell wrote: > > On Fri, 2011-07-01 at 16:17 +0100, Richard Purdie wrote: > > > +FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" > > > > You can use ${SOLIBS} there... > >

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-05 Thread Hauser, Wolfgang (external)
To build a read-only image, we have to set up an extra layer where we modified all packages they cause a runtime modification. Especially we have to cover some adduser/addgroup issues, modify the volatile file handling for our needs, and for omap3 graphics the handling of the GLES version. A fa

[OE-core] [PATCH 1/1] qt4: ensure target packages don't include host binaries

2011-07-05 Thread Paul Eggleton
Remove uic, rcc, moc and lrelease from packaged files. This fixes the following QA warnings: qt4-x11-free-4.7.3, wrong architecture, qt4-tools-dbg, ${WORKDIR}/packages-split/qt4-tools-dbg/usr/bin/.debug/uic qt4-x11-free-4.7.3, wrong architecture, qt4-tools-dbg, ${WORKDIR}/packages-split/qt4-to

[OE-core] [PATCH 0/1] Qt4 QA error fix

2011-07-05 Thread Paul Eggleton
This patch fixes several "wrong architecture" QA errors when building qt4-x11-free and qt4-embedded. This is really a stopgap as far as Qt4 packaging goes however, there is still more cleanup work to be done. The following changes since commit 2b3bf5350861f62435e2fdf1c56c8a02f4b1b4ac: xauth: up

Re: [OE-core] [PATCH v5 7/8] task-base: remove modutils reference.

2011-07-05 Thread Anders Darander
* Richard Purdie Richard Purdie [07/05/11 10:24 AM]: > On Tue, 2011-07-05 at 08:54 +0200, Anders Darander wrote: > > Before I'll try to look into the comments above, I'd just like to be sure > > I'm working on the correct version of task-base.bb. Did you leave it out > > of the merging, awaiting

Re: [OE-core] Adding an external toolchain to oe-core

2011-07-05 Thread Tom Parkin
Hi Richard, Thanks for your feedback. I've added specific comments inline below -- but basically, ACK to the idea of submitting the updated CSL mips-4.2 recipes for inclusion. I think some of the specifics discussed below will be clearer when you see the patches. I have an upcoming demo in the

[OE-core] [PATCH 1/1] libQtOpenGL:Add libQtOpenGL to an lsb image

2011-07-05 Thread Xiaofeng Yan
I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/tasks/task-core-lsb.bb | 18 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- 2 files changed, 2 insertions(+), 18 delet

[OE-core] [PATCH 0/1] libQtOpenGL:Add libQtOpenGL to an lsb image

2011-07-05 Thread Xiaofeng Yan
Hi Saul, I make "opengl" as a ditro-feature for installing libQtOpenGL to image. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/opengl Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/opengl Thanks, Xiaofeng Yan --- Xiaofeng Yan (1): libQt

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-05 Thread Tom Parkin
I'm interested to read about this initiative as we've recently stumbled over the issue of postinst scripts in trying to port our build to OE. So far it seems the primary concern is about the boot-time impact of postinst on the target. But for the use-cases I'm interested in, we need to capture al

Re: [OE-core] [PATCH v5 7/8] task-base: remove modutils reference.

2011-07-05 Thread Richard Purdie
On Tue, 2011-07-05 at 08:54 +0200, Anders Darander wrote: > Hi, > > * Richard Purdie Richard Purdie > [07/02/11 > 12:35 AM]: > > On Fri, 2011-07-01 at 15:32 +0200, Koen Kooi wrote: > > > Op 1 jul 2011, om 15:08 heeft Anders Darander het volgende geschreven: > > > > # linux-hotplug or none > > >