- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
28 lines
941 B
BlitzBasic
28 lines
941 B
BlitzBasic
DESCRIPTION = "Kernel drivers for the Vivante GC320 chipset found in TI SoCs"
|
|
HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-driver"
|
|
LICENSE = "MIT | GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
|
|
|
|
inherit module features_check
|
|
|
|
REQUIRED_MACHINE_FEATURES = "gc320"
|
|
|
|
# Need to branch out with ${PV} var
|
|
BRANCH = "ti-${PV}-k6.12"
|
|
|
|
SRCREV = "83afddf9dbf6a8458267b4dae21ee35bfb11f3d1"
|
|
|
|
SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}"
|
|
|
|
S = "${WORKDIR}/git/src"
|
|
|
|
EXTRA_OEMAKE += "-f Kbuild AQROOT=${S} KERNEL_DIR=${STAGING_KERNEL_DIR} TOOLCHAIN_PATH=${TOOLCHAIN_PATH} CROSS_COMPILE=${TARGET_PREFIX} ARCH_TYPE=${TARGET_ARCH}"
|
|
|
|
do_install() {
|
|
install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
|
|
install -m 644 ${S}/galcore.ko ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
|
|
}
|
|
|
|
COMPATIBLE_HOST ?= "null"
|
|
COMPATIBLE_HOST:ti-soc = "(.*)"
|