aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gen-lockedsig-cache
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-02 22:42:57 +0000
committerSaul Wold <sgw@linux.intel.com>2016-02-03 09:48:20 -0800
commit226a26e51eb0789686509d3e22a3766e2e3e8666 (patch)
tree1582826520a8e51e21af89d29340a142fe9570e2 /scripts/gen-lockedsig-cache
parent2ed6adfea5ba16aeda7b5d908bea4303202d3774 (diff)
downloadopenembedded-core-contrib-sgw/jethro.tar.gz
piglit: don't use /tmp to write generated sources tosgw/jethro
If there are multiple builds on the same machine then piglit writing it's generated sources to /tmp will race. Instead, export TEMP to tell the tempfile module to use a temporary directory under ${B}. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'scripts/gen-lockedsig-cache')
0 files changed, 0 insertions, 0 deletions
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213