[oe] [meta-handheld] [PATCH 0/3] do not force build of linux-kexecboot

2012-01-18 Thread Andrea Adami
* This patchset makes minor changes to the initramfs-kexecboot images * in order to make clear there are two binaries inside. * Following patches are Zaurus-specific and allow to build generic images * without building zaurus-installer (which builds linux-kexecboot) Andrea Adami (3): initramfs

[oe] [meta-handheld] [PATCH 2/3] kexecboot-cfg: Inhibit toolchain dependencies and echo $DISTRO_VERSION

2012-01-18 Thread Andrea Adami
* $DISTRO_VERSION is always set and is more detailed * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb b/recipes-bsp

[oe] [meta-handheld] [PATCH 1/3] initramfs-kexecboot(-klibc)-image: explicitly install kexec(-klibc)

2012-01-18 Thread Andrea Adami
* for clarity, specify we just install the two binaries * (despite the fact that kexec is a runtime dependency for kexecboot) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/images/initramfs-kexecboot-image.bb|2 +- .../images/initramfs-kexecboot-klibc-image.bb

Re: [oe] [meta-handheld] [PATCH 2/2] zaurus.inc: remove IMAGE_DEVICE_TABLES settings

2012-01-15 Thread Andrea Adami
On Sun, Jan 15, 2012 at 1:03 AM, Andrea Adami andrea.ad...@gmail.com wrote: * Zaurus devices are now only using devtmpfs enabled kernels Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  conf/machine/include/zaurus.inc |    5 -  1 files changed, 0 insertions(+), 5 deletions

[oe] [meta-handheld] [PATCH 1/3] kexecboot_git: move to 8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7

2012-01-15 Thread Andrea Adami
* take advantage of last commits allowing to boot with empty /dev * (the directory must be present, though) * minor fixes * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/kexecboot/kexecboot-klibc_git.bb |4 ++-- recipes-bsp/kexecboot/kexecboot.inc |3

[oe] [meta-handheld] [PATCH 0/3] [zaurus] rely on devtmpfs in kernel

2012-01-15 Thread Andrea Adami
* No need for static device tables when using devtmpfs. * The /dev directory must exist, though: kexecboot provides it * Bump to latest kexecboot to manage the empty /dev and * increase PR of linux-kexecboot to keep in synch. Andrea Adami (3): kexecboot_git: move

[oe] [meta-handheld] [PATCH 2/3] linux-kexecboot: bump INC_PR to follow kexecboot upgrade

2012-01-15 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot.inc b/recipes-kernel/linux/linux-kexecboot.inc index f6a061e..b2758a6 100644

[oe] [meta-handheld] [PATCH 3/3] zaurus.inc: don't install device nodes, rely on devtmpfs

2012-01-15 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 7ff56fc..b42799f 100644 --- a/conf/machine/include/zaurus.inc

[oe] [meta-handheld] [PATCH 2/2] zaurus.inc: remove IMAGE_DEVICE_TABLES settings

2012-01-14 Thread Andrea Adami
* Zaurus devices are now only using devtmpfs enabled kernels Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index

[oe] [meta-handheld] [PATCH 1/2] initramfs-kexecboot-* images: adapt to oe-core

2012-01-14 Thread Andrea Adami
* Set IMAGE_FEATURES = to prevent the setting of things * like EXTRA_IMAGE_FEATURES in local.conf (from oe-core). * Readd IMAGE_BASENAME like all other images are doing. * Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/images/initramfs-kexecboot-image.bb|5

[oe] [meta-handheld] [PATCH 0/2] [Zaurus] Minor changes

2012-01-14 Thread Andrea Adami
* Standardize the initramfs-kexecboot images and adapt * mimicking core-image-minimal-initramfs. * * Remove legacy device table for Zaurus, now using devtmpfs in kernel. Andrea Adami (2): initramfs-kexecboot-* images: adapt to oe-core zaurus.inc: remove IMAGE_DEVICETABLE settings, now using

[oe] [meta-handheld] [PATCH 2/2] initramfs-kexecboot-image: use INITRAMFS_FSTYPES

2012-01-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/images/initramfs-kexecboot-image.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-bsp/images/initramfs-kexecboot-image.bb b/recipes-bsp/images/initramfs-kexecboot-image.bb index 5321ed5

[oe] [meta-handheld] [PATCH 1/2] zaurus.inc: add settings for INITRAMFS_FSTYPES

2012-01-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 4419192..7ff56fc 100644 --- a/conf/machine/include/zaurus.inc

[oe] [meta-oe] [PATCH] kexec-tools_2.0.2.bbappend: remove, packages are now split in oe-core

2012-01-10 Thread Andrea Adami
* packaging split from meta-openembedded has been accepted in oe-core * as per commit id 1f40a5486f703684c5d1d7360ef3cbdf75577495 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../kexec/kexec-tools_2.0.2.bbappend |4 1 files changed, 0 insertions(+), 4 deletions

[oe] [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI

2012-01-10 Thread Andrea Adami
* not necessary anymore, obsolete in oe-core Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb|2 +- .../linux/linux-palm-omap1_2.6.22-omap1.bb |2 +- recipes-kernel/linux/linux_3.1.bb |2 +- 3 files

[oe] [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8

2012-01-10 Thread Andrea Adami
* apply latest stable patchset * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |8 recipes-kernel/linux/linux_3.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel

Re: [oe] [meta-oe] [PATCH] xserver-common: remove extraneous BSP customizations

2012-01-07 Thread Andrea Adami
On Sat, Jan 7, 2012 at 11:49 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sat, Jan 07, 2012 at 08:41:51AM -0200, Otavio Salvador wrote: On Sat, Jan 7, 2012 at 06:05, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 07-01-12 00:55, Andrea

Re: [oe] [meta-oe] [PATCH] xserver-common: remove extraneous BSP customizations

2012-01-07 Thread Andrea Adami
On Sat, Jan 7, 2012 at 2:42 PM, Martin Jansa martin.ja...@gmail.com wrote: On Sat, Jan 07, 2012 at 02:22:24PM +0100, Andrea Adami wrote: On Sat, Jan 7, 2012 at 11:49 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sat, Jan 07, 2012 at 08:41:51AM -0200, Otavio Salvador wrote: On Sat, Jan 7

[oe] [meta-oe] [PATCH 2/2] xf86-video-fbdev: remove, driver is now in oe-core

2012-01-06 Thread Andrea Adami
* as per commit id 4997e01cb051cc05348468707898798f9228613a Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../xorg-driver/xf86-video-fbdev_0.4.2.bb |8 1 files changed, 0 insertions(+), 8 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86

[oe] [meta-oe] [PATCH 0/2] sync with oe-core

2012-01-06 Thread Andrea Adami
Andrea Adami (2): kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core) xf86-video-fbdev: remove, driver is now in oe-core meta-oe/classes/kernel.bbclass |4 ++-- .../xorg-driver/xf86-video-fbdev_0.4.2.bb |8 2 files changed, 2

[oe] [meta-oe] [PATCH 1/2] kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core)

2012-01-06 Thread Andrea Adami
* Symptom: kernel symlink in /boot is not created. * Rename in order to create the expected files: * /var/lib/opkg/info/kernel-3.1.4.postinst * /var/lib/opkg/info/kernel-3.1.4.postrm Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/classes/kernel.bbclass |4 ++-- 1 files

[oe] PLS IGNORE

2012-01-06 Thread Andrea Adami
pls ignore ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 0/2] xserver minor cleanings and commit of fbdev driver

2012-01-06 Thread Andrea Adami
On Sat, Jan 7, 2012 at 12:32 AM, Andrea Adami andrea.ad...@gmail.com wrote: Andrea Adami (2):  x11-common: remove extraneous BSP customizations  xorg-driver: add xf86-video-fbdev from meta-openembedded  .../x11-common/x11-common/etc/X11/Xserver          |   24

Re: [oe] [PATCH 1/2] x11-common: remove extraneous BSP customizations

2012-01-06 Thread Andrea Adami
On Sat, Jan 7, 2012 at 12:32 AM, Andrea Adami andrea.ad...@gmail.com wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  .../x11-common/x11-common/etc/X11/Xserver          |   24  1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/meta/recipes

Re: [oe] [PATCH 2/2] xorg-driver: add xf86-video-fbdev from meta-openembedded

2012-01-06 Thread Andrea Adami
On Sat, Jan 7, 2012 at 12:32 AM, Andrea Adami andrea.ad...@gmail.com wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8  1 files changed, 8 insertions(+), 0 deletions(-)  create mode 100644 meta/recipes-graphics

[oe] [PATCH 2/2] xorg-driver: add xf86-video-fbdev from meta-openembedded

2012-01-06 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../xorg-driver/xf86-video-fbdev_0.4.2.bb |8 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb diff --git a/meta/recipes-graphics/xorg

[oe] [PATCH 1/2] x11-common: remove extraneous BSP customizations

2012-01-06 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../x11-common/x11-common/etc/X11/Xserver | 24 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/meta/recipes-graphics/x11-common

[oe] [PATCH 0/2] xserver minor cleanings and commit of fbdev driver

2012-01-06 Thread Andrea Adami
Andrea Adami (2): x11-common: remove extraneous BSP customizations xorg-driver: add xf86-video-fbdev from meta-openembedded .../x11-common/x11-common/etc/X11/Xserver | 24 .../xorg-driver/xf86-video-fbdev_0.4.2.bb |8 ++ 2 files changed, 8

[oe] [meta-oe] [PATCH] xserver-common: remove extraneous BSP customizations

2012-01-06 Thread Andrea Adami
* delete patches meant for BSP layers * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../Xserver.add.dpi.for.gta.patch | 29 -- .../Xserver.add.nocursor.for.gta.patch | 20 .../xserver-common-1.34/Xserver.gta04.patch

[oe] [oe-classic] schroedinger build failure

2012-01-05 Thread Andrea Adami
Hint for the developers still using the org.openembedded.dev repository (oe-classic): i bump this old thread because apparently the issue is not fixed and the build of schroedinger fails as reported on #oe by new guests.

[oe] [meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.6 to 3.1.7

2012-01-04 Thread Andrea Adami
* apply latest stable patchset 2012-01-03 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |8 recipes-kernel/linux/linux_3.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel

[oe] [meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.4 to 3.1.6

2011-12-30 Thread Andrea Adami
* apply latest stable patchset 2011-12-21 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |8 recipes-kernel/linux/linux_3.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel

Re: [oe] [meta-handheld][PATCH] zaurus.inc: adapt jffs2 and sum.jffs2 to changes in oe-core

2011-12-11 Thread Andrea Adami
On Sun, Dec 11, 2011 at 10:29 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Dec 08, 2011 at 05:06:30PM +0100, Andrea Adami wrote: * in oe-core jffs2 summary has been added to image_types.bbclass and * IMAGE_CMD_jffs2 now includes '-n' to skip cleanmarkers node creation * so we need

[oe] [meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.2 to 3.1.4

2011-12-08 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |8 recipes-kernel/linux/linux_3.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot_3.1.bb b/recipes

[oe] [meta-handheld][PATCH] zaurus.inc: adapt jffs2 and sum.jffs2 to changes in oe-core

2011-12-08 Thread Andrea Adami
us to use the same string for mkfs.jffs2 and for sumtool. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc | 13 +++-- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc

Re: [oe] Adding sumtool to a JFFS2 build to speed up first boot

2011-12-07 Thread Andrea Adami
On Wed, Nov 23, 2011 at 9:40 PM, Khem Raj raj.k...@gmail.com wrote: On Sat, Oct 29, 2011 at 2:27 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Sat, Oct 29, 2011 at 7:14 PM, Tom Rini tom.r...@gmail.com wrote: On Sat, Oct 29, 2011 at 9:27 AM, Ulf Samuelsson ulf_samuels...@telia.com wrote

Re: [oe] xserver-common and x11-common conflicting

2011-12-05 Thread Andrea Adami
On Mon, Oct 17, 2011 at 9:14 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Oct 17, 2011 at 12:42:08AM +0200, Andrea Adami wrote: Hello, using oe-core and meta-oe my xserver settings are touched by two packages: xserver-common: seems more complete, provides some xmodmaps (should

Re: [oe] [meta-handheld 3/6] linux-kexecboot: use kernel_conf_variable like linux.inc does and respect CMDLINE_DEBUG

2011-11-24 Thread Andrea Adami
On Thu, Nov 24, 2011 at 11:18 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ---  recipes-kernel/linux/linux-kexecboot.inc |  103 ++---  1 files changed, 50 insertions(+), 53 deletions(-) diff --git

Re: [oe] [meta-handheld 4/6] linux-kexecboot: don't disable DEBUG, PRINTK, BUG with CMDLINE_DEBUG not just loglevel=3

2011-11-24 Thread Andrea Adami
On Thu, Nov 24, 2011 at 11:18 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ---  recipes-kernel/linux/linux-kexecboot.inc |   14 +++---  1 files changed, 11 insertions(+), 3 deletions(-) diff --git

Re: [oe] [meta-handheld][PATCH 5/5] linux: remove unused git version

2011-11-24 Thread Andrea Adami
On Thu, Nov 24, 2011 at 10:43 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 24 November 2011 10:24:44 Martin Jansa wrote: Are you going to refresh and refactor something or is this patchset fine if Paul applies only first 3? Because your 3.1.2 patch says it should be

Re: [oe] [meta-handheld 4/6] linux-kexecboot: don't disable DEBUG, PRINTK, BUG with CMDLINE_DEBUG not just loglevel=3

2011-11-24 Thread Andrea Adami
On Thu, Nov 24, 2011 at 12:01 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Thu, Nov 24, 2011 at 11:18 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ---  recipes-kernel/linux/linux-kexecboot.inc |   14 +++---  1 files changed, 11

Re: [oe] [meta-handheld 4/6] linux-kexecboot: don't disable DEBUG, PRINTK, BUG with CMDLINE_DEBUG not just loglevel=3

2011-11-24 Thread Andrea Adami
On Thu, Nov 24, 2011 at 1:42 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 24 November 2011 13:38:53 Andrea Adami wrote: On Thu, Nov 24, 2011 at 12:01 PM, Andrea Adami andrea.ad...@gmail.com wrote: The weak point is EXTRA_IMAGE_FEATURES = debug-tweaks , default

[oe] [meta-handheld][PATCH] linux(kexecboot): update from 3.1.1 to 3.1.2

2011-11-23 Thread Andrea Adami
* apply latest patchset * fix missing sha256sum in linux-kexecboot_3.1.bb Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |9 + recipes-kernel/linux/linux_3.1.bb | 10 +- 2 files changed, 10 insertions(+), 9

Re: [oe] [meta-handheld][PATCH 5/5] linux: remove unused git version

2011-11-18 Thread Andrea Adami
On Fri, Nov 18, 2011 at 2:11 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Nov 18, 2011 at 10:18:17AM +, Paul Eggleton wrote: On Friday 18 November 2011 10:55:03 Martin Jansa wrote: On Fri, Nov 18, 2011 at 01:36:07AM +0100, Andrea Adami wrote: * for our old beloved handhelds

Re: [oe] [meta-handheld][PATCH 5/5] linux: remove unused git version

2011-11-18 Thread Andrea Adami
On Fri, Nov 18, 2011 at 2:51 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 18 November 2011 14:45:32 Andrea Adami wrote: My thoughts are that Pavel is always testing bleeding edge way before we commit it in OE while Dmitry told me repeatedly he prefers to base his patches

[oe] [meta-handheld][PATCH] zaurus.inc: use xserver-xorg-lite

2011-11-17 Thread Andrea Adami
From: Martin Jansa martin.ja...@gmail.com * we don't have DRI modules for zaurus AFAIK Signed-off-by: Martin Jansa martin.ja...@gmail.com Tested-by Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff

[oe] [meta-handheld][PATCH 0/5] Kernel 3.1 and cleanings

2011-11-17 Thread Andrea Adami
* Initial commit of kernel 3.1 patchset 1 * tested on Zaurus devices * defconfig refinements needed for hx4700 and h1940 (untested) * * Removed 2.6.39 and 3.0.1 kernel versions * Removed git versions (unused by our couple of kernel devs) Andrea Adami (5): linux(kexecboot): initial commit

[oe] [meta-handheld][PATCH 4/5] linux-kexecboot: remove now unused git version

2011-11-17 Thread Andrea Adami
* used during migration from 2.6.2x to 2.6.3x Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-kexecboot/spitz/defconfig | 129 recipes-kernel/linux/linux-kexecboot_git.bb|2 - 2 files changed, 0 insertions(+), 131 deletions

[oe] [meta-handheld][PATCH 5/5] linux: remove unused git version

2011-11-17 Thread Andrea Adami
* for our old beloved handhelds the kernel * development is slow and based on stable kernels Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux/spitz/defconfig | 379 recipes-kernel/linux/linux_git.bb | 10 - 2 files changed

Re: [oe] [meta-handheld][PATCH 2/3] udev: add bbappend and disable device cache as default.

2011-11-03 Thread Andrea Adami
On Thu, Nov 3, 2011 at 9:36 AM, Koen Kooi k...@dominion.thruhere.netwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 02-11-11 22:00, Paul Eggleton schreef: On Monday 17 October 2011 01:26:50 Andrea Adami wrote: * For some reasons when the cache is created root can still be ro

Re: [oe] [meta-handheld][PATCH 2/3] udev: add bbappend and disable device cache as default.

2011-11-03 Thread Andrea Adami
On Thu, Nov 3, 2011 at 10:09 AM, Andrea Adami andrea.ad...@gmail.comwrote: On Thu, Nov 3, 2011 at 9:36 AM, Koen Kooi k...@dominion.thruhere.netwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 02-11-11 22:00, Paul Eggleton schreef: On Monday 17 October 2011 01:26:50 Andrea Adami

Re: [oe] [meta-handheld][PATCH 2/3] udev: add bbappend and disable device cache as default.

2011-11-03 Thread Andrea Adami
On Thu, Nov 3, 2011 at 10:25 AM, Koen Kooi k...@dominion.thruhere.netwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 03-11-11 10:09, Andrea Adami schreef: On Thu, Nov 3, 2011 at 9:36 AM, Koen Kooi k...@dominion.thruhere.netwrote: Op 02-11-11 22:00, Paul Eggleton schreef

Re: [oe] Adding sumtool to a JFFS2 build to speed up first boot

2011-10-29 Thread Andrea Adami
On Sat, Oct 29, 2011 at 7:14 PM, Tom Rini tom.r...@gmail.com wrote: On Sat, Oct 29, 2011 at 9:27 AM, Ulf Samuelsson ulf_samuels...@telia.com wrote: Trying to solve another problem I came up with changing IMAGE_CMD_jffs2 defined in conf/bitbake.conf by redefining it in conf/local.conf.

[oe] [meta-handheld][PATCH V2 3/3] xserver-xf86-config: add more xorg.conf for other Zaurus devices

2011-10-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../xserver-xf86-config/akita/xorg.conf| 49 .../xserver-xf86-config/c7x0/xorg.conf | 48 +++ .../xserver-xf86-config/collie/xorg.conf | 49

Re: [oe] [oe-commits] Khem Raj : binutils-cross: Sync with oe-core

2011-10-16 Thread Andrea Adami
On Sat, Oct 15, 2011 at 8:51 PM, g...@git.openembedded.org wrote: Module: meta-openembedded.git Branch: master Commit: 92b02b7209e426a70cc5626e7bdbc82052e01ac5 URL: http://git.openembedded.org/?p=meta-openembedded.gita=commit;h=92b02b7209e426a70cc5626e7bdbc82052e01ac5 Author: Khem Raj

[oe] xserver-common and x11-common conflicting

2011-10-16 Thread Andrea Adami
Hello, using oe-core and meta-oe my xserver settings are touched by two packages: xserver-common: seems more complete, provides some xmodmaps (should be in BSP layers). Though it invocates fbset which is not in path. x11-common: needs maybe care but is using the formfactor settings from BSP so

Re: [oe] xserver-common and x11-common conflicting

2011-10-16 Thread Andrea Adami
On Mon, Oct 17, 2011 at 12:42 AM, Andrea Adami andrea.ad...@gmail.comwrote: Hello, using oe-core and meta-oe my xserver settings are touched by two packages: xserver-common: seems more complete, provides some xmodmaps (should be in BSP layers). Though it invocates fbset which

[oe] [meta-handheld][PATCH 3/3] xserver-xf86-config: add more xorg.conf for other Zaurus devices

2011-10-16 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../xserver-xf86-config/akita/xorg.conf| 49 .../xserver-xf86-config/c7x0/xorg.conf | 48 +++ .../xserver-xf86-config/collie/xorg.conf | 49

[oe] [meta-handheld][PATCH 1/3] formfactor: initial commit of collie, poodle and tosa machconfig

2011-10-16 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/collie/machconfig | 15 +++ recipes-bsp/formfactor/files/poodle/machconfig | 15 +++ recipes-bsp/formfactor/files/tosa/machconfig | 15 +++ 3 files changed, 45

[oe] [meta-handheld][PATCH 2/3] udev: add bbappend and disable device cache as default.

2011-10-16 Thread Andrea Adami
of the device cache on boot. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-core/udev/udev/default |4 recipes-core/udev/udev_173.bbappend |1 + 2 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 recipes-core/udev/udev/default create mode 100644

[oe] [meta-oe][PATCH 3/3] udev: avoid udev stopping persistent ppd connections

2011-09-19 Thread Andrea Adami
Schuknecht schukne...@dresearch-fe.de Acked-by: Steffen Sledz sl...@dresearch-fe.de Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-core/udev/udev-extra-rules/network.sh |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-oe/recipes-core/udev/udev-extra-rules

[oe] [meta-oe][PATCH 2/3] udev: Fix cache problem

2011-09-19 Thread Andrea Adami
Rini tom_r...@mentor.com Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/recipes-core/udev/udev/cache | 13 - meta-oe/recipes-core/udev/udev_173.bb |2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/meta-oe/recipes-core/udev/udev/cache b/meta

[oe] [meta-oe][PATCH 1/3] udev: make the dev cache work with /dev/shm

2011-09-19 Thread Andrea Adami
Signed-off-by: Tom Rini tom_r...@mentor.com Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/recipes-core/udev/udev/cache | 16 meta-oe/recipes-core/udev/udev/init | 16 meta-oe/recipes-core/udev/udev_173.bb |2 +- 3 files changed, 17

[oe] [meta-oe][PATCH] tzcode-native, tzdata: remove recipes from meta-oe

2011-09-16 Thread Andrea Adami
/bitbake-devel/2011-August/001169.html Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/recipes-extended/tzcode/tzcode-native.inc | 18 -- .../recipes-extended/tzcode/tzcode-native_2011i.bb | 20 --- meta-oe/recipes-extended/tzdata/tzdata.inc | 177

[oe] [meta-handheld][PATCH v2] linux-kexecboot.inc: hardcode loglevel=3 to keep bootlogo intact

2011-09-15 Thread Andrea Adami
-enabling full debug options in the defconfigs. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot.inc | 19 --- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot.inc b/recipes-kernel

[oe] [meta-handheld][PATCH] linux-kexecboot.inc: hardcode loglevel=3 to keep bootlogo intact

2011-09-08 Thread Andrea Adami
* debug must be enabled explicitely as it is necessary to add * more arguments e.g. earlyprintk and even enable PRINTK and debug * in Zaurus defconfigs Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot.inc | 19 --- 1 files changed, 8

Re: [oe] [meta-oe v2] tzdata tzcode: update to 2011i

2011-09-07 Thread Andrea Adami
2011/9/7 Eric Bénard e...@eukrea.com Signed-off-by: Eric Bénard e...@eukrea.com --- ...code-native_2011g.bb = tzcode-native_2011i.bb} | 11 +-- .../tzdata/{tzdata_2011g.bb = tzdata_2011i.bb}|4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) rename

[oe] [meta-oe][PATCH 1/2] klibc_1.5.24: remove nostrip patch and fix packaging of klibc-utils

2011-09-06 Thread Andrea Adami
* follow Debian packaging for klibc-utils * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../klibc/klibc-1.5.24/no_strip.patch | 36 meta-oe/recipes-devtools/klibc/klibc-utils.inc | 12 +-- .../recipes-devtools/klibc/klibc

[oe] [meta-oe][PATCH 0/2] klibc fixes and updates

2011-09-06 Thread Andrea Adami
* Fixes packaging and updates to 1.5.25 in preparation for klibc-2.0. * We discard two OE patches: * nostrip patch was necesssary only during development * socket.h patch went upstream Andrea Adami (2): klibc_1.5.24: remove nostrip patch and fix packaging of klibc-utils klibc: upgrade

[oe] [meta-handheld][PATCH] linux-2.6.39.inc: do not reassign SRC_URI

2011-09-06 Thread Andrea Adami
* fix missing bootlogo Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-2.6.39.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-kernel/linux/linux-2.6.39.inc b/recipes-kernel/linux/linux-2.6.39.inc index 3693aac..b1dc8b2

Re: [oe] numerous broken links at openembedded.org

2011-08-19 Thread Andrea Adami
On Fri, Aug 19, 2011 at 6:22 PM, Robert P. J. Day rpj...@crashcourse.cawrote: just an observation that there are numerous (mostly wiki-related) broken links at http://openembedded.org/index.php/Main_Page. just try anything in the Users or Community or Developers boxes and you'll see what i

[oe] tzdata-2011g fails to fetch

2011-08-17 Thread Andrea Adami
Today's build with oe-core + meta-oe was broken by a fetch failure: ERROR: Function 'Fetcher failure for URL: ' ftp://elsie.nci.nih.gov/pub/tzdata2011g.tar.gz;subdir=tzdata-2011g'. Unable to fetch URL ftp://elsie.nci.nih.gov/pub/tzdata2011g.tar.gz;subdir=tzdata-2011g from any source.' failed

[oe] [PATCH v2] klibc.bbclass: shared include for building against klibc

2011-08-11 Thread Andrea Adami
* from org.openembedded.dev * reworked in meta-zaurus * added missing quotes * explain more clearly why the compiler/linker flags are reset Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/classes/klibc.bbclass |9 + 1 files changed, 9 insertions(+), 0 deletions

Re: [oe] [PATCH 2/2] klibc.bbclass: shared include for building against klibc

2011-08-07 Thread Andrea Adami
On Sat, Aug 6, 2011 at 10:37 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-08-11 23:30, Andrea Adami schreef: * from meta-zaurus * reworked in meta-smartphones/meta-zaurus Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe

[oe] [PATCH 2/2] klibc.bbclass: shared include for building against klibc

2011-08-05 Thread Andrea Adami
* from meta-zaurus * reworked in meta-smartphones/meta-zaurus Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/classes/klibc.bbclass |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 meta-oe/classes/klibc.bbclass diff --git a/meta-oe/classes

[oe] [PATCH 0/2] [meta-oe] add klibc infrastructure for crosscompiling

2011-08-05 Thread Andrea Adami
commit for meta-oe * Some minor packaging issues (klibc-static-utils-dev.ipk and * klibc-static-utils-dbg.ipk are empty and should not be packaged) Andrea Adami (2): klibc: initial commit klibc.bbclass: shared include for building against klibc meta-oe/classes/klibc.bbclass

Re: [oe] Kernel boot problems

2011-07-28 Thread Andrea Adami
On Thu, Jul 28, 2011 at 1:22 PM, Gary Thomas g...@mlbassoc.com wrote: On 2011-07-27 20:20, Bernard Mentink wrote: Hi Guys, I have got a bit further with my efforts to boot linux on an imx31 based platform using u-boot. My console output is now:

Re: [oe] [oe-commits] Andrea Adami : kernel.bbclass: remove unintended change of INITRAMFS_TASK

2011-07-14 Thread Andrea Adami
Author: Andrea Adami andrea.ad...@gmail.com Date:   Thu Jul 14 00:50:26 2011 +0200 kernel.bbclass: remove unintended change of INITRAMFS_TASK * during an unfortunate round of tests right before commiting the patch * do_configure[depends] became  kernel_do_configure[depends] * Nonsense

[oe] Bitbake master vs. openembedded classic

2011-06-24 Thread Andrea Adami
Hi, I'm still working with oe-dev on the KKK (klibc, kexec, kexecboot) which will be hopefully soon ready for oe-core. Trying a build from scratch after fresh pull breaks on gettext-native. Fresh oe.dev doesn't cope with bitbake master. I sent bitbake back to HEAD is now at ea0ca90 cooker.py:

Re: [oe] [PATCH v5] conf/bitbake: unbreak and improve lzma image compression handling and adapt linux-kexecboot.inc

2011-06-23 Thread Andrea Adami
insertions(+), 5 deletions(-) snip Acked-by: Andrea Adami andrea.ad...@gmail.com ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH v2] classes/native*.bbclass: fix error during parse with bitbake master

2011-06-23 Thread Andrea Adami
-by: Paul Eggleton paul.eggle...@linux.intel.com ---  classes/native.bbclass    |    2 +-  classes/nativesdk.bbclass |    2 +-  2 files changed, 2 insertions(+), 2 deletions(-) snip Acked-by: Andrea Adami andrea.ad...@gmail.com ___ Openembedded

Re: [oe] [PATCH v3] conf/bitbake: improve compression image handling and adapt linux-kexecboot.inc

2011-06-22 Thread Andrea Adami
... -IMAGE_CMD_cpio.lzma = type cpio /dev/null; cd ${IMAGE_ROOTFS} (find . | cpio -o -H newc | lzma -c ${LZMA_COMPRESSION_LEVEL} ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.cpio.lzma) ${EXTRA_IMAGECMD} +IMAGE_CMD_cpio.lzma = type cpio /dev/null; cd ${IMAGE_ROOTFS} (find . | cpio -o -H newc | xz

Re: [oe] [PATCH RFC] modutils-initscripts: fix wrong order of module loading happening in udev

2011-05-03 Thread Andrea Adami
Signed-off-by: Petr Štetiaryn...@true.cz Looks ok. Acked-by: Khem Rajraj.k...@gmail.com Already in oe-core. Acked-by: Andrea Adami andrea.ad...@gmail.com Pushing Thanks ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] angstrom-2010.x: `bitbake virtual/kernel` fails with `[Errno 2] No such file or directory: '/oe/openembedded/recipes/linux/linux-omap-2.6.37/beagleboard/./configs/'`

2011-04-28 Thread Andrea Adami
Paul, possibly my fault: with commit 71eb55a998a150f3dc828d2478b7875f807b3536 I removed /linux/files/configs/.empty -rw-r--r-- recipes/obsolete/linux/files/configs/.empty (renamed from recipes/linux/files/configs/.empty) 0 -rw-r--r-- recipes/obsolete/linux/files/ipaq-hal.init

Re: [oe] [oe-commits] Andrea Adami : linux: move stale patches to /obsolete/linux

2011-04-28 Thread Andrea Adami
=71eb55a998a150f3dc828d2478b7875f807b3536 Author: Andrea Adami andrea.ad...@gmail.com Date:   Thu Apr 28 00:05:40 2011 +0200 linux: move stale patches to /obsolete/linux Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  recipes/{ = obsolete}/linux/files/configs/.empty  |    0  recipes/{ = obsolete}/linux/files/ipaq

Re: [oe] [RFC] [PATCH] schroedinger: add version 1.0.10

2011-04-18 Thread Andrea Adami
On Mon, Apr 18, 2011 at 11:47 PM, eric weiss e...@eric-weiss.de wrote: Try to compile schroedinger_1.0.9 with orc_0.4.10  instead of orc_0.4.12 seems that the int[8,16,32]_t definitions are gone int orc_0.4.12. h ___ Openembedded-devel mailing

Re: [oe] mtd-utils - issues with flash_eraseall -j

2011-04-15 Thread Andrea Adami
On Wed, Mar 9, 2011 at 1:14 AM, Andrea Adami andrea.ad...@gmail.com wrote: Hello, with the previous mtd-utils-1.3.1 I could do ' flash_eraseall -j /dev/mtd3' on my Zaurus/armv5te. With v. 1.4.1 (and 1.4.2 fwiw) I see following errors: ... flash_erase: error!: /dev/mtd3: MTD writeoob

Re: [oe] [PATCH RFC] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-13 Thread Andrea Adami
Just to be sure, I moved udev to 04 after 03 sysfs. I'll add that /initscripts_1.0.bb expects udev as S04 ... # udev will run as S04 if installed ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rcS.d/S03sysfs ... but udev starts as S03 since commit

Re: [oe] [oe-commits] Andrea Adami : udev: remove udev-compat for Zaurus devices since we use 2.6 .38 finally.

2011-03-28 Thread Andrea Adami
: Module: openembedded.git Branch: org.openembedded.dev Commit: e0b9730eeb42cab4a16983777d1a7fc3986f4933 URL:     http://gitweb.openembedded.net/?p=openembedded.gita=commit;h=e0b9730eeb42cab4a16983777d1a7fc3986f4933 Author: Andrea Adami andrea.ad...@gmail.com Date:   Sun Mar 27 23:59:02 2011

Re: [oe] [PATCH] conf/bitbake: improve compression image handling

2011-03-25 Thread Andrea Adami
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel Acked-by: Andrea Adami andrea.ad...@gmail.com ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo

Re: [oe] lzma has no -e option

2011-03-22 Thread Andrea Adami
Yes, I've seen this too. It's due to a mismatch between lzma (utils) and xz (utils). We should probably move to xz http://tukaani.org/xz/ Andrea On Tue, Mar 22, 2011 at 10:02 AM, hein...@inf.fu-berlin.de wrote: Hi, maybee I am wrong but my host lzma and the lzma build with oe

Re: [oe] [RFC] cpio.lzma compression level in bitbake.conf

2011-03-11 Thread Andrea Adami
I think this is something we can encapsulate in machine.conf files so unless the general value in bitbake.conf does not fail for almost all cases I would suggest to keep it and instead introduce a new variable to control the level -Khem Ok, but then we need a weak assignment in bitbake.conf

Re: [oe] [RFC] cpio.lzma compression level in bitbake.conf

2011-03-11 Thread Andrea Adami
On Fri, Mar 11, 2011 at 10:49 AM, Andrea Adami andrea.ad...@gmail.com wrote: I think this is something we can encapsulate in machine.conf files so unless the general value in bitbake.conf does not fail for almost all cases I would suggest to keep it and instead introduce a new variable

[oe] [RFC] cpio.lzma compression level in bitbake.conf

2011-03-10 Thread Andrea Adami
Hello, in bitbake.conf we use the maximum lzma compression level (-c -9) for the initramfs: IMAGE_CMD_cpio.lzma = type cpio /dev/null; cd ${IMAGE_ROOTFS} (find . | cpio -o -H newc | lzma -c -9 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.cpio.lzma) ${EXTRA_IMAGECMD} This makes decompressor fail on

Re: [oe] mtd-utils - issues with flash_eraseall -j

2011-03-09 Thread Andrea Adami
AM, Andrea Adami andrea.ad...@gmail.com wrote: Hello, with the previous mtd-utils-1.3.1 I could do ' flash_eraseall -j /dev/mtd3' on my Zaurus/armv5te. With v. 1.4.1 (and 1.4.2 fwiw) I see following errors: ... flash_erase: error!: /dev/mtd3: MTD writeoob failure

Re: [oe] [PATCH] linux-kexecboot: remove extra quotes arround INITRAMFS_COMPRESSION RD_COMPRESSION, which made 'make oldconfig' to ignore them

2011-03-04 Thread Andrea Adami
On Fri, Mar 4, 2011 at 9:45 AM, Khem Raj raj.k...@gmail.com wrote: On Fri, Mar 4, 2011 at 12:02 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com Acked-by: Khem Raj raj.k...@gmail.com Acked-by: Andrea Adami andrea.ad...@gmail.com Thanks

Re: [oe] Problem with makedevs

2011-02-10 Thread Andrea Adami
On Wed, Feb 9, 2011 at 10:54 PM, Filip Zyzniewski filip.zyzniew...@gmail.com wrote: Hi, I think there is a problem with makedevs scripts. When I build bootstrap-image for jlime-2010.1.conf, the makedevs binary is a symlink to busybox. During bootup it complains about the way it's called

Re: [oe] [oe-commits] Mike Westerhof : SlugOS: slugos-pacakges. bb - change kexec back to kexec-tools

2011-02-02 Thread Andrea Adami
On Wed, Feb 2, 2011 at 4:52 PM, git version control g...@git.openembedded.org wrote: Module: openembedded.git Branch: org.openembedded.dev Commit: 5a86c62884ed643b7396a49961a08ebf28e22f1a URL:    

Re: [oe] [oe-commits] Andrea Adami : MAINTAINERS: add committer's entry.

2011-01-28 Thread Andrea Adami
: 07530194621001e9fbea33e3a094beceef606e48 URL:     http://gitweb.openembedded.net/?p=openembedded.gita=commit;h=07530194621001e9fbea33e3a094beceef606e48 Author: Andrea Adami andrea.ad...@gmail.com Date:   Fri Jan 28 17:11:26 2011 +0100 MAINTAINERS: add committer's entry. Signed-off-by: Andrea Adami andrea.ad...@gmail.com

Re: [oe] Bitbake Architecture, Roadmap, Maintainers and the future

2010-12-31 Thread Andrea Adami
On Fri, Dec 31, 2010 at 3:42 AM, Richard Purdie rpur...@rpsys.net wrote: There is a little friction around bitbake at the moment. I think after a discussion I had with Chris earlier on some things are clearer and its probably good to summarise how things stand. ... If I'm not wrong, Chris just

<    2   3   4   5   6   7   8   9   >