feat: complete license table with 264 packages from bitbake -e extraction
- Replace placeholder CSV (11 rows) with full 264-package inventory - All SRC_URI URLs fully resolved via bitbake -e (224/264 have URLs) - 40 packages without URLs are meta-packages/virtual providers - Add build artifacts (pn-buildlist) and regeneration instructions - Add .gitignore for __pycache__ - Update README with license distribution summary - Update Excel import instructions with actual column descriptions License distribution: MIT (41), GPL-2.0 (32), GPL-2.0+ (22), BSD-3 (19) Extraction: bitbake -e per recipe, machine=tqma6ul-multi-mba6ulx, distro=spaetzle
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user