Pin recipes for blowfish 2.0.4
[AGL/meta-agl-demo.git] / recipes-kernel / mocca-usb / mocca-usb.bb
1 DESCRIPTION = "Example of how to build an external Linux kernel module"
2 LICENSE = "GPLv2"
3 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
4
5 inherit module
6
7 PV = "2.0.4"
8
9 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/can-lin/;protocol=https;branch=blowfish"
10 S = "${WORKDIR}/git/Usb-Driver"
11 SRCREV = "cb3fee430d40f64a4897440e269f9feda189cbed"
12
13 # The inherit of module.bbclass will automatically name module packages with
14 # "kernel-module-" prefix as required by the oe-core build environment.