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,12 @@
|
||||
SUMMARY = "inputattach configuration file"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRC_URI = "file://inputattach.conf"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
install -Dm 0644 ${WORKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Configuration for inputattach
|
||||
#
|
||||
# Every line of this file are inputattach arguments, see 'inputattach --help'.
|
||||
# An inputattach instance will be started for each element.
|
||||
#
|
||||
# --microsoft /dev/ttyS0
|
||||
# --baud 9600 --w8001 /dev/ttyS1
|
||||
Reference in New Issue
Block a user