Re: [OE-core] [PATCH 1/1] nspr: Integrate version 4.8.9

2012-02-10 Thread Denis Carikli
There are some small issues: >+Cflags: There is a whitespace at the end. > +inherit autotools There is a whitespace at the end. >+LICENSE = "GPLv2" The license is not GPLv2 only, but rather: GPLv2+ or MPL1.1(I'm not sure if it's spelled correctly) or LGPLv2.1+ (I don't remember how or are expr

Re: [OE-core] [PATCH] liboil-0.3.17: add upstream Fix-enable-vfp-flag patch

2011-09-15 Thread Denis Carikli
Tested-by: Denis Carikli Denis. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [PATCH v2] qt4.inc: package qtdemo's docs in a separate package

2011-09-15 Thread Denis Carikli
ow to split it. Signed-off-by: Denis Carikli --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- meta/recipes-qt/qt4/qt4.inc |7 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipes-qt/qt4/qt4-embedded.i

Re: [OE-core] [PATCH] liboil-0.3.17: add upstream Fix-enable-vfp-flag patch

2011-09-15 Thread Denis Carikli
On Thu, 2011-09-15 at 10:23 +0200, Bernhard Guillon wrote: > Add upstream 1921498bcc06408e8b051a3a9e9ce4182998f748 patch to fix > compiling with vfp > > Without this patch this error occours on arm with vfp and softfloat: > > | math_vfp_asm.S:273: Error: selected processor does not support `fnegd

[OE-core] [PATCH 1/2] qt4.inc: package qtdemo's docs in a separate package

2011-09-15 Thread Denis Carikli
ow to split it. Signed-off-by: Denis Carikli --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- meta/recipes-qt/qt4/qt4.inc | 57 +- 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/meta/re

[OE-core] [PATCH 2/2] qt4(embedded and x11): disable neon for armv6-vfp

2011-09-15 Thread Denis Carikli
without the -no-neon flag, neon is "autodetected" by looking if the compiler is capable of compiling a neon test, and succeed, and neon is then enabled during the compilation. Signed-off-by: Denis Carikli --- meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb |3 ++- meta/recipes-

[OE-core] Some QT patches

2011-09-15 Thread Denis Carikli
hi, here are 2 QT patches, they are done on top of the following patches (that were sent to the mailing list): 1)qt4: fix generated sdk 2)qt4: add blacklist-diginotar-certs patch 3)qt4: update to latest version 4.7.4 Denis. ___ Openembedde

[OE-core] [PATCH v2] busybox: update to 1.8.5

2011-09-06 Thread Denis Carikli
Signed-off-by: Denis Carikli --- .../B921600.patch |0 .../busybox-appletlib-dependency.patch |0 .../busybox-udhcpc-no_deconfig.patch |0 .../{busybox-1.18.4 => busybox-1.18.5}/defconfig |0 .../get_header_tar.pa

[OE-core] [PATCH] busybox: update to 1.8.5 Signed-off-by: Denis Carikli

2011-09-06 Thread Denis Carikli
--- .../B921600.patch |0 .../busybox-appletlib-dependency.patch |0 .../busybox-udhcpc-no_deconfig.patch |0 .../{busybox-1.18.4 => busybox-1.18.5}/defconfig |0 .../get_header_tar.patch |0

[OE-core] [PATCH v4] mtd-utils: update to version to 1.4.6

2011-09-06 Thread Denis Carikli
mtd-utils 1.4.6 is the lastest release of mtd-utils at this time. Signed-off-by: Denis Carikli --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 .../mtd/{mtd-utils_1.4.1.bb => mtd-utils_1.4.6.bb} |7 ++- 2 files changed, 2 insertions(+), 5 deletions(-) rename m

[OE-core] [PATCH] busybox: import the configuration from openembedded.dev

2011-09-05 Thread Denis Carikli
Without that patch many applets are not build, like for instance mdev, which could be necessary for building certain images. Signed-off-by: Denis Carikli --- meta/recipes-core/busybox/busybox-1.18.4/defconfig | 331 +--- meta/recipes-core/busybox/busybox_1.18.4.bb

[OE-core] [PATCH] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-05 Thread Denis Carikli
The documentation is 285M and doesn't fit on the NAND of many machines. Signed-off-by: Denis Carikli --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- meta/recipes-qt/qt4/qt4.inc |3 +-- 3 files changed, 3 insertions(+), 4 dele

[OE-core] [RESEND] bitbake.conf: fix ubi images creation

2011-09-02 Thread Denis Carikli
result in a kernel panic because the rootfs can't be mounted. Signed-off-by: Denis Carikli --- meta/conf/bitbake.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a68be07..14ee90c 100644 --- a/meta

[OE-core] [PATCH 2/2] bitbake.conf: fix ubi images creation

2011-09-02 Thread Denis Carikli
result in a kernel panic because the rootfs can't be mounted. Signed-off-by: Denis Carikli --- meta/conf/bitbake.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a68be07..14ee90c 100644 --- a/meta

[OE-core] [PATCH v3] mtd-utils: update to version to 1.4.6

2011-09-02 Thread Denis Carikli
mtd-utils 1.4.6 is the lastest release of mtd-utils at this time. Signed-off-by: Denis Carikli --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 .../mtd/{mtd-utils_1.4.1.bb => mtd-utils_1.4.6.bb} |7 ++- 3 fi

[OE-core] [PATCH v2] mtd-utils: update to version to 1.4.6

2011-09-02 Thread Denis Carikli
mtd-utils 1.4.6 is the lastest release of mtd-utils at this time. Signed-off-by: Denis Carikli --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 .../mtd/{mtd-utils_1.4.1.bb => mtd-utils_1.4.6.bb} |3 --- 2 files changed, 0 insertions(+), 3 deletions(-) rename meta/reci

[OE-core] [PATCH 1/2] mtd-utils: update to version to 1.4.6

2011-09-02 Thread Denis Carikli
mtd-utils 1.4.6 is the lastest release of mtd-utils at this time. Signed-off-by: Denis Carikli --- .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 meta/recipes-devtools/mtd/mtd

Re: [OE-core] [PATCH v2] mtd-utils: update to version to 1.4.6

2011-09-02 Thread Denis Carikli
On Fri, 2011-09-02 at 15:38 +0200, Denis Carikli wrote: > mtd-utils 1.4.6 is the lastest release of mtd-utils > at this time. > > Signed-off-by: Denis Carikli > --- > .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 > .../mtd/{mtd-utils_1.4.1.bb => mt