Re: [linux-yocto] nodejs in yocto

2021-06-03 Thread Armin Kuster
On 6/2/21 11:12 PM, lavkhush2...@gmail.com wrote: > Hello Guys > i am building nodejs-12.21.0, facing an *issue- ERROR: Nothing > PROVIDES 'nodejs' nodejs was skipped: incompatible with host > riscv64-oe-linux (not in COMPATIBLE_HOST) > * > *After modification in .bb file:- >

Re: [linux-yocto] nodejs in yocto

2021-06-03 Thread Richard Purdie
On Wed, 2021-06-02 at 23:12 -0700, lavkhush2...@gmail.com wrote: > Hello Guys > i am building nodejs-12.21.0, facing an issue- ERROR: Nothing PROVIDES > 'nodejs' nodejs was skipped: > incompatible with host riscv64-oe-linux (not in COMPATIBLE_HOST) > > After modification in .bb file:- >

[linux-yocto] nodejs in yocto

2021-06-03 Thread lavkhush2208
Hello Guys i am building nodejs-12.21.0, facing an *issue- ERROR: Nothing PROVIDES 'nodejs' nodejs was skipped: incompatible with host riscv64-oe-linux (not in COMPATIBLE_HOST) * *After modification in .bb file:- COMPATIBLE_HOST_riscv64 = "riscv64" COMPATIBLE_HOST_riscv32 = "riscv32" in .bb file