**** BEGIN LOGGING AT Thu Mar 31 02:59:56 2022 Mar 31 03:23:19 dvorkindmitry: meta-rockchip does something similiar: https://git.yoctoproject.org/meta-rockchip/tree/wic/rockchip.wks Mar 31 08:32:49 is there a way do have a bitbake check a shared read-only DL_DIR in addition to the one where it will store newly downloaded files? Mar 31 08:33:30 when using PREMIRRORS with a local directory, it would still copy it to the DL_DIR, right? Mar 31 09:14:13 shoragan: i think if its a file: it won't copy Mar 31 09:15:23 rburton, ah, interesting. i'll need to try that Mar 31 09:15:35 shoragan: its not for installing random wheels Mar 31 09:15:56 but if you're using a new build system that is pep517 compliant then it will do the work for yo Mar 31 09:16:19 rburton, good to know Mar 31 09:17:08 is there a standard build system which is pep517 compliant? Mar 31 09:28:47 for python? Mar 31 09:28:56 setuptools, poetry, flit Mar 31 09:29:46 if you're writing a recipe for an existing package, just inherit the right class for how you're meant to build it Mar 31 09:30:18 oh i appear to have crossed the streams Mar 31 09:30:36 the wheel comment was for someone else :) Mar 31 09:34:08 :) Mar 31 09:39:38 shoragan: BTW you could also deal with this outside of bitbake and use a overlayfs for the DL_DIR... But this depends a bit your circumstances... Mar 31 09:40:31 cmhe, hmm, yes. that was my plan b. but if bitbake already supports this via PREMIRROR, that seems to be a better solution Mar 31 09:45:51 shoragan, well what is better depends a bit on the circumstances ;) Mar 31 09:46:39 cmhe, sure. :) but here it would mean dozens of overlay mounts on many machines :) Mar 31 10:14:33 tlwoerner, oh, thank you! Mar 31 17:06:44 Is there a way to install SYSTEMD_SERVICE machine-specific, like SYSTEMD_SERVICE:${PN}:myarch = "ssss.service" ? **** ENDING LOGGING AT Fri Apr 01 02:59:56 2022