summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2022-06-14 17:24:38 +0100
committerSteve Sakoman <steve@sakoman.com>2022-06-15 04:33:06 -1000
commit6fa49ffcf2d77aaae5c348b6eb1f0117aa93eeaf (patch)
tree552d8bfe7107c3c9395b99fe5cef842d3d35db2e /README.md
parent7211a6fb51ef0e7f5c919f98a33eaf8094b9c814 (diff)
downloadopenembedded-core-contrib-6fa49ffcf2d77aaae5c348b6eb1f0117aa93eeaf.tar.gz
archiver: don't use machine variables in shared recipes
When using multiconfig with the same TMP folder we can have races because the shared recipes like gcc-source run twice. ARCHIVER_OUTDIR = ${ARCHIVER_TOPDIR}/${TARGET_SYS}/${PF}/ which includes TARGET_SYS and between the two different MACHINE values, this changes from 'arm-poky-linux-gnueabi' to 'aarch64-poky-linux'. This leads to the task running twice, once for each multiconfig. To solve this we need to store the shared output in a common place for all machines and in this way the stamps will be the same for each machine so the gcc-source will on run once regardless of the machine used. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5abe497aad39a6ce8d72556fcdda1938a0f8c1bc) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions