0

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?

user3693586
  • 1,227
  • 5
  • 18
  • 40

2 Answers2

6

Try: make legal-info and look in output/legal-info for the manifest.csv

Thomas Petazzoni
  • 5,636
  • 17
  • 25
2

You can also try make show-info.

Thomas Petazzoni
  • 5,636
  • 17
  • 25