[oe] [meta-oe][meta-initramfs][PATCH] kexecboot_git: bump PR after recipe update.

2012-06-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-bsp/kexecboot/kexecboot_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index

[oe] [meta-oe][meta-initramfs][PATCH] ubi-utils-klibc: catch up with struct renaming in mtd/ubi-user.h

2012-06-19 Thread Andrea Adami
* fix build, broken by header upgrade * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../mtd/ubi-utils-klibc/libubi.c.patch |9 + .../recipes-devtools/mtd/ubi-utils-klibc_1.4.9.bb |2 +- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git

[oe] [meta-oe][meta-initramfs][PATCH v2] ubi-utils-klibc: catch up with struct renaming in mtd/ubi-user.h

2012-06-19 Thread Andrea Adami
* v2 replaces malformed v1 patch * fix build, broken by header upgrade * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../mtd/ubi-utils-klibc/libubi.c.patch | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/meta-initramfs

Re: [oe] [meta-oe][meta-initramfs][PATCH v2] ubi-utils-klibc: catch up with struct renaming in mtd/ubi-user.h

2012-06-19 Thread Andrea Adami
On Tue, Jun 19, 2012 at 9:47 AM, Andrea Adami andrea.ad...@gmail.com wrote: * v2 replaces malformed v1 patch * fix build, broken by header upgrade * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  .../mtd/ubi-utils-klibc/libubi.c.patch             |   17

[oe] [meta-oe][meta-initramfs][PATCH] ubi-utils-klibc: move to version 1.5.0

2012-06-19 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-devtools/mtd/ubi-utils-klibc_1.4.9.bb | 49 .../recipes-devtools/mtd/ubi-utils-klibc_1.5.0.bb | 49 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 meta

[oe] [meta-handheld][PATCH 2/2] zaurus.inc: redefine XZ compression level

2012-06-18 Thread Andrea Adami
* xz -7 makes sense if your vmlinux is much larger than 16 MiB uncompressed Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include

[oe] [meta-oe][meta-initramfs][PATCH 2/4] kexecboot-cfg: update and use new LABEL separator

2012-06-18 Thread Andrea Adami
* previously the sections were separated by KERNEL string Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot

[oe] [meta-oe][meta-initramfs][PATCH 3/4] kexecboot: upgrade and move to git tag 0daa77

2012-06-18 Thread Andrea Adami
* new git repository on github * new LABEL separator * text-ui fallback * install /sys for upcoming ubifs detection * menu-bug fix * minor fixes Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-bsp/kexecboot/kexecboot-klibc_git.bb |6 +++--- meta-initramfs/recipes-bsp

[oe] [meta-oe][meta-initramfs][PATCH 1/4] initramfs-kexecboot images: install ubiattach for boot from UBI volumes

2012-06-18 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../images/initramfs-kexecboot-image.bb|2 +- .../images/initramfs-kexecboot-klibc-image.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot

[oe] [meta-oe][meta-initramfs][PATCH 4/4] linux-kexecboot: remove all, now we use linux-yocto-tiny-kexecboot

2012-06-18 Thread Andrea Adami
* The linux-yocto-tiny-kexecboot recipe can be extended and support * more devices migrating the patches and renaming the defconfig as * done for Sharp Zaurus devices. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-kernel/linux/linux-kexecboot.inc | 124

Re: [oe] [meta-oe][meta-initramfs][PATCH] klibc: release klibc 2.0

2012-06-01 Thread Andrea Adami
On Fri, Jun 1, 2012 at 9:23 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 01-06-12 01:31, Andrea Adami schreef: Signed-off-by: Andrea Adami andrea.ad...@gmail.com error: patch failed: meta-initramfs/recipes-devtools/klibc/klibc.inc:10

Re: [oe] [meta-oe][meta-initramfs][PATCH] klibc: release klibc 2.0

2012-06-01 Thread Andrea Adami
On Fri, Jun 1, 2012 at 10:11 AM, Andrea Adami andrea.ad...@gmail.com wrote: On Fri, Jun 1, 2012 at 9:23 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 01-06-12 01:31, Andrea Adami schreef: Signed-off-by: Andrea Adami andrea.ad...@gmail.com

[oe] [meta-oe][meta-initramfs][PATCH 1/2] klibc: update to git tag 49419d2df2018fff5ae6250cf55b16fa65bdc490

2012-05-29 Thread Andrea Adami
* still pre-2.0 * bump INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-devtools/klibc/klibc.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools

[oe] [meta-oe][meta-initramfs][PATCH 2/2] ubi-utils-klibc: more patch-cleanings

2012-05-29 Thread Andrea Adami
* remove unnecessary patches after klibc upgrades * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../mtd/ubi-utils-klibc/libiniparser.c.patch | 24 +++ .../mtd/ubi-utils-klibc/libmtd.c.patch | 24 --- .../mtd/ubi-utils-klibc/libubi.c.patch

Re: [oe] [meta-oe][meta-initramfs][PATCH 1/3] klibc.bbclass: use klcc as CPP

2012-05-21 Thread Andrea Adami
On Mon, May 21, 2012 at 5:17 AM, Khem Raj raj.k...@gmail.com wrote: On Sun, May 20, 2012 at 2:37 PM, Andrea Adami andrea.ad...@gmail.com wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  meta-initramfs/classes/klibc.bbclass |    1 +  1 files changed, 1 insertions(+), 0 deletions

[oe] [meta-oe][meta-initramfs][PATCH 1/3] klibc.bbclass: use klcc as CPP

2012-05-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/classes/klibc.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-initramfs/classes/klibc.bbclass b/meta-initramfs/classes/klibc.bbclass index d553bd7..e8cdb6d 100644 --- a/meta-initramfs

[oe] [meta-oe][meta-initramfs][PATCH 3/3] ubi-utils-klibc: clean ubiformat patch

2012-05-20 Thread Andrea Adami
* fixes have been committed in klibc for stdio and the additional * fflush is not necessary anymore (runtime tested pressing CTRL+D) * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../mtd/ubi-utils-klibc/ubiformat.c.patch | 16 +++- .../recipes-devtools

[oe] [meta-oe][meta-initramfs][PATCH 2/3] klibc: upgrade to git tag c2c7f19

2012-05-20 Thread Andrea Adami
* include last patches of may 2012 * tracking upstream wrt forthcoming 2.0 release * bump INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-devtools/klibc/klibc.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-initramfs

[oe] [meta-oe][meta-initramfs][PATCH 2/2] ubi-utils-klibc: clean patch

2012-05-13 Thread Andrea Adami
* after klibc refactoring * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../mtd/ubi-utils-klibc/libubi.c.patch | 27 .../recipes-devtools/mtd/ubi-utils-klibc_1.4.9.bb |5 +-- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git

[oe] [meta-oe][meta-initramfs][PATCH] klibc_1.5.26: now build against linux-libc-headers

2012-05-13 Thread Andrea Adami
* add install-patch creating symlinks as done by debian * extra add the mtd headers * refresh patches (split out prefix.patch) * recipe is now not machine-specific anymore * bump INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-devtools/klibc/klcc-cross_1.5.26.bb

[oe] [meta-initramfs][PATCH 2/2] ubi-utils-klibc: add the remaining ubicrc32, ubinize, ubiformat

2012-05-02 Thread Andrea Adami
-by: Andrea Adami andrea.ad...@gmail.com --- .../mtd/ubi-utils-klibc/Makefile.patch | 27 ++ .../mtd/ubi-utils-klibc/libiniparser.c.patch | 13 .../mtd/ubi-utils-klibc/libubi.c.patch | 13 +++- .../mtd/ubi-utils-klibc/ubiformat.c.patch

[oe] [meta-initramfs][PATCH] ubi-utils-klibc: initial commit of version 1.4.9

2012-04-29 Thread Andrea Adami
* Initially only ubiattach was targeted (for kexecboot project). * Based on klibc_1.5.25, will be revised once new klibc is out. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../mtd/ubi-utils-klibc/Makefile.patch | 50 + .../mtd/ubi-utils-klibc/common.mk.patch

[oe] [meta-handheld][PATCH 3/3] linux-kexecboot_3.2: unlock removing DEFAULT_PREFERENCE = -1

2012-04-23 Thread Andrea Adami
* klibc can now be built against kernel 3.1 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.2.bbappend |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot_3.2.bbappend b/recipes-kernel

[oe] [meta-handheld][PATCH 2/3] zaurus.inc: update references to linux-kexecboot

2012-04-23 Thread Andrea Adami
* now using linux-yocto-tiny-kexecboot Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 1ef3213..268b9fd

[oe] [meta-handheld][PATCH 1/3] zaurus-installer: use linux-yocto-tiny-kexecboot kernel

2012-04-23 Thread Andrea Adami
* bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/zaurus-utils/zaurus-installer.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/zaurus-utils/zaurus-installer.bb b/recipes-bsp/zaurus-utils/zaurus-installer.bb index 785836f

[oe] [meta-initramfs][PATCH] klibc_1.5.25: add patches to build with 3.2 kernel headers

2012-04-23 Thread Andrea Adami
* kernel_3.2__aligned_u64.patch is already upstream * hack around the missing headers (now in /generated/asm) * bump INC_PR * waiting for klibc_2.0 release Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../klibc-1.5.25/kernel_3.2__aligned_u64.patch | 46 meta

[oe] [meta-handheld][PATCH 3/3] zaurus: use linux-yocto as virtual/kernel

2012-04-22 Thread Andrea Adami
* tested 3.2 on c7x0, poodle, spitz Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index a43db8b..1ef3213 100644

[oe] [meta-handheld][PATCH 0/3] Zaurus: (ab)use of linux-yocto as virtual/kernel

2012-04-22 Thread Andrea Adami
). * The linux-yocto-tiny-kexecboot does not build atm because of a * klibc incompatibility. * Patch for klibc unlocking the new yocto-based kernel will be sent * separately. Andrea Adami (3): linux-yocto: initial commit of v. 3.2 for Zaurus linux-yocto-tiny-kexecboot: initial commit of v. 3.2

[oe] [meta-handheld][PATCH] linux-kexecboot_3.2: set console to tty1 to hide cursor

2012-04-20 Thread Andrea Adami
* revert accidental change Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.2.bbappend | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot_3.2.bbappend b/recipes-kernel/linux/linux

[oe] [meta-initramfs] [PATCH] linux-yocto-tiny-kexecboot: initial commit of version 3.2

2012-04-19 Thread Andrea Adami
* this is the skeleton for .bbappend recipes * residing in the BSP layers Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-tiny-kexecboot_3.2.bb| 17 + 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 meta-initramfs

[oe] [meta-handheld] Linux yocto linux-yocto-tiny

2012-04-16 Thread Andrea Adami
Hi, with the help of Bruce Ashfield I've reworked the recipes which are now tested and stable enough to be committed. https://github.com/andrea-adami/meta-handheld I've tested the build and the kernels on three Zaurus machines switching the PREFERRED_PROVIDER_virtual/kernel to linux-yocto

Re: [oe] [meta-handheld][PATCH v2] Initial commit of linux-yocto-tiny_3.2 for Zaurus

2012-04-11 Thread Andrea Adami
With the help of Darren and Bruce I'm smoothing the last rough edges. The patch v3 was merging the two .scc in one but this was leading to wrong .config. The patch v4 did resplit the .scc and could configure valid kernels. Patch is temporarly available at: https://github.com/andrea-adami/meta

Re: [oe] [meta-handheld][PATCH v2] Initial commit of linux-yocto-tiny_3.2 for Zaurus

2012-04-10 Thread Andrea Adami
Patch v3 will follow later this evening * Fixes: * missing KMACHINE_spitz = spitz in linux-yocto-tiny * refactored linux-yocto-tiny recipe (remove LOGO_SIZE variable), explicit overrides per-machine Sorry for the noise... Regards Andrea ___

[oe] [meta-handheld][PATCH 1/2] linux: add CONFIG_GPIO_PCA953X=y to akita defconfigs

2012-04-09 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.1/akita/defconfig |1 + recipes-kernel/linux/linux-3.2/akita/defconfig |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes-kernel/linux/linux-3.1/akita/defconfig b/recipes-kernel

[oe] [meta-handheld][PATCH 2/2] linux-kexecboot: add CONFIG_GPIO_PCA953X=y to akita defconfigs

2012-04-09 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-kexecboot-3.1/akita/defconfig |1 + .../linux/linux-kexecboot-3.2/akita/defconfig |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot-3.1/akita/defconfig

[oe] [meta-handheld][PATCH 3/3] linux(-kexecboot)_git: add CC_OPTIMIZE_FOR_SIZE=y

2012-04-09 Thread Andrea Adami
* to spitz kernel * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-kexecboot/spitz/defconfig |1 + recipes-kernel/linux/linux-kexecboot_git.bbappend |2 ++ recipes-kernel/linux/linux/spitz/defconfig |1 + recipes-kernel/linux

[oe] [meta-handheld][PATCH 2/3] linux(kexecboot)_3.2: add CC_OPTIMIZE_FOR_SIZE=y

2012-04-09 Thread Andrea Adami
* to Zaurus kernels * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.2/akita/defconfig |1 + recipes-kernel/linux/linux-3.2/c7x0/defconfig |1 + recipes-kernel/linux/linux-3.2/collie/defconfig|1 + recipes-kernel/linux/linux

[oe] [meta-handheld][PATCH] udev: better mangling of oe-core local.rules

2012-04-02 Thread Andrea Adami
* do not keep a copy of local.rules * bump PR * (this patch will be superfluous if/when accepted by oe-core) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-core/udev/udev/local.rules | 34 -- recipes-core/udev/udev_164.bbappend |6 +- 2

[oe] [meta-handheld][PATCH] udev: generalize the check in touchscreen rule

2012-03-31 Thread Andrea Adami
are mandatory * (http://kernel.org/doc/Documentation/input/event-codes.txt) * * Side-effect of the patch is to remove a dependency on meta-oe * but using older udev from oe-core. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-core/udev/udev/local.rules | 34

Re: [oe] [meta-handheld][PATCH 2/2] recipes-kernel: use shared linux.inc from meta-oe

2012-03-29 Thread Andrea Adami
On Thu, Mar 29, 2012 at 8:35 AM, Martin Jansa martin.ja...@gmail.com wrote: * notice that ARM_KEEP_OABI default value is now 0 instead of 1  but only linux-hackndev and linux-handhelds-2.6-2.6.21 had  CONFIG_OABI_COMPAT=y in defconfigs so this shouldn't change anything Signed-off-by: Martin

Re: [oe] [meta-oe][PATCH 0/3] kernel.bbclass update

2012-03-23 Thread Andrea Adami
On Fri, Mar 23, 2012 at 7:48 AM, Martin Jansa martin.ja...@gmail.com wrote: The following changes since commit 986de01251408605161e0f8343866a0e7ffe7910:  qmake2: remove (2012-03-21 13:50:44 +0100) are available in the git repository at:  git://git.openembedded.org/meta-openembedded-contrib

Re: [oe] [meta-oe][PATCH 3/5] linux: import shared linux.inc so we have just one copy

2012-03-23 Thread Andrea Adami
On Fri, Mar 23, 2012 at 2:04 PM, Martin Jansa martin.ja...@gmail.com wrote: * in my env I have 7 copies now  ./meta-smartphone/meta-htc/recipes-kernel/linux/linux.inc  ./meta-smartphone/meta-nokia/recipes-kernel/linux/linux.inc  ./meta-smartphone/meta-openmoko/recipes-kernel/linux/linux.inc  

[oe] [meta-handheld][PATCH] keymaps: edit script to reuse 2.6 kernel keymaps

2012-03-17 Thread Andrea Adami
* The keymap.sh script installed by oe-core recipe has a check * for KERNEL_MAJMIN=`uname -r | cut -d '.' -f 1,2` * so the keymaps-2.6.map's are ignored when running 3.x kernels * Thus, we replace the suffix of the runtime kernel with 2.6 in the .bbappend. * Bump PR Signed-off-by: Andrea Adami

[oe] [meta-handheld][PATCH 3/3] linux-git: remove CONFIG_RAMOOPS=y from spitz defconfig

2012-03-07 Thread Andrea Adami
* this was enabled by mistake, nonsense on Zaurus Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux/spitz/defconfig |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/recipes-kernel/linux/linux/spitz/defconfig b/recipes-kernel/linux/linux

[oe] [meta-handheld][PATCH 1/3] linux-3.1: remove CONFIG_RAMOOPS=y from Zaurus defconfigs

2012-03-07 Thread Andrea Adami
* this was enabled by mistake, nonsense on Zaurus Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.1/akita/defconfig |1 - recipes-kernel/linux/linux-3.1/c7x0/defconfig |1 - recipes-kernel/linux/linux-3.1/collie/defconfig |1 - recipes-kernel

[oe] [meta-handheld][PATCH 2/3] linux-3.2: remove CONFIG_RAMOOPS=y from Zaurus defconfigs

2012-03-07 Thread Andrea Adami
* this was enabled by mistake, nonsense on Zaurus Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.2/akita/defconfig |1 - recipes-kernel/linux/linux-3.2/c7x0/defconfig |1 - recipes-kernel/linux/linux-3.2/collie/defconfig |1 - recipes-kernel

[oe] [meta-handheld][PATCH 2/3 v2] linux_3.2: update from 3.2.8 to 3.2.9, add more defconfigs

2012-03-07 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.2.inc | 24 +- ...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 ++ recipes-kernel/linux/linux-3.2/akita/defconfig | 374 +++ recipes-kernel/linux/linux-3.2/c7x0

[oe] [meta-handheld][PATCH 3/3 v2] linux_(3.1|3.2|git): simplify and embed the linux-${PV}.inc

2012-03-07 Thread Andrea Adami
* v2 fixes checksums * those kernels will be hopefully soon replaced by * linux-yocto cut-down versions (...yoctized...) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.1.inc | 19 --- recipes-kernel/linux/linux-3.2.inc | 20

[oe] [meta-initramfs][PATCH] linux_kexecboot_3.2: upgrade from 3.2.8 to 3.2.9

2012-03-06 Thread Andrea Adami
* apply latest patchset * bump PR * catch up and sync with linux-yocto (wip) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-kernel/linux/linux-kexecboot_3.2.bb|8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-initramfs/recipes-kernel

[oe] [meta-handheld][PATCH 3/3] linux_(3.1|3.2|git): simplify and embed the linux-${PV}.inc

2012-03-06 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.1.inc | 19 --- recipes-kernel/linux/linux-3.2.inc | 20 recipes-kernel/linux/linux-git.inc | 23 --- recipes-kernel/linux/linux_3.1.bb | 22

[oe] [meta-handheld][PATCH 1/3] linux-kexecboot_3.2: add more defconfigs for Zaurus family

2012-03-06 Thread Andrea Adami
* prepare for systemd * note: more fixes for pxa and sha1100 coming with 3.3 and 3.4 * (especially for collie) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- ...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 + .../linux/linux-kexecboot-3.2/akita/defconfig | 129

[oe] [meta-handheld][PATCH 2/3] linux_3.2: update from 3.2.8 to 3.2.9, add more defconfigs

2012-03-06 Thread Andrea Adami
* add remaining Zaurus defconfigs and normalize spitz * apply latest patchset and match with yocto version * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.2.inc | 24 +- ...xx_sharpsl-retain-ops-structure-on-collie.patch | 34

[oe] [meta-initramfs][PATCH] klibc: add MIT License

2012-02-29 Thread Andrea Adami
* After a talk with Beth Flanagan licensing is now clear: * LICENSE = BSD-3-Clause GPL-2.0 MIT (If it's --without-zlib). * If not then it's: LICENSE = BSD-3-Clause GPL-2.0 MIT Zlib * bump INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-devtools/klibc

Re: [oe] [meta-oe] xinput-calibrator 0.7.5: fix calibration script

2012-02-28 Thread Andrea Adami
On Tue, Feb 28, 2012 at 2:17 PM, Koen Kooi k...@dominion.thruhere.net wrote: The 'auto' format switched to 'xorg.conf.d' which broke the script. The pointercal package also installed an 'empty' pointercal by default, which also broke the script. Fix these 2 in one go. Also remove the hal

[oe] [meta-handheld][PATCH] linux_3.2: update from 3.2.7 to 3.2.8

2012-02-28 Thread Andrea Adami
* apply latest stable patchset to match linux-yocto_3.2 * (work in progress to use linux-yocto as default kernel) * bump INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.2.inc |6 +++--- recipes-kernel/linux/linux_3.2.bb |2 +- 2 files changed

[oe] [meta-initramfs][PATCH] linux-kexecboot_3.2: update from 3.2.7 to 3.2.8

2012-02-28 Thread Andrea Adami
* apply latest stable patchset to match linux-yocto_3.2 * (work in progress about using linux-yocto-tiny as base for kexecboot) * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-kernel/linux/linux-kexecboot_3.2.bb|8 1 files changed, 4 insertions(+), 4

[oe] [meta-initramfs][PATCH] klibc_1.5.25: Fetcher and QA fixes

2012-02-28 Thread Andrea Adami
, expected in March 2012 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-devtools/klibc/klcc-cross_1.5.25.bb|1 - .../klibc/klibc-checksums_1.5.25.inc |2 -- .../klibc/klibc-static-utils_1.5.25.bb |1 - .../recipes-devtools/klibc/klibc

Re: [oe] [meta-handheld][PATCH] linux_3.2: update from 3.2.1 to 3.2.7

2012-02-23 Thread Andrea Adami
On Thu, Feb 23, 2012 at 7:36 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Feb 22, 2012 at 11:28:08PM +0100, Andrea Adami wrote: * apply latest patchset * bump INC_PR Looking at this commit and almost the same in meta-initramfs, why haven't you moved linux-3.2.inc to meta-initramfs

Re: [oe] [meta-oe] vsftpd: add new package

2012-02-22 Thread Andrea Adami
On Wed, Feb 22, 2012 at 10:12 AM, Eric Bénard e...@eukrea.com wrote: Hi Andreas, Le Mon, 20 Feb 2012 19:29:41 +0100, Andreas Oberritter o...@opendreambox.org a écrit : On 20.02.2012 14:51, Eric Bénard wrote: - imported 2.0.5 from oe-classic - upgrade to 2.3.5 which is latest stable -

Re: [oe] [meta-oe][PATCH 5/6] meta-initramfs: add kexecboot recipes from meta-handheld

2012-02-22 Thread Andrea Adami
On Tue, Feb 21, 2012 at 1:21 AM, Andrea Adami andrea.ad...@gmail.com wrote: * (purged from device specific settings) Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  .../recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb     |   61  .../recipes-bsp/kexecboot/kexecboot

[oe] [meta-initramfs][PATCH] kexecboot_cfg: add missing default OE icon.xpm

2012-02-22 Thread Andrea Adami
* while there do minor cleanings wrt DISTRO vars: * remove ${@base_conditional('DISTRO_TYPE',... * fix label of second kernel stanza * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm | 43 .../recipes-bsp

[oe] [meta-handheld][PATCH] linux_3.2: update from 3.2.1 to 3.2.7

2012-02-22 Thread Andrea Adami
* apply latest patchset * bump INC_PR --- recipes-kernel/linux/linux-3.2.inc |6 +++--- recipes-kernel/linux/linux_3.2.bb |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-3.2.inc b/recipes-kernel/linux/linux-3.2.inc index 8dd30d9..3a37200

[oe] [meta-handheld][PATCH 2/2] zaurus.inc: default using console=tty0

2012-02-22 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index a43db8b..bee1283 100644 --- a/conf/machine/include

[oe] [meta-handheld][PATCH 1/2] linux-kexecboot: use console=tty0 for all Zaurus

2012-02-22 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bbappend | 12 ++-- recipes-kernel/linux/linux-kexecboot_3.2.bbappend | 12 ++-- recipes-kernel/linux/linux-kexecboot_git.bbappend | 12 ++-- 3 files changed, 18

[oe] [meta-oe][PATCH v2 1/6] meta-initramfs: initial commit

2012-02-21 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/COPYING.MIT | 17 + meta-initramfs/README | 34 ++ meta-initramfs/conf/layer.conf | 11 +++ 3 files changed, 62 insertions(+), 0 deletions(-) create

[oe] [meta-oe][PATCH v2 6/6] meta-initramfs: add linux-kexecboot_3.1 from meta-handheld

2012-02-21 Thread Andrea Adami
* and add revised linux-kexecboot.inc Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-kernel/linux/linux-kexecboot.inc | 124 .../recipes-kernel/linux/linux-kexecboot_3.1.bb| 13 ++ 2 files changed, 137 insertions(+), 0 deletions(-) create

[oe] [meta-handheld][PATCH v2 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-21 Thread Andrea Adami
* add .bbappend * bump PR and INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |7 recipes-kernel/linux/linux-kexecboot_3.1.bbappend | 34 + 2 files changed, 34 insertions(+), 7 deletions(-) delete

[oe] [meta-handheld][PATCH v3 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-21 Thread Andrea Adami
* add .bbappend * bump PR and INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |7 recipes-kernel/linux/linux-kexecboot_3.1.bbappend | 36 + 2 files changed, 36 insertions(+), 7 deletions(-) delete

Re: [oe] [meta-handheld][PATCH v3 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-21 Thread Andrea Adami
On Tue, Feb 21, 2012 at 11:51 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Feb 21, 2012 at 11:48:16PM +0100, Andrea Adami wrote: * add .bbappend * bump PR and INC_PR AFAIK if you don't move all versions at once then 3.2 will always win (ignoring D_P between layers). Cheers

[oe] [meta-handheld][PATCH 1/1] linux-kexecboot_3.2 and _git: remove and add .bbappend

2012-02-21 Thread Andrea Adami
* recipes are now in meta-initramfs Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-core/udev/udev/touchscreen.rules | 21 --- recipes-core/udev/udev_173.bbappend |5 - recipes-kernel/linux/linux-kexecboot.inc | 150

[oe] [meta-oe][PATCH 1/1] meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

2012-02-21 Thread Andrea Adami
* bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-kernel/linux/linux-git.inc | 23 .../recipes-kernel/linux/linux-kexecboot_3.2.bb| 13 +++ .../recipes-kernel/linux/linux-kexecboot_git.bb| 23

[oe] [meta-handheld][PATCH v2 1/1] linux-kexecboot_3.2 and _git: remove and add .bbappend

2012-02-21 Thread Andrea Adami
* recipes are now in meta-initramfs Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot.inc | 150 - recipes-kernel/linux/linux-kexecboot_3.2.bb |5 - recipes-kernel/linux/linux-kexecboot_3.2.bbappend | 38

Re: [oe] [meta-handheld][PATCH 1/1] linux-kexecboot_3.2 and _git: remove and add .bbappend

2012-02-21 Thread Andrea Adami
On Wed, Feb 22, 2012 at 1:20 AM, Andrea Adami andrea.ad...@gmail.com wrote: * recipes are now in meta-initramfs Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  recipes-core/udev/udev/touchscreen.rules          |   21 ---  recipes-core/udev/udev_173.bbappend               |    5

Re: [oe] [meta-oe][PATCH 1/1] meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

2012-02-21 Thread Andrea Adami
On Wed, Feb 22, 2012 at 1:26 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Feb 22, 2012 at 01:20:32AM +0100, Andrea Adami wrote: * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  meta-initramfs/recipes-kernel/linux/linux-git.inc  |   23

[oe] [meta-oe][PATCH v2 1/1] meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

2012-02-21 Thread Andrea Adami
* bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-kernel/linux/linux-kexecboot_3.2.bb| 13 +++ .../recipes-kernel/linux/linux-kexecboot_git.bb| 23 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 meta

[oe] [meta-oe][PATCH] meta-initramfs: initial layer commit

2012-02-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/README | 14 ++ meta-initramfs/conf/layer.conf | 11 +++ 2 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 meta-initramfs/README create mode 100644 meta-initramfs/conf

[oe] [meta-oe][PATCH 0/6] create meta-initramfs layer

2012-02-20 Thread Andrea Adami
* Layer will host klibc recipe and .bbclass for compiling * statically linked binaries. * Add kexecboot, linux-kexecboot and relative images * (http://kexecboot.org) Andrea Adami (6): meta-initramfs: initial commit meta-initramfs: import klibc recipe and bbclass from meta-oe meta-initramfs

[oe] [meta-oe][PATCH 4/6] meta-initramfs: add initramfs-kexecboot images from meta-handheld

2012-02-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../images/initramfs-kexecboot-image.bb| 28 .../images/initramfs-kexecboot-klibc-image.bb |5 +++ 2 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 meta-initramfs/recipes-bsp

[oe] [meta-oe][PATCH 5/6] meta-initramfs: add kexecboot recipes from meta-handheld

2012-02-20 Thread Andrea Adami
* (purged from device specific settings) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | 61 .../recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 12 meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc

[oe] [meta-oe][PATCH 6/6] meta-initramfs: add linux-kexecboot_3.1 from meta-handheld

2012-02-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/files/qvga/logo_linux_clut224.ppm.bz2| Bin 0 - 5547 bytes .../linux/files/vga/logo_linux_clut224.ppm.bz2 | Bin 0 - 6436 bytes ...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 + .../linux/linux-kexecboot-3.1

[oe] [meta-oe][PATCH 3/3] meta-initramfs: add kexec-tools-klibc from meta-oe

2012-02-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../kexec/kexec-tools-klibc-2.0.2/elf.patch| 94 +++ .../kexec/kexec-tools-klibc-2.0.2/errno.patch | 13 +++ .../kexec/kexec-tools-klibc-2.0.2/other.patch | 97 .../kexec/kexec

[oe] [meta-handheld][PATCH 0/3] migrate recipes to meta-initramfs

2012-02-20 Thread Andrea Adami
* Once the meta-initramfs layer will be in place, * remove recipes which have been regrouped in the new * layer and add appropriate .bbappends. Andrea Adami (3): meta-handheld: recipe moved to meta-initramfs, add bbappends Signed-off-by: Andrea Adami andrea.ad...@gmail.com meta

[oe] [meta-handheld][PATCH 2/3] remove initramfs-images, now in meta-initramfs

2012-02-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/images/initramfs-kexecboot-image.bb| 28 .../images/initramfs-kexecboot-klibc-image.bb |5 --- 2 files changed, 0 insertions(+), 33 deletions(-) delete mode 100644 recipes-bsp/images/initramfs

[oe] [meta-handheld][PATCH 1/3] meta-handheld: recipe moved to meta-initramfs, add bbappends

2012-02-20 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm | 43 -- recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | 61 --- recipes-bsp/kexecboot/kexecboot-handhelds.inc |6 ++ recipes-bsp/kexecboot

[oe] [meta-handheld][PATCH 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-20 Thread Andrea Adami
* add .bbappend * bump PR and INC_PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- ...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 - .../linux/linux-kexecboot-3.1/akita/defconfig | 132 -- .../linux/linux-kexecboot-3.1/c7x0/defconfig | 134

[oe] [meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.8 to 3.1.10

2012-02-05 Thread Andrea Adami
* apply latest patchset for 3.1 and bump PR of both recipes * (Kernel 3.2 is still on hold because we are waiting for klibc_2.0) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-3.1.inc |6 +++--- recipes-kernel/linux/linux-kexecboot_3.1.bb |2

[oe] [meta-handheld][PATCH] zaurus.inc: always provide kernel in /boot

2012-02-04 Thread Andrea Adami
* install kernel and symlink as expected by kexecboot * for compatibility with images using minimal tasks * (kexec)boot tested: opie-image and core-image-minimal Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |3 ++- 1 files changed, 2 insertions(+), 1

[oe] [meta-handheld][PATCH] zaurus.inc: remove module_autoload remnants, now built in kernel

2012-02-04 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc | 24 +--- 1 files changed, 1 insertions(+), 23 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index bd0d6f4..099bb3e 100644 --- a/conf

[oe] [meta-handheld][PATCH] zaurus.inc: remove remnant of kernel26 from MACHINE_FEATURES

2012-02-04 Thread Andrea Adami
* and do some minor cleanings, removing unneeded var for kernel type * remove outdated comments about tosa suspend as well Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/conf

[oe] [meta-oe][PATCH 2/2] tzcode-native_2011i: remove and use oe-core recipe

2012-02-03 Thread Andrea Adami
* there are no evident reasons justifying the presence in meta-oe layer. 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 2 files

[oe] [meta-oe][PATCH 1/2] tzdata_2011g: remove and use the updated recipe in oe-core.

2012-02-03 Thread Andrea Adami
* The tzdata_2011n recipe in oe-core now provides sane defaults, * as committed with id 5304ce429f2c05857f04fbe3b47a067983ca96be Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/recipes-extended/tzdata/tzdata.inc | 177 --- meta-oe/recipes-extended/tzdata

Re: [oe] [oe-commits] Otavio Salvador : systemd.bbclass: depends on systemd

2012-02-03 Thread Andrea Adami
On Fri, Feb 3, 2012 at 5:58 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Feb 3, 2012 at 13:47, Martin Jansa martin.ja...@gmail.com wrote: I understand your use case but it seems in this case you ought to override it in a bbappend. It doesn't seems right as this is the

Re: [oe] [meta-oe] [PATCH] udev: default disabling DEVCACHE

2012-01-25 Thread Andrea Adami
On Wed, Jan 25, 2012 at 2:44 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jan 24, 2012 at 4:05 PM, Andrea Adami andrea.ad...@gmail.com wrote: * Ininfluent when using systemd. Did you mean inefficient ? No, I meant this patch has any effect when using systemd since commit

[oe] [meta-oe] [PATCH] xinput: remove, recipe is now in oe-core

2012-01-24 Thread Andrea Adami
* as per commit id 618da7f65d3f9e3a1a5ee0b35371ae036a219a9a Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb |8 1 files changed, 0 insertions(+), 8 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app

[oe] [meta-oe] [PATCH] udev: default disabling DEVCACHE

2012-01-24 Thread Andrea Adami
* This deprecated mechanism can break boot when root is RO on boot, * probably does not cope well with sysvinit initscripts. * Ininfluent when using systemd. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-oe/recipes-core/udev/udev/default |2 +- 1 files changed, 1 insertions

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

2012-01-20 Thread Andrea Adami
Il giorno 20/gen/2012, alle ore 13:22, Paul Eggleton paul.eggle...@linux.intel.com ha scritto: On Thursday 19 January 2012 00:52:58 Andrea Adami wrote: * $DISTRO_VERSION is always set and is more detailed I just looked at Poky and Angstrom and neither of these have the distro name

[oe] [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies

2012-01-18 Thread Andrea Adami
* inhibit toolchain dependencies as there isn't anything to compile Andrea Adami (3): zaurus-updater: Inhibit toolchain dependencies zaurus-legacy-tar.bb: Inhibit toolchain dependencies zaurus-installer: Inhibit toolchain dependencies recipes-bsp/zaurus-utils/zaurus-installer.bb |4

[oe] [meta-handheld] [PATCH 3/3] zaurus-installer: Inhibit toolchain dependencies

2012-01-18 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/zaurus-utils/zaurus-installer.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes-bsp/zaurus-utils/zaurus-installer.bb b/recipes-bsp/zaurus-utils/zaurus-installer.bb index 7eb8fb5..785836f

[oe] [meta-handheld] [PATCH 2/3] zaurus-legacy-tar.bb: Inhibit toolchain dependencies

2012-01-18 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb b/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb index cc2563a..66a48ef

[oe] [meta-handheld] [PATCH 3/3] zaurus.inc: decouple build of zaurus-installer (and linux-kexecboot)

2012-01-18 Thread Andrea Adami
* Once flashed on device there isn't any advantage rebuilding * initramfs images for linux-kexecboot on each image build. * * One would bitbake zaurus-installer only when needed. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/initramfs-kexecboot.inc | 18

<    1   2   3   4   5   6   7   8   9   >