**** BEGIN LOGGING AT Mon Feb 04 02:59:57 2019 Feb 04 10:09:02 * pahartik is trying to clone "git://git.openembedded.org/meta-openembedded" but it fails due to TCP6 port 9418 refusing connection Feb 04 10:10:26 * pahartik also noticed that TCP6 port 443 on same address does accept connections Feb 04 17:50:13 Dumb question: if I have 3 packages that all install into `/opt/firmware/...` how do I avoid the packages having a conflict on the /opt/firmware directory? That is, I have N packages all of which are going to install into that prefix directory, how do I prevent them from erroring out in filesystem assembly due to the directory being in each package? Alternately, how do I properly declare the directory to be "shared" among the Feb 04 17:50:14 packages? Feb 04 17:53:06 afaik you need todon't list theh directory itself in FILES, list the files/paths under it Feb 04 17:53:10 s/don't/not/ Feb 04 17:53:20 but one of the rpm folks might have a better idea Feb 04 17:58:26 kergoth: okay... that's going to make for a rather long spec (there are 14,195 files in one package and 665 in another) Feb 04 17:59:11 It *looks* like there is a setting `DIRFILES = ???` which controls the ownership of empty directories in package_rpm.bbclass Feb 04 18:00:58 It seems that setting this to "1" should make a given package not own empty parent directories, so I can add it to two packages and let the third own the directory, IIUC. Feb 04 18:17:58 Confirmed, setting DIRFILES = "1" allows the other packages to install into the shared directory. Feb 04 18:18:47 ah, nice Feb 04 21:12:14 RP: do you want to make commit msg a bit better ? **** ENDING LOGGING AT Tue Feb 05 03:00:01 2019