oem-pr-bs: add kernel-module-evklib 48/25648/39
authorRiku Nomoto <riku.nomoto@woven-planet.global>
Thu, 26 Nov 2020 14:10:03 +0000 (23:10 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 14 Jan 2021 16:29:30 +0000 (16:29 +0000)
This is the third commit of agl-basesystem.
Event library kernel module

v23 (nomoto): update subpath, branch and S to make recipes simple
v32 (nomoto): change mail address and author

Bug-AGL: SPEC-3670

Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global>
Change-Id: I278c23e7e625c7e8088b9766b6aa50f4bc0eb6cc

meta-oem-production-readiness/meta-agl-basesystem/recipes-kernel/kernel-module-evklib/kernel-module-evklib_1.0.0.bb [new file with mode: 0644]
meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/packagegroups/packagegroup-agl-basesystem-service.bb

diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-kernel/kernel-module-evklib/kernel-module-evklib_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-kernel/kernel-module-evklib/kernel-module-evklib_1.0.0.bb
new file mode 100644 (file)
index 0000000..f474e54
--- /dev/null
@@ -0,0 +1,23 @@
+#
+# "kernel module for libev" recipe
+#
+SUMMARY = "libev kernel module for AGL software"
+DESCRIPTION = "libev kernel module build AGL software"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE.GPL-2.0-only;md5=4ee23c52855c222cba72583d301d2338"
+
+PV = "1.0.0+gitr${SRCPV}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
+SRCREV := "${BASESYSTEM_REVISION}"
+
+S = "${WORKDIR}/git/module/kernel-module-evklib"
+
+inherit module
+
+# The inherit of module.bbclass will automatically name module packages with
+# "kernel-module-" prefix as required by the oe-core build environment.
+RPROVIDES_${PN} += " \
+    kernel-module-evk_lib \
+"
+
+KERNEL_MODULE_AUTOLOAD += "evk_lib"