[oe] [meta-initramfs][PATCH] initramfs-kexecboot-image: remove obsolete IMAGE_ vars

2013-07-04 Thread Andrea Adami
* above variables are not in oe-core anymore Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta

[oe] [meta-handheld][PATCH 1/2] linux-yocto_3.8: use 'require' instead of 'include' for compliance

2013-07-04 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend index c74d8c1..5423210 100644

[oe] [meta-handheld][PATCH 2/2] linux-yocto-tiny-kexecboot_3.8: use 'require' instead of 'include' for compliance

2013-07-04 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8.bbappend b/recipes-kernel/linux/linux-yocto-tiny

[oe] [meta-initramfs] Pull request 20130717

2013-07-17 Thread Andrea Adami
The following changes since commit 8f2bec330b1463dc39d35769214cb324a1d4fdc9: linux-yocto-tiny-kexecboot_3.8: use 'require' instead of 'include' for compliance (2013-07-08 13:36:04 +0100) are available in the git repository at: https://github.com/andrea-adami/meta-handheld master for you

[oe] [meta-handheld] Pull request 20130717

2013-07-17 Thread Andrea Adami
The following changes since commit 8f2bec330b1463dc39d35769214cb324a1d4fdc9: linux-yocto-tiny-kexecboot_3.8: use 'require' instead of 'include' for compliance (2013-07-08 13:36:04 +0100) are available in the git repository at: https://github.com/andrea-adami/meta-handheld master for you

Re: [oe] [meta-initramfs] Pull request 20130717

2013-07-17 Thread Andrea Adami
Please discard this request, wrong subject line...intended for [meta-handheld] On Thu, Jul 18, 2013 at 12:09 AM, Andrea Adami andrea.ad...@gmail.com wrote: The following changes since commit 8f2bec330b1463dc39d35769214cb324a1d4fdc9: linux-yocto-tiny-kexecboot_3.8: use 'require' instead

[oe] [meta-handheld] Pull request 20130729

2013-07-29 Thread Andrea Adami
The following changes since commit 8f2bec330b1463dc39d35769214cb324a1d4fdc9: linux-yocto-tiny-kexecboot_3.8: use 'require' instead of 'include' for compliance (2013-07-08 13:36:04 +0100) are available in the git repository at: https://github.com/andrea-adami/meta-handheld master for you

Re: [oe] [RFC PATCH 01/13] meta-filesystems creation

2013-08-20 Thread Andrea Adami
On Tue, Aug 20, 2013 at 10:56 AM, Hongxu Jia hongxu@windriver.com wrote: On 08/20/2013 04:36 PM, Burton, Ross wrote: Hi, On 19 August 2013 02:34, Hongxu Jia hongxu@windriver.com wrote: gitpkgv.bbclass is in meta-oe. Is this the only part of meta-oe that meta-filesystems needs? If

Re: [oe] [meta-initramfs] [PATCH] klibc_2.0.2: fix hardcoded symlinks to linux-libc-headers

2013-08-26 Thread Andrea Adami
exec_prefix is not like /usr Revised version coming later today. Cheers Andrea On Mon, Aug 26, 2013 at 12:53 AM, Andrea Adami andrea.ad...@gmail.com wrote: Klibc needs a copy of the linux headers for itself to build. On target the libs and a second copy of headers are installed as well: we

[oe] [meta-initramfs][PATCH 1/3] klibc_2.0.2: refactor recipe to respect exec_prefix

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../klibc/klibc-2.0.2/klibc-linux-libc-dev.patch | 2 +- .../klibc/klibc-2.0.2/prefix.patch | 14 -- .../klibc/klibc-2.0.2/staging.patch| 2 +- meta-initramfs/recipes-devtools/klibc/klibc.inc

[oe] [meta-initramfs][PATCH 3/3] kexec-tools-klibc: fix includes now that klibc respects exec_prefix

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb b/meta-initramfs/recipes-kernel/kexec/kexec

[oe] [meta-initramfs][PATCH 2/3] klcc-cross_2.0.2: refactor recipe to respect exec_prefix

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-devtools/klibc/klcc-cross_2.0.2.bb | 11 -- .../klibc/klibc-2.0.2/klcc_prefix.patch| 24 -- 2 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 meta-initramfs/recipes

[oe] [meta-initramfs][PATCH 0/3] klibc: fix hardcoded symlinks to linux-libc-headers

2013-08-29 Thread Andrea Adami
One (fixed) bug in sstate.bbclass has exposed absolute symlinks pointing to the linux-libc-headers. To fix this bug properly it is necessary to take care of exec_prefix in order to create a proper symlink. Andrea Adami (3): klibc_2.0.2: refactor recipe to respect exec_prefix klcc-cross_2.0.2

[oe] [meta-initramfs][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-filesystems/cramfs/cramfs_1.1.bb | 29 -- 1 file changed, 29 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb diff --git a/meta-filesystems/recipes-filesystems

Re: [oe] [meta-initramfs][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux

2013-08-29 Thread Andrea Adami
sorry, wrong prefix: meta-filesystems On Fri, Aug 30, 2013 at 1:31 AM, Andrea Adami andrea.ad...@gmail.com wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-filesystems/cramfs/cramfs_1.1.bb | 29 -- 1 file changed, 29 deletions(-) delete

[oe] [meta-filesystems][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-filesystems/cramfs/cramfs_1.1.bb | 29 -- 1 file changed, 29 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb diff --git a/meta-filesystems/recipes-filesystems

Re: [oe] [meta-filesystems][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux

2013-09-03 Thread Andrea Adami
On Fri, Aug 30, 2013 at 1:39 AM, Andrea Adami andrea.ad...@gmail.com wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-filesystems/cramfs/cramfs_1.1.bb | 29 -- 1 file changed, 29 deletions(-) delete mode 100644 meta-filesystems/recipes

[oe] [meta-initramfs][PATCH 1/3] kexecboot_cfg: fix against unwanted appendings to boot.cfg

2013-09-15 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot

[oe] [meta-initramfs][PATCH 2/3] linux-yocto-tiny-kexecboot: repair after changes in kernel.bbclass

2013-09-15 Thread Andrea Adami
Add INITRAMFS_TASK to build the cpio on first run and exclude the packaging tasks to avoid the expected errors about modules_split and packaging. The recipe doesn't create any package. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8

[oe] [meta-initramfs][PATCH 3/3] linux-yocto-tiny-kexecboot: move from 3.8 to 3.10

2013-09-15 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- ...x-yocto-tiny-kexecboot_3.8.bb = linux-yocto-tiny-kexecboot_3.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-initramfs/recipes-kernel/linux/{linux-yocto-tiny-kexecboot_3.8.bb = linux-yocto-tiny-kexecboot_3.10.bb

[oe] [meta-handheld][PATCH 2/3] linux-yocto-tiny-kexecboot: move from 3.8 to 3.10

2013-09-15 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../akita/akita-tiny.scc | 2 - .../akita/akita.cfg| 0 .../c7x0/c7x0-kexecboot.cfg| 0 .../c7x0/c7x0-tiny.scc | 1

[oe] [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: exclude all packaging tasks

2013-09-15 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-tiny-kexecboot_3.10.bb | 33 ++ 1 file changed, 33 insertions(+) diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb b/meta-initramfs/recipes-kernel/linux

[oe] [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: replace empty tasks with explicit [noexec]=1

2013-09-27 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-tiny-kexecboot_3.10.bb | 64 +- 1 file changed, 15 insertions(+), 49 deletions(-) diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb b/meta-initramfs/recipes

[oe] [meta-initramfs][PATCH] klcc-cross: disable more unused tasks

2013-09-27 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.2.bb | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.2.bb b/meta-initramfs/recipes-devtools/klibc

[oe] [meta-initramfs][PATCH] kexecboot(-klibc): upgrade to last upstream commit

2013-09-28 Thread Andrea Adami
id: 0bcc14671aa2d84ec20f260582aca36bb901ccf1 Changelog: minor headers fixes fix fb offset computations replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 2 +- meta-initramfs

[oe] [meta-handheld][PATCH] kexecboot-klibc: remove stale bbappend

2013-09-28 Thread Andrea Adami
The recipe is now using BBCLASSEXTEND = klibc Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/kexecboot/kexecboot-klibc_git.bbappend | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes-bsp/kexecboot/kexecboot-klibc_git.bbappend diff --git a/recipes-bsp

[oe] [meta-initramfs][PATCH] kexecboot: add BBCLASSEXTEND for the klibc static flavor

2013-09-28 Thread Andrea Adami
remove kexecboot-klibc recipe bump PV to local 0.5.9.1 remove PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 12 meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 5 +++-- 2 files changed, 3

[oe] [meta-handheld][PATCH] nandlogical: move to 1.1.0 and add BBCLASSEXTEND for the klibc version

2013-09-28 Thread Andrea Adami
Remove nandlogical-klibc recipe Sync PV to 1.1.0 like the source tarball Remove PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/zaurus-utils/nandlogical-klibc_1.0.0.bb | 9 - .../zaurus-utils/{nandlogical_1.0.0.bb = nandlogical_1.1.0.bb} | 6 +- 2

[oe] [meta-handheld][PATCH] linux-yocto: re-enable CONFIG_JFFS2_LZO

2013-10-02 Thread Andrea Adami
Override the settings in base/base.cfg:# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-3.10/zaurus-non-hardware.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto-3.10

[oe] [meta-handheld][PATCH] linux-yocto-dev: add new recipe for upcoming 3.12

2013-10-02 Thread Andrea Adami
Removing the patches merged in 3.12 only two remain: sharpsl_param.patch - has been sent upstream locomo_kbd_tweak-r2.patch - inappropriate ? Hopefully more patches for collie will come soon. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-dev.bbappend

[oe] [meta-handheld][PATCH] linux-yocto-handhelds.inc: split COMPATIBLE_MACHINE filtering

2013-10-08 Thread Andrea Adami
This allows to add new machines to one single kernel variant Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-handhelds.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto-handhelds.inc b/recipes

Re: [oe] [meta-handheld][PATCH] linux-yocto-handhelds.inc: split COMPATIBLE_MACHINE filtering

2013-10-08 Thread Andrea Adami
Patch sent too soon. Wrong. Please ignore it On Wed, Oct 9, 2013 at 12:43 AM, Andrea Adami andrea.ad...@gmail.com wrote: This allows to add new machines to one single kernel variant Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-handhelds.inc | 3

[oe] [meta-handheld][PATCH v2] linux-yocto-handhelds.inc: split COMPATIBLE_MACHINE filtering

2013-10-08 Thread Andrea Adami
This allows to add new machines to one single kernel variant Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-dev.bbappend | 2 ++ recipes-kernel/linux/linux-yocto-handhelds.inc| 2 -- recipes-kernel/linux/linux-yocto-tiny

[oe] [meta-handheld][PATCH 2/3] h3600.conf: update machine configuration

2013-10-08 Thread Andrea Adami
Signed-off-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h3600.conf | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 5cd1a6c

[oe] [meta-handheld][PATCH 3/3] linux-yocto_3.10: initial commit of h3600 defconfig

2013-10-08 Thread Andrea Adami
Signed-off-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-3.10/h3600/defconfig | 72 ++ recipes-kernel/linux/linux-yocto-handhelds.inc | 6 ++ recipes-kernel/linux/linux-yocto_3.10.bbappend

[oe] [meta-handheld][PATCH 1/3] ipaq-boot-params: h3600: use ttySA0 as default param

2013-10-08 Thread Andrea Adami
These machines use ttySA0,115200n8 (SA1100). Signed-off-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/ipaq-boot-params/files/h3600/params | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-bsp/ipaq-boot-params/files

[oe] [meta-initramfs][PATCH] klibc.bbclass: add a note about default of building -static

2013-10-09 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/classes/klibc.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-initramfs/classes/klibc.bbclass b/meta-initramfs/classes/klibc.bbclass index ee49879..ca741cd 100644 --- a/meta-initramfs/classes/klibc.bbclass

[oe] [meta-initramfs][PATCH 1/2] kexecboot.inc: merge back in the main recipe

2013-10-10 Thread Andrea Adami
and process with oe-stylize.py Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc | 58 .../recipes-bsp/kexecboot/kexecboot_git.bb | 62 +- 2 files changed, 60 insertions(+), 60 deletions

[oe] [meta-initramfs][PATCH 2/2] kexecboot_cfg: process with oe-stylize.py

2013-10-10 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb| 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb b/meta-initramfs/recipes-bsp/kexecboot

[oe] [meta-initramfs][PATCH] kexecboot: update to v0.6 and restylize

2013-10-10 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-bsp/kexecboot/{kexecboot_git.bb = kexecboot_0.6.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-initramfs/recipes-bsp/kexecboot/{kexecboot_git.bb = kexecboot_0.6.bb} (92%) diff --git a/meta

[oe] [meta-handheld][PATCH] kexecboot: update the .bbappend following meta-initramfs

2013-10-10 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/kexecboot/{kexecboot_git.bbappend = kexecboot_0.6.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-bsp/kexecboot/{kexecboot_git.bbappend = kexecboot_0.6.bbappend} (100%) diff --git a/recipes-bsp

[oe] [meta-initramfs][PATCH] kexecboot_0.6: fix LIC_FILES_CHKSUM for kexecboot-klibc

2013-10-10 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index 7b8d088..4657505

[oe] [meta-handheld][PATCH 1/3] hx4700.conf: update config and prefer linux-yocto

2013-10-11 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/hx4700.conf | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 3300089..b0c60c3 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf

[oe] [meta-handheld][PATCH 2/3] linux-yocto: initial commit of hx4700 defconfig

2013-10-11 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-3.10/hx4700/defconfig| 182 + .../hx4700-change-led-trigger-assignments.patch| 33 recipes-kernel/linux/linux-yocto-handhelds.inc | 6 + recipes-kernel/linux/linux-yocto_3.10

[oe] [meta-handheld][PATCH] linux-yocto-handhelds.inc: add missing bootlogo for hx4700

2013-10-11 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-handhelds.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto-handhelds.inc b/recipes-kernel/linux/linux-yocto-handhelds.inc index e23437f..f1569fa 100644 --- a/recipes

[oe] [meta-handheld][PATCH 3/4] formfactor: add configuration for IPAQ with 4 screen

2013-10-12 Thread Andrea Adami
iPAQ hx4700 hx4705 210 211 214 4 diagonal 2.36x3.15 (60x80 mm) Area: 4800 mm2 pixels: 480x640 Real display DPI: 200 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/hx4700/machconfig | 15 +++ 1 file changed, 15 insertions(+) create mode 100755

[oe] [meta-handheld][PATCH 4/4] formfactor: refresh machconfig for Zaurus devices

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/akita/machconfig | 10 +- recipes-bsp/formfactor/files/c7x0/machconfig | 8 recipes-bsp/formfactor/files/collie/machconfig | 10 +- recipes-bsp/formfactor/files/poodle/machconfig | 10

[oe] [meta-handheld][PATCH 2/4] formfactor: add configuration for IPAQ with 3.8 screen

2013-10-12 Thread Andrea Adami
IPAQ h3600 h3700 h3800 h3900 h5100 h5400 h5500 Aero 1500 3.8 diagonal 2.25x3 (57x76 mm) Area: 4332 mm2 pixels: 240x320 Real display DPI: 105.26 set to 100 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/h3600/machconfig | 15 +++ recipes-bsp

[oe] [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h1910.conf | 2 -- conf/machine/h1940.conf | 10 +- conf/machine/h2200.conf | 2 -- conf/machine/h3900.conf | 2 -- conf/machine/h4000.conf | 2 -- conf/machine/h5000.conf | 2

[oe] [meta-handheld][PATCH 2/3] meta-handheld: remove obsolete refs to kdrive

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/ben-nanonote.conf | 5 - conf/machine/h1910.conf| 1 - conf/machine/h1940.conf| 1 - conf/machine/h2200.conf| 1 - conf/machine/h3900.conf

[oe] [meta-handheld][PATCH 3/3] meta-handheld: remove obsolete refs to kernel26 MACHINE_FEATURE

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h1910.conf| 2 +- conf/machine/h1940.conf| 2 +- conf/machine/h2200.conf| 2 +- conf/machine/h3800.conf| 2 +- conf/machine/h3900.conf

[oe] [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/hx4700.conf | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index b0c60c3..f8f5c7c 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700

[oe] [meta-handheld][PATCH] formfactor: h3600: set DISPLAY_BPP=16 even for 12bit LCD

2013-10-12 Thread Andrea Adami
in Kernel mach-sa1100/h3600.c says sa1100fb_rgb h3600_rgb_16 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/h3600/machconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/formfactor/files/h3600/machconfig b/recipes-bsp

[oe] [meta-handheld][PATCH] formfactor: add config for IPAQ rx1950 and rx3000

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/rx1950/machconfig | 15 +++ recipes-bsp/formfactor/files/rx3000/machconfig | 15 +++ 2 files changed, 30 insertions(+) create mode 100755 recipes-bsp/formfactor/files/rx1950/machconfig

[oe] [meta-handheld][PATCH] formfactor: add simpad configuration

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/simpad/machconfig | 15 +++ 1 file changed, 15 insertions(+) create mode 100755 recipes-bsp/formfactor/files/simpad/machconfig diff --git a/recipes-bsp/formfactor/files/simpad/machconfig b/recipes

[oe] [meta-handheld][PATCH] formfactor: add config for jornada 56x, 6xx, 7xx

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/jornada56x/machconfig | 15 +++ recipes-bsp/formfactor/files/jornada6xx/machconfig | 15 +++ recipes-bsp/formfactor/files/jornada7xx/machconfig | 15 +++ 3 files changed, 45

[oe] [meta-handheld][PATCH] formfactor: add configurations for Motorola with 2.4 and 2.5 LCD

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/a1200/machconfig | 16 recipes-bsp/formfactor/files/a780/machconfig | 15 +++ recipes-bsp/formfactor/files/a910/machconfig | 16 recipes-bsp/formfactor/files/e680

[oe] [meta-handheld][PATCH] formfactor: add ben-nanonote machconfig

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/ben-nanonote/machconfig | 15 +++ 1 file changed, 15 insertions(+) create mode 100755 recipes-bsp/formfactor/files/ben-nanonote/machconfig diff --git a/recipes-bsp/formfactor/files/ben-nanonote

[oe] [meta-handheld][PATCH] formfactor: add configurations for PALM devices

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/palmld/machconfig | 15 +++ recipes-bsp/formfactor/files/palmt650/machconfig | 15 +++ recipes-bsp/formfactor/files/palmt680/machconfig | 15 +++ recipes-bsp/formfactor/files

[oe] [meta-handheld][PATCH] formfactor: standardize the comments about real dpi size

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/h1910/machconfig | 2 +- recipes-bsp/formfactor/files/h1940/machconfig | 2 +- recipes-bsp/formfactor/files/h2200/machconfig | 2 +- recipes-bsp/formfactor/files/h4000/machconfig | 2

[oe] [meta-handheld][PATCH] zaurus.inc: append 'qvga' to MACHINE_FEATURES for collie and poodle

2013-10-13 Thread Andrea Adami
Used in oe-core in: recipes-sato/gtk-engines/gtk-sato-engine_git.bb: recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb: EXTRA_OECONF adds '--with-mode=qvga' Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc | 4 +++- 1 file changed, 3 insertions

[oe] [meta-handheld][PATCH 1/4] meta-handheld: ipaq: add qvga MACHINE_FEATURE

2013-10-13 Thread Andrea Adami
Used in oe-core in: recipes-sato/gtk-engines/gtk-sato-engine_git.bb: recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb: EXTRA_OECONF adds '--with-mode=qvga' Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h1910.conf | 2 +- conf/machine/h1940.conf | 2 +- conf

[oe] [meta-handheld][PATCH 3/4] meta-handheld: add qvga to MACHINE_FEATURES for Motorola

2013-10-13 Thread Andrea Adami
For rokre2, rokre6 and ezx devices Used in oe-core in: recipes-sato/gtk-engines/gtk-sato-engine_git.bb: recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb: Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/motorola-ezx-base.inc | 2 +- conf/machine/rokre2.conf

[oe] [meta-handheld][PATCH 2/4] jornada56x.conf: add qvga to MACHINE_FEATURES

2013-10-13 Thread Andrea Adami
Used in oe-core in: recipes-sato/gtk-engines/gtk-sato-engine_git.bb: recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb: EXTRA_OECONF adds '--with-mode=qvga' Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/jornada56x.conf | 2 ++ 1 file changed, 2 insertions

[oe] [meta-handheld][PATCH 4/4] ben-nanonote.conf: add qvga to MACHINE_FEATURES

2013-10-13 Thread Andrea Adami
Used in oe-core in: recipes-sato/gtk-engines/gtk-sato-engine_git.bb: recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb: EXTRA_OECONF adds '--with-mode=qvga' And remove obsolete note about kexecboot Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/ben-nanonote.conf

[oe] [meta-handheld][PATCH 2/3] linux_3.1: explicit qvga instead of LOGO_SIZE

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux_3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux_3.1.bb b/recipes-kernel/linux/linux_3.1.bb index 70e604a..bf2d203 100644 --- a/recipes-kernel/linux/linux_3.1.bb

[oe] [meta-handheld][PATCH 1/3] meta-handheld: remove MACHINE_GUI* and MACHINE_DISPLAY* vars

2013-10-13 Thread Andrea Adami
unused in oe-core and in meta-oe while there remove LOGO_SIZE from zaurus.inc and ben-nanonote.conf Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/akita.conf| 6 -- conf/machine/ben-nanonote.conf | 6 -- conf/machine/c7x0.conf

[oe] [meta-handheld][PATCH 3/3] linux.inc: remove LOGO_SIZE logic. BTW old linux.inc is deprecated.

2013-10-13 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux.inc | 7 --- 1 file changed, 7 deletions(-) diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc index f920b84..81c096a 100644 --- a/recipes-kernel/linux/linux.inc +++ b/recipes-kernel

[oe] [meta-handheld][PATCH] formfactor: h1940: unset framebuffer rotation

2013-10-14 Thread Andrea Adami
Device has been reported working w/out fb rotation with kernel 3.1 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/formfactor/files/h1940/machconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/formfactor/files/h1940/machconfig b/recipes-bsp

[oe] [meta-handheld][PATCH] meta-handheld: remove deprecated ROOT_FLASH_SIZE and VOLATILE_STORAGE_SIZE

2013-10-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h1910.conf| 2 -- conf/machine/h1940.conf| 2 -- conf/machine/h2200.conf| 2 -- conf/machine/h3600.conf| 4 conf/machine/h3900.conf

[oe] [meta-handheld][PATCH] h3800.conf: fix MACHINE_FEATURES

2013-10-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h3800.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/machine/h3800.conf b/conf/machine/h3800.conf index 0c3cf15..53f3940 100644 --- a/conf/machine/h3800.conf +++ b/conf/machine/h3800.conf @@ -2,7

[oe] [meta-handheld][PATCH] zaurus: readd specific bits to each machine

2013-10-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/akita.conf | 14 -- conf/machine/c7x0.conf | 16 --- conf/machine/collie.conf| 10 ++ conf/machine/include/zaurus.inc | 43 - conf

[oe] [meta-handheld][PATCH] zaurus.inc: remove code for JFFS2 now split in machine configuration

2013-10-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc | 7 --- 1 file changed, 7 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 2f5d2e7..480c855 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine

Re: [oe] [meta-handheld][PATCH] h3800.conf: fix MACHINE_FEATURES

2013-10-14 Thread Andrea Adami
On Mon, Oct 14, 2013 at 5:54 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 14 October 2013 17:39:52 Andrea Adami wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h3800.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[oe] [meta-handheld][PATCH] meta-handheld: use explicit ERASEBLOCKSIZE and remove the variable

2013-10-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/akita.conf | 6 ++ conf/machine/c7x0.conf | 6 ++ conf/machine/collie.conf | 6 ++ conf/machine/h3600.conf | 3 +-- conf/machine/poodle.conf | 6 ++ conf/machine/spitz.conf | 6 ++ conf/machine/tosa.conf

[oe] [meta-handheld][PATCH] spitz.conf: reorder and add full example for SL-C3000

2013-10-14 Thread Andrea Adami
This device has different eraseblock size. Explain it clearly with example ready to un-comment. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/spitz.conf | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/machine/spitz.conf b/conf

Re: [oe] [meta-handheld][PATCH] zaurus: use mkfs.jffs2 -n option only for NAND

2013-10-14 Thread Andrea Adami
Please disregard this patch: is wrong (-n is set in IMAGE_CMD_JFFS2) and superseded Sorry for the noise Andrea On Mon, Oct 14, 2013 at 11:34 PM, Andrea Adami andrea.ad...@gmail.com wrote: And remove it for collie (NOR). Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine

[oe] [meta-handheld][PATCH] zaurus: simplify JFFS2 creation using code in image_fstype.bbclass

2013-10-14 Thread Andrea Adami
fix ${ERASEBLOCKSIZE} remnant for collie Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/akita.conf | 3 +-- conf/machine/c7x0.conf | 3 +-- conf/machine/collie.conf | 8 +--- conf/machine/poodle.conf | 3 +-- conf/machine/spitz.conf | 5 ++--- conf/machine/tosa.conf

[oe] [meta-handheld][PATCH] meta-handheld: use code in image_types.bbclass for JFFS2

2013-10-14 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/h1910.conf| 2 +- conf/machine/h2200.conf| 2 +- conf/machine/h3600.conf| 3 ++- conf/machine/h5000.conf| 5 - conf/machine/hx4700.conf

[oe] [meta-handheld][PATCH] motorola-ezx-base.inc: remove MACHINE_CLASS and MODUTILS vars

2013-10-15 Thread Andrea Adami
not present in oe-core or meta-oe Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/motorola-ezx-base.inc | 4 1 file changed, 4 deletions(-) diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index a84e189

[oe] [meta-handheld][PATCH] motorola-ezx-base.inc: reorder and remove old comments about iwmmxt

2013-10-15 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/motorola-ezx-base.inc | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index cbc871e..d6bb42d 100644

[oe] [meta-handheld][PATCH] zaurus: readd sum.jffs2 imagetype

2013-10-15 Thread Andrea Adami
move common line from collie.conf Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/collie.conf| 1 - conf/machine/include/zaurus.inc | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index baa2c0f

[oe] [meta-handheld][PATCH] motorola-ezx-base.inc: remove -n from EXTRA_IMAGECMD_jffs2

2013-10-15 Thread Andrea Adami
because it is already in IMAGE_CMD_jffs2 as default in image_types.bbclass Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/motorola-ezx-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf

Re: [oe] [OE-core] State of bitbake world

2013-10-21 Thread Andrea Adami
cut qemux86* common (5): meta-openembedded/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb, do_rootfs /cut Hi Martin, thanks for taking care of all those builds. About this new do_rootfs failure [1], it seems related to update-rc.d /postinst code. As you already know,

Re: [oe] [OE-core] State of bitbake world

2013-10-21 Thread Andrea Adami
On Mon, Oct 21, 2013 at 12:38 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Oct 21, 2013 at 10:58:45AM +0200, Andrea Adami wrote: cut qemux86* common (5): meta-openembedded/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb, do_rootfs /cut Hi Martin, thanks

[oe] [meta-handheld][PATCH] meta-handheld: adjust EXTRA_IMAGECMD_jffs2 after oe-core changes

2013-10-28 Thread Andrea Adami
The machine configuration file must specify a customized EXTRA_IMAGECMD_jffs2 to override the defaults of image_types.bbclass. Images for NOR flashes should be built with cleanmarkers. Fix the declaration of padding for collie: the short form doesn't accept size arument Signed-off-by: Andrea

[oe] [meta-handheld][PATCH v2] meta-handheld: adjust EXTRA_IMAGECMD_jffs2 after oe-core changes

2013-10-28 Thread Andrea Adami
The machine configuration file must specify a customized EXTRA_IMAGECMD_jffs2 to override the defaults of image_types.bbclass. Images for NOR flashes should be built with cleanmarkers. Fix the declaration of padding for collie: the short form doesn't accept size arument Signed-off-by: Andrea

Re: [oe] [meta-handheld][PATCH] meta-handheld: adjust EXTRA_IMAGECMD_jffs2 after oe-core changes

2013-10-28 Thread Andrea Adami
Please disregard this one, there is a typo in simpad.conf. Take Patch v2 please. On Tue, Oct 29, 2013 at 12:04 AM, Andrea Adami andrea.ad...@gmail.com wrote: The machine configuration file must specify a customized EXTRA_IMAGECMD_jffs2 to override the defaults of image_types.bbclass. Images

[oe] [meta-handheld][PATCH] machine: add more JFFS2_ERASEBLOCK definitions

2013-10-29 Thread Andrea Adami
some missing found googling on the web 0x4 explicited even if image_types.bbclass default Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/ben-nanonote.conf | 2 ++ conf/machine/h1940.conf| 2 ++ conf/machine/h3900.conf| 2 ++ conf/machine/h4000.conf

Re: [oe] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-10-30 Thread Andrea Adami
On Sun, Oct 27, 2013 at 12:27 PM, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b7505d7c279888bd1675c1a8387edcf87cae8aac URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=b7505d7c279888bd1675c1a8387edcf87cae8aac Author:

[oe] [meta-handheld][PATCH] zaurus.inc: set default IMAGE_CMD_sum.jffs2 for devices with NAND

2013-10-30 Thread Andrea Adami
Collie will need a customization. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 9817625..333a337 100644 --- a/conf

[oe] [meta-handheld][PATCH] collie.conf: provide a custom EXTRA_IMAGECMD_sum.jffs2

2013-10-30 Thread Andrea Adami
INPUT image then the sumtool skips those. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/collie.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index bec8842..c98d2f4 100644 --- a/conf/machine

Re: [oe] [OE-core] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-10-31 Thread Andrea Adami
the issue has disappeared after cleaning all and rebuilding from scratch. ... checking for sigaltstack... yes ... Sorry for the noise and thanks. Andrea On Wed, Oct 30, 2013 at 1:08 AM, Andrea Adami andrea.ad...@gmail.com wrote: On Sun, Oct 27, 2013 at 12:27 PM, g...@git.openembedded.org

Re: [oe] [OE-core] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-10-31 Thread Andrea Adami
On Thu, Oct 31, 2013 at 6:22 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Thu, Oct 31, 2013 at 4:25 AM, Khem Raj raj.k...@gmail.com wrote: Andreas Can you replace remove-gets.patch with the one here http://paste.ubuntu.com/6333696/ and see if it helps ? -khem I've tried

Re: [oe] [OE-core] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-11-02 Thread Andrea Adami
On Thu, Oct 31, 2013 at 6:50 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Thu, Oct 31, 2013 at 6:22 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Thu, Oct 31, 2013 at 4:25 AM, Khem Raj raj.k...@gmail.com wrote: Andreas Can you replace remove-gets.patch with the one here http

Re: [oe] [OE-core] SRC_URI computing order

2013-11-04 Thread Andrea Adami
On Mon, Nov 4, 2013 at 12:10 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2013-11-03 at 23:16 +0100, Andrea Adami wrote: On Sat, Nov 2, 2013 at 9:47 AM, Eric Bénard e...@eukrea.com wrote: Hi Richard, Le Wed, 30 Oct 2013 15:15:12 +, Richard Purdie richard.pur

Re: [oe] [OE-core] SRC_URI computing order

2013-11-06 Thread Andrea Adami
On Mon, Nov 4, 2013 at 11:13 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Mon, Nov 4, 2013 at 12:10 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2013-11-03 at 23:16 +0100, Andrea Adami wrote: On Sat, Nov 2, 2013 at 9:47 AM, Eric Bénard e...@eukrea.com wrote: Hi

[oe] [meta-handheld][PATCH 0/6] fixes for Zaurus collie

2013-11-07 Thread Andrea Adami
This set of patches fixes the CFI MTD detection so that the NOR flash is unlocked on boot. Still investigating about the cause of the misdetection... Flash was Read Only with jedec detection, now booting from flash is possible again. Andrea Adami (6): linux-yocto: remove POWER_SUPPLY_DEBUG

[oe] [meta-handheld][PATCH 2/6] linux-yocto: collie: set MTD geometry

2013-11-07 Thread Andrea Adami
Explicitly disable unwanted mtd geometry options Add OTP support (warning!) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-yocto-3.10/collie/collie.cfg | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux

[oe] [meta-handheld][PATCH 5/6] linux-yocto: collie: resize MTD to SZ_16M

2013-11-07 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-3.10/collie/collie.scc | 1 + .../patches/patches-mtd/collie-mtd-resize.patch| 41 ++ 2 files changed, 42 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto-3.10/patches

  1   2   3   4   5   6   7   8   9   >