Blame view

recipes-kernel/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv_5.0.11.p8.3.bb 591 Bytes
f10cf0715   Eric Lee   First Commit, SMA...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  # Copyright (C) 2015-2016 Freescale Semiconductor
  
  SUMMARY = "Kernel loadable module for Vivante GPU"
  DESCRIPTION = "Builds the Vivante GPU kernel driver as a loadable kernel module, \
  allowing flexibility to use an older kernel with a newer graphics release."
  LICENSE = "GPLv2"
  LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
  
  SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz"
  SRC_URI[md5sum] = "c8fd396675150962278d0f11eed6b71b"
  SRC_URI[sha256sum] = "2d8de2041637b813ebcfa3dbbd027baf8728135da1d192b7b842729347e44fbb"
  
  inherit module
  
  KERNEL_MODULE_AUTOLOAD = "galcore"