commit | 1dda089b211938652cdcba3dce28e6300da58312 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Jun 06 16:09:56 2016 -0500 |
committer | Joel Stanley <joel@jms.id.au> | Mon Jun 06 16:09:56 2016 -0500 |
tree | 8eab39fdefcf41746828d536e0131c6297405ef5 | |
parent | 9ffec16c692c6e0a16617dbd5f05d6cea5519b61 [diff] |
build-setup: enable the shared state cache Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/build-setup.sh b/build-setup.sh index ca51041..4b1b919 100755 --- a/build-setup.sh +++ b/build-setup.sh
@@ -178,6 +178,7 @@ INHERIT += "rm_work" BB_GENERATE_MIRROR_TARBALLS = "1" DL_DIR="${HOME}/bitbake_downloads" +SSTATE_DIR="${HOME}/bitbake_sharedstatecache" USER_CLASSES += "buildstats" EOF_CONF