- 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)
24 lines
610 B
BlitzBasic
24 lines
610 B
BlitzBasic
SUMMARY = "Kernel drivers for Video Accelerators found in the J721E TI SoC"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=11;endline=12;md5=ad10b552e357ac443ec5dd2e02912b1b"
|
|
|
|
inherit module
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
COMPATIBLE_MACHINE = "j721e"
|
|
|
|
DEPENDS += "virtual/kernel"
|
|
|
|
BRANCH = "scarthgap/k${PV}"
|
|
|
|
SRC_URI = "git://git.ti.com/git/multimedia/img-vxe-vxd.git;protocol=https;branch=${BRANCH}"
|
|
|
|
SRCREV = "038d9263c67900ea4eff631820b088a3dc3a6ad5"
|
|
|
|
TARGET_PRODUCT:j721e = "j721e_linux"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE += 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
|