On Wed, 2021-06-23 at 15:09 +0200, Frederic Martinsons wrote: > Hello, I would like to add a link to a yocto mail where I expose my > problematic that led > to this patch series: > https://lists.yoctoproject.org/g/yocto/topic/83622035?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,83622035 > > After further research, I think these patch can be simplified by modified > only > WORKDIR variable to be os.path.dirname(EXTERNALSRC) but I fear of consequence > to have WORKDIR outside of TMPDIR so I didn't take this path.
Changing WORKDIR would no doubt solve your immediate problem but would create a ton of others :(. The issue is that the class wants to re-declare S but some of our code makes assumptions about the location of WORKDIR with regard to S (and B). There is more inside WORKDIR than just S and EXTERNALSRC does really correspond to S, not WORKDIR... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153325): https://lists.openembedded.org/g/openembedded-core/message/153325 Mute This Topic: https://lists.openembedded.org/mt/83737160/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-