summaryrefslogtreecommitdiff
path: root/recipes-kernel/kernel-module-mcc/kernel-module-mcc_git.bb
blob: f7a0decc063ae90898b921dc8c0ecb46f105f0f2 (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 = "${AUTOREV}"

PV = "1.06"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "(vf60)"