**** BEGIN LOGGING AT Thu Mar 23 03:00:03 2017 Mar 23 06:08:03 khem: pong Mar 23 09:27:54 morning Mar 23 15:59:39 is there a way to package the entire build system into a distributable archive somehow? i know about the archiver that allows you to export all the sourcecode, but i would also like to include bitbake and all the meta-layers etc. I would however not like to include all git history of all meta layers nor the sources of all recipes. Mar 23 16:00:07 git archive for the metadata, archiver for the sources? Mar 23 16:01:24 the archive seem to ignore code with a "CLOSED" license though? Mar 23 16:02:03 archiver has variables that control what licenses it archives, to avoid redistirbuting code you have no rights to redistribute. Mar 23 16:02:23 you'd probably want a custom recipe for such build system archival, unless you want to reuse what's done for the ext sdk Mar 23 16:21:39 ok, thanks! Mar 23 16:24:28 see also http://git.openembedded.org/openembedded-core/tree/meta/classes/populate_sdk_ext.bbclass#n149 and https://github.com/MentorEmbedded/meta-mentor/blob/master/meta-mel-support/recipes-core/meta/archive-release.bb Mar 23 16:25:07 the former being what populate_sdk_ext does to archive the buildsystem, and the latter being an example custom recipe for archiving content for a product release (used by mentor graphics) Mar 23 16:25:29 need to look closer at the populate sdk ext bits one of these days Mar 23 19:05:24 denix: fwiw last kselftests iteration => https://github.com/fboudra/meta-rpb/commit/e312982336aeaa80d7dfc1f8e477964ee5c777ea Mar 23 19:05:47 denix: need to split in patches and cleanup before submitting to meta-ti Mar 23 22:51:55 fabo: interesting **** ENDING LOGGING AT Fri Mar 24 03:00:00 2017