SolidHal / PrawnOS

Libre Mainline Kernel and Debian for arm laptops
https://www.PrawnOS.com
GNU General Public License v2.0
114 stars 29 forks source link

add tests for blobby_kernel #269

Open austin987 opened 3 years ago

austin987 commented 3 years ago

@SolidHal

This adds tests for the blobby kernel (both armhf/arm64).

Note that it requires a makefile fix: currently calling 'make kernel' (or blobby_kernel) fails in a clean tree, because filesystem is required, but not called first. I added a commit to depend on filesystem first. Alternatively, the makefile targets could be adjusted, or maybe some other approach. I'll leave that to your judgement, the important thing is that 'make kernel|blobby_kernel' should work out of the box (or if not, IMO, we need a good reason, and in any event, we'll need to adjust the github action/build scripts accordingly, but that's relatively minor).