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,17 @@
|
||||
CACHE = "${TOPDIR}/cache"
|
||||
THISDIR = "${@os.path.dirname(d.getVar('FILE'))}"
|
||||
COREBASE := "${@os.path.normpath(os.path.dirname(d.getVar('FILE')+'/../../'))}"
|
||||
EXTRA_BBFILES ?= ""
|
||||
BBFILES = "${COREBASE}/recipes/*.bb ${EXTRA_BBFILES}"
|
||||
PROVIDES = "${PN}"
|
||||
PN = "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[0]}"
|
||||
PF = "${BB_CURRENT_MC}:${PN}"
|
||||
export PATH
|
||||
TMPDIR ??= "${TOPDIR}"
|
||||
STAMP = "${TMPDIR}/stamps/${PN}"
|
||||
T = "${TMPDIR}/workdir/${PN}/temp"
|
||||
BB_NUMBER_THREADS = "4"
|
||||
|
||||
BB_BASEHASH_IGNORE_VARS = "BB_CURRENT_MC BB_HASHSERVE TMPDIR TOPDIR SLOWTASKS SSTATEVALID FILE BB_CURRENTTASK"
|
||||
|
||||
include conf/multiconfig/${BB_CURRENT_MC}.conf
|
||||
@@ -0,0 +1,2 @@
|
||||
TMPDIR = "${TOPDIR}/mc1/"
|
||||
BBMASK += "recipes/fails-mc/fails-mc1.bb"
|
||||
@@ -0,0 +1,2 @@
|
||||
TMPDIR = "${TOPDIR}/mc2/"
|
||||
BBMASK += "recipes/fails-mc/fails-mc2.bb"
|
||||
Reference in New Issue
Block a user