skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
687 stars 51 forks source link

buildroot: kernel 5.16.x needs libyaml and dtschema #174

Closed paralin closed 2 years ago

paralin commented 2 years ago

Need to modify Buildroot to ensure host-libyaml is compiled before the kernel is built.

Also, the dt-schema python package needs to be installed:

pip3 install git+https://github.com/devicetree-org/dt-schema.git@master -U --user

None of the boards use 5.16.x yet. Hopefully Buildroot will be updated to fix this.