raspberrypi / utils

A collection of scripts and simple applications
BSD 3-Clause "New" or "Revised" License
136 stars 41 forks source link

Add overlaycheck and dependency #11

Closed pelwell closed 1 year ago

pelwell commented 1 year ago

As a way to make it possible for third parties to run checks on overlays before submission, publish the overlaycheck utility along with its dependency dtmerge (also found in the userland repo). Use CMake for easy installation, and add READMEs for each utility.

pelwell commented 1 year ago

@6by9 I hope this makes it easier to integrate overlaycheck into a Workflow.

pelwell commented 1 year ago

N.B. Reimplementing ovmerge and overlaycheck in Python is left as an exercise for the reader. PRs welcome.