blob: 0b6cf905afe28a202f9db1def8a0fe296ae520f5 (
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 = "84ea8d562a55d1fbd7b6acf08a498d33a92dc392"
SRC_URI = "${QOSIF_LIB_URL};branch=${BRANCH}"
# This module is machine specific.
PACKAGE_ARCH = "${MACHINE_ARCH}"
|