Add a buildroot utils/check-package linter check to pr-checks.yml (#1523)

Add buildroot utils/check-package check to the pr-checks.yml workflow.
It checks for common errors/mistakes when creating own buildroot
packages. Also fixed all warnings this utility output for our existing packages.
This commit is contained in:
Jens Maus
2021-09-04 10:46:55 +02:00
committed by GitHub
parent b6b8e3b1dc
commit 97dffedbcd
23 changed files with 104 additions and 70 deletions

View File

@@ -1,3 +1,7 @@
KernelDrivers/Makefile: add Makefile to get compiled as Linux kernel module
Signed-off-by: Jens Maus <mail@jens-maus.de>
--- ./KernelDrivers/Makefile.orig 2021-04-02 17:01:07.029932165 +0200
+++ ./KernelDrivers/Makefile 2020-06-04 14:36:10.188174788 +0200
@@ -0,0 +1 @@