[OE-core] [PATCH] package_deb: Map TARGET_ARCH x86_64 to DPKG_ARCH amd64

2014-03-11 Thread Ricardo Ribalda Delgado
encountered while processing: alsa-utils_1.0.27.2-r0_x86-64.deb Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/classes/package_deb.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 6a8e080

[OE-core] [PATCH] populate_sdk_deb: Fix meta-toolchain-sdk with amd64 ARCH

2014-03-11 Thread Ricardo Ribalda Delgado
| Depends: meta-environment-qt5022 but it is not installable Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/classes/populate_sdk_deb.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes

[OE-core] [PATCH 1/2] apt-native: Install apt-ftparchive

2014-03-13 Thread Ricardo Ribalda Delgado
apt-ftparchive is needed to create a Release file compatible with SecureApt. It is also a more efficient replacement of dpkg-scanpackages. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-devtools/apt/apt-native.inc | 1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH 2/2] package_deb: Use apt-ftparchive

2014-03-13 Thread Ricardo Ribalda Delgado
Packages file. real 0m59.721s user 0m16.668s sys 0m11.164s Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/classes/package_deb.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index

[OE-core] [PATCH] package_deb: Remove version from Provides Field

2014-03-13 Thread Ricardo Ribalda Delgado
to correct these problems Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/classes/package_deb.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 2d2f3f1..905af24 100644 --- a/meta

Re: [OE-core] [PATCH 2/2] package_deb: Use apt-ftparchive

2014-03-17 Thread Ricardo Ribalda Delgado
:27 +0100, Ricardo Ribalda Delgado wrote: Use apt-ftparchive to create a Release file compatible with SecureApt. apt-ftparchive is not compatible with libpseudo. The calls to ftw() returns the path in absolute format instead of relative. This produces wrong Packages and Release files. ie

[OE-core] [PATCH 1/2 v2] apt-native: Install apt-ftparchive

2014-03-17 Thread Ricardo Ribalda Delgado
apt-ftparchive is needed to create a Release file compatible with SecureApt. It is also a more efficient replacement of dpkg-scanpackages. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-devtools/apt/apt-native.inc | 1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH 2/2 v2] package_manager: Use apt-ftparchive for deb packages

2014-03-17 Thread Ricardo Ribalda Delgado
/Release This is why it is called with PSEUDO_UNLOAD. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- This v2 is a port of the previous patch (package_deb: Use apt-ftparchive) to master This patch HAS NOT BEEN TESTED on master, just on dora. I do not have a working build

Re: [OE-core] [PATCH 2/2] package_deb: Use apt-ftparchive

2014-03-17 Thread Ricardo Ribalda Delgado
Hello Robert. I have just resend the patch. Is there any document describing this conventions? Thanks! On Mon, Mar 17, 2014 at 9:30 AM, Robert Yang liezhi.y...@windriver.com wrote: Hi Ricardo, On 03/17/2014 03:59 PM, Ricardo Ribalda Delgado wrote: Hello Richard. I have tested

Re: [OE-core] [PATCH] package_deb: Remove version from Provides Field

2014-03-25 Thread Ricardo Ribalda Delgado
Ping On Thu, Mar 13, 2014 at 4:31 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: According to Debian Policy Manual. Chapter 7.1 All of the fields except for Provides may restrict their applicability to particular versions of each named package. This is done in parentheses after

Re: [OE-core] [PATCH] package_deb: Remove version from Provides Field

2014-03-25 Thread Ricardo Ribalda Delgado
it is better to just remove the version number from the Provides. Cheers! On Tue, Mar 25, 2014 at 9:50 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-03-13 at 16:31 +0100, Ricardo Ribalda Delgado wrote: According to Debian Policy Manual. Chapter 7.1 All of the fields

Re: [OE-core] [PATCH] package_deb: Remove version from Provides Field

2014-03-25 Thread Ricardo Ribalda Delgado
ok, but for the next release wont be a good idea to fix the warning in dpkg? On Tue, Mar 25, 2014 at 10:19 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2014-03-25 at 09:54 +0100, Ricardo Ribalda Delgado wrote: Hello Richard It is ok to have Provides, but they should

Re: [OE-core] [PATCH] package_manager: Fix apt-ftparchive index creation problems

2014-03-26 Thread Ricardo Ribalda Delgado
Acked-by: Ricardo Ribalda ricardo.riba...@gmail.com Hello My fault sorry. I dont have a running system on master. I tried to port the patch that I tested on dora. Thanks Richard On Wed, Mar 26, 2014 at 12:40 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: a) There were missing

[OE-core] daisy: System crash running grub-efi on 64 bit machine

2014-05-06 Thread Ricardo Ribalda Delgado
Hello I have just ported my build system to daisy and I am unable to boot from grub-efi. As soon as the grub binary is loaded by uefi, the system freezes. The error can be reproduced on virtualbox. Since it is even before the kernel is loaded, and no error message is given I don't know which

[OE-core] [PATCH] package_manager: Fix Argument list too long

2014-05-07 Thread Ricardo Ribalda Delgado
shown, returning a non-zero exit code. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/lib/oe/package_manager.py | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index a8360fe

[OE-core] [PATCH] package_manager: Fix NoneType Object on do_populate_sdk

2014-05-07 Thread Ricardo Ribalda Delgado
.21363 NOTE: recipe meta-toolchain-1.0-r7: task do_populate_sdk: Failed Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/lib/oe/package_manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe

Re: [OE-core] daisy: System crash running grub-efi on 64 bit machine

2014-05-07 Thread Ricardo Ribalda Delgado
useful some how? Can anybody else reproduce the error? Thanks! On Tue, May 6, 2014 at 7:22 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, May 6, 2014 at 6:20 AM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: I have just ported my build system to daisy and I am unable to boot

[OE-core] PR_Service. Sync database only on clean stop?

2014-06-04 Thread Ricardo Ribalda Delgado
Hello I have been running happily with pr_service for two months. Unfortunately, due to a power down the computer running the pr server has stopped. When I have started the server I have discovered that all the information about PR was lost :S. I assumed this was due to a db corruption, but I

[OE-core] ?Regression? Removed linker symbolic link

2014-09-22 Thread Ricardo Ribalda Delgado
Hello On my distribution I have a couple of binary packages (java and fglrx) that expect the dynamic linker on /lib64/ld-linux-x86-64.so.2 Therefore I have added a dummy package that justs creates a link on /lib/ld-linux-x86-64.so.2 and make both packages depend on this. This was working ok,

[OE-core] [PATCH] package_manager: Fix populate_sdk for dpkg packages

2014-11-01 Thread Ricardo Ribalda Delgado
.4926 NOTE: recipe meta-toolchain-1.0-r7: task do_populate_sdk: Failed ERROR: Task 7 (/var/lib/jenkins/jobs/qt5022-cesium/workspace/repo/yocto/meta/recipes-core/meta/meta-toolchain.bb, do_populate_sdk) failed with exit code '1' Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com

[OE-core] [PATCH 1/2] debianutils: Add recipe from meta-oe

2014-11-03 Thread Ricardo Ribalda Delgado
This recipe is a running dependency of recipe apt Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- .../recipes-support/debianutils/debianutils_4.4.bb | 35 ++ 1 file changed, 35 insertions(+) create mode 100644 meta/recipes-support/debianutils

[OE-core] [PATCH 2/2] apt: Add missing running depency debianutils

2014-11-03 Thread Ricardo Ribalda Delgado
$'); do busybox implementation of run-parts does not support --regex. And --list option is not enabled on yocto busybox configuration. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-devtools/apt/apt_0.9.9.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH 0/2] Add missing running depency of apt-key

2014-11-03 Thread Ricardo Ribalda Delgado
$'); do busybox implementation of run-parts does not support --regex. And --list option is not enabled on yocto busybox configuration. Adding recipe debianutils from meta-oe fixes the issue. This fixes bug #6924 https://bugzilla.yoctoproject.org/show_bug.cgi?id=6924 Ricardo Ribalda Delgado (2

[OE-core] [PATCH] cryptodev-module: Fix build on kernel v3.19

2015-02-09 Thread Ricardo Ribalda Delgado
-1.6/ioctl.c:532:2: error: implicit declaration of function 'get_unused_fd' [-Werror=implicit-function-declaration] | ret = get_unused_fd(); | ^ Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- .../cryptodev/cryptodev-module_1.6.bb | 1 + .../files/0001

[OE-core] [PATCH] xserver-xorg: Make xinerama selectable via PACKAGECONFIG

2015-05-08 Thread Ricardo Ribalda Delgado
If xinerara can be selected via PACKAGECONFIG, xserver-xorg recipe can be easier modified via bbappend. xinerama is needed by the fglrx driver (from AMD). Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- 1 file

[OE-core] [PATCH 1/2] gstreamer1.0: convert GSTREAMER_1_DEBUG to PACKAGECONFIG

2015-05-08 Thread Ricardo Ribalda Delgado
It is more elegant Suggested-by: Ross Burton ross.bur...@intel.com Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer

[OE-core] [PATCH 2/2] gstreamer1.0: Make check selectable via PACKAGECONFIG

2015-05-08 Thread Ricardo Ribalda Delgado
This way, this configuration can be easily changed via .bbappend file without having to re-define the whole EXTRA_OECONF. With --disable-check libgstcheck is not build. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 3

[OE-core] [PATCH v2] xserver-xorg: Make xinerama selectable via PACKAGECONFIG

2015-05-08 Thread Ricardo Ribalda Delgado
If xinerara can be selected via PACKAGECONFIG, xserver-xorg recipe can be easier modified via bbappend. xinerama is needed by the fglrx driver (from AMD). Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v2: Fix by Ross Burton ross.bur...@intel.com Add missing xineramaproto

Re: [OE-core] [PATCH] gstreamer1.0: Make tests selectable via variable

2015-05-08 Thread Ricardo Ribalda Delgado
Hello Ross On Fri, May 8, 2015 at 3:47 PM, Burton, Ross ross.bur...@intel.com wrote: On 8 May 2015 at 12:39, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: GSTREAMER_1_DEBUG ?= --disable-debug +GSTREAMER_1_CHECK ?= --disable-check EXTRA_OECONF = --disable-docbook --disable-gtk

Re: [OE-core] [PATCH 1/2] gstreamer1.0: convert GSTREAMER_1_DEBUG to PACKAGECONFIG

2015-05-11 Thread Ricardo Ribalda Delgado
Hello On Sun, May 10, 2015 at 12:00 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: GSTREAMER_CONFIG = = or ?= PACKAGECONFIG ??= ${GSTREAMER_CONFIG} then setting GSTREAMER_CONFIG = debug could do what you describe if there really is the demand for it. Shall I send a patch

[OE-core] status on: gdk-pixbuf-native: add setscene dep on jpeg-nativelogin register mail settings

2015-05-11 Thread Ricardo Ribalda Delgado
Hello I am facing the same issue as Shrikant Bobade. He already propossed this patch http://patchwork.openembedded.org/patch/77445/ That does the trick for me. Is it going to be merged? Thanks! -- Ricardo Ribalda -- ___ Openembedded-core

[OE-core] [PATCH] xserver-nodm: Support reboot from inside X

2015-05-11 Thread Ricardo Ribalda Delgado
-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/meta/recipes-graphics/x11-common/xserver-nodm

[OE-core] [PATCH] gstreamer1.0: Make tests selectable via variable

2015-05-08 Thread Ricardo Ribalda Delgado
This way, this configuration can be easily changed via .bbappend file without having to re-define the whole EXTRA_OECONF. With --disable-check libgstcheck is not build. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 3

[OE-core] [PATCH] xserver-xorg: Make xinerama selectable via PACKAGECONFIG

2015-05-08 Thread Ricardo Ribalda Delgado
If xinerara can be selected via PACKAGECONFIG, xserver-xorg recipe can be easier modified via bbappend. xinerama is needed by the fglrx driver (from AMD). Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- 1 file

Re: [OE-core] [PATCH] xserver-nodm: Support reboot from inside X

2015-05-20 Thread Ricardo Ribalda Delgado
ping? On Mon, May 11, 2015 at 5:23 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: If reboot was called from inside the Xserver there could happen a race condition where chvt would never end, and therefore the whole system was stalled. The user could not recover the system

Re: [OE-core] [PATCH] opencv: Upgrade to 3.0

2015-06-09 Thread Ricardo Ribalda Delgado
And shall I give it a negative preference? On Tue, Jun 9, 2015 at 12:13 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: shall I leave both then? On Tue, Jun 9, 2015 at 12:12 PM, Mike Looijmans mike.looijm...@topic.nl wrote: OpenCV 3 is not backwards compatible, removing 2.x

[OE-core] [PATCH] opencv: Upgrade to 3.0

2015-06-09 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- .../recipes-support/opencv/opencv-samples_2.4.bb | 39 --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 99 meta-oe/recipes-support

Re: [OE-core] [PATCH] opencv: Upgrade to 3.0

2015-06-09 Thread Ricardo Ribalda Delgado
shall I leave both then? On Tue, Jun 9, 2015 at 12:12 PM, Mike Looijmans mike.looijm...@topic.nl wrote: OpenCV 3 is not backwards compatible, removing 2.x will break any recipe currently using OpenCV. On 09-06-15 12:07, Ricardo Ribalda Delgado wrote: -Support for new PACKAGECONFIGS

[OE-core] [PATCH v2] [meta-oe] opencv: Add OpenCV 3.0

2015-06-09 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 127

Re: [OE-core] [PATCH v2] [meta-oe] opencv: Add OpenCV 3.0

2015-06-16 Thread Ricardo Ribalda Delgado
Hello Khem Unfortunately It uses the same header file names :( Regards! On Sun, Jun 14, 2015 at 5:42 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jun 9, 2015 at 10:07 AM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: -Support for new PACKAGECONFIGS -Merge with opencv-samples

Re: [OE-core] [PATCHv2] xserver-nodm: Support reboot from inside X

2015-05-27 Thread Ricardo Ribalda Delgado
I tested the proposed change and works also fine. Thanks! On Tue, May 26, 2015 at 11:24 PM, Aníbal Limón anibal.li...@linux.intel.com wrote: ping... On 20/05/15 13:44, Aníbal Limón wrote: From: Ricardo Ribalda Delgado ricardo.riba...@gmail.com If reboot was called from inside

Re: [OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
You are right :) I repack and send On Wed, Aug 19, 2015 at 4:00 PM, Nathan Lynch nathan_ly...@mentor.com wrote: On 08/19/2015 07:18 AM, Ricardo Ribalda Delgado wrote: --- /dev/null +++ b/meta-oe/recipes-support/opencv/opencv_3.0.bb @@ -0,0 +1,128 @@ +SUMMARY = Opencv : The Open Computer

[OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v3: Changes requested by Martin Jansa martin.ja

[OE-core] [PATCH v4] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v4: Fix suggested by Nathan Lynch nathan_ly

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Ricardo Ribalda Delgado
Hello Alexander Can you point to a .git file with architecture-dependent data. I would love to help on this issue. I want to use the python api for gstream. Thanks On Wed, Nov 11, 2015 at 2:48 PM, Alexander Kanavin wrote: > On 11/11/2015 03:34 PM, Mark

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-11 Thread Ricardo Ribalda Delgado
Hello Alexander On Wed, Nov 11, 2015 at 2:55 PM, Alexander Kanavin wrote: Unfortunately, my target arch is x86_64... I guess I could try to solve the endless loop issue with the helper binary. Regards! > > Alex -- Ricardo Ribalda --

[OE-core] [PATCH] python-git: Add missing dependency

2015-11-17 Thread Ricardo Ribalda Delgado
til import LockFile File "/usr/lib/python2.7/site-packages/git/util.py", line 14, in import getpass ImportError: No module named getpass >>> Reported-by: Dimitrios Katsaros <patcherw...@gmail.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.co

[OE-core] [PATCH 2/2] python: Fix python-distutils variables

2015-09-01 Thread Ricardo Ribalda Delgado
/bits/wordsize.h /usr/include/bits/wordsize.h Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/python/python_2.7.9.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/r

[OE-core] [PATCH 1/2] python3: Fix python-distutils variables

2015-09-01 Thread Ricardo Ribalda Delgado
/bits/wordsize.h /usr/include/bits/wordsize.h Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/python/python3_3.4.3.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b/meta/r

[OE-core] [PATCH] package_deb: Fix python runtime error

2016-03-09 Thread Ricardo Ribalda Delgado
-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/classes/package_deb.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index b3cf07a25b1f..6ecea0e1824e 100644 --- a/meta/c

[OE-core] [PATCH] perl-rdepends: Remove circular dependencies

2016-03-09 Thread Ricardo Ribalda Delgado
Packages should not depend on themselves, otherwise it could lead to circular dependencies on the package manager. I have added a line on the proposed bash script that should add this check on future versions. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/r

[OE-core] [PATCH] package-deb: Ignore circular dependencies

2016-03-09 Thread Ricardo Ribalda Delgado
to continue? [Y/n] E: Internal error: MaxLoopCount reached in SmartUnPack (2) for perl-module-cpan:amd64, aborting E: Internal error, packages left unconfigured. perl-module-cpan:amd64 root@qt5022:~# apt-get install perl-modules Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.

[OE-core] [PATCH v2 2/2] package-deb: Ignore circular dependencies

2016-03-10 Thread Ricardo Ribalda Delgado
to continue? [Y/n] E: Internal error: MaxLoopCount reached in SmartUnPack (2) for perl-module-cpan:amd64, aborting E: Internal error, packages left unconfigured. perl-module-cpan:amd64 root@qt5022:~# apt-get install perl-modules Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.

[OE-core] [PATCH v2 1/2] package_deb: Fix python runtime error

2016-03-10 Thread Ricardo Ribalda Delgado
-by: Aníbal Limón <anibal.li...@linux.intel.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/classes/package_deb.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.b

Re: [OE-core] [PATCH] package-deb: Ignore circular dependencies

2016-03-09 Thread Ricardo Ribalda Delgado
<anibal.li...@linux.intel.com> wrote: > > > On 03/09/2016 02:47 PM, Aníbal Limón wrote: >> >> >> On 03/09/2016 02:33 PM, Burton, Ross wrote: >>> On 9 March 2016 at 18:19, Ricardo Ribalda Delgado <ricardo.riba...@gmail.com >>>> wrote: >>> &g

Re: [OE-core] [PATCH] package-deb: Ignore circular dependencies

2016-03-09 Thread Ricardo Ribalda Delgado
Hi Mark On Wed, Mar 9, 2016 at 10:27 PM, Mark Hatle wrote: > > Just wanted to clarify the above. RPM -does- support self-referencing > dependencies. Circular dependencies are different, in that A -> B -> C -> A.. > those are detected and there is some basic logic to

[OE-core] [PATCH] pyton-numpy: Add definition of off_t size

2016-03-31 Thread Ricardo Ribalda Delgado
ome/ricardo/curro/qt5022/oe/openembedded-core/build/tmp-glibc/sysroots/ qemux86-64/usr/lib/python2.7/site-packages/numpy/core/include/numpy/ npy_common.h:149:10: error: #error Unsupported size for type off_t #error Unsupported size for type off_t Signed-off-by: Ricardo Ribalda Delgado <r

Re: [OE-core] [PATCH 2/3] meson: Add recipe for the meson build system

2017-02-13 Thread Ricardo Ribalda Delgado
Hi! What is the status on this? it just needs to be resend to meta-oe? We are considering meson for our next project and we need support in OE. Regards! On Tue, Feb 7, 2017 at 5:33 PM, Burton, Ross wrote: > > On 1 December 2016 at 16:23, wrote:

Re: [OE-core] [PATCH 2/3] meson: Add recipe for the meson build system

2017-02-13 Thread Ricardo Ribalda Delgado
Hi On Mon, Feb 13, 2017 at 1:26 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > > On 13 February 2017 at 12:18, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> >> What is the status on this? it just needs to be resend to meta-oe? We ar

Re: [OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-30 Thread Ricardo Ribalda Delgado
Hi Fabio Thanks for your the reply. Yes I was using krogoth. There is no need for my patch in master. Thanks for your help! -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Ricardo Ribalda Delgado
b/python3.5/collections/__init__.py Reported-by: Dimitrios Katsaros <patcherw...@gmail.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/

[OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Ricardo Ribalda Delgado
b/python3.5/collections/__init__.py Reported-by: Dimitrios Katsaros <patcherw...@gmail.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- v2: also hack the generate file meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- scripts/contrib/python/generate-manife

[OE-core] [PATCH] grub-efi: Force no-pie build

2016-11-22 Thread Ricardo Ribalda Delgado
-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-bsp/grub/grub-efi_2.00.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb index 5a0dc954a3bf..9d07a31de7ce 100644 ---

Re: [OE-core] [PATCH] bitbake.conf: Add unzip hosttool

2017-07-18 Thread Ricardo Ribalda Delgado
Hi Ross That did the trick. I have just posted a new patch! Thanks! On Tue, Jul 18, 2017 at 12:47 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 18 July 2017 at 11:03, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> >> Unzip is required

[OE-core] [PATCH] bitbake.conf: Add unzip hosttool

2017-07-18 Thread Ricardo Ribalda Delgado
r/bin ..." unzip -q -o '/var/lib/yocto/downloads/junit-4.3.1-src.jar' failed with return value 127 Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/c

[OE-core] [PATCH] base.bbclass: Make .jar file depend on unzip-native

2017-07-18 Thread Ricardo Ribalda Delgado
r/bin ..." unzip -q -o '/var/lib/yocto/downloads/junit-4.3.1-src.jar' failed with return value 127 Suggested-by: Ross Burton <ross.bur...@intel.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 d

[OE-core] [PATCH v2 1/3] gcc-6.3: Fix libgfortran build

2017-06-30 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/r

[OE-core] [PATCH v2 2/3] libgfortran: Add missing dependency gcc-cross

2017-06-30 Thread Ricardo Ribalda Delgado
Due to the fact that the recipe uses INHIBIT_DEFAULT_DEPS, we need to manually add the cross compiler as a dependency. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 3/3] libgfortran: Add missing fincludes

2017-06-30 Thread Ricardo Ribalda Delgado
/ieee_arithmetic.mod /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude/ieee_exceptions.mod Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/gcc/libgfortran.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/r

[OE-core] [PATCH 2/3] libgfortran: Add missing dependency gcc-cross

2017-06-30 Thread Ricardo Ribalda Delgado
Due to the fact that the recipe uses INHIBIT_DEFAULT_DEPS, we need to manually add the cross compiler as a dependency. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 1/3] gcc-6.3: Fix libgfortran build

2017-06-30 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/r

[OE-core] [PATCH v2 3/3] libgfortran: Add missing fincludes

2017-06-30 Thread Ricardo Ribalda Delgado
/ieee_arithmetic.mod /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude/ieee_exceptions.mod Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/gcc/libgfortran.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/r

[OE-core] [PATCH v3 1/4] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/r

[OE-core] [PATCH v3 4/4] gcc-7.1: Fix libgfortran build

2017-07-03 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la Suggested-by: Khem Raj <raj.k...@gmail.com> Signed-off-by: Ricardo Ribalda D

[OE-core] [PATCH v3 3/4] libgfortran: Add missing fincludes

2017-07-03 Thread Ricardo Ribalda Delgado
/ieee_arithmetic.mod /usr/lib/gcc/x86_64-poky-linux/6.3.0/finclude/ieee_exceptions.mod Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/gcc/libgfortran.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/r

[OE-core] [PATCH v3 2/4] libgfortran: Add missing dependency gcc-cross

2017-07-03 Thread Ricardo Ribalda Delgado
Due to the fact that the recipe uses INHIBIT_DEFAULT_DEPS, we need to manually add the cross compiler as a dependency. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH v2 1/3] gcc-6.3: Fix libgfortran build

2017-07-03 Thread Ricardo Ribalda Delgado
Hi Ross On 3 Jul 2017 5:22 pm, "Burton, Ross" <ross.bur...@intel.com> wrote: > > On 30 June 2017 at 10:25, Ricardo Ribalda Delgado < > ricardo.riba...@gmail.com> wrote: > >> --- a/meta/recipes-devtools/gcc/gcc-6.3.inc >> +++ b/meta/recipes-devtools

[OE-core] [PATCH] bitbake.conf: Fix typo on variable name

2017-06-20 Thread Ricardo Ribalda Delgado
The variable is called ASSUME_PROVIDED, not ASSUME_PROVIDES. Without this patch sdl-config is not properly linked into build/tmp/hosttools and bitbake fails to find it. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/conf/bitbake.conf | 2 +- 1 file chan

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-26 Thread Ricardo Ribalda Delgado
set up a second table at the > booth. I have to bring it anyway. We can postpone the decision. Regards! > > thanks! > > On Mon, Sep 25, 2017 at 7:08 AM, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> >> Hi >> >> On Mon, Sep 25,

Re: [OE-core] [PATCH] gcc-7.2: Fix libgfortran build

2017-11-15 Thread Ricardo Ribalda Delgado
Hello Khem I already did it on july https://patchwork.openembedded.org/patch/141497/ but the patch is lost on the internet cracks :) On Wed, Nov 15, 2017 at 4:35 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Mon, Nov 13, 2017 at 4:57 AM, Ricardo Ribalda Delgado > <ricardo.ri

Re: [OE-core] [PATCH v2] meson: Port pkgconfig-native patch to 0.43.0

2017-12-18 Thread Ricardo Ribalda Delgado
Hello On Fri, Dec 15, 2017 at 4:54 PM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 12/15/2017 05:50 PM, Ricardo Ribalda Delgado wrote: > >>> Unfortunately, the same patch needs to be ported again to 0.44.0, as the >>> changes upstream ma

[OE-core] [PATCH] meson: Port pkgconfig-native patch to 0.44.0

2017-12-18 Thread Ricardo Ribalda Delgado
The update to 0.44.0 did not add this patch required for qt builds. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- This patch sits on top of Alexander Kanavin's "Introduce meson build system v5" patchset. .../meson/meson/0003-native_bindir.patch

Re: [OE-core] [PATCH 8/9] gcc-7.2: Fix libgfortran build

2017-12-19 Thread Ricardo Ribalda Delgado
Hi Richard My target is a X86_64 camera, and I have only tried with it. On Tue, Dec 19, 2017 at 12:08 PM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Tue, 2017-12-12 at 09:23 -0800, Khem Raj wrote: >> From: Ricardo Ribalda Delgado <ricardo.riba...@gmail.

Re: [OE-core] [PATCH v2] meson: Port pkgconfig-native patch to 0.43.0

2017-12-15 Thread Ricardo Ribalda Delgado
On Fri, Dec 15, 2017 at 4:27 PM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 11/16/2017 07:57 PM, Ricardo Ribalda Delgado wrote: > >>>> +Some libraries, like QT, have pre-processors that convert their input >>>> +files into something tha

[OE-core] [PATCH] meson: Port pkgconfig-native patch to 0.43.0

2017-11-16 Thread Ricardo Ribalda Delgado
The update to 0.43.0 forgot to add this patch required for qt builds Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- This patch sits on top of Alexander Kanavin's "Introduce meson build system" patchset .../meson/meson/0003-native_bindir.patc

[OE-core] [PATCH] gcc-7.2: Fix libgfortran build

2017-11-13 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/r

[OE-core] [PATCH v2] meson: Port pkgconfig-native patch to 0.43.0

2017-11-16 Thread Ricardo Ribalda Delgado
The update to 0.43.0 forgot to add this patch required for qt builds. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- This patch sits on top of Alexander Kanavin's "Introduce meson build system" patchset. .../meson/meson/0003-native_bindir.patc

Re: [OE-core] [PATCH v2] meson: Port pkgconfig-native patch to 0.43.0

2017-11-16 Thread Ricardo Ribalda Delgado
On Thu, Nov 16, 2017 at 6:54 PM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 11/16/2017 07:45 PM, Ricardo Ribalda Delgado wrote: >> >> +Some libraries, like QT, have pre-processors that convert their input >> +files into something that the cross-co

[OE-core] [meta-oe][PATCH v2 1/2] gcc-6.4: Fix libgfortran build

2017-11-15 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/r

[OE-core] [meta-oe][PATCH v2 2/2] gcc-7.2: Fix libgfortran build

2017-11-15 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/r

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-07 Thread Ricardo Ribalda Delgado
-poky-linux/host-image/1.0-r0/rootfs/ -m In my case this patch does the trick commit 269334f2400c6ee0c7b4fec7d9bf0f701e50c329 (HEAD -> europa, origin/europa) Author: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> Date: Mon May 7 13:54:15 2018 +0200 wic: Fix partition files

[OE-core] [meta-oe][PATCH] wic: Fix partition files UIDs on multi rootfs images

2018-05-11 Thread Ricardo Ribalda Delgado
-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- scripts/lib/wic/partition.py | 2 +- scripts/lib/wic/plugins/imager/direct.py | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 3fe5

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-11 Thread Ricardo Ribalda Delgado
, 2018 at 3:39 PM Volker Vogelhuber < v.vogelhu...@digitalendoscopy.de> wrote: > Hi Ricardo, > On 07.05.2018 15:22, Ricardo Ribalda Delgado wrote: > > In my case this patch does the trick > Unfortunately your patch results in having the recovery image's UID and > GID settings

[OE-core] [PATCH] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
k.patch @@ -0,0 +1,41 @@ +From 3e0804f7882088186f47ff3c3c9e60998a1d93a0 Mon Sep 17 00:00:00 2001 +From: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> +Date: Thu, 17 May 2018 10:42:44 +0200 +Subject: [PATCH] apt: Fix apt-file with busybox readlink + +Busybox readlink behaves diferently that coreuti

[OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
and the previous index files will be used. GPG error: http://release.qtec.com:5022/qtec/europa/deb/qt5122 ./ Release: At least one invalid signature was encountered. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- v2: Add missing signed-off-by meta/recipes-devtools/apt/a

Re: [OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
> On Thu, 17 May 2018 10:57:04 +0200 > Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> wrote: > > Redlink from busybox and coreutils behave differently on missing files. > > This leads to apt-key miss-behaving and also segure apt-get > wouldn't it be more appropriat

Re: [OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
BTW I have just filed a bug to busybox. https://bugs.busybox.net/show_bug.cgi?id=11021 Lets see how this evolves. -- Ricardo Ribalda -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] busybox: Make readlink compatible with coreutils

2018-05-24 Thread Ricardo Ribalda Delgado
verification. The repository is not updated and the previous index files will be used. GPG error: http://release.qtec.com:5022/qtec/europa/deb/qt5122 ./ Release: At least one invalid signature was encountered. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- .../busybox/b

[OE-core] [PATCH] xinetd: Fix systemd service for systemd>237

2018-06-11 Thread Ricardo Ribalda Delgado
]: Failed to start Xinetd A Powerful Replacement For Inetd. [1]: https://github.com/systemd/systemd/issues/8085 [2]: https://github.com/felixonmars/archlinux-community/commit/e49040636737fdb09031e75ec4d73a580f80676b Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-extended/xinetd/xinetd

[OE-core] Bug with multiconfig and allarch packages

2018-06-25 Thread Ricardo Ribalda Delgado
Hello I have a setup on sumo with 4 multiconfig, 3xX86 and 1xarm64. While building recipes that are native and allarch at the same time (from meta-java). I am having a lot of these errors. Is this something that is currently beeing fixed? Am I the only one seeing this? Thanks

  1   2   >