Files
tqma6-yocto-mirror/sources/poky/meta/lib/patchtest/README.md
Siggi (OpenClaw Agent) 16accb6b24 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)
2026-03-01 21:14:11 +00:00

21 lines
953 B
Markdown

# patchtest selftests for openembedded-core
This directory provides a test suite and selftest script for use with the
patchtest repository: https://git.yoctoproject.org/patchtest/
To setup for use:
1. Clone https://git.openembedded.org/openembedded-core (this repo) and https://git.openembedded.org/bitbake/
2. Clone https://git.yoctoproject.org/patchtest
3. Install the necessary Python modules: in meta/lib/patchtest or the patchtest
repo, do `pip install -r requirements.txt`
4. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH`
5. Initialize the environment: `source oe-init-build-env`
6. Add meta-selftest to bblayers.conf: `bitbake-layers add-layer
/path/to/meta-selftest/` (the selftests use this layer's recipes as test
targets)
7. Finally, run the selftest script: `./meta/lib/patchtest/selftest/selftest`
For more information on using patchtest, see the patchtest repo at
https://git.yoctoproject.org/patchtest/.