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,28 @@
|
||||
DESCRIPTION = "Maintenance tools for OverlayFS"
|
||||
HOMEPAGE = "https://github.com/kmxz/overlayfs-tools"
|
||||
LICENSE = "WTFPL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f312a7c4d02230e8f2b537295d375c69"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/kmxz/overlayfs-tools.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
PV = "1.0+git"
|
||||
SRCREV = "b5e5a829895ac98ccfe4629fbfbd8b819262bd00"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
B = "${S}"
|
||||
|
||||
# Required to have the fts.h header for musl
|
||||
DEPENDS:append:libc-musl = " fts"
|
||||
|
||||
EXTRA_OEMAKE += "'CC=${CC} -O2'"
|
||||
# Fix the missing fts libs when using musl
|
||||
EXTRA_OEMAKE:append:libc-musl = " LDLIBS=-lfts"
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${B}/overlay ${D}${bindir}
|
||||
install -m 0755 ${B}/fsck.overlay ${D}${bindir}
|
||||
}
|
||||
Reference in New Issue
Block a user