I have built Embedded system image using buildroot. I want to know what all packages built for the rootfs. Buildroot will create any file with the summary of packages built and their versions?
Asked
Active
Viewed 211 times
2 Answers
6
Try: make legal-info
and look in output/legal-info
for the manifest.csv

Thomas Petazzoni
- 5,636
- 17
- 25