summaryrefslogtreecommitdiff
path: root/recipes-kernel/kernel-module-mcc/kernel-module-mcc_git.bb
blob: a68083552e6d6dcb60f16cfb36ba6971b56c5da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2013 Timesys Corporation
SUMMARY = "Multicore communication kernel module"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c8959abcbbe4d6676c58eab9354019e6"

inherit module

SRC_URI = "git://github.com/toradex/mcc-kmod.git;protocol=git;branch=${SRCBRANCH}"

SRCBRANCH = "master"
SRCREV = "983012e899c2be4082fb3d45acedeb52bc2191c2"

PV = "1.06"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "(vf60)"