- 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)
13 lines
384 B
BlitzBasic
13 lines
384 B
BlitzBasic
DESCRIPTION = "UIO driver for T1040 L2 Switch"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
|
|
|
SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x;protocol=https"
|
|
SRCREV = "0f31fbcbe9ab1ab9c424da34f70c82314b16f8de"
|
|
|
|
inherit module
|
|
|
|
S = "${WORKDIR}/git/uio-driver"
|
|
|
|
COMPATIBLE_MACHINE = "(t1040|t1042)"
|