blob: 46592e3e72f0d58525553af42dad99aed5e776fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
file://COPYING.MIT;md5=30a99e0d36a3da1f5cf93c070ad7888a \
"
require include/rcar-gen3-modules-common.inc
VSPMIF_LIB_URL = "git://github.com/renesas-rcar/vspmif_lib.git"
BRANCH = "rcar_gen3"
SRCREV = "da26036e12a913ceae440b66e0abf068559f52f0"
SRC_URI = "${VSPMIF_LIB_URL};branch=${BRANCH}"
# This module is machine specific.
PACKAGE_ARCH = "${MACHINE_ARCH}"
|