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,10 @@
# List of known non-reproducible package of the meta-perl layer
# Please keep this list sorted
KNOWN_NON_REPRO_META_PERL = " \
libencode-perl-src \
libhtml-tree-perl \
libhtml-tree-perl-doc \
libmodule-build-tiny-perl \
po4a \
po4a-doc \
"

View File

@@ -0,0 +1,52 @@
#
# Lists of the ptest in meta-perl, sorted into two sets by the time they take
# Please keep these sorted in alphabetical order
#
# A first pass at getting all meta-perl recipes which inherit ptest
# meta_perl_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-perl --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$')
#
# ptests which take less than ~30s each
PTESTS_FAST_META_PERL = "\
libcapture-tiny-perl \
libcgi-perl \
libcrypt-openssl-random-perl \
libdigest-hmac-perl \
liberror-perl \
libextutils-config-perl \
libextutils-installpaths-perl \
libhtml-tagset-perl \
libmozilla-ca-perl \
libmodule-build-tiny-perl \
libstrictures-perl \
libterm-readkey-perl \
libtest-nowarnings-perl \
libtext-diff-perl \
"
PTESTS_SLOW_META_PERL = "\
libio-socket-ssl-perl \
"
PTESTS_PROBLEMS_META_PERL ="\
libauthen-sasl-perl \
libconfig-autoconf-perl \
libcrypt-openssl-guess-perl \
libcrypt-openssl-rsa-perl \
libdata-hexdump-perl \
libdbd-sqlite-perl \
libdigest-sha1-perl \
libnet-dns-perl \
libnet-dns-sec-perl \
libnet-ldap-perl \
libfile-slurper-perl \
libhtml-parser-perl \
libmime-types-perl \
libnet-ssleay-perl \
libsub-uplevel-perl \
libtest-deep-perl \
libtest-harness-perl \
libtest-warn-perl \
libunicode-linebreak-perl \
libunix-statgrab \
libxml-libxml-perl \
"

View File

@@ -0,0 +1,18 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "perl-layer"
BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_perl-layer = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_perl-layer = "1"
LAYERDEPENDS_perl-layer = "core openembedded-layer"
LAYERSERIES_COMPAT_perl-layer = "scarthgap"