Op 5 feb. 2012, om 23:16 heeft Andreas Müller het volgende geschreven: > Hi, > > is it a bug or a feature that do_rootfs does not create the package > information (packed_files / packages ..) in a deploy sub-folder did I > miss a switch for this?
It's this one: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-angstrom/commit/?id=370a884b2372b7ddd5f0876119b5f28a2b20074f The matching commit it missing, but you can add something like this to your local.conf: INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" BUILDHISTORY_DIR = "/data/ssd/OE/buildhistory/" That will create a tree that looks like https://github.com/Angstrom-distribution/buildhistory/. It it's missing a feature that you were using in testlab, let us know and Paul or I will try to add it to buildhistory. regards, Koen _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
