Re: [yocto] Unable to run arm 64 binary on arm64 machine

2023-11-14 Thread MOHAMMED HASSAN
root@se-704a0efe85c4:~# ./hello -sh: ./hello: No such file or directory root@se-704a0efe85c4:~# This is the response. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61692): https://lists.yoctoproject.org/g/yocto/message/61692 Mute This Topic: https

Re: [yocto] Unable to run arm 64 binary on arm64 machine

2023-11-14 Thread MOHAMMED HASSAN
On Tue, Nov 14, 2023 at 11:40 PM, Khem Raj wrote: > > it seems you have a mixed mode image where kernel is 64bit but userspace > is 32bit, so you have to compile your app to be 32bit as well. > otherwise you need to include 64bit runtime as well to support 64bit apps. > > Unfortunately I don't

Re: [yocto] Architecture did not match

2023-11-14 Thread Khem Raj
in your recipe, you need to add runtime dependencies. e.g. RDEPENDS:${PN} += "bash" or you can ignore the deps if your image has them all in already. since your package is binary only. add INSANE_SKIP:${PN} = "file-rdeps" On Tue, Nov 14, 2023 at 11:29 PM MOHAMMED HASSAN wrote: > > On Tue, Nov 1

Re: [yocto] Architecture did not match

2023-11-14 Thread MOHAMMED HASSAN
On Tue, Nov 14, 2023 at 11:17 PM, Khem Raj wrote: > > add lib32-testing-firmware in your image instead of testing-firmware > > NOTE: lib32-gst-plugin-video-sink: compiling from external source tree /Yocto_sdk/yocto_sdk/aml-comp/multimedia/gst-plugin-video-sink NOTE: lib32-gst-plugin-aml-v4l2d

Re: [yocto] Architecture did not match

2023-11-14 Thread Khem Raj
add lib32-testing-firmware in your image instead of testing-firmware On Tue, Nov 14, 2023 at 10:26 PM MOHAMMED HASSAN wrote: > > Hi guys, > So the SDK my vendor provided kernel toolchain of "aarch64-poky-linux-gcc" > while the application uses a 32 bit toolchain > "arm-pokymllib32-linux-gnueabi

[yocto] [yocto-autobuilder-helper][PATCH] config.json: temporarily disable pressure regulation for master-next ONLY

2023-11-14 Thread Randy MacLeod via lists.yoctoproject.org
From: Randy MacLeod Builds and oe-selftest runs have been seen to take around 16 hours. Temporarily disable pressure regulation in master-next ONLY to see if the pressure regulation is a significant part of what's causing the slow down. Signed-off-by: Randy MacLeod --- config.json | 2 -- 1 fi

[yocto] [yocto-autobuilder-helper][PATCH] patchtest: add selftest runner

2023-11-14 Thread Trevor Gamblin
Add a runner that installs the patchtest dependencies in a Python venv and then starts patchtest's selftests. Signed-off-by: Trevor Gamblin --- config.json| 7 +++ scripts/run-patchtest-selftest | 18 ++ 2 files changed, 25 insertions(+) create mode 1007

[yocto] [yocto-autobuilder2] config.py: add fedora38 to workers_prev_releases for dunfell

2023-11-14 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 316109b..721f637 100644 --- a/config.py +++ b/config.py @@ -180,7 +180,7 @@ workers_prev_releases = { "honister" : ("alma8", "centos7", "centos8", "debia

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.2.4.rc3)

2023-11-14 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.2.4.rc3. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit

[yocto] Yocto Project Status 14 November 2023 (WW46)

2023-11-14 Thread Neal Caidin
Current Dev Position: YP 5.0 M1 Next Deadline: 4th December 2023 YP 5.0 M1 build Next Team Meetings: - Bug Triage meeting Thursday November 16, 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday November 14th

Re: [yocto] [RFC] devtool: support multiple sources

2023-11-14 Thread Alexander Kanavin
I think no one actually anticipated all these corner cases when devtool was written. In general it's simply not designed to handle multiple sources in SRC_URI, it can do (tarball or git)+patches, and not any of the other options. No one is expecting a fix for all of them, perhaps it's best to keep

Re: [yocto] Bitbake error for node js #linux #poky #toolchain #ubuntu #yocto

2023-11-14 Thread Martin Jansa
You need more ram or at least swap to build nodejs, or restrict PARALLEL_MAKE for nodejs not to trigger OOMK. On Tue, Nov 14, 2023 at 11:20 AM wrote: > Hi iam trying to build pionix ti AM62x https://github.com/PionixPublic > EVSE SDK > Bitbake builds till 99 percent and last module nodejs runs f

[yocto] Bitbake error for node js #linux #poky #toolchain #ubuntu #yocto

2023-11-14 Thread sairajlp99
Hi iam trying to build pionix ti AM62x https://github.com/PionixPublic EVSE SDK Bitbake builds till 99 percent and last module nodejs runs for 2 hours and gets error and system experience freeze iam using Linux host machine of latest 22.04 version with 500gb of storage and Ram of 16gb -=-=-=-=-=

Re: [yocto] [yocto-autobuilder-helper] Add toaster test builder

2023-11-14 Thread Richard Purdie
On Mon, 2023-11-13 at 22:30 +, Richard Purdie via lists.yoctoproject.org wrote: > On Mon, 2023-11-13 at 13:21 -0500, > alexander.lussier-cul...@savoirfairelinux.com wrote: > > From: Alexander Lussier-Cullen > > > > > > Add a toaster test builder that runs the tox test suite using a new > > r