Packages information list
From KoanSoftware Wiki
Revision as of 15:44, 12 March 2013 by Koan (talk | contribs) (Created page with "The new oe-core / Yocto does not create the packages information (packed_files / packages ..) in the deploy like oe-classic did. To obtain something similar you can add somethin…")
The new oe-core / Yocto does not create the packages information (packed_files / packages ..) in the deploy like oe-classic did.
To obtain something similar you can add something like this to your local.conf:
INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" BUILDHISTORY_DIR = "${TOPDIR}/buildhistory/"
That will create a tree with detailed (too much IMHO) informations about the packages built.