blob: a5d85ee74569d969745387b8c793ce3f0fd2f671 (
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=96659f2a7571bfa27483882a653c3bb9 \
"
require include/rcar-gen3-modules-common.inc
QOSIF_LIB_URL = "git://github.com/renesas-rcar/qos_lib.git"
BRANCH = "rcar-gen3"
SRCREV = "ae3bfdb6d8bcf99c73b30f82bb9a1418cc998d00"
SRC_URI = "${QOSIF_LIB_URL};branch=${BRANCH}"
# This module is machine specific.
PACKAGE_ARCH = "${MACHINE_ARCH}"
|