**** BEGIN LOGGING AT Tue Jul 28 02:59:58 2015 Jul 28 07:53:34 Good morning! What is the correct mailing list for http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/ please? Jul 28 07:58:01 andre_d: see http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/tree/README Jul 28 08:00:30 ndec: ah, thanks! Jul 28 08:05:34 good morning Jul 28 08:26:28 morning all Jul 28 09:01:27 hi bluelightning Jul 28 09:01:33 hi mckoan Jul 28 09:02:40 hi mckoan and bluelightning Jul 28 09:02:45 hi nrossi Jul 28 13:00:48 are there any requirements to getting a BSP layer hosted on the yocto project's git server? Jul 28 13:03:26 i know that Michael is probably the guy who would set it up, but i'm wondering who would give the "ok" and if there's anything that needs to be done specifically Jul 28 13:09:42 tlwoerner: not that I know of, I believe anyone can get a repo on git.yoctoproject.org as long as it's for Yocto Project / OE related stuff Jul 28 13:10:12 other services (e.g. bugzilla) might not be as straightforward though Jul 28 13:10:27 bluelightning: ok, so I'll get in touch with Michael then? Jul 28 13:10:40 tlwoerner: yes Michael is the person to speak to Jul 28 13:10:47 bluelightning: thanks Jul 28 16:39:58 hi, what's the cleanest way of injecting files on a package for a given ${DISTRO} ? Jul 28 16:40:31 mnemoc: a bbappend in the distro layer for that distro Jul 28 16:41:41 specifically the bbappend would need to add the file to SRC_URI and set FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:", then ensure it gets installed with a do_install_append() Jul 28 16:42:01 in master we have a "recipetool appendfile" command which will do all of this for you Jul 28 16:42:14 brilliant! thank you! Jul 28 16:44:20 additionally if you want to you can use distro overrides to make the changes in the bbappend distro-specific if you want the layer itself to be able to be present but not take effect unless DISTRO is also the appropriate value Jul 28 16:49:25 bluelightning: can you point me to an example doing a distro-specific bbappend? the only way I've seen of making conditionals is via python... FOO += "${@...}" stuff Jul 28 16:50:03 and setting FILESEXTRAPATHS_prepend and SRC_URI using that mechanism feel dirty Jul 28 16:50:31 mnemoc: meta-yocto/recipes-core/psplash/psplash_git.bbappend Jul 28 16:50:45 thanks Jul 28 16:52:06 the distro override is sufficient most of the time Jul 28 16:52:08 hmm Jul 28 16:53:49 bluelightning: and _mydistro on the SRC_URI too ? Jul 28 16:58:08 mnemoc: it would need to be SRC_URI_append_mydistro = " file://..." Jul 28 17:00:15 bluelightning: perfect. thank you :) Jul 28 17:00:34 np Jul 28 18:36:18 hi, has anything changed lately with regards to FILESEXTRAPATHS? I am doing an FILESEXTRAPATHS_prepend in a later, but it's not adding properly, and the fetch task fails. I am doing this Jul 28 18:36:18 FILESEXTRAPATHS_prepend = "${THISDIR}/files:" Jul 28 18:37:11 then if i run bitbake -e mesa | grep ^FILESEXTRAPATHS, it shows me Jul 28 18:37:11 FILESEXTRAPATHS="/XXXX/oe/openembedded-core/meta/recipes-graphics/mesa/files:__default:" Jul 28 18:37:29 i would have expected my layer to be added, not oe-core. Jul 28 18:39:11 s/later/layer/, above.. Jul 28 18:39:55 you forgot : Jul 28 18:39:57 := Jul 28 18:40:31 THISDIR is the file currently being parsed, if you don't expand it then and there, it'll be the path to the dir the recipe is in, since thats what the current file is when it gets expanded later on Jul 28 18:40:51 ouch.. damn it.. Jul 28 18:41:57 i blame koen and khem then.. i copy/pasted from https://github.com/96boards/meta-96boards/blob/master/recipes-graphics/xorg-xserver/xserver-xf86-config_%25.bbappend ;-) Jul 28 18:42:32 heh, yeah, thats wrong, the files in that dir won't be used at all atm Jul 28 18:43:10 well, that's much better now... thanks for your eyes ;-) Jul 28 18:43:55 np **** ENDING LOGGING AT Wed Jul 29 02:59:58 2015