19 lines
593 B
BlitzBasic
19 lines
593 B
BlitzBasic
# Copyright (C) 2017 Digi International
|
|
|
|
SUMMARY = "Kernel loadable module for Vivante GPU"
|
|
DESCRIPTION = "This package uses an exact copy of the GPU kernel driver source code of \
|
|
the same version as base and include fixes and improvements developed by FSL Community"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
|
|
|
PV .= "+git${SRCPV}"
|
|
|
|
SRCREV = "3b9e057f29853fd29364aa666328a92b807007d7"
|
|
SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit module
|
|
|
|
KERNEL_MODULE_AUTOLOAD = "galcore"
|