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,24 @@
|
||||
SUMMARY = "Yet Another V4L2 Test Application"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master \
|
||||
"
|
||||
SRCREV = "65f740aa1758531fd810339bc1b7d1d33666e28a"
|
||||
|
||||
PV = "0.0"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
# The yavta sources include copies of the headers required to build in the
|
||||
# include directory. The Makefile uses CFLAGS to include these, but since
|
||||
# we override the CFLAGS then we need to add this include path back in.
|
||||
CFLAGS += "-I${S}/include"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 yavta ${D}${bindir}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user