[OE-core] [FIX] update mtd-utils to 1.4.4

2011-04-22 Thread Andrea Adami
Hello, mtd-utils_1.4.1 is broken, in fact whole 1.4.X serie was plagued by mtd alignment bug until 1.4.4. See: http://lists.infradead.org/pipermail/linux-mtd/2011-April/034599.html Updated in oe-dev with commit f8e1b7793ff5b02fd27ce886b34a57c6c2358239. Regards Andrea

Re: [OE-core] [FIX] update mtd-utils to 1.4.4

2011-06-01 Thread Andrea Adami
On Fri, Apr 22, 2011 at 10:44 AM, Andrea Adami andrea.ad...@gmail.com wrote: Hello, mtd-utils_1.4.1 is broken, in fact whole 1.4.X serie was plagued by mtd alignment bug until 1.4.4. See: http://lists.infradead.org/pipermail/linux-mtd/2011-April/034599.html Updated in oe-dev with commit

Re: [OE-core] [PATCH 6/6] initscript: Change some order of init scripts

2011-06-16 Thread Andrea Adami
On Thu, Jun 16, 2011 at 11:20 AM, Dongxiao Xu dongxiao...@intel.com wrote: Move udev script to execute ealier since module autoload needs it to create device nodes. Also move sysfs before udev which has dependency on it. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- snip There was a

Re: [OE-core] [PATCH 0/2] Update tzdata and gst-plugins-good

2011-10-19 Thread Andrea Adami
On Wed, Oct 19, 2011 at 12:24 AM, Joshua Lock j...@linux.intel.com wrote: Per mailing requests, here are updates to the tzdata and gst-plugins-good recipes. Joshua The following changes since commit 95d0ff5e070c690314ab87665200099a52d37ebf: tzdata: updated SRC_URI and update to 2011k

Re: [OE-core] how to set time zone

2011-10-28 Thread Andrea Adami
On Fri, Oct 28, 2011 at 9:05 AM, Ni Qingliang niqingli...@insigma.com.cnwrote: THANKS! I still want the native support by oe-core/yocto:-). If no, I will try by myself. I've asked three or four time the oe-core crow to improve the recipe...last one: On Wed, Oct 19, 2011 at 12:24 AM, Joshua

Re: [OE-core] how to set time zone

2011-11-02 Thread Andrea Adami
On Mon, Oct 31, 2011 at 1:44 AM, Ni Qingliang niqingli...@insigma.com.cnwrote: I'd like the 'system level configuration' solution. the /etc/localtime/ link can be done when packaging rootfs (using the system level configuration). On Fri, 2011-10-28 at 22:43 +0800, Mark Hatle wrote:

Re: [OE-core] how to set time zone

2011-11-03 Thread Andrea Adami
On Wed, Nov 2, 2011 at 8:15 PM, Mark Hatle mark.ha...@windriver.com wrote: On 11/2/11 12:32 PM, Andrea Adami wrote: On Mon, Oct 31, 2011 at 1:44 AM, Ni Qingliang niqingli...@insigma.com.cn mailto:niqingli...@insigma.com.cn wrote: I'd like the 'system level configuration' solution

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-18 Thread Andrea Adami
On Fri, Nov 18, 2011 at 2:56 PM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: On 11/18/2011 05:55 PM, Paul Eggleton wrote: On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote: This was merged as IMAGE_FSTYPES =+ cpio.gz Now this brings problems if I have IMAGE_FSTYPES

[OE-core] [PATCH 2/2] image_types.bbclass: disable cleanmarkers for jffs2 images

2011-12-06 Thread Andrea Adami
for creating JFFS2 images for use on NAND flash, * and for creating images which are to be used on a variety of hardware with differing eraseblock sizes. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/image_types.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2

[OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-06 Thread Andrea Adami
* Building the jffs2 filesystem to include summary information speeds up * the mount process considerably at the cost of increased size. * The rate of speedup is generally higher on NAND chips and on the chips * where the erase block size is large. Signed-off-by: Andrea Adami andrea.ad

[OE-core] [PATCH 0/2] rework jffs2 images creation, add jffs2 summary

2011-12-06 Thread Andrea Adami
* The first patch adds support for the creation of * jffs2 summary images for a faster mount. * The second patch forces the --no-cleanmarkers option * to further improve boot time. Andrea Adami (2): image_types.bbclass: implement jffs2 summary images (sum.jffs2) image_types.bbclass: disable

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Andrea Adami
On Thu, Dec 8, 2011 at 4:10 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Dec 08, 2011 at 07:57:52AM -0700, Tom Rini wrote: On Tue, Dec 6, 2011 at 4:23 PM, Andrea Adami andrea.ad...@gmail.com wrote: * Building the jffs2 filesystem to include summary information speeds up * the mount

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Andrea Adami
On Thu, Dec 8, 2011 at 11:43 PM, Ulf Samuelsson openembedded-c...@emagii.com wrote: On 2011-12-08 22:30, Andrea Adami wrote: On Thu, Dec 8, 2011 at 4:10 PM, Martin Jansamartin.ja...@gmail.com  wrote: On Thu, Dec 08, 2011 at 07:57:52AM -0700, Tom Rini wrote: On Tue, Dec 6, 2011 at 4:23 PM

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-11 Thread Andrea Adami
On Sun, Dec 11, 2011 at 11:03 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Dec 08, 2011 at 10:30:27PM +0100, Andrea Adami wrote: On Thu, Dec 8, 2011 at 4:10 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Dec 08, 2011 at 07:57:52AM -0700, Tom Rini wrote: On Tue, Dec 6, 2011

[OE-core] [PATCH] kernel.bbclass: fix pkg_postinst and pkg_postrm

2011-12-22 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/classes/kernel.bbclass |4 ++-- 1 files changed

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2011-12-30 Thread Andrea Adami
://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core Regards Andrea Adami ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-03 Thread Andrea Adami
On Sat, Dec 31, 2011 at 12:18 AM, Darren Hart dvh...@linux.intel.com wrote: On 12/30/2011 12:25 AM, Andrea Adami wrote: On Thu, Dec 29, 2011 at 12:54 AM, Darren Hart darren.h...@intel.com wrote: I sent this to the yocto list by mistake, forwarding here for comment In order for the kernel

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-04 Thread Andrea Adami
On Wed, Jan 4, 2012 at 1:07 AM, Saul Wold s...@linux.intel.com wrote: On 12/28/2011 03:54 PM, Darren Hart wrote: I sent this to the yocto list by mistake, forwarding here for comment In order for the kernel to accept an initramfs as a rootfs, it must have /init - even if it is an empty file.

[OE-core] rootfs_ipk.bbclass: : [: -eq: unary operator expected

2012-01-04 Thread Andrea Adami
Checking the logs I noticed this note: /oe/oe-core/build/tmp-eglibc/work/poodle-oe-linux-gnueabi/initramfs-kexecboot-klibc-image-1.0-r0/temp/run.do_rootfs.22017: line 271: [: -eq: unary operator expected The line in question is in rootfs_ipk.bbclass rootfs_ipk_do_rootfs() ... if [

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-04 Thread Andrea Adami
On Thu, Jan 5, 2012 at 12:49 AM, Andrea Adami andrea.ad...@gmail.com wrote: On Wed, Jan 4, 2012 at 1:07 AM, Saul Wold s...@linux.intel.com wrote: On 12/28/2011 03:54 PM, Darren Hart wrote: I sent this to the yocto list by mistake, forwarding here for comment In order for the kernel to accept

[OE-core] [PATCH 2/2] image_types.bbclass: support xz compressed initramfs.cpio and tarballs

2011-07-07 Thread Andrea Adami
* from org.openembedded.dev (oe-classic) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/image_types.bbclass | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 8c86227

Re: [OE-core] [PATCH 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-07 Thread Andrea Adami
Ehm, some cruft slipped in :/ On Fri, Jul 8, 2011 at 1:11 AM, Andrea Adami andrea.ad...@gmail.com wrote: * from org.openembedded.dev (oe-classic) Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---  meta/classes/kernel.bbclass |   22 ++  1 files changed, 22 insertions

Re: [OE-core] [PATCH 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-08 Thread Andrea Adami
On Fri, Jul 8, 2011 at 5:38 PM, Darren Hart dvh...@linux.intel.com wrote: On 07/07/2011 04:11 PM, Andrea Adami wrote: * from org.openembedded.dev (oe-classic) Hi Andrea, Please include a descriptive blurb about the patch. When people read through the commit log they need to know what

[OE-core] [PATCH V2 1/2] kernel.bbclass: handle embedding of initramfs images

2011-07-11 Thread Andrea Adami
...@openembedded.org * * 'copy gz, lzo, lzma initramfs cpio images.' * commit 572abc3fdd1076ca35d8c15d269cc9d862101805 * Signed-off-by: Andrea Adami andrea.ad...@gmail.com * * 'move the kernel size check to linux-kexecboot.inc.' * commit 45f82a941c77e9d747814fa1e337ba803475d327 * Signed-off-by: Andrea

[OE-core] [PATCH V2 2/2] image_types.bbclass: add support for tar.xz, cpio.xz, cpio.lzma

2011-07-11 Thread Andrea Adami
compression handling and adapt * linux-kexecboot.inc' * commit c382a9ce64bf4291572665652138aa01b2e54306 * Signed-off-by: Otavio Salvador ota...@ossystems.com.br * Signed-off-by: Denis 'GNUtoo' Carikli gnu...@no-log.org Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes

Re: [OE-core] [PATCH V2 0/2] Embedding initramfs images during kernel build.

2011-07-12 Thread Andrea Adami
, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2011-07-12 at 00:33 +0200, Andrea Adami wrote: * Sync with org.openembedded.dev and allow the inclusion of * lzma and xz compressed initramfs images. * * Provide a convenient way to include an initramfs by setting * INITRAMFS_IMAGE

[OE-core] [PATCH] kernel.bbclass: fix malformed patch

2011-07-12 Thread Andrea Adami
* commit 19bda7f2c2dac6363468a49295c38f2095c67c98 * was unfortunately based on a truncated patch. * Fix the broken line and repair kernel.bbclass. * Sorry for the noise... Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions

[OE-core] [PATCH] kernel.bbclass: remove unintended change of INITRAMFS_TASK

2011-07-13 Thread Andrea Adami
. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index b71a650..d1f6480 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes

Re: [OE-core] [v2 PATCH 5/8] linux-libc-headers: Fix file conflict -- ..install.cmd

2011-07-27 Thread Andrea Adami
On Tue, Jul 26, 2011 at 11:31 PM, Mark Hatle mark.ha...@windriver.com wrote: The ..install.cmd conflicts between various configure runs. This isn't used anywhere, so remove it to avoid the conflict. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---  .../linux-libc-headers-yocto_git.bb  

Re: [OE-core] [PATCH] kernel,cml1.bbclass: Move menuconfig to cml1

2011-07-30 Thread Andrea Adami
On Fri, Jul 29, 2011 at 10:03 PM, Ahsan, Noor noor_ah...@mentor.com wrote: * The menuconfig target exists in places other than the kernel that use kernel style config. Signed-off-by: Noor, Ahsan noor_ah...@mentor.com ---  meta/classes/cml1.bbclass   |   12  

Re: [OE-core] [PATCH 3/8] kernel.bbclass: move uboot image generation to a specific class

2011-08-20 Thread Andrea Adami
On 8/20/11, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Sat, Aug 20, 2011 at 1:12 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Sat, Aug 20, 2011 at 02:07, Bruce Ashfield bruce.ashfi...@gmail.com wrote: These aren't equivalent. We should maintain what is already in

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

2011-08-29 Thread Andrea Adami
I was exactly wondering about the necessity of such script...formatting an SD is not rocket science. If it is handy for beagleboard then put it in its BSP. Andrea 2011/8/29, Koen Kooi k...@dominion.thruhere.net: Op 29 aug. 2011, om 08:12 heeft Joel A Fernandes het volgende geschreven: Script

[OE-core] [RFC] Klibc

2011-09-09 Thread Andrea Adami
). The recipes can be built separately (e.g. klibc-static-utils only) and are packaged in order to minimize the fooprint of the runtime dependencies. Thanks in advance for your comments Andrea Adami [1] http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree/meta-oe/recipes-devtools/klibc

Re: [OE-core] [oe-core][PATCH 09/13] xserver-nodm-init: merge some changes from meta-oe

2011-09-30 Thread Andrea Adami
On Fri, Sep 30, 2011 at 12:52 PM, Martin Jansa martin.ja...@gmail.comwrote: On Fri, Sep 30, 2011 at 10:17:25AM +0100, Richard Purdie wrote: On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: * /etc/X11/Xusername handling should be moved to x11-common so the same username and logic

[OE-core] [PATCH] mtd-utils: do not stage headers in sysroot

2012-06-21 Thread Andrea Adami
/034419.html * Note: the recipe will still use its own older header, * following upstream. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/mtd/mtd

Re: [OE-core] [PATCH 0/3] Fix xz compression command and optimize compression time

2012-07-13 Thread Andrea Adami
On Fri, Jul 13, 2012 at 8:45 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 jul. 2012, om 21:22 heeft Saul Wold het volgende geschreven: On 07/12/2012 11:58 AM, Koen Kooi wrote: Any volunteers to test this on a system with 4 real cores? Koen, Does OE-Core or Poky have an image

Re: [OE-core] [PATCH 0/3] Fix xz compression command and optimize compression time

2012-07-13 Thread Andrea Adami
On Fri, Jul 13, 2012 at 11:44 AM, Andrei Gherzan and...@gherzan.ro wrote: On Fri, Jul 13, 2012 at 11:19 AM, Andrea Adami andrea.ad...@gmail.com wrote: On Fri, Jul 13, 2012 at 8:45 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 jul. 2012, om 21:22 heeft Saul Wold het volgende

Re: [OE-core] rootfs_ipk.bbclass: : [: -eq: unary operator expected

2012-01-05 Thread Andrea Adami
On Thu, Jan 5, 2012 at 12:56 AM, Andrea Adami andrea.ad...@gmail.com wrote: Checking the logs I noticed this note: /oe/oe-core/build/tmp-eglibc/work/poodle-oe-linux-gnueabi/initramfs-kexecboot-klibc-image-1.0-r0/temp/run.do_rootfs.22017: line 271: [: -eq: unary operator expected The line

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

2012-01-05 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-core] [PATCH 1/2] x11-common: remove extraneous BSP customizations

2012-01-05 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-core] [PATCH 0/2] xserver minor cleanings and commit of fbdev driver

2012-01-05 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

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-05 Thread Andrea Adami
On Fri, Jan 6, 2012 at 12:36 AM, Darren Hart dvh...@linux.intel.com wrote: On 01/05/2012 04:30 AM, Richard Purdie wrote: On Thu, 2012-01-05 at 01:05 +0100, Andrea Adami wrote: I'd say we have to test for the in-existence of the file instead of blindly touching it. Smthg like if [! -e

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-06 Thread Andrea Adami
On Fri, Jan 6, 2012 at 11:57 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-01-06 at 02:00 +0100, Andrea Adami wrote: On Fri, Jan 6, 2012 at 12:36 AM, Darren Hart dvh...@linux.intel.com wrote: On 01/05/2012 04:30 AM, Richard Purdie wrote: On Thu, 2012-01-05

[OE-core] [PATCH] kexec-tools: split packaging of kexec and kdump

2012-01-06 Thread Andrea Adami
. * * Bump PR. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/image_types.bbclass |4 ++-- meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |7 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta

Re: [OE-core] [PATCH] kexec-tools: split packaging of kexec and kdump

2012-01-06 Thread Andrea Adami
On Sat, Jan 7, 2012 at 1:13 AM, Andrea Adami andrea.ad...@gmail.com wrote: * from meta-oe (originally from org.openembedded.dev) * There are no reasons to install kdump when only kexec is needed. * * In oe-core/meta there are no references to kexec-tools so * the recipes inn external layers

[OE-core] [PATCH v2] kexec-tools: split packaging of kexec and kdump

2012-01-06 Thread Andrea Adami
. * * Bump PR. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb index

Re: [OE-core] [PATCH v2] kexec-tools: split packaging of kexec and kdump

2012-01-09 Thread Andrea Adami
On Mon, Jan 9, 2012 at 6:01 PM, Saul Wold s...@linux.intel.com wrote: On 01/06/2012 04:20 PM, Andrea Adami wrote: * from meta-oe (originally from org.openembedded.dev) * There are no reasons to install kdump when only kexec is needed. * * In oe-core/meta there are no references to kexec

[OE-core] [PATCH 2/2 v3] task-core-tools: adapt to kexec-tools package split

2012-01-09 Thread Andrea Adami
* The recipe packages now kexec and kdump separately. * For standard purposes only kexec is needed. * Bump PR. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-core/tasks/task-core-tools.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta

[OE-core] [PATCH 1/2 v3] kexec-tools: split packaging of kexec and kdump

2012-01-09 Thread Andrea Adami
. * * Bump PR. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb index

[OE-core] [PATCH 0/2 v3] kexec-tools packaging

2012-01-09 Thread Andrea Adami
* This patchset proposes to package separately * kexec and kdump. * Referring to oe-core, task-core-tools has been adapted. Andrea Adami (2): kexec-tools: split packaging of kexec and kdump task-core-tools: adapt to kexec-tools package split meta/recipes-core/tasks/task-core-tools.bb

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-10 Thread Andrea Adami
On Fri, Jan 6, 2012 at 11:58 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Fri, Jan 6, 2012 at 11:57 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-01-06 at 02:00 +0100, Andrea Adami wrote: On Fri, Jan 6, 2012 at 12:36 AM, Darren Hart dvh...@linux.intel.com wrote

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-10 Thread Andrea Adami
On Wed, Jan 11, 2012 at 12:07 AM, Andrea Adami andrea.ad...@gmail.com wrote: On Fri, Jan 6, 2012 at 11:58 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Fri, Jan 6, 2012 at 11:57 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-01-06 at 02:00 +0100, Andrea Adami

[OE-core] [PATCH] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-14 Thread Andrea Adami
. * Bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-extended/tzdata/tzdata_2011n.bb | 55 +- 1 files changed, 53 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/tzdata/tzdata_2011n.bb b/meta/recipes-extended/tzdata/tzdata_2011n.bb

Re: [OE-core] [PATCH] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-15 Thread Andrea Adami
On Sat, Jan 14, 2012 at 4:10 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 14 jan. 2012, om 14:07 heeft Andrea Adami het volgende geschreven: * Take the extra bits in do_install from meta-openembedded * and add pkg_postinst script (adapted from Gentoo). * Default to 'Universal' timezone

[OE-core] [PATCH] xinput: add utility for configuring and testing XInput devices.

2012-01-17 Thread Andrea Adami
* from meta-openembedded with minor editings * added PE and reset PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/xorg-app

[OE-core] [PATCH v2] xinput: add utility for configuring and testing XInput devices.

2012-01-18 Thread Andrea Adami
* from meta-openembedded with minor editings * (fields reordering like other recipes in xorg-app) Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644

Re: [OE-core] [PATCH] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-23 Thread Andrea Adami
On Sun, Jan 15, 2012 at 12:22 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 15 jan. 2012, om 12:17 heeft Andrea Adami het volgende geschreven: On Sat, Jan 14, 2012 at 4:10 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 14 jan. 2012, om 14:07 heeft Andrea Adami het volgende

[OE-core] [PATCH 2/2] image_types.bbclass: refactor cpio images generation.

2012-01-25 Thread Andrea Adami
* Add common check for the presence of an /init * symlink, being 'touch' would fail with it * and 'touch -h' is not yet generally supported * (depends on distro on build host). Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/image_types.bbclass | 21 + 1

Re: [OE-core] [PATCH] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-27 Thread Andrea Adami
On Mon, Jan 23, 2012 at 5:49 PM, Mark Hatle mark.ha...@windriver.com wrote: On 1/23/12 8:21 AM, Andrea Adami wrote: On Sun, Jan 15, 2012 at 12:22 PM, Koen Kooik...@dominion.thruhere.net  wrote: Op 15 jan. 2012, om 12:17 heeft Andrea Adami het volgende geschreven: On Sat, Jan 14, 2012 at 4

[OE-core] [PATCH v2] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-27 Thread Andrea Adami
-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-extended/tzdata/tzdata_2011n.bb | 62 -- 1 files changed, 58 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/tzdata/tzdata_2011n.bb b/meta/recipes-extended/tzdata/tzdata_2011n.bb index de9281a

Re: [OE-core] fri2-noemgd build breakage with extra layers enabled

2012-02-21 Thread Andrea Adami
On Tue, Feb 21, 2012 at 1:18 PM, Koen Kooi k...@dominion.thruhere.net wrote: [posting this to oe-core since it involves a ton of non-'yocto' layers] Hi, I tried to build systemd-image for fri2-noemgd yesterday and the build failed in kexectools-klibc: NOTE: package

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-27 Thread Andrea Adami
On Mon, Feb 27, 2012 at 1:43 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed images for each form are automatically available using the form type.compression

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-27 Thread Andrea Adami
On Mon, Feb 27, 2012 at 3:20 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Mon, Feb 27, 2012 at 1:43 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-28 Thread Andrea Adami
On Tue, Feb 28, 2012 at 9:19 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed images for each

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-28 Thread Andrea Adami
On Wed, Feb 29, 2012 at 12:48 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Feb 28, 2012 at 20:41, Andrea Adami andrea.ad...@gmail.com wrote: | ln: failed to create symbolic link `/oe/oe-core/build/tmp-eglibc/deploy/images/initramfs-kexecboot-klibc-image-poodle.cpio.lzma': File

[OE-core] [RFC] keymaps and kernel version

2012-03-03 Thread Andrea Adami
Hi, while testing some new kernels I found out a broken keymap. After short research I could identify the cause in recipes-bsp/keymaps/files/keymap.sh: ... KERNEL_MAJMIN=`uname -r | cut -d '.' -f 1,2` if [ -e /etc/keymap-$KERNEL_MAJMIN.map ]; then loadkeys /etc/keymap-$KERNEL_MAJMIN.map fi ...

Re: [OE-core] [RFC] keymaps and kernel version

2012-03-05 Thread Andrea Adami
On Sun, Mar 4, 2012 at 12:40 AM, Andrea Adami andrea.ad...@gmail.com wrote: Hi, while testing some new kernels I found out a broken keymap. After short research I could identify the cause in recipes-bsp/keymaps/files/keymap.sh: ... KERNEL_MAJMIN=`uname -r | cut -d '.' -f 1,2` if [ -e /etc

Re: [OE-core] [RFC] keymaps and kernel version

2012-03-12 Thread Andrea Adami
On Mon, Mar 5, 2012 at 2:16 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 mrt. 2012, om 14:12 heeft Andrea Adami het volgende geschreven: On Sun, Mar 4, 2012 at 12:40 AM, Andrea Adami andrea.ad...@gmail.com wrote: Hi, while testing some new kernels I found out a broken keymap. After

Re: [OE-core] [PATCH] giflib: Move to OE-Core

2012-03-22 Thread Andrea Adami
On Thu, Mar 22, 2012 at 4:58 PM, Saul Wold s...@linux.intel.com wrote: On 03/22/2012 02:41 AM, Samuel Stirtzel wrote: 2012/3/22 Koen Kooik...@dominion.thruhere.net: Op 22 mrt. 2012, om 09:48 heeft Samuel Stirtzel het volgende geschreven: 2012/3/21 Koen Kooik...@dominion.thruhere.net: Op

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Andrea Adami
On Wed, Mar 28, 2012 at 1:22 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 28 March 2012 07:14:41 Robert P. J. Day wrote:   even though i realize this technique is not encouraged for local.conf, as i mentioned, i just tested using it from scratch in a brand new build and

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
On Mon, Apr 2, 2012 at 11:35 PM, Andrea Adami andrea.ad...@gmail.com wrote: * The actual rule only works for devices reporting ts pressure * and ignores the other touchscreens (happens e.g. on ipaq h1940). * a0,1,*18   a = absolute axes (ABS_X 0x00 ABS_Y 0x01 ABS_PRESSURE 0x18) * (see include

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
As far as I understand that, the rule was originally written for corgi touchscreen and did indeed work for ads7846 ts. Then something went wrong and this patch appeared: udev 124: support devices with ads7846 touchscreen and wrong modalias

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
On Wed, Apr 11, 2012 at 2:55 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 11 April 2012 13:57:29 Andrea Adami wrote: Finally, bluelightning reported that on ipaq h1940 the rule did not match and added a .bbappend in meta-handheld. FYI this is because pressure support

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
On Wed, Apr 11, 2012 at 3:18 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 11 April 2012 14:15:57 Paul Eggleton wrote: FWIW, I can report that with a patch to the rule such as this one Just to clarify, I meant Andrea's patch to the udev rule, not the NACKed kernel

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Andrea Adami
On Fri, Jul 27, 2012 at 1:25 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-07-26 at 19:06 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- does this look about right? diff --git a/meta/classes/image.bbclass

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Andrea Adami
On Fri, Jul 27, 2012 at 2:01 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Fri, 27 Jul 2012, Richard Purdie wrote: On Thu, 2012-07-26 at 19:06 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- does this look about right? diff

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Andrea Adami
On Fri, Jul 27, 2012 at 3:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-07-27 at 14:53 +0200, Andrea Adami wrote: By the way, we have followed pedissequally and re-introduced 'export IMAGE_BASENAME' [1] when we adapted our initramfs image for oe-core

Re: [OE-core] DEPEND on an image recipe

2012-08-17 Thread Andrea Adami
On Fri, Aug 17, 2012 at 2:55 PM, Phil Blundell ph...@gnu.org wrote: On Fri, 2012-08-17 at 08:51 -0400, Cliff Brake wrote: I would like to add a DEPEND to a kernel recipe that causes an initramfs image to be built every time before the kernel is built. It seems that a DEPEND on the rootfs

Re: [OE-core] [PATCH 2/2] tzdata: install /etc/localtime alongside /etc/timezone

2012-09-01 Thread Andrea Adami
On Fri, Aug 31, 2012 at 9:45 AM, Khem Raj raj.k...@gmail.com wrote: On Fri, Aug 31, 2012 at 9:01 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I don't think dropping support for / and ${prefix} makes sense as long as it doesn't excessively hurt us we already have, done

Re: [OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-03 Thread Andrea Adami
On Wed, Oct 3, 2012 at 6:38 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 12-10-03 12:36 AM, Darren Hart wrote: It is necessary to supply file://defconfig to the SRC_URI when using a defconfig (it is not implicitly understood as the commentary might currently suggest).

Re: [OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-03 Thread Andrea Adami
On Wed, Oct 3, 2012 at 2:33 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Oct 3, 2012 at 8:10 AM, Andrea Adami andrea.ad...@gmail.com wrote: On Wed, Oct 3, 2012 at 6:38 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 12-10-03 12:36 AM, Darren Hart wrote

Re: [OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-06-04 Thread Andrea Adami
26, 2013 at 1:23 AM, Andrea Adami andrea.ad...@gmail.com wrote: * though listed in IMAGE_FSTYPES the helper is missing so * make oe-core autosufficient importing the recipe. * Fix PN - BPN to avoid fetch errors with cramfs-native Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta

Re: [OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-06-04 Thread Andrea Adami
Note there would be also the possibility to use the mkfs.cramfs provided by util-linux implementing changes in image_types.bbclass and util-linux itself. Seems a bit overkill to me but still an option... Andrea On Tue, Jun 4, 2013 at 1:39 PM, Andrea Adami andrea.ad...@gmail.com wrote: ping

[OE-core] [PATCH] image_types.bbclass: add ubifs to IMAGE_TYPES

2013-06-04 Thread Andrea Adami
* the IMAGE_TYPES variable is used exclusively by hob * IMAGE_CMD_ubifs is already present in the class * ubifs images can be flashed on existing ubi volumes with 'ubiupdatevol' Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/image_types.bbclass | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-06-11 Thread Andrea Adami
ping Maybe you want cramfs in recipes-devtools and not in recipes-support? Feedback, please Andrea On Tue, Jun 4, 2013 at 1:51 PM, Andrea Adami andrea.ad...@gmail.com wrote: Note there would be also the possibility to use the mkfs.cramfs provided by util-linux implementing changes

Re: [OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-06-11 Thread Andrea Adami
On Tue, Jun 11, 2013 at 4:22 PM, Saul Wold s...@linux.intel.com wrote: On 06/11/2013 07:14 AM, Andrea Adami wrote: ping Maybe you want cramfs in recipes-devtools and not in recipes-support? Feedback, please Apologies, we will not accept this recipe being moved into oe-core

Re: [OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-20 Thread Andrea Adami
On Tue, Aug 20, 2013 at 3:51 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-19 03:11 PM, Jason Wessel wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an image recipe to specify a paired INITRAMFS recipe such as

Re: [OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-20 Thread Andrea Adami
On Tue, Aug 20, 2013 at 6:28 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-20 11:03 AM, Andrea Adami wrote: On Tue, Aug 20, 2013 at 3:51 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-19 03:11 PM, Jason Wessel wrote: This patch aims to fix the following

Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-26 Thread Andrea Adami
On Fri, Aug 23, 2013 at 2:56 PM, Jason Wessel jason.wes...@windriver.com wrote: On 08/23/2013 01:16 AM, Khem Raj wrote: On Thu, Aug 22, 2013 at 4:04 PM, Jason Wessel jason.wes...@windriver.com wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an

[OE-core] [PATCH 0/2] Simplify the creation of cramfs images

2013-08-29 Thread Andrea Adami
Extending the util-linux recipe allows the creation of cramfs images with tools contained in oe-core. The cramfs recipe in meta-filesystems will be removed so there will be any conflict nor replacement of cramfs-native. This fixes as well an HOB bug (missing helper for cramfs). Andrea Adami (2

[OE-core] [PATCH 2/2] image_types.bbclass: use mkfs.cramfs instead of makecramfs

2013-08-29 Thread Andrea Adami
The former is provided by util-linux and the latter is now to be removed for meta-filesystems. This allows to generate cramfs images whithout extra layers. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/classes/image_types.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 1/2] util-linux: package mkfs.cramfs and fsck.cramfs

2013-08-29 Thread Andrea Adami
The recipe builds the two utils which are unpackaged. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-core/util-linux/util-linux.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util

Re: [OE-core] [PATCH v3 1/2] tzdata: We shouldn't override the localtime if it is valid

2013-02-08 Thread Andrea Adami
On Fri, Feb 8, 2013 at 3:52 PM, Otavio Salvador ota...@ossystems.com.br wrote: The code where mistakenly replacing the localtime file setting so we end with a copy of file instead of a symbolic link. This fixes it so now, we'll only do that in case the link is pointing to invalid data. Hi,

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

2013-03-05 Thread Andrea Adami
On Sun, Mar 3, 2013 at 1:39 PM, Martin Jansa martin.ja...@gmail.com wrote: Updated state of world builds on distroless oe-core+meta-oe+meta-smartphone layers this time also on qemux86 and qemux86-64: qemuarm:

Re: [OE-core] Embed initramfs into kernel

2013-04-22 Thread Andrea Adami
On Mon, Apr 22, 2013 at 5:06 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Mon, Apr 22, 2013 at 10:11 AM, Yevhen Kyriukha kirg...@gmail.com wrote: Thanks! I was trying to build the kernel and I got the following error: Aborted dependency loops search after 10 matches. I copied

Re: [OE-core] [PATCH 0/4] Add qemumips64 machine support

2013-05-18 Thread Andrea Adami
On Sat, May 18, 2013 at 6:14 PM, Khem Raj raj.k...@gmail.com wrote: On May 18, 2013, at 5:50 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: just FYI, did a fresh build for qemumips64 from updated oe-core layer alone, and it seems to work fine. i think it's a keeper. thanks. Now

[OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-05-25 Thread Andrea Adami
* though listed in IMAGE_FSTYPES the helper is missing so * make oe-core autosufficient importing the recipe. * Fix PN - BPN to avoid fetch errors with cramfs-native Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta/recipes-support/cramfs/cramfs_1.1.bb | 29

Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-09-27 Thread Andrea Adami
On Sat, Aug 24, 2013 at 7:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-08-22 at 18:04 -0500, Jason Wessel wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an image recipe to specify a paired INITRAMFS recipe such

Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-09-27 Thread Andrea Adami
On Fri, Sep 27, 2013 at 11:05 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-09-27 at 10:07 +0200, Andrea Adami wrote: On Sat, Aug 24, 2013 at 7:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-08-22 at 18:04 -0500, Jason Wessel wrote

Re: [OE-core] [PATCH] kernel.bbclass: Allow INITRAMFS_TASK to trigger copy initramfs code

2013-09-27 Thread Andrea Adami
Jason, there is one more problem here: | DEBUG: Executing shell function do_compile | Copying initramfs into ./usr ... | cp: cannot create regular file

  1   2   3   >