Re: [OE-core] [PATCH v2 2/2] wic: Add --embed-rootfs argument

2020-03-05 Thread Ricardo Ribalda Delgado
Hi Paul, On Thu, Mar 5, 2020 at 10:37 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 15:49:36 +0100 > Ricardo Ribalda Delgado wrote: > > > This option adds the content of a rootfs on a specific location on the > > rootfs. > > > > It is very useful for making

Re: [OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-05 Thread Ricardo Ribalda Delgado
Hi Paul On Thu, Mar 5, 2020 at 10:32 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 11:02:47 +0100 > Ricardo Ribalda Delgado wrote: > > > Hi Paul > > > > On Wed, Mar 4, 2020 at 10:53 AM Paul Barker wrote: > > > > > > On Wed, 4 Mar 2020 09:

[OE-core] [PATCH v2 1/2] wic: Fix permissions when using exclude or include path

2020-03-04 Thread Ricardo Ribalda Delgado
database using the "pseudo -B" command. Signed-off-by: Ricardo Ribalda Delgado --- scripts/lib/wic/plugins/source/rootfs.py | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/plugins/source/rootfs.py b/scripts/lib/wic/plugins/source

[OE-core] [PATCH v2 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
. Signed-off-by: Ricardo Ribalda Delgado --- scripts/lib/wic/help.py | 8 scripts/lib/wic/ksparser.py | 1 + scripts/lib/wic/partition.py | 1 + scripts/lib/wic/plugins/source/rootfs.py | 22 +- 4 files changed, 31

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul On Wed, Mar 4, 2020 at 11:14 AM Ricardo Ribalda Delgado wrote: > > Hi Paul > > On Wed, Mar 4, 2020 at 11:09 AM Paul Barker wrote: > > > > On Wed, 4 Mar 2020 10:56:20 +0100 > > Ricardo Ribalda Delgado wrote: > > > > > Hi Paul > > >

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul On Wed, Mar 4, 2020 at 11:09 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 10:56:20 +0100 > Ricardo Ribalda Delgado wrote: > > > Hi Paul > > > > Thanks for your reply > > > > On Wed, Mar 4, 2020 at 10:43 AM Paul Barker wrote: > > > >

Re: [OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul On Wed, Mar 4, 2020 at 10:53 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 09:34:37 +0100 > Ricardo Ribalda Delgado wrote: > > > When parameters include_path or exclude_path are passed to the rootfs > > plugin, it will copy the partition content into a fol

Re: [OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
Hi Paul Thanks for your reply On Wed, Mar 4, 2020 at 10:43 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 09:34:38 +0100 > Ricardo Ribalda Delgado wrote: > > > This option adds the content of a rootfs on a specific location on the > > rootfs. > > > > It i

[OE-core] [PATCH 2/2] wic: Add --embed-rootfs argument

2020-03-04 Thread Ricardo Ribalda Delgado
king a partition for "/export" this might not be compatible with some upgrade systems, or we might be limited by the number of partitions. With this patch we can use something like: part / --source rootfs --embed-rootfs=target-image:/export on the .wks file. Signed-off-by: Ricardo Ribalda Delga

[OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-04 Thread Ricardo Ribalda Delgado
database using the "pseudo -B" command. Signed-off-by: Ricardo Ribalda Delgado --- scripts/lib/wic/plugins/source/rootfs.py | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/plugins/source/rootfs.py b/scripts/lib/wic/plugins/source

Re: [OE-core] Best practices: Multiple images on one partition.

2020-01-16 Thread Ricardo Ribalda Delgado
at 13:05, Ricardo Ribalda Delgado > wrote: > > > > Hello > > > > I am trying to figure out the best way to achieve this. I have a > > system with a host and a target. The target netboots form the host and > > have a different package architecture. > > &g

[OE-core] Best practices: Multiple images on one partition.

2020-01-15 Thread Ricardo Ribalda Delgado
Hello I am trying to figure out the best way to achieve this. I have a system with a host and a target. The target netboots form the host and have a different package architecture. Usually I was solving this with one partition per image/machine, combined using a .wks file like: part /export --so

Re: [OE-core] [PATCH 0/2] Avoid build failures due to setscene errors

2020-01-09 Thread Ricardo Ribalda Delgado
Hi I am also hitting this wall. Any reason why the original patches could not be merged? On Fri, Nov 29, 2019 at 5:49 PM Martin Jansa wrote: > > On Wed, Aug 30, 2017 at 9:54 AM Martin Jansa wrote: >> >> I agree with this patchset and it would be OK with IGNORE_SETSCENE_ERRORS >> conditional as

[OE-core] [PATCH] i2c-tools: Add missing RDEPEND

2019-10-17 Thread Ricardo Ribalda Delgado
ecode-dimms line 41. BEGIN failed--compilation aborted at /usr/bin/decode-dimms line 41. root@qt5222:~# apt-get install perl-module-carp Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-dev

[OE-core] [PATCH v2] inetutils: Fix abort on invalid files

2019-08-07 Thread Ricardo Ribalda Delgado
, and also inetutils have been posted with the proposed patch. Without this patch, pxelinux fails to boot because it keeps asking the server for the pxelinux.cfg/00-01-02-03-04 and never jumps to /default. Signed-off-by: Ricardo Ribalda Delgado --- .../inetutils/fix-buffer-fortify-tfpt.pa

Re: [OE-core] OEDEM 2019

2019-07-31 Thread Ricardo Ribalda Delgado
If there are enough people interested it would be great a BoF, even if it is "unofficial" On Wed, Jul 31, 2019 at 6:45 PM Philip Balister wrote: > > On 07/31/2019 05:48 AM, Ricardo Ribalda Delgado wrote: > > BTW, Is there anything for Embedded Recipes or Plumbers? >

Re: [OE-core] OEDEM 2019

2019-07-31 Thread Ricardo Ribalda Delgado
BTW, Is there anything for Embedded Recipes or Plumbers? On Tue, Jul 30, 2019 at 7:33 PM Philip Balister wrote: > > We are working with the Yocto Project on a two day Summit event. This > should implement part of the ideas from the the last couple of developer > meetings. > > Philip > > On 07/30/

Re: [OE-core] [meta-oe][PATCH v2] fwts: Update to 19.06.00

2019-07-30 Thread Ricardo Ribalda Delgado
ping? On Tue, Jul 23, 2019 at 10:04 PM Ricardo Ribalda Delgado wrote: > > Update to latest release. > > Since version 18.08.00, libbsd is a dependency: > https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/18.08.00 > > Signed-off-by: Ricardo Ribalda Delgado > ---

Re: [OE-core] [PATCH] inetutils: Fix abort on invalid files

2019-07-30 Thread Ricardo Ribalda Delgado
ping? On Fri, Jul 19, 2019 at 8:12 AM Ricardo Ribalda Delgado wrote: > > Hi Khem > > Indeed is due to that, but infortunately it is part of arpa/tftp.h . > So the propossed solutionI believe that it is simpler. > > https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html > &g

Re: [OE-core] [PATCH] packagegroup-core-base-utils: Make it machine specific

2019-07-25 Thread Ricardo Ribalda Delgado
gegroup-core-base-utils.bb sets > PACKAGE_ARCH before inherit packagegroup > done. > > https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/879/steps/8/logs/step6b > > Thanks, > > Anuj > > On Tue, 2019-07-23 at 14:37 +0200, Ricardo Ribalda Delgado

[OE-core] [PATCH v2] packagegroup-core-base-utils: Make it machine specific

2019-07-25 Thread Ricardo Ribalda Delgado
do_package_qa_setscene () { *** 1026:sstate_setscene(d) 1027:} 1028:addtask do_package_qa_setscene 1029: 1030:python do_qa_staging() { Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Richard Purdie --- v2: Swap order of PACKAGE_ARCH = "${MACHINE_ARCH}" and i

[OE-core] [meta-oe][PATCH v2] fwts: Update to 19.06.00

2019-07-23 Thread Ricardo Ribalda Delgado
Update to latest release. Since version 18.08.00, libbsd is a dependency: https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/18.08.00 Signed-off-by: Ricardo Ribalda Delgado --- .../fwts/0001-Remove-Werror-from-build.patch | 22 ++--- ...t-logical-operand-warning-with-clang.patch | 84

[OE-core] [meta-oe][PATCH] fwts: Update to 19.06.00

2019-07-23 Thread Ricardo Ribalda Delgado
Update to latest release. Signed-off-by: Ricardo Ribalda Delgado --- .../fwts/0001-Remove-Werror-from-build.patch | 22 ++--- ...t-logical-operand-warning-with-clang.patch | 84 --- .../fwts/{fwts_git.bb => fwts_19.06.00.bb}| 11 +-- 3 files changed, 15 insertions(+),

[OE-core] [PATCH] packagegroup-core-base-utils: Make it machine specific

2019-07-23 Thread Ricardo Ribalda Delgado
do_package_qa_setscene () { *** 1026:sstate_setscene(d) 1027:} 1028:addtask do_package_qa_setscene 1029: 1030:python do_qa_staging() { Signed-off-by: Ricardo Ribalda Delgado --- .../packagegroups/packagegroup-core-base-utils.bb | 2 ++ 1 file changed, 2 insertion

Re: [OE-core] [PATCH] inetutils: Fix abort on invalid files

2019-07-18 Thread Ricardo Ribalda Delgado
gt; On Thu, Jul 18, 2019 at 2:10 PM Ricardo Ribalda Delgado > wrote: > > > > Hi Khem > > > > I think the issue is that __memcpy_chk wrongly assume that the target > > size is 0. The origin size is calculated fine: > > > > https://godbolt.org/z/qTaDWP >

Re: [OE-core] [PATCH] inetutils: Fix abort on invalid files

2019-07-18 Thread Ricardo Ribalda Delgado
Hi Khem I think the issue is that __memcpy_chk wrongly assume that the target size is 0. The origin size is calculated fine: https://godbolt.org/z/qTaDWP Thanks! On Thu, Jul 18, 2019 at 11:02 PM Khem Raj wrote: > > On Thu, Jul 18, 2019 at 12:46 PM Ricardo Ribalda Delgado &g

[OE-core] [PATCH] inetutils: Fix abort on invalid files

2019-07-18 Thread Ricardo Ribalda Delgado
, and also inetutils have been posted with the proposed patch. Without this patch, pxelinux fails to boot because it keeps asking the server for the pxelinux.cfg/00-01-02-03-04 and never jumps to /default. Signed-off-by: Ricardo Ribalda Delgado --- .../inetutils/fix-buffer-fortify-tfpt.pa

[OE-core] [PATCH] wic: Fix (again) partition files UIDs on multi rootfs images

2019-07-18 Thread Ricardo Ribalda Delgado
is killed before finishing. Signed-off-by: Ricardo Ribalda Delgado --- scripts/lib/wic/plugins/imager/direct.py | 37 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/scripts/lib/wic/plugins/imager/direct.py b/scripts/lib/wic/plugins/imager/direct.py

[OE-core] [PATCH v2] systemd: Fix interface bring-up on kernels >= 5.2

2019-07-15 Thread Ricardo Ribalda Delgado
-by: Ricardo Ribalda Delgado --- .../systemd/0001-networkd-fix-link-up.patch | 66 + .../0002-network-do-not-send-ipv6.patch | 96 +++ meta/recipes-core/systemd/systemd_242.bb | 2 + 3 files changed, 164 insertions(+) create mode 100644 meta/recipes-core/syst

[OE-core] [PATCH] nfs-mountd: Add missing dependency on systemd service

2019-07-15 Thread Ricardo Ribalda Delgado
-by: Ricardo Ribalda Delgado --- meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service index 27ea58d366

Re: [OE-core] [PATCH] systemd: Fix interface bring-up on kernels >= 5.2

2019-07-09 Thread Ricardo Ribalda Delgado
Hi Alex That would also be ok. Is this already on a released version or is only on the "master" branch? On Tue, Jul 9, 2019 at 1:12 PM Alex Kiernan wrote: > > On Tue, Jul 9, 2019 at 9:43 AM Ricardo Ribalda Delgado > wrote: > > > > With kernels >=5.2 syst

[OE-core] [PATCH] systemd: Fix interface bring-up on kernels >= 5.2

2019-07-09 Thread Ricardo Ribalda Delgado
-by: Ricardo Ribalda Delgado --- .../systemd/0001-networkd-fix-link-up.patch | 66 + .../0002-network-do-not-send-ipv6.patch | 96 +++ meta/recipes-core/systemd/systemd_242.bb | 2 + 3 files changed, 164 insertions(+) create mode 100644 meta/recipes-core/syst

Re: [OE-core] [PATCH v2] systemd-bootconf: Make is machine specific

2019-07-09 Thread Ricardo Ribalda Delgado
Hi Richard Something else that I need to fix on this patch? Thanks! On Wed, Jul 3, 2019 at 6:33 PM Ricardo Ribalda Delgado wrote: > > Recipe makes use of the variable APPEND: > > do_configure[vardeps] += "APPEND" > > APPEND is usually linked to a to a machine and

[OE-core] [PATCH v2] systemd-bootconf: Make is machine specific

2019-07-03 Thread Ricardo Ribalda Delgado
ectory | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_install (log file is located at /workdir/build/tmp/work/bobcat-poky-linux/systemd-bootconf/1.00-r0/temp/log.do_install.737) NOTE: recipe systemd-bootconf-1.00-r0: task do_install: Failed ERROR: Task (multiconfig:qt5022:/wo

Re: [OE-core] [PATCH] systemd-bootconf: Make is machine specific

2019-07-03 Thread Ricardo Ribalda Delgado
Ping? On Tue, 25 Jun 2019, 09:14 Ricardo Ribalda Delgado, wrote: > APPEND is usually attached to a machine. This patch avoids multiconfig > errors such as: > > | NOTE: Direct dependencies are > ['multiconfig:qt5022:/workdir/repo/poky/meta/recipes-core/glibc/glibc_2.29.bb

[OE-core] [PATCH] systemd-bootconf: Make is machine specific

2019-06-25 Thread Ricardo Ribalda Delgado
ot stat 'loader.conf': No such file or directory | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_install (log file is located at /workdir/build/tmp/work/bobcat-poky-linux/systemd-bootconf/1.00-r0/temp/log.do_install.737) NOTE: recipe systemd-bootconf-1.00-r0: task d

[OE-core] [PATCH] go: avoid host contamination by GOCACHE

2019-06-21 Thread Ricardo Ribalda Delgado
/meta/recipes-devtools/go/go-cross_1.12.bb:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 23 tasks of which 16 didn't need to be rerun and 1 failed. Signed-off-by: Ricardo Ribalda Delgado --- meta/classes/go.bbclass | 1 + meta/recipes

[OE-core] [PATCH v2] dpkg: Use less as pager

2019-06-19 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/dpkg/dpkg/pager.patch | 21 + meta/recipes-devtools/dpkg/dpkg_1.19.4.bb | 1 + 2 files changed, 22 insertions(+) create mode 100644 meta/recipes-devtools/dpkg/dpkg/pager.patch diff --git a/meta/recipes-devtools

[OE-core] [PATCH] dpkg: Use less as pager

2019-06-19 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- meta/recipes-devtools/dpkg/dpkg/pager.patch | 21 + meta/recipes-devtools/dpkg/dpkg_1.19.4.bb | 1 + 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 meta/recipes

Re: [OE-core] [PATCH 1/2] less: Create symlink for pager

2019-06-19 Thread Ricardo Ribalda Delgado
ian package manager and it > follows Debian traditions. /usr/bin/pager is a Debianism: I suggest > we just patch it to use 'less'. > > Ross > > On Wed, 19 Jun 2019 at 10:47, Ricardo Ribalda Delgado > wrote: > > > > Some system tools (like dpkg) expects a

[OE-core] [PATCH 1/2] less: Create symlink for pager

2019-06-19 Thread Ricardo Ribalda Delgado
Some system tools (like dpkg) expects a binary called pager when they run on a interactive console. This patch addes this symlink via alternative, so other packages can also provide this symlink. Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-extended/less/less_550.bb | 4 +++- 1 file

[OE-core] [PATCH] python3: python3: Fix build error x86->x86

2019-06-19 Thread Ricardo Ribalda Delgado
gal instruction (core dumped) Makefile:625: recipe for target 'sharedmods' failed make: *** [sharedmods] Error 132 make: *** Waiting for unfinished jobs Signed-off-by: Ricardo Ribalda Delgado --- .../python/python3/crosspythonpath.patch | 25 +++ meta/recipes-de

[OE-core] [PATCH 2/2] dpkg: add missing running dependency

2019-06-19 Thread Ricardo Ribalda Delgado
Without this patch: root@qt5122:~# dpkg -l sh: pager: command not found dpkg-query: error: showing package list on pager subprocess returned error exit status 127 Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH] rootfs: Fix dependency for every dpkg run

2019-06-19 Thread Ricardo Ribalda Delgado
en-gb gstreamer1.0-plugins-bad-locale-en-gb libglib-2.0-locale-en-gb avahi-locale-en-gb vte-locale-en-gb xkeyboard-config-locale-en-gb' returned 100: Reading package lists... Building dependency tree... Reading state information... Signed-off-by: Ricardo Ribalda Delgado --- meta/lib/oe/rootfs.p

[OE-core] [PATCH] meson: Fix native patch to python3

2019-06-19 Thread Ricardo Ribalda Delgado
ror: can only concatenate list (not "str") to list Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/meson/meson/0003-native_bindir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/meson/meson/0003-native_bindir.patch

Re: [OE-core] Two recipes providing the same .so... How it should not be done :)

2019-03-05 Thread Ricardo Ribalda Delgado
at 12:17 PM Burton, Ross wrote: > > Isn't this something that https://github.com/madisongh/meta-tegra already > does? > > Ross > > On Tue, 5 Mar 2019 at 11:10, Ricardo Ribalda Delgado > wrote: > > > > This is my approach (which is not more than a ho

Re: [OE-core] Two recipes providing the same .so... How it should not be done :)

2019-03-05 Thread Ricardo Ribalda Delgado
es1-tegra = "libgles1-mesa" RCONFLICTS_libgles2-tegra = "libgles2-mesa" RPROVIDES_libgl-tegra += "gl-proprietary libgl libgl-mesa" RPROVIDES_libegl-tegra += "libegl libegl-mesa" RPROVIDES_libgles2-tegra += "libgles2 libgles2-tegra

Re: [OE-core] Two recipes providing the same .so... How it should not be done :)

2019-03-05 Thread Ricardo Ribalda Delgado
HI Ross On Tue, Mar 5, 2019 at 11:58 AM Burton, Ross wrote: > > Does they literally just provide a libgl.so and no headers, etc? It provides: /usr/lib/libGL.so.1.2.0 /usr/lib/libGL.so.1 > > Ross > > On Fri, 1 Mar 2019 at 11:29, Ricardo Ribalda Delgado > wrote: > >

Re: [OE-core] Two recipes providing the same .so... How it should not be done :)

2019-03-05 Thread Ricardo Ribalda Delgado
Epoch is set to 5, so that should not be the issue PV = "${L4T_RELEASE}" PE = "5" Thanks On Tue, Mar 5, 2019 at 10:37 AM Richard Purdie wrote: > > On Tue, 2019-03-05 at 09:27 +0100, Ricardo Ribalda Delgado wrote: > > Hi Richard, > > > > Thanks for yo

Re: [OE-core] Two recipes providing the same .so... How it should not be done :)

2019-03-05 Thread Ricardo Ribalda Delgado
ation of libgl-tegra by making: XSERVER += "gl-proprietary" What am I doing wrong :) Thanks! On Sat, Mar 2, 2019 at 1:21 PM Richard Purdie wrote: > > On Fri, 2019-03-01 at 12:28 +0100, Ricardo Ribalda Delgado wrote: > > Hello > > > > I have a build system that

Re: [OE-core] Information about non-traditional uses of the Yocto Project and OpenEmbedded

2019-03-01 Thread Ricardo Ribalda Delgado
Hi We (qtec.com) use yocto/oe to build industrial vision systems. Today is running on Potato graders, Carrot Graders, Potato 3d cameras, Hyperspectral cameras, Beer analysers, Checkweighers, Screw Counters, Hockey streamers Let me know if you think this is interesting and I can share more de

[OE-core] Two recipes providing the same .so... How it should not be done :)

2019-03-01 Thread Ricardo Ribalda Delgado
Hello I have a build system that supports some aarch64 machines. For most of the them, the only difference is the kernel configuration, kernel version. I am using multiconfig on my build server and the build goes really fast thanks to all the shared binaries/artifacts. But I have a problem addin

Re: [OE-core] Multiconfig and native recipes

2018-12-13 Thread Ricardo Ribalda Delgado
Hi Richard Thanks for your fast response On Thu, Dec 13, 2018 at 5:19 PM Richard Purdie wrote: > > On Thu, 2018-12-13 at 16:19 +0100, Ricardo Ribalda Delgado wrote: > > Hi > > > > I have a setup with 3 multiconfigs > > > > If I try to build: >

[OE-core] Multiconfig and native recipes

2018-12-13 Thread Ricardo Ribalda Delgado
Hi I have a setup with 3 multiconfigs If I try to build: bitbake multiconfig:*:erlang-native Bitbake executes 3 tasks on the same workdir tmp/work/x86_64-linux/erlang-native/ which of course crashes. Is this expected behaviour? a bug? I have a wrong config? Thanks! -- Ricardo Ribalda -- _

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-23 Thread Ricardo Ribalda Delgado
Hi On Wed, Aug 22, 2018 at 4:57 PM wrote: > > On Wed, 2018-08-22 at 15:39 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:37 PM > > wrote: > > > > RTLDLIST="/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 > > > > /libx32/ld-linu

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
Hi On Wed, Aug 22, 2018 at 3:37 PM wrote: > > On Wed, 2018-08-22 at 15:33 +0200, Ricardo Ribalda Delgado wrote: > > Hello > > On Wed, Aug 22, 2018 at 3:28 PM Ricardo Ribalda Delgado > > wrote: > > > > > > On Wed, Aug 22, 2018 at 3:21 PM > > >

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
Hello On Wed, Aug 22, 2018 at 3:28 PM Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:21 PM wrote: > > > > On Wed, 2018-08-22 at 15:13 +0200, Ricardo Ribalda Delgado wrote: > > > > Here I see: > > > > > > > > $ MACHINE=qemux86-

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
On Wed, Aug 22, 2018 at 3:21 PM wrote: > > On Wed, 2018-08-22 at 15:13 +0200, Ricardo Ribalda Delgado wrote: > > > Here I see: > > > > > > $ MACHINE=qemux86-64 bitbake glibc -e | grep ^RTLDLIST= > > > RTLDLIST="/lib/ld-linux-x86-64.so.2" &

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
HI Richard On Wed, Aug 22, 2018 at 3:05 PM wrote: > > On Wed, 2018-08-22 at 15:02 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:00 PM > > wrote: > > > > > > On Wed, 2018-08-22 at 14:48 +0200, Ricardo Ribalda Delgado wrote: > > >

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
On Wed, Aug 22, 2018 at 3:00 PM wrote: > > On Wed, 2018-08-22 at 14:48 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 2:45 PM > > wrote: > > > > > > On Tue, 2018-08-21 at 16:58 +0200, Ricardo Ribalda Delgado wrote: > > > > RTLD

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
Hi Richard On Wed, Aug 22, 2018 at 2:45 PM wrote: > > On Tue, 2018-08-21 at 16:58 +0200, Ricardo Ribalda Delgado wrote: > > RTLDLIST table does not include /lib/ld-linux-x86-64.so.2, resulting > > on the following error: > > > > root@qt5122:~# ldd ./qtec_webca

[OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-21 Thread Ricardo Ribalda Delgado
RTLDLIST table does not include /lib/ld-linux-x86-64.so.2, resulting on the following error: root@qt5122:~# ldd ./qtec_webcam not a dynamic executable Signed-off-by: Ricardo Ribalda Delgado --- .../glibc/glibc/0031-ldd-rewrite.patch| 22 +++ meta/recipes-core/glibc

[OE-core] x86_64: ldd does not work (not a dynamic executable)

2018-08-20 Thread Ricardo Ribalda Delgado
Hi I think that I found a bug with ldd on sumo. Whenever I try to use it on the target with an dynamic binary, it returns: root@qt5122:~# ldd ./qtec_webcam not a dynamic executable The reason seems to be that it cannot find the dynamic linker: It is searching for: RTLDLIST="/lib/ld-linux.so.2

[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 pokyuser@d3d188f59

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

2018-06-11 Thread Ricardo Ribalda Delgado
:08 qt5122 systemd[1]: 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-ex

[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 --- .../busybox/busybox/fix-readlink-f.patch

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 http://lists.openembedded.org/mailman/l

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

2018-05-17 Thread Ricardo Ribalda Delgado
:57:04 +0200 > Ricardo Ribalda Delgado 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 appropriate to improve the behavior of busybox? > Best regards,

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

2018-05-17 Thread Ricardo Ribalda Delgado
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 --- v2: Add missing signed-off-by meta/recipes-devtools/apt/apt.inc | 1 + ...t-Fix

[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 +Date: Thu, 17 May 2018 10:42:44 +0200 +Subject: [PATCH] apt: Fix apt-file with busybox readlink + +Busybox readlink behaves diferently that coreutils readlink: + +root@qt5122:~# to

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

2018-05-11 Thread Ricardo Ribalda Delgado
: Ricardo Ribalda Delgado --- 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 3fe5c4e26c..c73af9d427 100644 --- a

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 set

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 Date: Mon May 7 13:54:15 2018 +0200 wic: Fix partition files UIDs on multi rootfs images diff

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

2018-05-02 Thread Ricardo Ribalda Delgado
cc: ed Is it a very bad idea to revert your patch? Thanks! On Wed, May 2, 2018 at 8:17 PM, Ricardo Ribalda Delgado wrote: > Hi > > I do not know how many people is actively using wic. We have started > using it from last week, it is hard to replace old scripts that work > :) >

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

2018-05-02 Thread Ricardo Ribalda Delgado
") > -pseudo = "export PSEUDO_PREFIX=%s;" % p_prefix > -pseudo += "export PSEUDO_LOCALSTATEDIR=%s;" % p_localstatedir > -pseudo += "export PSEUDO_PASSWD=%s;" % p_passwd > - pseudo += "export PSEUDO_NOSYMLINKEXP=%s;" % p

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

2018-05-02 Thread Ricardo Ribalda Delgado
.rootfs_dir >> +pseudo += "export PSEUDO_PASSWD=%s;" % rootfs_dir >> p_nosymlinkexp = os.environ.get("PSEUDO_NOSYMLINKEXP", "1") >> -pseudo = "export PSEUDO_PREFIX=%s;" % p_prefix >> - pseudo += "export PSEUDO

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

2018-05-02 Thread Ricardo Ribalda Delgado
Hi I just got hit by this one. It is specially nasty because nfsroot fails to boot if the uids are wrong. What is the status on this? On Mon, Jan 22, 2018 at 11:39 AM, Volker Vogelhuber wrote: > I finally found out, what's the reason why the included recovery rootfs has > the wrong UIDs, while

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 wrote: > On Tue, 2017-12-12 at 09:23 -0800, Khem Raj wrote: >> From: Ricardo Ribalda Delgado >> >> Without this patch libbacktrace cannot be

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 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 made are non-trivial. Can you do that please? >

[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 --- This patch sits on top of Alexander Kanavin's "Introduce meson build system v5" patchset. .../meson/meson/0003-native_bindir.patch | 109

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 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 that the cross-compiler can process. We fi

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 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-compiler can process. We find the

[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 --- This patch sits on top of Alexander Kanavin's "Introduce meson build system" patchset. .../meson/meson/0003-native_bindir.patch | 95 +

[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 --- This patch sits on top of Alexander Kanavin's "Introduce meson build system" patchset .../meson/meson/0003-native_bindir.patch | 88 +

[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 --- meta/recipes-devtools/gcc/g

[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 --- meta/recipes-devtools/gcc/gcc-7.

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 wrote: > On Mon, Nov 13, 2017 at 4:57 AM, Ricardo Ribalda Delgado > wrote: >> Without this patch libback

[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 --- meta/recipes-devtools/gcc/gcc-7.

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

2017-09-25 Thread Ricardo Ribalda Delgado
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 > wrote: >> >> Hi >> >> On Mon, Sep 25, 2017 at 4:05 PM, Philip Balister >> wrote: >> &

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 wrote: > > On 18 July 2017 at 11:03, Ricardo Ribalda Delgado > wrote: >> >> Unzip is required for jar files. Without this patch: >> ERROR: junit4

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

2017-07-18 Thread Ricardo Ribalda Delgado
4-linux/usr/bin ..." unzip -q -o '/var/lib/yocto/downloads/junit-4.3.1-src.jar' failed with return value 127 Suggested-by: Ross Burton Signed-off-by: Ricardo Ribalda Delgado --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/class

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

2017-07-18 Thread Ricardo Ribalda Delgado
4-linux/usr/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 --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/b

[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 Signed-off-by: Ricardo Ribalda Delgado --- meta/re

[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 --- meta/recipes-devtools/gcc/libgfortran.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc

[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 --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools

[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 --- meta/recipes-devtools/gcc/g

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" 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/gcc/gcc-6.3.inc >>

[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 --- meta/recipes-devtools/gcc/libgfortran.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc

[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 --- meta/recipes-devtools/gcc/g

[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 --- meta/recipes-devtools/gcc/libgfortran.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools

  1   2   >