Siggi (OpenClaw Agent)
11f9d80b25
fix: correct versions, remove non-existent packages from docs
...
Verified all documents against actual CSV data:
- license-summary.md: fix u-boot 2023.10->2023.04, linux-yocto->linux-tq 6.6.102
- license-summary.md: remove systemd, imx-gpu-viv, imx-vpu (not in spaetzle build)
- license-summary.md: add actual versions from bitbake -e extraction
- corporate-network-deployment.md: add ACCEPT_FSL_EULA=1 (was missing)
- README.md: align apt packages with verified step-by-step guide
2026-03-01 21:40:57 +00:00
Siggi (OpenClaw)
227e1f259f
fix: correct machine, config, and C library references (verified by build test)
...
Critical corrections based on actual build test on 2026-03-01:
1. Machine: tqma6ulx-mba6ulx → tqma6ul-multi-mba6ulx
(the -multi variant is the correct one for the MBa6ULx carrier)
2. Config: imx → mainline
(TQMa6UL machines are NOT in the imx config, only in mainline)
3. Carrier: MBa6x → MBa6ULx
(MBa6x is for the Quad/Dual, MBa6ULx is for the UltraLite)
4. C library: glibc 2.38 → musl 1.2+
(BSP uses musl: TARGET_SYS=arm-tq-linux-musleabi)
5. README rewritten with verified build output
Verified: DISTRO=spaetzle 5.0.11, BB_VERSION=2.8.0
2026-03-01 19:48:45 +00:00
OpenClaw (Siggi)
0e3463df39
Complete documentation update for UT project
...
Major changes based on user requirements:
1. Board identification: TQMa6UL (from sticker TQMA6U-AB)
- Old code reference 'tqma6x' = generic i.MX6 family
- Machine: tqma6ulx-mba6ulx
2. Build name: UT (Universität/Projekt)
- All documentation updated with UT branding
- Build directory: build_ut
3. ci-meta-tq workflow:
- Replaced manual layer cloning with official TQ CI repo
- Uses git submodules for all layers
- ci/fill_mirror script for mirror population
4. License tables in 3 formats:
- CSV: UT-license-table.csv
- Markdown: license-summary.md
- Excel-compatible: UT-license-table-excel.md
5. Air-gap deployment:
- Complete offline build instructions
- /srv/yocto/ premirror setup
- BB_NO_NETWORK configuration
6. 2038 compliance:
- Verified: Kernel 6.6 + glibc 2.38
- 64-bit time_t on 32-bit ARM
- Scarthgap 5.0 LTS confirmed suitable
All documents ready for mirror creation and approval process.
2026-03-01 18:45:19 +00:00
OpenClaw (Siggi)
c83d149391
Initial documentation for TQMa6UL Yocto mirror project
...
Add comprehensive documentation for 2038-compliant BSP migration:
- README.md: Project overview, 2038 compliance verification
- 2038-problem-analysis.md: Detailed technical analysis confirming
Scarthgap (5.0) provides 64-bit time_t on 32-bit ARM
- step-by-step-mirror-creation.md: Complete procedure for creating
offline mirror on Ubuntu 22.04 outside corporate network
- license-compliance.md: License categories, approval criteria,
and table templates for military use approval
- corporate-network-deployment.md: Installation and build setup
for air-gapped corporate environment
Target: TQMa6UL-AB (i.MX6 UltraLite) on MBa6x
BSP: TQ scarthgap.TQ.ARM.BSP.0006
2038 Status: Verified compliant (kernel 6.6 + glibc 2.38+)
Repo: https://code.gegen.autos/openclaw/tqma6-yocto-mirror
2026-03-01 18:39:21 +00:00