commit | 97a795041fa990830b9a2a3344efa0318c2c656e | [log] [tgz] |
---|---|---|
author | Alanny Lopez <alanny.lopez@ibm.com> | Mon Apr 24 16:19:25 2017 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Jun 02 14:57:51 2017 +0000 |
tree | 31450637594369aeee98009e86457c1e0398ae18 | |
parent | 09e186508feab192f5823a51d6b05b7069ce926c [diff] |
Added BitBake shared state cache directory variable Was using default ${HOME}, changed it so you can specify the directory. Set the default to be ${HOME} so it should work the same as before with older setups. To satisfy this change added a check to see if the sscdir or ocache are located under ${HOME}. If they are, it will skip the part that would have mounted them to the container. It will still be expected that the sscdir and ocache be seperate directories if not under ${HOME}. The Kubernetes implementation will expect to use three mounted PVCs that correspond to the ocache,sscdir, and WORKSPACE. Change-Id: I6b4ca34f2138633291f80795be2794c496647ffb Signed-off-by: Alanny Lopez <alanny.lopez@ibm.com>
Build script for CI jobs in Jenkins.