Open cbrake opened 1 year ago
my tmp
is mapped as bind mount so I did not see this issue locally, let me try to reproduce this here
On arm builder I tried
rm -rf build/tmp
exit the shell and log back in.
.khem@openembedded:~/yoe$ . ./envsetup.sh qemuarm64
Setting PROJECT=qemuarm64
Setting MACHINE=qemuarm64
/home/khem/yoe/conf/auto.conf has been updated
$ bitbake yoe-simple-image
and it works fine.
Can you delete your container image and let it download latest ?
I'm running into an issues where if I
rm -rf build/tmp
and then restart a build, I get:This is using a pre-existing sstate-cache.
It appears build/tmp is getting created with root permissions:
If I chown back to me, then build works fine.
Also, I only see this when building in docker -- unsetting DOCKER_REPO fixes this problem.