**** BEGIN LOGGING AT Sun Jul 24 02:59:58 2016 Jul 24 22:14:59 sveinse: stay with default packaging as much as you can Jul 24 22:15:39 you can add extra packages PACKAGES += "foo" will add foo to the default packageset but override with care Jul 24 22:16:00 so you can really package at a fine granularity Jul 24 23:18:13 Does bitbake have a function for "remote/local" sstate cache? Jul 24 23:20:03 Our dev team is widespread physically. We will setup a central build server to host a sstate cache to speed up dev's build. However, downloading from the cache is still expensive, e.g. via VPN, so once downloaded, you should buffer them locally for later reuse. Jul 24 23:22:19 Like a tier1 and tier2 type of caching scheme Jul 25 00:10:17 sveinse: it does indeed... SSTATE_DIR points to the local directory, SSTATE_MIRRORS can be used to point to one or more remote servers hosting sstate artifacts Jul 25 01:33:24 bluelightning: Cool! very cool **** ENDING LOGGING AT Mon Jul 25 02:59:58 2016