edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 38 forks source link

setup.sh: set proper options for mraa and UPM NodeJS bindings #7

Closed alext-mkrs closed 6 years ago

alext-mkrs commented 6 years ago

This enables building NodeJS bindings for mraa and UPM - part one (the second one will be in meta-intel-iot-midleware layer)

htot commented 6 years ago

@alext-mkrs I have similar here: poky-edison.conf. I think I also tried 6.0 and added mraa bindings too, but not upm bindings. It didn't work. Do you know why?

Is it the wrong place? That probably would be true for the other preferred versions as well?

In any case I think we need to remove node preferred version from poky-edison.conf simultaneously with your patch?

alext-mkrs commented 6 years ago

Indeed - I haven't looked into distro conf and it actually would be an even better place to put those in, compared to local conf. Let me check why it may have not worked for you and either resubmit this one or find a reason to keep it in local.

htot commented 6 years ago

merged, thanks

alext-mkrs commented 6 years ago

Thanks. I haven't yet had time to check distro.conf out, but that's the plan for this weekend :)

htot commented 6 years ago

It built on my system, but I didn't clean before building. But I think chances are good.

alext-mkrs commented 6 years ago

I see you've already moved this to distro conf, but just to close on this one - I've checked it and indeed everything looks ok, so that's the best place.