**** BEGIN LOGGING AT Tue Jun 30 02:59:58 2015 Jun 30 14:21:17 Anyone know the long term status of the smart package manager? I'm looking into using it but it's pretty concerning there have been no commits since 2011. I hate to jump into using something that is already dead. Jun 30 15:00:04 ndec: my dragonboard would have arrived yesterday but UPS said the paperwork wasn't in order :-( Jun 30 15:00:18 argh... too bad ;-) Jun 30 15:00:26 i got my 3rd one today ;-) Jun 30 15:18:05 I want to add a file from a dev package also to the "standard" package Jun 30 15:18:21 I've tried FILES_${PN} += "${libdir}/*.so" Jun 30 15:18:37 to no avail, am I doing it wrong? Jun 30 15:19:14 the problem is that the -dev package appears first in PACKAGES so the file is picked up there first Jun 30 15:19:27 ah; ok so it won't take a duplicate Jun 30 15:20:40 can I move it over from the -dev package somehow; without re-writing the whole of the FILES_${PN}-dev rule to specifically exclude that file Jun 30 15:21:09 something like FILES_${PN}-dev += "^${libdir}/lib.so Jun 30 15:27:09 you could set PACKAGES so that ${PN} comes before ${PN}-dev ? Jun 30 15:27:21 it's not without potential issues... Jun 30 15:27:24 jackmitchell: FILES_${PN} += "${libdir}/*${SOLIBSDEV}" and FILES_SOLIBSDEV = "" Jun 30 15:27:29 thats how i've done it in the past Jun 30 15:27:55 the latter ensures it won't be picked up by FILES_${PN}-dev, so it falls through to the main package Jun 30 15:39:37 joshuagl: kergoth: ok thanks for the hints; I ended up prepending a new package and sticking the troublesome .so in that so the other application can then RDEPEND on it Jun 30 18:58:10 oeclassic, what's the difference between tmp/sysroots and tmp/rootfs ? Jun 30 18:59:05 sysroots is where files are placed by one recipe so another recipe can get to them Jun 30 18:59:12 the rootfs is the rootfs created by the image recipe Jun 30 18:59:17 entirely different in purpose and content Jun 30 18:59:58 build time vs run time then. Thanks! Jun 30 21:04:31 So I need to make a cusotm ntp confiog file for a group of machine. Any ideas of the best way to do this? Jun 30 21:15:23 Same config for all machines, but I do not want it leaking to other machines, so I need the right override for a bbappend I think **** ENDING LOGGING AT Wed Jul 01 02:59:58 2015