# # Yocto recipe to build a kernel module out of the kernel tree # hello-module.bb # www.makersweb.net # DESCRIPTION = "MAX3109 Test kernel module out of the kernel tree" SECTION = "examples" LICENSE = "CLOSED" PR = "r0" inherit module SRC_URI = "file://max3109test.c \ file://Makefile \ " S = "${WORKDIR}"