Re: [OE-core] [RFC] About GPLv2's native recipe

2015-01-25 Thread Eric Bénard
Hi Robert, Le Fri, 23 Jan 2015 10:12:16 +0800, Robert Yang a écrit : > We have several GPLv2 recipes such as m4-native_1.4.9.bb, while we also > have GPLv3's m4-native_1.4.17.bb, I think that we can remove > m4-native_1.4.9.bb if the target m4_1.4.9.bb builds well ? > > I'd like to remove it bec

Re: [OE-core] [oe] Opkg files at /var/lib/opkg/lists

2014-11-13 Thread Eric Bénard
Hi Alejandro, Le Thu, 13 Nov 2014 14:10:12 -0600, Alejandro del Castillo a écrit : > I think you got it, the commit d950ef40a3eae4b54cc62828e66d84a62d78c447 > removed: > > rm -f ${IMAGE_ROOTFS}${OPKGLIBDIR}/opkg/lists/* > > step that I didn't see implemented on rootfs.py. I'll file a

Re: [OE-core] [oe] Opkg files at /var/lib/opkg/lists

2014-11-12 Thread Eric Bénard
Hi Aljandro, copying oe-core's ML as the problem seems related to oe-core and not to meta-oe. Le Wed, 12 Nov 2014 12:15:46 -0600, Alejandro del Castillo a écrit : > Hello, > > I noticed that the OE build process is leaving files at > /var/lib/opkg/lists (~1.5 MB on my system), which I believe

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Eric Bénard
Le Fri, 05 Sep 2014 17:35:30 +0800, Dvorkin Dmitry a écrit : > pretty sure! see my grep on *.dot files. python is installed due to crda. > may be the difference is that I'm using new version of crda (2014.06.00)? > look at my recipe (attached) > your grep shown the build of crda depends on some p

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Eric Bénard
Hi Dvorkin, Le Fri, 05 Sep 2014 16:36:03 +0800, Dvorkin Dmitry a écrit : > > Hello! > > I wrote my own recipe for crda. > (http://wireless.kernel.org/en/developers/Regulatory/CRDA) > > Dependencies is: > DEPENDS = "libgcrypt libnl" > RDEPENDS_${PN} = "udev wireless-regdb" > > Crda Makefile i

Re: [OE-core] [PATCH] barebox: Add recipe

2014-07-28 Thread Eric Bénard
Hi David, Le Mon, 28 Jul 2014 14:15:12 +0200, David Vincent a écrit : > > Why don't you use $BAREBOX_BINARY instead of hardcoding > > barebox-flash-image which won't work on old versions of barebox where > > barebox's binary is named barebox.bin ? > > I didn't know that, but I am not sure I can

Re: [OE-core] [PATCH] barebox: Add recipe

2014-07-28 Thread Eric Bénard
Hi David, Le Mon, 28 Jul 2014 11:55:04 +0200, David Vincent a écrit : > > barebox (formerly known as u-boot-v2) is a bootloader that inherits the > best of U-Boot and the Linux kernel. This commit adds the possibility to > use it as a virtual/bootloader instead of U-Boot. > > Signed-off-by: Da

Re: [OE-core] Hi

2014-06-28 Thread Eric Bénard
Hi, Le 28 Jun 2014 04:19:02 -, "Himanshu Pandey" a écrit : > I want a receipe for dhclient package. > git grep dhclient leads to : meta/recipes-connectivity/dhcp/dhcp_4.3.0.bb Eric -- ___ Openembedded-core mailing list Openembedded-core@lists.o

Re: [OE-core] SRC_URI computing order

2013-11-04 Thread Eric Bénard
Hi Andrea, Le Sun, 3 Nov 2013 23:16:09 +0100, Andrea Adami a écrit : > I have to report an undesiderate behavior: > > the formfactor files in our .bbappend are not considered :/ > DEBUG: Searching for machconfig in paths: > /oe/oe-core/meta/recipes-bsp/formfactor/formfactor-0.0/ > /oe/oe

Re: [OE-core] SRC_URI computing order

2013-11-02 Thread Eric Bénard
Hi Richard, Le Wed, 30 Oct 2013 15:15:12 +, Richard Purdie a écrit : > On Tue, 2013-10-29 at 08:28 +0100, Eric Bénard wrote: > > Hi Khem, > > > > Le Mon, 28 Oct 2013 20:45:21 -0700, > > Khem Raj a écrit : > > > > > On Mon, Oct 28, 2013 at 7:10

Re: [OE-core] SRC_URI computing order

2013-11-02 Thread Eric Bénard
Le Fri, 01 Nov 2013 18:16:18 +, Richard Purdie a écrit : > On Fri, 2013-11-01 at 16:36 +0100, Eric Bénard wrote: > > Hi, > > > > Le Mon, 28 Oct 2013 15:10:04 +0100, > > Eric Bénard a écrit : > > > I saw your patch fixing FILESPATH's and Kergoth&#x

Re: [OE-core] SRC_URI computing order

2013-11-01 Thread Eric Bénard
Hi, Le Mon, 28 Oct 2013 15:10:04 +0100, Eric Bénard a écrit : > I saw your patch fixing FILESPATH's and Kergoth's one fixing > PACKAGECONFIG processing order and I think I'm also facing an order > problem when SRC_URI is computed. > > So when building SRC_URI when

Re: [OE-core] SRC_URI computing order

2013-10-29 Thread Eric Bénard
Hi Khem, Le Mon, 28 Oct 2013 20:45:21 -0700, Khem Raj a écrit : > On Mon, Oct 28, 2013 at 7:10 AM, Eric Bénard wrote: > > Hi Richard, > > > > I saw your patch fixing FILESPATH's and Kergoth's one fixing > > PACKAGECONFIG processing order and I think I&#x

[OE-core] SRC_URI computing order

2013-10-28 Thread Eric Bénard
Hi Richard, I saw your patch fixing FILESPATH's and Kergoth's one fixing PACKAGECONFIG processing order and I think I'm also facing an order problem when SRC_URI is computed. So when building SRC_URI when two layers have bbappend which apply patches : the SRC_URI seems to be built using an order

[OE-core] [PATCH for danny - v2 1/3] gcc: fix compilation with 4.8 host

2013-10-17 Thread Eric Bénard
Signed-off-by: Eric Bénard --- meta/recipes-devtools/gcc/gcc-4.7.inc | 1 + .../gcc/gcc-4.7/gcc-fix-for-4.8-host.patch | 37 ++ 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/gcc-fix-for-4.8-host.patch diff --git

[OE-core] [PATCH for danny - v2 2/3] openssl: fix documentation build errors with Perl 5.18 pod2man

2013-10-17 Thread Eric Bénard
this is mostly a backport of 8792b7fb4ef8d66336d52de7e81efbb818e16b08 Signed-off-by: Eric Bénard --- ...tation-build-errors-with-Perl-5.18-pod2ma.patch | 461 + .../openssl-1.0.0j/doc-extra-fix-for-pod2man.patch | 51 +++ .../recipes-connectivity/openssl/openssl_1.0.0j.bb

[OE-core] [PATCH for danny - v2 3/3] elfutils-native: Fix build on distros with gcc 4.8

2013-10-17 Thread Eric Bénard
From: Khem Raj backport of : c1cbc57 5cc3b4f 6101097 Signed-of-by: Eric Bénard --- .../elfutils-ar-c-fix-num-passed-to-memset.patch | 23 +++ .../elfutils/elfutils/fix-build-gcc-4.8.patch | 44 ++ ...ssed-to-snprintf-for-invalid-sh_name-case.patch | 27

[OE-core] [PATCH for danny 1/2] gcc: fix compilation with 4.8 host

2013-10-17 Thread Eric Bénard
Signed-off-by: Eric Bénard --- meta/recipes-devtools/gcc/gcc-4.7.inc | 1 + .../gcc/gcc-4.7/gcc-fix-for-4.8-host.patch | 37 ++ 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/gcc-fix-for-4.8-host.patch diff --git

[OE-core] [PATCH for danny 2/2] openssl: fix documentation build errors with Perl 5.18 pod2man

2013-10-17 Thread Eric Bénard
this is mostly a backport of 8792b7fb4ef8d66336d52de7e81efbb818e16b08 Signed-off-by: Eric Bénard --- ...tation-build-errors-with-Perl-5.18-pod2ma.patch | 461 + .../openssl-1.0.0j/doc-extra-fix-for-pod2man.patch | 48 +++ .../recipes-connectivity/openssl/openssl_1.0.0j.bb

Re: [OE-core] [PATCH] qemu: fix nativesdk build without x11

2013-10-07 Thread Eric Bénard
Le Mon, 7 Oct 2013 12:34:02 +0100, "Burton, Ross" a écrit : > On 5 October 2013 11:11, Eric Bénard wrote: > > when x11 is not defined in DISTRO_FEATURES, there are no x11 headers > > so True is not defined leading to : > > | ui/sdl.c:62:8: warning: type defa

[OE-core] [PATCH] qemu: fix nativesdk build without x11

2013-10-05 Thread Eric Bénard
rue' undeclared here (not in a function) | static doing_grabs = True; | ^ Signed-off-by: Eric Bénard --- meta/recipes-devtools/qemu/files/disable-grabs.patch | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH] busybox: update mdev.conf

2013-09-25 Thread Eric Bénard
mdev.conf according to this behaviour so that sound and input devices are correctly populated (and now /etc/mdev/find-touchscreen.sh is executed). Tested on an arm board. Signed-off-by: Eric Bénard --- meta/recipes-core/busybox/files/mdev.conf | 14 -- 1 file changed, 8 insert

Re: [OE-core] [PATCH/RFC] autotools: handle dependency on intltool-native

2013-09-23 Thread Eric Bénard
Le Mon, 23 Sep 2013 12:24:17 +0100, Richard Purdie a écrit : > On Mon, 2013-09-23 at 10:06 +0200, Eric Bénard wrote: > > autotools' class can use intltoolize but has no dependency on it > > which can leads to : > > /test/setup-scripts/build/tmp-defaultsetup-eglibc-eglib

Re: [OE-core] elfutils patch failure

2013-09-23 Thread Eric Bénard
Le Mon, 23 Sep 2013 13:39:07 +0200, David Nyström a écrit : > +1, saw this error as well. > And an additional patch failure for libtool-native. > not sure if that helps, but I also had patch errors (on other recipes) when a recipe which was already built is updated and gets rebuilt : a clean sol

[OE-core] [PATCH/RFC] autotools: handle dependency on intltool-native

2013-09-23 Thread Eric Bénard
this problem by adding the dependency on intltool-native which can be tricky as it triggers circular dependencies very easily. Signed-off-by: Eric Bénard --- meta/classes/autotools.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bb

[OE-core] [PATCH] qt-mobility: fix build without X11

2013-09-19 Thread Eric Bénard
-eglibc-eglibc/sysroots/x86_64-linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: cannot find -lXrandr make[2]: *** [../../lib/libQtSystemInfoE.so.1.2.0] Error 1 Signed-off-by: Eric Bénard --- ...embedded-usage-doesn-t-work-outside-of-Qt.patch | 73

Re: [OE-core] [PATCH 1/2] qemu: add option to disable X grabs

2013-09-18 Thread Eric Bénard
Hi Ross, Le Wed, 18 Sep 2013 17:48:45 +0100, Ross Burton a écrit : > diff --git a/meta/recipes-devtools/qemu/qemu.inc > b/meta/recipes-devtools/qemu/qemu.inc > index 97e9b7b..1b861d7 100644 > --- a/meta/recipes-devtools/qemu/qemu.inc > +++ b/meta/recipes-devtools/qemu/qemu.inc > @@ -17,6 +17,7 @

Re: [OE-core] [danny][PATCH 3/3] binutils: fix build with recent texinfo (5.1)

2013-08-22 Thread Eric Bénard
Hi Ross, Le Tue, 23 Jul 2013 14:37:05 +0100, "Burton, Ross" a écrit : > On 9 July 2013 08:29, Eric Bénard wrote: > > Signed-off-by: Eric Bénard > > --- > > meta/recipes-devtools/binutils/binutils-2.22.inc |1 + > > .../binutils/binutil

[OE-core] [danny][PATCH 3/3] binutils: fix build with recent texinfo (5.1)

2013-07-09 Thread Eric Bénard
Signed-off-by: Eric Bénard --- meta/recipes-devtools/binutils/binutils-2.22.inc |1 + .../binutils/binutils/texinfo.patch| 294 2 files changed, 295 insertions(+) create mode 100644 meta/recipes-devtools/binutils/binutils/texinfo.patch diff --git a

[OE-core] [danny][PATCH 2/3] eglibc: fix build with recent texinfo (5.1)

2013-07-09 Thread Eric Bénard
Signed-off-by: Eric Bénard --- .../remove_hsep_and_vsep_from_info_pages.patch | 71 meta/recipes-core/eglibc/eglibc_2.16.bb|1 + 2 files changed, 72 insertions(+) create mode 100644 meta/recipes-core/eglibc/eglibc-2.16

[OE-core] [danny][PATCH 1/3] gcc: add patch to disable texinfo when texinfo is 5.0 or newer

2013-07-09 Thread Eric Bénard
From: Martin Jansa * this is needed only for 4.7 series, newer works fine with texinfo-5* [YOCTO #3947] Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-4.7.inc |1 + .../gcc/gcc-4.7/disable-texinfo-5.patch| 107 +++

Re: [OE-core] Qt embedded, touchscreens, and cursors

2013-06-27 Thread Eric Bénard
Hi Steve, Le Tue, 25 Jun 2013 09:34:05 -0700, Steve Sakoman a écrit : > I'm new to the Qt world, so perhaps this is a stupid question . . . > > I'm helping a client create a custom layer for their touchscreen based > hardware and Qt applications. > > They've decided to use Qt4e and we are incl

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Eric Bénard
Le Mon, 10 Jun 2013 15:07:01 +0200, Nicolas Dechesne a écrit : > On Mon, Jun 10, 2013 at 2:59 PM, Eric Bénard wrote: > > > Hi Nicolas, > > > > Le Mon, 10 Jun 2013 14:10:15 +0200, > > Nicolas Dechesne a écrit : > > > > > On Mon, Jun 1

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Eric Bénard
Le Mon, 10 Jun 2013 05:58:42 -0700, Steve Sakoman a écrit : > On Mon, Jun 10, 2013 at 12:45 AM, Eric Bénard wrote: > > > the strange thing is why do you get a X qtdemo when building > > qt4e-demo-image ? > > I haven't begun debugging yet, but I had 2 initial tho

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread Eric Bénard
Hi Nicolas, Le Mon, 10 Jun 2013 14:10:15 +0200, Nicolas Dechesne a écrit : > On Mon, Jun 10, 2013 at 1:19 PM, John Stirling > wrote: > > > You suggest just cutting it down to > > > > IMAGE_INSTALL += " \ > > qtui \ > > " > > and it should work itself out ? > > this will work but if you need pl

Re: [OE-core] qt4e-demo-image with meta-fsl-arm: successful build?

2013-06-10 Thread Eric Bénard
Le Sun, 9 Jun 2013 20:19:52 -0700, Steve Sakoman a écrit : > Has anyone successfully built (and run!) the qt4e-demo-image with > meta-fsl-arm? > > I tried a build for a machine based on imx28evk and get a broken image > (i.e. demo fails to start at boot): > > QIconvCodec::convertFromUnicode: u

Re: [OE-core] [PATCH v2 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native

2013-05-30 Thread Eric Bénard
Le Fri, 31 May 2013 15:35:35 +0900, Saul Wold a écrit : > On 05/31/2013 05:40 AM, Eric Bénard wrote: > > not really sure if the dependency is always inherited but at least > > there won't be bad surprise. > > > This seems to have caused a circular dependency, not sur

[OE-core] [PATCH v2 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native

2013-05-30 Thread Eric Bénard
not really sure if the dependency is always inherited but at least there won't be bad surprise. Signed-off-by: Eric Bénard --- meta/classes/gtk-icon-cache.bbclass | 2 +- meta/classes/pixbufcache.bbclass| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classe

[OE-core] [PATCH v2 1/2] hicolor-icon-theme: keep inherited dependencies and switch to gnomebase

2013-05-30 Thread Eric Bénard
-loaders binary was be used and it will try to update the host's cache - keep inherited dependencies as these are only native ones DEPENDS = autoconf-native automake-native gnome-common-native gnu-config-native libtool-native pkgconfig-native [YOCTO #4572] Signed-off-by: Eric Bénard ---

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 19:26:03 +0100, "Burton, Ross" a écrit : > On 30 May 2013 12:11, Eric Bénard wrote: > > inherit gnomebase and remove DEPENDS="" > > seems to work fine (the postinst and postrm scripts are removed). > > removing DEPENDS="

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 11:49:00 +0100, Richard Purdie a écrit : > On Thu, 2013-05-30 at 12:32 +0200, Eric Bénard wrote: > > Le Thu, 30 May 2013 09:32:38 +0100, > > "Burton, Ross" a écrit : > > > > > On 30 May 2013 09:09, Martin Jansa wrote: > > >

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Hi Ross, Le Thu, 30 May 2013 12:32:30 +0200, Eric Bénard a écrit : > Le Thu, 30 May 2013 09:32:38 +0100, > "Burton, Ross" a écrit : > > > On 30 May 2013 09:09, Martin Jansa wrote: > > > Doesn't it depend now on something which isn't al

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 10:09:36 +0200, Martin Jansa a écrit : > Doesn't it depend now on something which isn't allarch? IIRC gnome.bbclass > brings gconf. > true : * DEPENDS: added "shared-mime-info gnome-common-native shared-mime-info-native gtk-update-icon-cache-native gconf gconf-native" Eric

Re: [OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 09:32:38 +0100, "Burton, Ross" a écrit : > On 30 May 2013 09:09, Martin Jansa wrote: > > Doesn't it depend now on something which isn't allarch? IIRC gnome.bbclass > > brings gconf. > > gnome.bbclass is an abomination and should be gutted. Yes, this will > mean the build de

[OE-core] [PATCH 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native

2013-05-30 Thread Eric Bénard
not really sure if the dependency is always inherited but at least there won't be bad surprise. Signed-off-by: Eric Bénard --- meta/classes/gtk-icon-cache.bbclass | 2 +- meta/classes/pixbufcache.bbclass| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classe

[OE-core] [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies

2013-05-30 Thread Eric Bénard
else, if an image installs hicolor-icon-theme without any other gnome package, the dependency on gdk-pixbuf-native will be missing and if it exists, the host gdk-pixbuf-query-loaders binary will be used and it will try to update the host's cache [YOCTO #4572] Signed-off-by: Eric Bénard ---

Re: [OE-core] [PATCH] image.bbclass: depend on gdk-pixbuf-native

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 09:00:55 +0200, Eric Bénard a écrit : > Le Wed, 29 May 2013 22:53:31 +0100, > Richard Purdie a écrit : > > > On Wed, 2013-05-29 at 23:30 +0200, Eric Bénard wrote: > > > it's using scripts from scripts/postinst-intercepts/ which contain > &g

Re: [OE-core] [PATCH] image.bbclass: depend on gdk-pixbuf-native

2013-05-30 Thread Eric Bénard
Le Wed, 29 May 2013 22:53:31 +0100, Richard Purdie a écrit : > On Wed, 2013-05-29 at 23:30 +0200, Eric Bénard wrote: > > it's using scripts from scripts/postinst-intercepts/ which contain > > gdk-pixbuf-query-loaders so it should depend on gdk-pixbuf-native > > else th

[OE-core] [PATCH] image.bbclass: depend on gdk-pixbuf-native

2013-05-29 Thread Eric Bénard
it's using scripts from scripts/postinst-intercepts/ which contain gdk-pixbuf-query-loaders so it should depend on gdk-pixbuf-native else the host binary will be used and it will try to update the host's cache [YOCTO #4572] Signed-off-by: Eric Bénard --- fix the same problem in dy

Re: [OE-core] update_icon_cache host access

2013-05-29 Thread Eric Bénard
Le Wed, 29 May 2013 09:59:56 +0200, Eric Bénard a écrit : > Hi, > > while building an image I got : > > Running intercept scripts: > > Executing update_font_cache > > Executing update_icon_cache > Failed to create file > '/usr/lib/i386-linux-g

[OE-core] update_icon_cache host access

2013-05-29 Thread Eric Bénard
Hi, while building an image I got : Running intercept scripts: > Executing update_font_cache > Executing update_icon_cache Failed to create file '/usr/lib/i386-linux-gnu/gdk-2.0/2.10.0/loaders.cache.K0FPXW': Permission denied apt-get remove libgdk-pixbuf2.0-0 workaround the problem in the presen

Re: [OE-core] [PATCH] base.bbclass: Add COMPATIBLE_DISTRO_FEATURES support

2013-05-28 Thread Eric Bénard
Hi Otavio, Le Tue, 28 May 2013 12:18:21 -0300, Otavio Salvador a écrit : > On Tue, May 28, 2013 at 12:12 PM, Phil Blundell wrote: > > Also also, we've managed without this functionality in oe-core for some > > time which makes me wonder how widely useful it would actually be. If > > it's only

Re: [OE-core] dylan: meta-toolchain and u-boot : "cannot find -lgcc"

2013-04-26 Thread Eric Bénard
Hi Mark, Le Fri, 26 Apr 2013 09:46:20 -0500, Mark Hatle a écrit : > I see, it's using ld instead of gcc for linking. AFAIK though, you really > shouldn't be using -lgcc in either uboot or linux for any platform. That > seems > suspicious to me. > u-boot is using libgcc in its makefile (Linu

Re: [OE-core] dylan: meta-toolchain and u-boot : "cannot find -lgcc"

2013-04-26 Thread Eric Bénard
Hi Mark, Le Fri, 26 Apr 2013 08:51:58 -0500, Mark Hatle a écrit : > On 4/26/13 2:26 AM, Eric Bénard wrote: > > this can be fixed by installing the sdk to it's standard path > > (/usr/local/oecore-x86_64/ in the present case). > > > > Is that an expected behaviour

[OE-core] dylan: meta-toolchain and u-boot : "cannot find -lgcc"

2013-04-26 Thread Eric Bénard
Hi, here is a problem I met while trying to build u-boot with a toolchain generated using dylan. steps to reproduce : - bitbake meta-toolchain for an armv5t target - install the sdk to a custom path ($HOME/oecore-x86_64/ for example instead of /usr/local/oecore-x86_64/ - get u-boot : git clon

[OE-core] [PATCH to test] dropbear: update to 2013.58

2013-04-24 Thread Eric Bénard
- patches updated - nopw-option.patch dropped as the option is integrated since 2013.56 - compile tested for ARMv5 target Signed-off-by: Eric Bénard --- needs runtime test with -B option (blank password) and with PAM .../0001-urandom-xauth-changes-to-options.h.patch} | 12 ++- .../0002

[OE-core] [PATCH 2/2] dpkg: update to 1.16.10

2013-04-24 Thread Eric Bénard
Signed-off-by: Eric Bénard --- meta/recipes-devtools/dpkg/{dpkg_1.16.9.bb => dpkg_1.16.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/dpkg/{dpkg_1.16.9.bb => dpkg_1.16.10.bb} (71%) diff --git a/meta/recipes-devtools/dpkg/dpkg_1.16.9.bb

[OE-core] [PATCH 1/2] apt: update to 0.9.7.8

2013-04-24 Thread Eric Bénard
Signed-off-by: Eric Bénard --- .../disable-configure-in-makefile.patch| 0 .../fix-gcc-4.6-null-not-defined.patch | 0 .../apt/{apt-0.9.7.7 => apt-0.9.7.8}/makerace.patch| 0 .../apt/{apt-0.9.7.7 => apt-0.9.7.8}

[OE-core] [PATCH v2] subversion: upgrade to 1.7.9

2013-04-23 Thread Eric Bénard
Signed-off-by: Eric Bénard --- v2 : use -M ... .../{subversion-1.7.8 => subversion-1.7.9}/fix-install-depends.patch | 0 .../subversion/{subversion-1.7.8 => subversion-1.7.9}/libtool2.patch | 0 .../subversion/{subversion_1.7.8.bb => subversion_1.7.9.bb} | 4 ++-- 3 files c

[OE-core] [PATCH] subversion: upgrade to 1.7.9

2013-04-23 Thread Eric Bénard
Signed-off-by: Eric Bénard --- .../subversion-1.7.8/fix-install-depends.patch | 48 -- .../subversion/subversion-1.7.8/libtool2.patch | 15 --- .../subversion-1.7.9/fix-install-depends.patch | 48 ++ .../subversion/subversion-1.7.9/libtool2

Re: [OE-core] [PATCH] base.bbclass: Fix matching of SOC_FAMILY in COMPATIBLE_MACHINE

2013-04-08 Thread Eric Bénard
Hi Otavio, Le Mon, 8 Apr 2013 10:31:17 -0300, Otavio Salvador a écrit : > On Sun, Apr 7, 2013 at 2:37 AM, Eric Bénard wrote: > > Le Sat, 6 Apr 2013 17:58:30 -0300, > > Otavio Salvador a écrit : > > > >> On Sat, Apr 6, 2013 at 3:02 PM, Eric Bénard wrote: > >

Re: [OE-core] [PATCH] base.bbclass: Fix matching of SOC_FAMILY in COMPATIBLE_MACHINE

2013-04-06 Thread Eric Bénard
Le Sat, 6 Apr 2013 17:58:30 -0300, Otavio Salvador a écrit : > On Sat, Apr 6, 2013 at 3:02 PM, Eric Bénard wrote: > > Hi Otavio, > > > > Le Sat, 6 Apr 2013 14:17:48 -0300, > > Otavio Salvador a écrit : > > > >> When a SOC_FAMILY has more than one v

Re: [OE-core] [PATCH] base.bbclass: Fix matching of SOC_FAMILY in COMPATIBLE_MACHINE

2013-04-06 Thread Eric Bénard
Hi Otavio, Le Sat, 6 Apr 2013 14:17:48 -0300, Otavio Salvador a écrit : > When a SOC_FAMILY has more than one value, split by ':' as usual > OVERRIDES, this were not being properly checked in COMPATIBLE_MACHINE > matching as we need to iterate over each SoC family and check if it is > compatibl

Re: [OE-core] [PATCH 2/4] linux-firmware: Do not deploy license files in packages

2013-03-24 Thread Eric Bénard
Le Sun, 24 Mar 2013 11:55:09 -0500, John Weber a écrit : > Showing my ignorance here, but is a manifest created with all of the packaged > licenses? Is it possible for the developer to ship that if they see fit? > > I think what Otavio was trying to do was to keep /lib/firmware from being > c

Re: [OE-core] [PATCH 2/4] linux-firmware: Do not deploy license files in packages

2013-03-24 Thread Eric Bénard
Hi Otavio, Le Sat, 23 Mar 2013 17:30:58 -0300, Otavio Salvador a écrit : > We don't ship license files with packages and firmware packages are no > different; drop them. > > Signed-off-by: Otavio Salvador there may be a good reason to distribute the license files together with the firmware's b

Re: [OE-core] [PATCH] busybox: Upgrade to v1.21.0

2013-03-11 Thread Eric Bénard
Hi Radu, Le Thu, 7 Mar 2013 18:45:39 +0200, Radu Moisan a écrit : > Removed obsolete patches > > Signed-off-by: Radu Moisan > --- > .../busybox-1.20.2/busybox-1.20.2-kernel_ver.patch | 28 -- > .../busybox-mkfs-minix-tests_bigendian.patch | 34 --- > .../fix-for-spurious-te

Re: [OE-core] [for-danny] Proposed changes for backporting

2013-03-08 Thread Eric Bénard
Hi Otavio, Le Sun, 3 Mar 2013 11:23:11 -0300, Otavio Salvador a écrit : > A new set of changes for evaluation for backport (in order): > > * 3b214e2 samba: Split libnss-winbind package > > * 1b6add9 mg: add recipe for version 20110905 > > * e8874ce evince: disable help build > pushed to danny

Re: [OE-core] [danny][PATCH 0/2]fix toolchain relocation issues

2013-03-06 Thread Eric Bénard
Hi Hongxu, Le Wed, 6 Mar 2013 12:58:45 +0800, Hongxu Jia a écrit : > Rebase to danny. > > [YOCTO #3984] > > The following changes since commit e89f812a0af56beda951c1dce6113a61d6db8cda: > > bitbake: knotty.py: fix unknown event bb.event.DiskFull (2013-03-04 > 10:17:20 +) > > are availa

Re: [OE-core] [for-danny] Proposed changes for backporting

2013-03-03 Thread Eric Bénard
Le Sun, 3 Mar 2013 11:23:11 -0300, Otavio Salvador a écrit : > Hello Eric, > > A new set of changes for evaluation for backport (in order): > > * 3b214e2 samba: Split libnss-winbind package > > * 1b6add9 mg: add recipe for version 20110905 > > * e8874ce evince: disable help build > > Thanks

Re: [OE-core] [oe] RFC: meta-oe appends and overlayed recipes

2013-02-12 Thread Eric Bénard
Hi Ross, Le Tue, 12 Feb 2013 21:36:16 +, "Burton, Ross" a écrit : > On 12 February 2013 21:22, Martin Jansa wrote: > > Yes, xf86-input-tslib works > > http://git.openembedded.org/meta-openembedded/commit/?id=506d5f781f5ee93e3c9b8ca51a7fb65f40d4a8b8 > > [ surprised face ] > > You totally s

Re: [OE-core] [PATCH] qt4: fix CVE-2013-0254

2013-02-05 Thread Eric Bénard
Hi, Le Tue, 5 Feb 2013 15:04:12 +0100, Eric Bénard a écrit : > fix "POSIX shared memory segments created world-writeable" > > more details : > http://lists.qt-project.org/pipermail/announce/2013-February/23.html > > Signed-off-by: Eric Bénard more details :

[OE-core] [PATCH] qt4: fix CVE-2013-0254

2013-02-05 Thread Eric Bénard
fix "POSIX shared memory segments created world-writeable" more details : http://lists.qt-project.org/pipermail/announce/2013-February/23.html Signed-off-by: Eric Bénard --- meta/recipes-qt/qt4/qt4-4.8.4.inc | 1 + ...ange-all-shmget-calls-to-user-only-memory.p

Re: [OE-core] BB_SRCREV_POLICY doesn't seem to work

2013-01-31 Thread Eric Bénard
Hi Robert, Le Thu, 31 Jan 2013 05:37:59 -0500 (EST), "Robert P. J. Day" a écrit : > ok, what have i done wrong? i thought the whole point of > BB_SRCREV_POLICY was to make the above possible. > no idea if that the solution but did you do a cleansstate and removed the initaly downloaded source

Re: [OE-core] [PATCH 00/10] Initial systemd integration

2013-01-21 Thread Eric Bénard
Hi Ross, Le Mon, 21 Jan 2013 08:08:32 +, "Burton, Ross" a écrit : > The autobuilder hit this last night: > > ERROR: Multiple .bb files are due to be built which each provide udev > (/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-world/build/meta/recipes-core/udev/udev_182.bb > /s

[OE-core] [PATCH 1/2] gitignore: only ignore meta- directories

2013-01-11 Thread Eric Bénard
else for example meta-toolchain-qte.bb is also ignored. Signed-off-by: Eric Bénard --- .gitignore |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2141f0..6ece6b8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ pyshtables.py

[OE-core] [PATCH 2/2] add meta-toolchain-qt

2013-01-11 Thread Eric Bénard
for qemuarm target and for an ARMv7 target Signed-off-by: Eric Bénard --- meta/recipes-qt/meta/meta-toolchain-qt.bb |5 +++ meta/recipes-qt/meta/meta-toolchain-qt.inc | 31 ++ meta/recipes-qt/meta/meta-toolchain-qte.bb |

Re: [OE-core] split mtd-utils

2013-01-11 Thread Eric Bénard
Hi Frans, Le Fri, 11 Jan 2013 09:40:43 +0100, Frans Meulenbroeks a écrit : > Along the lines of the oe classic patch I propose to split as follows: > > > mtd-utils-jffs2 package containing > jffs2dump > jffs2reader > mkfs.jffs2 > > mtd-utils-ubifs package containing: > mkfs.ubifs > ubiattach

Re: [OE-core] [PATCH] libnl: Fix building using flex

2013-01-08 Thread Eric Bénard
Le Mon, 07 Jan 2013 19:15:06 -0800, Saul Wold a écrit : > On 01/07/2013 04:00 PM, Otavio Salvador wrote: > > Looking at the error it seems it is using your distribution binary, not > > the built one (for flex). > > > My bad, you patch was not in the first build I did, RP pulled it in > after I s

Re: [OE-core] [PATCH] libnl: Fix building using flex

2013-01-08 Thread Eric Bénard
Hi Saul, Le Mon, 07 Jan 2013 15:45:41 -0800, Saul Wold a écrit : > I am looking into the failure now, can you on your side also. > strange it seems you are still using lex and not flex : do you have the same problem with my patch ? http://lists.linuxtogo.org/pipermail/openembedded-core/2013-Janu

Re: [OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Eric Bénard
Hi Otavio, Le Mon, 7 Jan 2013 15:59:24 -0200, Otavio Salvador a écrit : > On Mon, Jan 7, 2013 at 2:43 PM, Eric Bénard wrote: > > * libnl's makefiles are calling $(LEX) but only define $(FLEX), thus > > compilation on a host which doesn't have lex fails with : > >

[OE-core] [PATCH] qt4: blacklist untrusted SSL certificates

2013-01-07 Thread Eric Bénard
- this blacklist wrong certificates https://bugreports.qt-project.org/browse/QTBUG-24654 https://bugreports.qt-project.org/browse/QTBUG-28937 - these patches will be in the next 4.8.5 release Signed-off-by: Eric Bénard --- meta/recipes-qt/qt4/qt4-4.8.4.inc | 2 + ...acklist

[OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Eric Bénard
[route/cls/ematch_grammar.c] Error 127 * this patch fix this by setting LEX variable to flex tool Signed-off-by: Eric Bénard --- meta/recipes-support/libnl/libnl_3.2.16.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libnl/libnl_3.2.16.bb b/meta/recip

Re: [OE-core] RFC: systemd integration

2012-12-19 Thread Eric Bénard
Le Wed, 19 Dec 2012 15:21:14 -0200, Otavio Salvador a écrit : > On Wed, Dec 19, 2012 at 3:20 PM, Radu Moisan wrote: > > Hi guys, > > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > > pulled systemd from meta-openembedded. The goal is to merge this into > > oe-core, so pl

Re: [OE-core] RFC: systemd integration

2012-12-19 Thread Eric Bénard
Hi, Le Wed, 19 Dec 2012 19:20:45 +0200, Radu Moisan a écrit : > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > pulled systemd from meta-openembedded. The goal is to merge this into > oe-core, so please take a look and give me your feedback on stuff that > needs work

[OE-core] Acceptance criteria of barebox bootloader in OE-Core

2012-12-14 Thread Eric Bénard
Hi, I have some recipes building barebox bootloader http://barebox.org/ which I'm using in custom BSP and in meta-fsl-arm : http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-bsp/barebox This recipe needs a little bit of polish but before doing that I wanted to know if it could b

Re: [OE-core] [V3 3/4] sato-icon-theme: fix build

2012-12-10 Thread Eric Bénard
hi Ross, is it possible to get this patch into danny ? commit ID : 61233b05ad299a34b5d3c06fe3c0162cba8fb273 Thanks Eric Le Wed, 24 Oct 2012 10:05:16 +0200, Andreas Müller a écrit : > | Can't locate XML/Simple.pm in @INC (@INC contains: /usr/local/lib64/perl5 > /usr/local/share/perl5 /usr/lib6

[OE-core] [PATCH] subversion: update to 1.7.7

2012-11-27 Thread Eric Bénard
- fix WARNING: Failed to fetch URL http://www.apache.org/dist/subversion/subversion-1.7.6.tar.bz2 - subversion-1.7.6_mod_dontdothat_svnserve_only.patch doesn't seems to be useful, cc Marcin to get confirmation Signed-off-by: Eric Bénard Cc: Marcin Juszkiewicz --- ...e

Re: [OE-core] Including license metadata in target package

2012-11-26 Thread Eric Bénard
Hi Martin, Le Mon, 26 Nov 2012 20:33:04 +0100, Martin Jansa a écrit : > we'll have to provide some proprietary packages for our feed/images and > because of that we're thinking about adding functionality to package > LICENSE files (referenced by LIC_FILES_CHKSUM) to PN (something like > ${datadi

Re: [OE-core] [PATCH] kmod: fix git repo URL

2012-11-26 Thread Eric Bénard
Hi Ross, Le Mon, 26 Nov 2012 13:22:02 +, "Burton, Ross" a écrit : > On 26 November 2012 07:59, Eric Bénard wrote: > > Is it possible to merge it into oe-core's danny branch ? > > Done locally for danny-next. > thanks, so you are the

Re: [OE-core] [PATCH] kmod: fix git repo URL

2012-11-26 Thread Eric Bénard
Hi, Le Thu, 22 Nov 2012 11:15:52 +0100, Eric Bénard a écrit : > is it possible to include this patch in danny as it fix a fetching > error ? > In master that's commit 156e0fca979585f72323041f8d8aeafcbd43dfc3 > this patch fix : ERROR: Function failed: Fetcher fail

Re: [OE-core] [PATCH] kmod: fix git repo URL

2012-11-22 Thread Eric Bénard
Hi Saul, is it possible to include this patch in danny as it fix a fetching error ? In master that's commit 156e0fca979585f72323041f8d8aeafcbd43dfc3 Thanks Eric Le Mon, 19 Nov 2012 15:12:53 +0100, Eric Bénard a écrit : > Signed-off-by: Eric Bénard > --- > meta/recipes-kernel

Re: [OE-core] [PATCH 1/2] qt4: remove negative preference on 4.8.3

2012-11-19 Thread Eric Bénard
Le Mon, 19 Nov 2012 14:22:33 +, Ross Burton a écrit : > Signed-off-by: Ross Burton Acked-by: Eric Bénard Tested on ARMv7 targets using danny. Eric ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org h

[OE-core] [PATCH] kmod: fix git repo URL

2012-11-19 Thread Eric Bénard
Signed-off-by: Eric Bénard --- meta/recipes-kernel/kmod/kmod.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index e4b4a98..3cd963f 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta

Re: [OE-core] [PATCH] busybox: Add sign-off-by and upstream-status

2012-09-04 Thread Eric Bénard
Hi Radu, Le Tue, 4 Sep 2012 12:07:59 +0300, Radu Moisan a écrit : > Signed-off-by: Radu Moisan > --- > .../busybox-1.20.2/busybox-1.20.2-kernel_ver.patch |3 +++ > 1 file changed, 3 insertions(+) > > diff --git > a/meta/recipes-core/busybox/busybox-1.20.2/busybox-1.20.2-kernel_ver.patch

Re: [OE-core] [PATCH v3] busybox: Upgrade to upstream 1.20.2

2012-08-20 Thread Eric Bénard
Hi Radu, Le Mon, 20 Aug 2012 17:07:33 +0300, Radu Moisan a écrit : > Updated defconfig file from generated .config > Disabled CONFIG_LSOF for backwards compatibility > you may now need this patch : http://busybox.net/downloads/fixes-1.20.2/busybox-1.20.2-kernel_ver.patch which corresponds to :

Re: [OE-core] meta-toolchain-qte

2012-06-15 Thread Eric Bénard
Le Fri, 15 Jun 2012 10:09:25 +0200, Stefano a écrit : > The meta-toolchain-qte is bugged and don't work with qt creator. Someone > can works with me to repair that recipe? what do you mean by "don't work with qt creator" ? Eric ___ Openembedded-core

[OE-core] [PATCH v2] zlib: upgrade to 1.2.7

2012-05-08 Thread Eric Bénard
1.2.6 is no more fetchable and 1.2.7 fix some bugs, full changelog is available here : http://zlib.net/ChangeLog.txt Signed-off-by: Eric Bénard --- v2 : remove PR=r1 .../remove.ldconfig.call.patch |0 .../zlib/{zlib_1.2.6.bb => zlib_1.2.7.bb} |6 ++

Re: [OE-core] [PATCH] zlib: upgrade to 1.2.7

2012-05-08 Thread Eric Bénard
Le Tue, 8 May 2012 19:23:26 +0200, Martin Jansa a écrit : > On Tue, May 08, 2012 at 07:19:54PM +0200, Eric Bénard wrote: > > 1.2.6 is no morre fetchable and 1.2.7 fix some bugs, full changelog is > ^ > typo and can you resend with -M used for smaller diff?

[OE-core] [PATCH] zlib: upgrade to 1.2.7

2012-05-08 Thread Eric Bénard
1.2.6 is no more fetchable and 1.2.7 fix some bugs, full changelog is available here : http://zlib.net/ChangeLog.txt Signed-off-by: Eric Bénard --- .../remove.ldconfig.call.patch |0 .../zlib/{zlib_1.2.6.bb => zlib_1.2.7.bb} |4 ++-- 2 files changed

[OE-core] [PATCH] zlib: upgrade to 1.2.7

2012-05-08 Thread Eric Bénard
1.2.6 is no morre fetchable and 1.2.7 fix some bugs, full changelog is available here : http://zlib.net/ChangeLog.txt Signed-off-by: Eric Bénard --- .../zlib/zlib-1.2.6/remove.ldconfig.call.patch | 20 - .../zlib/zlib-1.2.7/remove.ldconfig.call.patch | 20

  1   2   3   >