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:
Siggi (OpenClaw Agent)
2026-03-01 20:58:18 +00:00
commit 16accb6b24
15086 changed files with 1292356 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
# List of known non-reproducible package of the meta-networking layer
# Please keep this list sorted
KNOWN_NON_REPRO_META_NETWORKING = " \
blueman \
blueman-dbg \
blueman-src \
civetweb-dev \
dhcp-relay-staticdev \
ettercap-src \
fetchmail \
fetchmail-dbg \
freediameter \
freediameter-src \
freeradius \
htpdate-doc \
keepalived \
keepalived-dbg \
libbearssl-staticdev \
libfko3 \
libfko-client \
libfko-daemon \
libfko-dbg \
libmosquitto1 \
libowfat-staticdev \
libruli-staticdev \
libsamba-util0 \
mosquitto \
mosquitto-dbg \
ncftp \
ncftp-dbg \
ncftp-src \
ndisc6-dbg \
ndisc6-misc \
ndisc6-ndisc6 \
ndisc6-rdisc6 \
ndisc6-rdnssd \
ndisc6-rltraceroute6 \
netsniff-ng-doc \
ntpsec-src \
openl2tp \
openl2tp-dbg \
ot-br-posix \
ot-br-posix-dbg \
postfix-cfg \
proftpd \
proftpd-dbg \
proftpd-dev \
rdist \
rdist-dbg \
samba-dbg \
tayga \
tayga-dbg \
wolfssl \
wolfssl-dbg \
znc \
znc-doc \
"

View File

@@ -0,0 +1,38 @@
#
# Lists of the ptest in meta-networking, sorted into two sets by the time they take
# Please keep these sorted in alphabetical order
#
# A first pass at getting all meta-networking recipes which inherit ptest
# meta_networking_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-networking --inherits ptest --bare | sed -e '1,/=== Matching recipes: ===/d')
# ptests which take less than ~30s each
PTESTS_FAST_META_NETWORKING = "\
freediameter \
geoip \
libcoap \
libldb \
libnftnl \
libtalloc \
libtdb \
lldpd \
mbedtls \
openhpi \
squid \
tcpdump \
wolfssl \
"
# firewalld currently hangs forever so disable it for now
# firewalld
PTESTS_SLOW_META_NETWORKING = "\
net-snmp \
"
PTESTS_PROBLEMS_META_NETWORKING = "\
geoip-perl \
libtevent \
lksctp-tools \
nftables \
openl2tp \
python3-scapy \
"

View File

@@ -0,0 +1,29 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "networking-layer"
BBFILE_PATTERN_networking-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_networking-layer = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_networking-layer = "1"
LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
LAYERSERIES_COMPAT_networking-layer = "scarthgap"
LICENSE_PATH += "${LAYERDIR}/licenses"
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
wireguard-tools->wireguard-module \
mdio-tools->mdio-netlink \
ot-br-posix->ipset \
"
BBFILES_DYNAMIC += " \
meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
"