Packages information list
From KoanSoftware Wiki
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.