Difference between revisions of "Packages information list"

From KoanSoftware Wiki
Jump to: navigation, search
(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…")
 
(No difference)

Latest revision as of 15:44, 12 March 2013

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.