On 28/07/2021 09:02:27+1200, Douglas Royds wrote: > On 3/07/21 12:35 am, Alexandre Belloni wrote: > > On 02/07/2021 09:44:37+1200, Douglas via lists.openembedded.org wrote: > > > We were getting an endlessly-growing list of directories in > > > build/tmp/deploy/licenses/ of the form myimage-mymachine-20210629010203. > > > Use the normal sstate behaviour to clean them. Brings license_image in > > > line with the do_populate_lic behaviour in license.bbclass. > > > > > > We must only clean the (new) WORKDIR/license-destdir at do_rootfs time, > > > as the write_package_manifest and license_create_manifest rootfs > > > postprocess commands write the package.manifest and license.manifest > > > files at that time. They get stored in the sstate cache at > > > do_populate_lic_deploy time, alongside the image_license.manifest. > > > > > > Looks like this: > > > > > > license-destdir/ > > > ├── myimage-mymachine -> myimage-mymachine-20210629025723/ > > > └── myimage-mymachine-20210629025723/ > > > ├── image_license.manifest > > > ├── license.manifest > > > └── package.manifest > > > > > This ran on the autobuilders and I do believe it is the cause of the > > following failures: > > > > https://autobuilder.yoctoproject.org/typhoon/#builders/79/builds/2269/steps/14/logs/stdio > > https://autobuilder.yoctoproject.org/typhoon/#builders/86/builds/2247/steps/14/logs/stdio > > https://autobuilder.yoctoproject.org/typhoon/#builders/87/builds/2282/steps/14/logs/stdio > > > > Those seem to be pseudo aborts because the link is changing. > > > Why would pseudo abort when the link changes? Replacing a symlink seems > harmless enough ... >
You'll get more info here: https://wiki.yoctoproject.org/wiki/Pseudo_Abort The issue is probably that he link is modified outside of pseudo's context. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154385): https://lists.openembedded.org/g/openembedded-core/message/154385 Mute This Topic: https://lists.openembedded.org/mt/83927759/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
