9f57e532ea26c596c630a313f87032d84a5c7244
[AGL/meta-agl-devel.git] /
1 #
2 # "kernel module for libev" recipe
3 #
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"
8
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 \
12 "
13 SRCREV := "${BASESYSTEM_REVISION}"
14
15 S = "${WORKDIR}/git/module/kernel-module-evklib"
16
17 inherit module
18
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 \
23 "
24
25 KERNEL_MODULE_AUTOLOAD += "evk_lib"