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 37 forks source link

Update oobe_git.bb #154

Closed dcacklam closed 7 months ago

dcacklam commented 7 months ago

Since Sumo32 is frozen in time & the current oobe source doesn't work with it, have this recipe use the last version that it knows how to build correctly (and that doesn't have post-Sumo dependencies - eg python3)

This, along with a change to the URL for the ACPI support package, allows it to build again.

Doing this because there are still some things 'out there' that use MRAA & the Edison - most of them running on 3.x Linux kernels... Making sumo32 build again makes it easier to use it's kernel image.

htot commented 7 months ago

Nice to here that there are people out there using the EOL version and providing some CPR. I didn't test this but LGTM, thanks!

I have been hoping people would be providing an MRAA layer on top of IIO drivers in the kernel to provide some sort of compatibility layer, but it seems development has slowed there. Alas.