mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
kernel-module-mcc: Add recipe
This is the kernel-module-mcc recipe previously located in meta-fsl-arm. kernel-module-mcc is the Linux driver for MCC, the Multi-Core Communication layer for Vybrid platforms. Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
694438515f
commit
9ea2fb22ad
19
recipes-kernel/kernel-modules/kernel-module-mcc_2.1.0.bb
Normal file
19
recipes-kernel/kernel-modules/kernel-module-mcc_2.1.0.bb
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Copyright (C) 2013 Timesys Corporation
|
||||
SUMMARY = "Multicore communication kernel module"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c8959abcbbe4d6676c58eab9354019e6"
|
||||
|
||||
PROVIDES = "virtual/kernel-module-mcc"
|
||||
RPROVIDES_${PN} = "virtual/kernel-module-mcc"
|
||||
RPROVIDES_${PN}-dev = "virtual/kernel-module-mcc-dev"
|
||||
|
||||
inherit module
|
||||
|
||||
SRC_URI = "http://repository.timesys.com/buildsources/m/mcc-kmod/mcc-kmod-${PV}/mcc-kmod-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "c53d18e7668dacc09dd675110ce33331"
|
||||
SRC_URI[sha256sum] = "fc0abfc41724e6e73ffe8cdcf721035ff31b07816d41409ca37547596ecdb212"
|
||||
|
||||
S = "${WORKDIR}/mcc-kmod-${PV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(vf60)"
|
Loading…
Reference in New Issue
Block a user