2 # "kernel module for libev" recipe
4 SUMMARY = "libev kernel module for AGL software"
5 DESCRIPTION = "libev kernel module build AGL software"
6 LICENSE = "GPL-2.0-only"
7 LIC_FILES_CHKSUM = "file://LICENSE.GPL-2.0-only;md5=4ee23c52855c222cba72583d301d2338"
9 PV = "1.0.0+gitr${SRCPV}"
10 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH} \
11 file://0001-Handle-switch-to-proc_ops.patch;striplevel=3 \
13 SRCREV := "${BASESYSTEM_REVISION}"
15 S = "${WORKDIR}/git/module/kernel-module-evklib"
19 # The inherit of module.bbclass will automatically name module packages with
20 # "kernel-module-" prefix as required by the oe-core build environment.
21 RPROVIDES:${PN} += " \
22 kernel-module-evk_lib \
25 KERNEL_MODULE_AUTOLOAD += "evk_lib"