- 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)
29 lines
572 B
BlitzBasic
29 lines
572 B
BlitzBasic
DESCRIPTION = "TI dsptop utility."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979"
|
|
|
|
DEPENDS = "libulm ncurses"
|
|
|
|
PR = "${INC_PR}.2"
|
|
|
|
S = "${WORKDIR}/git/dsptop"
|
|
|
|
DEVICE = ""
|
|
DEVICE:dra7xx = "DRA7xx"
|
|
|
|
EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
|
|
|
|
do_install() {
|
|
oe_runmake install DESTDIR=${D}
|
|
chown -R root:root ${D}
|
|
}
|
|
|
|
COMPATIBLE_MACHINE = "dra7xx"
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
RDEPENDS:${PN} = "debugss-module-drv bash"
|
|
|
|
include dsptop.inc
|
|
|
|
PARALLEL_MAKE = ""
|