blob: 29096b5c32d02c06a2567e9163f6050d2bd5e5b5 (
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 = "24e0703eea77bfa3f6b7681dbaaa848d0e5416ce"
SRC_URI = "${VSPMIF_LIB_URL};branch=${BRANCH}"
# This module is machine specific.
PACKAGE_ARCH = "${MACHINE_ARCH}"
|