| # | |
| # Copyright OpenEmbedded Contributors | |
| # | |
| # SPDX-License-Identifier: MIT | |
| # | |
| SUMMARY = "A simple kernel module for testing devtool ide-sdk" | |
| LICENSE = "GPL-2.0-only" | |
| LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | |
| inherit module | |
| SRC_URI = "\ | |
| file://selftest-kmodule.c \ | |
| file://Makefile \ | |
| " | |
| S = "${UNPACKDIR}" |