Re: [OE-core] [PATCH 2/2] wic: plugins source bootimage/isoimage rename to allow be imported

2024-03-25 Thread Anibal Limon
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/3005/steps/12/logs/stdio > > > On 23/03/2024 13:53:04-0600, Anibal Limon wrote: > > Python not support importing modules with - so change to _. > > > > Signed-off-by: Anibal Limon

[OE-core] [PATCH 1/2] wic: bootimg-partition allow to set var to get boot files

2024-03-23 Thread Anibal Limon
This is a generic functionality that takes a set of files and create a boot parition based on IMAGE_BOOT_FILES var, allow to sepcify the variable name so a BSP plugin can extend this and re-use the functionality. Signed-off-by: Anibal Limon --- scripts/lib/wic/plugins/source/bootimg

[OE-core] [PATCH 2/2] wic: plugins source bootimage/isoimage rename to allow be imported

2024-03-23 Thread Anibal Limon
Python not support importing modules with - so change to _. Signed-off-by: Anibal Limon --- .../source/{bootimg-biosplusefi.py => bootimg_biosplusefi.py} | 0 scripts/lib/wic/plugins/source/{bootimg-efi.py => bootimg_efi.py} | 0 .../plugins/source/{bootimg-partit

Re: [OE-core] [PATCH][dunfell] lttng-modules: do not search in non-existing folder during install

2021-12-14 Thread Anibal Limon
Hi, Any update on push this to dunfell?, I'm facing the issue, https://ci.linaro.org/job/lt-qcom-openembedded-meta-qcom-premerge-dunfell/46/MACHINE=dragonboard-410c,TCLIBC=glibc,label=docker-buster-amd64/console Thanks in advance!, Anibal On Wed, 8 Dec 2021 at 14:21, Anibal Limo

[OE-core] [PATCH][dunfell] lttng-modules: do not search in non-existing folder during install

2021-12-08 Thread Anibal Limon
From: Andrey Zhizhikin When CONFIG_TRACEPOINTS is not enabled in kernel config - module compilation is skipped, which causes the ${D}/${nonarch_base_libdir} not to be created. This fails later in do_install:append() due to the fact that find command in executed for non-existing folder. Check fo

Re: [OE-core] [PATCHv3] waffle: add explicit dependency to cmake-native

2021-11-25 Thread Anibal Limon
On Tue, 23 Nov 2021 at 16:40, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2021-11-23 at 12:00 -0600, Anibal Limon wrote: > > Hi, > > > > Is this patch good enough? or need another change. > > There was feedback about the commit message

Re: [OE-core] [PATCHv3] waffle: add explicit dependency to cmake-native

2021-11-23 Thread Anibal Limon
Hi, Is this patch good enough? or need another change. Regards!, Anibal On Mon, 15 Nov 2021 at 10:36, Anibal Limon via lists.openembedded.org wrote: > cmake-native can get pulled into the sysroot via dependencies, but it > is always needed: > > | Program cmake found: NO >

[OE-core] [PATCHv3] waffle: add explicit dependency to cmake-native

2021-11-15 Thread Anibal Limon
cmake-native can get pulled into the sysroot via dependencies, but it is always needed: | Program cmake found: NO | ERROR: meson failed Fixes, ... File "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10

[OE-core] [PATCHv2] recipe-graphics/waffle: Add depends on cmake-native

2021-11-11 Thread Anibal Limon
Fixes, ... File "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/mesonbuild/modules/cmake.py", line 241, in detect_cmake p, stdout, stderr = mesonlib.Popen_safe(cmakebin.get_command

[OE-core] [PATCH] recipe-graphics: Add depends on cmake-native

2021-11-10 Thread Anibal Limon
Fixes, ... File "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/mesonbuild/modules/cmake.py", line 241, in detect_cmake p, stdout, stderr = mesonlib.Popen_safe(cmakebin.get_command() +

[OE-core] [PATCH] recipes-support/ptest-runner: Bump to v2.4.2

2021-09-27 Thread Anibal Limon
Changes, bcb8280 utils.c: add system data collection when a test gets stuck. c29240c utils.c: handle test timeouts directly with poll() d6f509f tests/utils.c: fix a memory corruption in find_word c10e747 main: Do not return number of failed tests when calling ptest-runner 4958988 utils.c: fix memo

[OE-core] [dunfell][PATCH] build-appliance-image: Update to master head revision

2021-04-07 Thread Anibal Limon
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.b

[OE-core] [PATCH] meta/recipes-support: ptest-runner bump to 2.4.1

2021-03-29 Thread Anibal Limon
Changes, cce0edb utils.c: wait_child reimplement timeout using alarm acbba90 utils.c: Use a thread to read from child cb2840a utils.c: Fix exit status of a child 77bc79e utils.c: get_available_ptests allow to specify relative directories d27e242 README.md: Small fix mtrace call c5d5831 tests/utils

Re: [OE-core] [dunfell][PATCH] pseudo: Bump to rev 60e25a3

2021-03-03 Thread Anibal Limon
I'm still getting this error, I don't know if this patch will be applied. Regards, Anibal On Tue, 23 Feb 2021 at 01:04, Ilias Apalodimas wrote: > On Mon, Feb 22, 2021 at 03:45:08PM -0600, Aníbal Limón wrote: > > Changes, > > > > 60e25a3 (HEAD -> oe-core, origin/oe-core) makewrappers: Fix glibc

Re: [OE-core] [PATCH] glib-2.0: replace THISDIR instead of COREBASE in find_meson_cross_files --cross-file paths

2021-03-02 Thread Anibal Limon
= d.getVar("THISDIR") +thisdir = os.path.normpath(d.getVar("THISDIR")) We use the next config files for bblayers and local.conf, https://github.com/96boards/oe-rpb-manifest/tree/qcom/master/conf Regards, Anibal > > > > On Tue, Mar 2, 2021 at 6:14 PM Anibal

Re: [OE-core] [PATCH] glib-2.0: replace THISDIR instead of COREBASE in find_meson_cross_files --cross-file paths

2021-03-02 Thread Anibal Limon
This breaks our builds, ... ERROR: Cannot add '/home/builds/oe-rpb-master/layers/openembedded-core/meta/recipes-core/glib-2.0/files/meson.cross.d/common' to --cross-file, because it's not relative to THISDIR '/home/builds/oe-rpb-master/build-410c-2/conf/../../layers/openembedded-core/meta/recipes-

[OE-core] [dunfell][PATCH] pseudo: Bump to rev 60e25a3

2021-02-22 Thread Anibal Limon
Changes, 60e25a3 (HEAD -> oe-core, origin/oe-core) makewrappers: Fix glibc 2.33 fstatat usage issues 77d2898 ports/linux: Add wrapper for fstatat/fstatat64 in glibc 2.33 d03de55 ports/rename/renameat: Avoid race when renaming files c838d8c ports/unix: Add faccessat and faccessat2 7720723 ports/ac

Re: [OE-core] [PATCH 6/7] native: Stop clearing PACKAGES

2021-02-01 Thread Anibal Limon
On Sun, 31 Jan 2021 at 07:10, Martin Jansa wrote: > On Sun, Jan 31, 2021 at 10:34:48AM +, Richard Purdie wrote: > > On Sun, 2021-01-31 at 10:55 +0100, Martin Jansa wrote: > > > On Sun, Jan 31, 2021 at 09:07:50AM +, Richard Purdie wrote: > > > > On Sat, 2021-01-30 at 17:15 +0100, Martin Ja

Re: [OE-core] [meta-oe][PATCH v3] net-tools: split into binary packages

2020-12-03 Thread Anibal Limon
This patch causes problems in multilib configurations, http://errors.yoctoproject.org/Errors/Details/539019/ Regards, Anibal On Mon, 30 Nov 2020 at 21:35, Sinan Kaya wrote: > Support per binary package to not bloat the system with unneeded > tools. > > Signed-off-by: Sinan Kaya > --- > .../n

[OE-core] [PATCH] mesa: update 20.1.6 -> 20.1.8

2020-09-21 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- .../mesa/{mesa-gl_20.1.6.bb => mesa-gl_20.1.8.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_20.1.6.bb => mesa_20.1.8.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCHv2] recipes-graphics/xorg-xserver: Add patch to fix segfault when probe

2020-09-08 Thread Anibal Limon
Fix segfault on probing a non-PCI platform device on a system with PCI. ... at ../../xorg-server-1.20.9/os/log.c:1017 at ../../xorg-server-1.20.9/os/osinit.c:156 at ../../xorg-server-1.20.9/os/osinit.c:110 at ../../../../xorg-server-1.20.9/hw/xfree86/common/xf86platformBus.c:292

[OE-core] [PATCH] recipes-graphics/xorg-xserver: Add patch to fix segfault when probe

2020-09-08 Thread Anibal Limon
Fix segfault on probing a non-PCI platform device on a system with PCI. ... at ../../xorg-server-1.20.9/os/log.c:1017 at ../../xorg-server-1.20.9/os/osinit.c:156 at ../../xorg-server-1.20.9/os/osinit.c:110 at ../../../../xorg-server-1.20.9/hw/xfree86/common/xf86platformBus.c:292

[OE-core] [dunfell][PATCH] recipes-kernel: linux-firmware add qcom-venus-{5.2,5.4} packages

2020-09-02 Thread Anibal Limon
From: Anibal Limon Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie (cherry picked from commit e20c1e07a807f66f028104d8491d974a36734192) Signed-off-by: Aníbal Limón --- .../linux-firmware/linux-firmware_20200817.bb | 6 +- 1 file changed, 5 insertions(+), 1

[OE-core] [PATCH] recipes-kernel: linux-firmware add qcom-venus-{5.2,5.4} packages

2020-08-31 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- .../linux-firmware/linux-firmware_20200817.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200817.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200817.bb index

Re: [OE-core] [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-20 Thread Anibal Limon
On Wed, 20 May 2020 at 11:51, Nicolas Dechesne wrote: > > On Wed, May 20, 2020 at 4:59 PM Aníbal Limón > wrote: > >> Signed-off-by: Aníbal Limón >> > > all you 3 patches are backports/cherry-picked, please show that in your > new patches, e.g. git cherry-pick -x -s . it's much easier to > revie

[OE-core] [PATCHv2][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie (cherry picked from commit dd5f6de4995fbfad881567137fdefc1a8a3903b4) Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/met

[OE-core] [PATCHv2][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie (cherry picked from commit 55fb6324d627f55c197af068038f3886b95c3cb2) Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

[OE-core] [PATCHv2][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie (cherry picked from commit ed9da2d9dc42c437650d539c4d14b8b786f82059) Signed-off-by: Aníbal Limón --- ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/rec

[OE-core] [PATCH][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb index

[OE-core] [PATCH][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200122.bb => linux-firmware_20200421.bb} (99%) diff --git a/meta/recipes-kernel/li

[OE-core] [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-20 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb index 71

[OE-core] [PATCH 3/3] linux-firmware: Update to 20200122 -> 20200421

2020-05-18 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200122.bb => linux-firmware_20200421.bb} (99%) diff --git a/meta/recipes-kernel/li

[OE-core] [PATCH 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package

2020-05-18 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb index

[OE-core] [PATCH 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-18 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb index 71

[OE-core] [PATCH 1/2] ptest-runner: Bump to 2.4.0

2020-04-28 Thread Anibal Limon
Add support for un ptests in multiple directories, useful in multilib builds. Changes, 1e9a845 Add support to specify multiple folder for ptest-runner 287ba30 Makefile: Fix TEST_LDFLAGS gcc cmdline position [YOCTO #12604] Signed-off-by: Aníbal Limón --- .../{ptest-runner_2.3.2.bb => ptest-run

[OE-core] [PATCH 2/2] oeqa/runtime: Use libdir to run ptest-runner

2020-04-28 Thread Anibal Limon
In multilib build configs libs can be installed in /usr/lib{32,64,x32} so use libdir to specify the correct ptest directory along with default /usr/lib. [YOCTO #12604] Signed-off-by: Aníbal Limón --- meta/lib/oeqa/runtime/cases/ptest.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[OE-core] [PATCHv2] recipes-kernel/linux-firmware: Add qcom-sdm845-{audio,compute,modem} firmware packages

2020-03-31 Thread Anibal Limon
Contains the firmware for the audio, compute and modem/wireless in SDM845 platforms. Signed-off-by: Aníbal Limón --- .../linux-firmware/linux-firmware_20200122.bb| 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firm

Re: [OE-core] [PATCH] recipes-kernel/linux-firmware: Add qcom-sdm845 firmware package

2020-03-31 Thread Anibal Limon
On Tue, 31 Mar 2020 at 07:31, Nicolas Dechesne wrote: > > > On Tue, Mar 31, 2020 at 4:01 AM Aníbal Limón > wrote: > >> Contains the firmware for the modem and wireless in SDM845 platforms. >> > > it is more than that, since that folder contains also the audio and > compute DSP firmware, so we sh

[OE-core] [PATCH] recipes-kernel/linux-firmware: Add qcom-sdm845 firmware package

2020-03-30 Thread Anibal Limon
Contains the firmware for the modem and wireless in SDM845 platforms. Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes

Re: [OE-core] [PATCHv2] meta/recipes-graphics/waffle: Add python3 dependency

2020-01-31 Thread Anibal Limon
Hi, Any update on this?, Regards, Anibal On Mon, 20 Jan 2020 at 18:41, Anibal Limon wrote: > I found the answer, poky adds wayland support via DISTRO_FEATURES that > ends on python3 dependency in the waffle recipe-sysroot. > > You can test removing wayland from DISTRO_FEATURE

Re: [OE-core] [PATCHv2] meta/recipes-graphics/waffle: Add python3 dependency

2020-01-20 Thread Anibal Limon
I found the answer, poky adds wayland support via DISTRO_FEATURES that ends on python3 dependency in the waffle recipe-sysroot. You can test removing wayland from DISTRO_FEATURES to see the failure, we use OE and has two distro variants X/Wayland so the builds fails only in X [1][2]. Regards, Ani

Re: [OE-core] [PATCH] meta/conf/bitbake.conf: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE with VCS

2020-01-10 Thread Anibal Limon
Forget this patch, I was confused about which version merged on bitbake. Anibal On Thu, 9 Jan 2020 at 14:03, Aníbal Limón wrote: > The new BB_SIGNATURE_LOCAL_DIRS_EXCLUDE allows you to specify a list > of directories to exclude when making taskhash [1], set default as common > VCS directories.

Re: [OE-core] [PATCH] meta/classes/menson.bbclass: Add python3 dependency

2020-01-09 Thread Anibal Limon
On Thu, 9 Jan 2020 at 05:23, Alexander Kanavin wrote: > On Thu, 9 Jan 2020 at 02:43, Aníbal Limón wrote: > >> -DEPENDS_append = " meson-native ninja-native" >> +DEPENDS_append = " meson-native ninja-native python3" >> > > Apologies, but I cannot accept this. Not all meson-based components even >

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2020-01-08 Thread Anibal Limon
On Wed, 18 Dec 2019 at 14:31, Ross Burton wrote: > On 03/12/2019 22:06, Aníbal Limón wrote: > > Fixes, > > > > ... > > | Program python3 found: YES > (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-n

Re: [OE-core] [PATCHv2] meta/recipes-graphics/waffle: Add inherit setuptools

2019-12-04 Thread Anibal Limon
On Wed, 4 Dec 2019 at 13:15, Alexander Kanavin wrote: > On Wed, 4 Dec 2019 at 20:04, Aníbal Limón wrote: > >> -inherit meson features_check lib_package bash-completion >> +inherit meson setuptools3 features_check lib_package bash-completion >> > > I don't think you actually need setuptools3 here

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-04 Thread Anibal Limon
ill add this inherit on waffle recipe. Regards, Anibal > > I'd suggest you fix the broken recipes individually by adding python3 to > DEPENDS. Yes, the "not a valid python" message is not helpful; suggestions > how to improve this are welcome. > > Alex > &g

Re: [OE-core] [PATCH] meta/classes/meson.bbclass: Add inherit setuptools3

2019-12-03 Thread Anibal Limon
On Tue, 3 Dec 2019 at 17:37, Khem Raj wrote: > > > On Tue, Dec 3, 2019 at 2:06 PM Aníbal Limón > wrote: > >> Fixes, >> >> ... >> | Program python3 found: YES >> (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/b

Re: [OE-core] [PATCHv4 2/3] runqemu: Add support for multiple tap devices

2019-07-03 Thread Anibal Limon
On Wed, 3 Jul 2019 at 12:01, Aníbal Limón wrote: > Add the ability to set more than one tap devices into the > same qemu instance, > > The code was modified to detect multiple @TAP@ and @MAC@ in the > QA_TAP_OPT and QA_NETWORK_DEVICE respectively, it handles the > attach/creation of multiple tap

Re: [OE-core] [PATCHv3 1/3] runqemu: Allow to store more than one lock for network interfaces

2019-07-03 Thread Anibal Limon
Hi Chen, Thanks for report, may be related to the name of the NIC inside qemu. I will investigate. Regards!, Anibal On Tue, 2 Jul 2019 at 21:08, ChenQi wrote: > Could you please help check if the following failures are related to > this patch series? > > https://autobuilder.yoctoproject.org/ty

Re: [OE-core] [PATCHv3 1/3] runqemu: Allow to store more than one lock for network interfaces

2019-07-01 Thread Anibal Limon
I squashed the fix in the wrong patch that's because the v3 that are no functional changes between v2 and v3. Fixed acquired_lock method to only add the lock when acquire succeed. Regards, Anibal On Mon, 1 Jul 2019 at 16:23, Aníbal Limón wrote: > In order to support multiple tap devices in the

Re: [OE-core] [PATCH 1/3] runqemu: Allow to store more than one lock for network interfaces

2019-07-01 Thread Anibal Limon
On Sun, 30 Jun 2019 at 06:41, wrote: > On Thu, 2019-06-27 at 22:38 -0500, Aníbal Limón wrote: > > In order to support multiple tap devices in the same qemu virtual > > machine. > > > > Signed-off-by: Aníbal Limón > > --- > > With this change included tests failed on the autobuilder. I think it >

Re: [OE-core] [PATCH] meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU

2019-01-02 Thread Anibal Limon
On Thu, 15 Nov 2018 at 07:08, Burton, Ross wrote: > On Tue, 23 Oct 2018 at 01:38, Anibal Limon > wrote: > >> > -fstypes = [fs for fs in d.getVar('IMAGE_FSTYPES').split(' ') > > >> > +fstypes = d.getVar('IMAGE_FSTYPES&

Re: [OE-core] [PATCH] meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU

2018-10-22 Thread Anibal Limon
On Sat, 20 Oct 2018 at 02:11, wrote: > On Tue, 2018-10-16 at 18:21 -0500, Aníbal Limón wrote: > > When use simpleremote target the flash/boot process is executed > > manually, the IMAGE_FSTYPES validation is only needed when execute > > testimage against qemu. > > > > The supported_fstypes comes

Re: [OE-core] [PATCH 1/2] meta/classes/testexport: Use manfiest filenames for package and testdata

2018-10-19 Thread Anibal Limon
Hi Richard, I need to update the selftest testcase, i will send v2. I send other patch, can you take a look? http://lists.openembedded.org/pipermail/openembedded-core/2018-October/156762.html Regards, Anibal On Thu, 18 Oct 2018 at 10:43, wrote: > On Wed, 2018-10-17 at 18:00 -0500, Aníbal Lim

Re: [OE-core] [PATCH] scripts/yocto-check-layer: Don't abort when layer fails to get signatures

2018-10-02 Thread Anibal Limon
Targeting sumo too. Anibal On Tue, 2 Oct 2018 at 16:43, Aníbal Limón wrote: > When execute in multiple layers like meta-openembedded the execution is > aborted when some sublayer fails to get world signatures, so mark it as > an error and continue the execution in the remaining sublayers. > > S

Re: [OE-core] [PATCH][RFC] glibc: Avoid multilibbing on wordsize.h

2018-07-19 Thread Anibal Limon
On Wed, 18 Jul 2018 at 20:27, Daniel Díaz wrote: > Once another header #includes , there is a > potential recursion going on because the > multilib_header_wrapper.h #includes again! > > This should not happen because an __arm__ (32-bits) or an > __aarch64__ (64-bits) environment guarantees that

[OE-core] [PATCH] deb_packaging: Added support for multilib

2014-09-29 Thread Anibal Limon
The Package Manager implementation for deb didn't take a look about multilib enabled variants. Changes are made for generate apt.conf, sources.list and debian repo index Release and Packages files. [YOCTO #1502] Signed-off-by: Anibal Limon --- meta/lib/oe/package_manager.py