Re: [yocto] Architecture did not match

2023-11-15 Thread MOHAMMED HASSAN
On Tue, Nov 14, 2023 at 11:45 PM, Khem Raj wrote: > > 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" > >

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

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:

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 >

Re: [Yocto] Architecture did not match #yocto

2020-11-20 Thread Ross Burton
On Fri, 20 Nov 2020 at 17:04, wrote: > I am getting error while building google chromium depot-tools. My intentions > is to build meta-flutter which depends on depot-tools. > > ERROR: depot-tools-git-r0 do_package_qa: QA Issue: Architecture did not match > (x86-64, expected AArch64) on >

[Yocto] Architecture did not match #yocto

2020-11-20 Thread yuvaraj . velumani
Hi All, I am getting error while building google chromium depot-tools. My intentions is to build meta-flutter which depends on depot-tools. ERROR: depot-tools-git-r0 do_package_qa: QA Issue: Architecture did not match (x86-64, expected AArch64) on