**** BEGIN LOGGING AT Mon Apr 14 03:00:00 2014 Apr 14 07:32:16 Does yocto has support for helvetica-medium-r-normal font ? Apr 14 07:39:17 yocti: YoctoAutoBuilder: Does yocto has any support for helvetica-medium-r-normal font currently ? Apr 14 07:39:18 milan_1: Error: "YoctoAutoBuilder:" is not a valid command. Apr 14 07:39:34 yocti: Does yocto has any support for helvetica-medium-r-normal font currently ? Apr 14 07:39:35 milan_1: Error: "Does" is not a valid command. Apr 14 07:45:45 good morning Apr 14 08:28:22 My distro has /usr/local missing. Wondering where to add this meta info ... ?? Apr 14 08:29:12 mago_: My distro has /usr/local missing. Wondering where to add this meta info ... any idea? Apr 14 08:32:49 milan_1: please stop asking every nick that joins personally. Apr 14 08:33:10 milan_1, i guess it depends on what distro you are using..? Apr 14 08:33:25 milan_1: and if nothing installs to /usr/local, there is no /usr/local (guess) Apr 14 08:33:44 milan_1: so please provide some details on what you are using. Apr 14 08:35:05 Well, my distro is yocto based. When I run lsb test it shows a failure Apr 14 08:35:19 /usr/local is not there Apr 14 08:35:22 that contains exactly *no* detail. Apr 14 08:35:52 plus, it is probably not *yocto* based, but poky. Apr 14 08:36:23 which then leads to: a) which version b) which additional layers c) which machine d) which image Apr 14 08:36:26 etc. ppp. Apr 14 08:41:08 plus: /usr/local is not something that is guaranteed to exist, as there is a lot of use cases that just don't need it. Apr 14 08:41:09 Machine: x86_64 , layers: oe-core, x86-generic, meta-qt3 and another custom-layer ; BB_Version: 1.18.0 ; I am creating a default-image Apr 14 08:41:27 so my question is simple: if I have to add an empty /usr/local to the rootfs where should it be ? Apr 14 08:41:49 create a recipe that install seomthing there. Apr 14 08:42:18 (which is probably what you want anyways, why would you need a directory else anyways.) Apr 14 08:44:01 Hmm... Thanks LetoThe2nd. Apr 14 08:45:51 Also sorry for bothering by repeating the query...as some times it's very frustrating not getting any help out there. So need to repeat it with members joining freshly. Apr 14 08:46:56 milan_1: no, you don't need that. never ever. Apr 14 08:48:17 milan_1: you can ask again after some hours, but repeating over and over when people join is plainly annoying. and like you experienced, it also does not work too well when a bot joins, for example. ;) Apr 14 13:38:08 gm Apr 14 13:48:22 gm Apr 14 13:48:36 Crofton|work: UGT? ;) Apr 14 13:48:50 ugt, #ftw! Apr 14 13:48:56 it is monring for me Apr 14 13:59:43 I'm trying to remote debug an application using Eclipse. The application seems to be deployed ok but cannot be started, http://pastebin.com/8kphq0pj . Apr 14 13:59:46 any ideas? Apr 14 14:00:11 I've never used eclipse + vcf before Apr 14 14:00:16 tcf Apr 14 15:05:29 hello there, are you aware of any userspace software to interface ADC driver? Apr 14 15:46:19 Hi! I can't get the downloadfilename attribute in a SRC_URI-statement to work. I have to mv the files to the correct filenames in do_install_prepend to make my recipe work (it's a bbappend, I can not alter the .bb). ANybody see anything suspicious? http://pastebin.com/V0KTc7QU Apr 14 15:48:01 hsychla: which version of the build system are you using? Apr 14 15:48:49 BitBake Build Tool Core version 1.19.0, bitbake version 1.19.0 Apr 14 16:29:25 Hey all, interesting question - my device has a static IP and sends out multicast. In /etc/network/interfaces I've configured my ip/netmask/broadcast but when it comes up as there's no gateway per-se there's no default route. So I need to add the 224.0.0.0 route. This is OK manually but where's the proper place to set this up in the yocto initscript world? there's no networking.local or similar - is there somewhere sensible or do I need to hack in a mechanism? Apr 14 16:29:57 Or bodge it by adding a gateway that's my own IP to create a default route (which I'm not especially keen on) Apr 14 17:13:06 pev: you might want to check init-ifupdown Apr 14 17:16:29 pev: you can use an "up " directive to run additional commands when the interface is brought up by ifupdown. Apr 14 17:38:50 Is anyone aware of any projects to make an on-target installer similar to what desktop distros use? ie deploy an hddimg to a USB key and use that to image to a hard drive or other boot media? Apr 14 20:52:14 hi there, can somebody tell my how to force meta-qt5 configure option? Apr 14 20:52:28 Im' trying to build qt5 with sqlite support Apr 14 21:20:25 rspock, you can pass configure flags to packages in your distro file using PACKAGECONFIG's Apr 14 21:21:39 I know there is PACKAGECONFIG[sql-sqlite] = "-sql-sqlite,-no-sql-sqlite,sqlite3" and so on at qtbase.inc Apr 14 21:22:05 but how can I use or select one of this from my own recipe? Apr 14 21:22:36 add sql-sqlite to PACKAGECONFIG variable Apr 14 21:23:24 IIRC, PACKAGECONFIG_append_pn-qtbase = "sql-sqlite" in your distro.conf, for instance Apr 14 21:23:59 ok i'll try Apr 14 21:24:06 kroon: you need leading space in " sql-sqlite" Apr 14 21:24:34 ah, right Apr 14 21:25:10 * kroon wonders if that little technicality could be gotten rid of Apr 14 21:25:51 the space? sometimes you want to append without space.. Apr 14 21:26:21 really ? Apr 14 21:27:01 maybe it would work with typed variables, if bitbake knows that it should be list of string tokens and that you're adding one token, instead of appending some string to other string which happends to be space separated list of items Apr 14 21:27:09 ok, seems to be ok! thanks guys... Apr 14 21:27:13 kroon: yes, quite often actually Apr 14 21:27:47 kroon: see e.g. TUNE_CCARGS in tune-* files, or any appends when constructing e.g. some filepaths Apr 14 21:27:48 JaMa, aha, didn't know that Apr 14 21:29:51 probably better example is PV_append = "foo1" you definitely don't want space in PV variable Apr 14 21:40:53 JaMa, yeah, makes sense Apr 14 22:24:36 I've addded two recipe to my distro, they are both library, if I check the build/tmp/work/etc etc etc/deploy_rpms the rpm has all the files in the usr/lib path but they are not present in the image sysroot Apr 14 22:24:43 what i'm missing? Apr 14 22:31:51 Hm, anyone know of any examples of how to remove udev from a build? Apr 14 22:51:25 rspock: surely that means you haven't added them tobe installed into the image? Apr 14 22:51:49 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customimage Apr 14 22:53:28 pev: one important thing to do would be to set VIRTUAL-RUNTIME_dev_manager = "" in the configuration Apr 14 22:53:38 pev: poky-tiny does this Apr 14 23:09:34 bluelightning: Ah, cheers. Is there a standard / sensible place to populate all the dev nodes or just create a new recipe of my own to do so? Apr 14 23:17:33 pev: it looks like poky-tiny simply relies on devtmpfs, possibly with some help from busybox Apr 15 02:41:48 how fast/slow is hob at parsing recipes after going into the "advanced" menu? Apr 15 02:42:26 mine is taking 3-4 minutes and pegging two cpu's at 100% **** ENDING LOGGING AT Tue Apr 15 02:59:59 2014