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.
19 lines
698 B
Makefile
19 lines
698 B
Makefile
################################################################################
|
|
#
|
|
# eQ-3 char loopback kernel module for HomeMatic/homematicIP
|
|
# dual stack implementations for the RPI-RF-MOD/HM-MOD-RPI-PCB
|
|
#
|
|
# Copyright (c) 2015 by eQ-3 Entwicklung GmbH
|
|
# https://github.com/eq-3/occu/tree/master/KernelDrivers
|
|
#
|
|
################################################################################
|
|
|
|
EQ3_CHAR_LOOP_VERSION = e60183fc5b8375d9eea185c716f716c07657fa00
|
|
EQ3_CHAR_LOOP_SITE = $(call github,eq-3,occu,$(EQ3_CHAR_LOOP_VERSION))
|
|
EQ3_CHAR_LOOP_LICENSE = GPL2
|
|
#EQ3_CHAR_LOOP_LICENSE_FILES = LICENSE
|
|
EQ3_CHAR_LOOP_MODULE_SUBDIRS = KernelDrivers
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|