mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-15 23:17:24 +01:00
25 lines
879 B
BlitzBasic
25 lines
879 B
BlitzBasic
# Copyright (C) 2015-2016 Freescale Semiconductor
|
|
# Copyright (C) 2017-2021 NXP
|
|
|
|
SUMMARY = "Kernel loadable module for Vivante GPU"
|
|
DESCRIPTION = "Builds the Vivante GPU kernel driver as a loadable kernel module, \
|
|
allowing flexibility to use a newer graphics release with an older kernel."
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
|
|
|
SRC_URI = "${LINUX_IMX_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \
|
|
file://Add-makefile.patch"
|
|
LINUX_IMX_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
|
|
SRCBRANCH = "lf-6.12.y"
|
|
LOCALVERSION = "-lts-next"
|
|
SRCREV = "273ba0daa317cbebdf8df6d55807411ddf3237dc"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE += "CONFIG_MXC_GPU_VIV=m"
|
|
|
|
KERNEL_MODULE_AUTOLOAD = "galcore"
|
|
COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
|