ot-br-posix icon indicating copy to clipboard operation
ot-br-posix copied to clipboard

OTBR WEB on YOCTO Project

Open Holegon opened this issue 4 years ago • 1 comments

Hello.

I have a question for you.

I am trying to include open thread in a YOCTO project. The compilation is going well with a recipe found on the internet that I can provide.

Only, I'm trying to integrate the OTBR Web feature at the same time and it's causing me some problems.

Again I can provide the local.conf file if needed.

The first build told me that I needed the NPM package, so I included it in my configuration. And, during my second compilation I had no more errors. Only, I could not find the trace of the OTBR Web element on my compiled image.

Do you have an advice or a solution to give me?

Thanks

Holegon avatar Aug 05 '21 21:08 Holegon

In my case it 's helped adding following dependencies to otbr recipe:

DEPENDS - nodejs-native RDEPENDS - nodejs

note, that building nodejs in yocto environement in my case demanded about 20GB of RAM, not sure if this is misconfiguration of build or harsh reality of modern web

Endag avatar Aug 12 '21 12:08 Endag

Closing stale issue.

jwhui avatar Aug 25 '22 23:08 jwhui