Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION = "Shared Transport Line Discipline User Mode initialisation Manager Daemon"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://uim.c;beginline=1;endline=18;md5=9f0bbfbc10c67689e81a523e2976c31e"
|
||||
|
||||
INITSCRIPT_NAME = "uim-sysfs"
|
||||
INITSCRIPT_PARAMS = "defaults 03"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9"
|
||||
SRC_URI = "git://git.ti.com/git/ti-bt/uim.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 uim ${D}${bindir}
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install -m 0755 scripts/uim-sysfs ${D}${sysconfdir}/init.d
|
||||
}
|
||||
Reference in New Issue
Block a user