**** BEGIN LOGGING AT Thu Jun 11 02:59:59 2015 Jun 11 04:21:05 is there an environment variable bitbake sets at do_compile for prefix? Jun 11 04:21:47 i'm looking for a directory in in /usr/include but it's not finding it I suspect because of "/" before "usr" Jun 11 04:29:22 looks like it may be: "PKG_CONFIG_SYSROOT_DIR" Jun 11 06:01:57 Anybody that can help me a bit getting libgles-omap3 from meta-ti working? Evverything compiles perfectly but when do_rootfs is running it errors on "no package provides libews.so" I'm using fido branches Jun 11 06:23:17 hello, can i use file:// in SRC_URI? Jun 11 06:27:12 parrot, yes, the docs show examples Jun 11 06:29:43 redengin: lemme check..so file:// shall point the the folder within the recipe itself? Jun 11 06:31:29 yes, you should create a subdirectory for your local stuff Jun 11 06:31:48 redengin: splendid. Thanks a lot :-) Jun 11 07:02:41 hmm... is there a do_install_remove() in a bbappend? Jun 11 07:03:22 Hello, how do I automaticaly add some custom files to a rootfs so it's also in the image? Jun 11 07:03:38 wv: make a recipe! Jun 11 07:04:14 tripzero: iirc _remove is for lists only, I'm not even sure what you'd want it to do with a function - what are you trying to do? Jun 11 07:04:38 joshuagl: not install things that the original recipe shouldn't have been installing anyway Jun 11 07:05:02 tripzero: fix the original recipe? :-) or do_install_append () and rm the things? Jun 11 07:05:30 i will fix the original... this bbappend is a stop-gap Jun 11 07:05:43 i already modified the source not to built the bad things. Jun 11 07:06:05 but do_install tries to install them anyway :( Jun 11 07:06:24 oh, I see the problem Jun 11 07:06:32 tripzero, well, I made an image-recipe Jun 11 07:06:46 tripzero: stop-gap just overwrite the do_install () from your bbappend? Jun 11 07:06:51 where I added some post-rootfs-thing Jun 11 07:06:55 is this the way to go? Jun 11 07:07:00 morning all Jun 11 07:07:01 joshuagl: kk. will try Jun 11 07:07:19 tripzero: just copy/paste do_install from the original recipe and drop the redundant lines Jun 11 07:09:30 this project is awesome. it has no make install, so all the installation happens in do_install() manually Jun 11 07:10:04 \o/ Jun 11 07:10:27 only 20k characters in do_install() Jun 11 07:10:54 oO Jun 11 07:11:22 tripzero: you may be better off fixing the original recipe and carrying the fixed version in your layer Jun 11 07:11:35 bluelightning: how do I comment blocks of lines in yocto recipe? Jun 11 07:11:43 joshuagl agreed Jun 11 07:12:02 parrot: we only have a single line comment directive i.e. # Jun 11 07:12:59 bluelightning: ok....thanks :-) Jun 11 07:14:33 joshuagl: how are you, btw? Jun 11 07:15:01 it's been a while since I encountered you on the internets Jun 11 07:21:16 tripzero: very good thanks :-) and yourself? is your yocto hacking for work or leisure? or both? Jun 11 07:22:06 at the moment for work :) Jun 11 07:24:27 I have an image recipe, located in "a folder" Jun 11 07:24:40 this folder has a subfolder "extra", which has some gzip files Jun 11 07:25:08 I want to write a ROOTFS_POSTPROCESS_COMMAND function, in which I extract the content of this file to the rootfs Jun 11 07:25:21 apparantly, tar -xzf file://extra/version.tar.gz -C ${IMAGE_ROOTFS} ; Jun 11 07:25:24 is not correct Jun 11 07:26:19 joshuagl: having lots of fun with yocto at 12:30am Jun 11 07:26:36 <_4urele_> Hi Jun 11 07:26:40 the good news is I think I'm done. I'll dump these patches on the maintainers tomorrow Jun 11 07:27:20 tripzero: it's still early, enjoy your evening ;-) Jun 11 07:27:32 <_4urJun 11 10:42:55 RP: i will, if you give me a list of branches Jun 11 10:42:56 RP: don't let me get in the way, I just noticed the builder was idle and I have a number of changes queued Jun 11 10:43:07 RP: I'm happy to wait until next week Jun 11 10:43:38 joshuagl: go for it unless rburton has objections Jun 11 10:43:59 none here Jun 11 10:44:06 go go go :) Jun 11 10:44:07 joshuagl: the data store changes are driving me crazy. Each time I make a small bugfix, I have to retest the whole thing again :/ Jun 11 10:46:32 * joshuagl pushes the button Jun 11 10:47:20 RP: yeah, I can imagine that'd be frustrating - I assume a dry run isn't sufficient to test all of the data store accesses? Jun 11 10:47:38 joshuagl: not with the class of bug I've just found Jun 11 10:47:52 joshuagl: the bugs show up in the output packages, not even in buildhistory :( Jun 11 10:48:43 sounds fun Jun 11 10:49:25 RP: send me a list, I'll make sure they get triggered Jun 11 10:49:27 joshuagl: if your definition of fun involves watching me scream :) Jun 11 10:49:53 pidge: ok, thanks, I'll setup the branches assuming this current test shows signs of success Jun 11 10:51:15 RP: oh is that what I heard echoing across the wolds from the north this morning? Jun 11 11:22:22 anyone has yocto running on a RPI B+ with systemd? Jun 11 11:25:23 vpereira: maybe someone steps up if you state your actual question Jun 11 11:26:40 LetoThe2nd: well. i have a image for raspberry pi just with systemd and ssh doensnt start. Jun 11 11:27:05 LetoThe2nd: i generated the same image for qemuarm and ssh starts normally. Jun 11 11:27:23 vpereira: so your actual question seems to be more like "my ssh daemon doesn't start, what might be the reason, right? Jun 11 11:27:48 vpereira: the usual suspects - have you tried to look at the logs? Jun 11 11:28:02 LetoThe2nd: well, hard to say. afaik its socket activated and looks like the keys are not being generated Jun 11 11:28:20 vpereira: is the filesystem mounted read-write? Jun 11 11:28:51 <_4urele_> bluelightning, (sry I was hungry I had to go), It worked with my old build after the modification, I will try with a fresh build. (maybe another accident) Jun 11 11:29:15 LetoThe2nd: well, systemd doesnt generate syslog but journal binary log format. I cannot access the local console, connecting the screen, so mounting the sd in my computer i can see that the keys are not there Jun 11 11:29:23 but i cannot read any log LetoThe2nd Jun 11 11:29:54 vpereira: well a real classic why a sshd doesn't come up and there are no keys is that they can't be written to storage Jun 11 11:30:14 vpereira: i'd suggest to set up a proper console so you can see whats going on. Jun 11 11:30:25 LetoThe2nd: and yes, im able to build other images and i enabled systemd as described http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html Jun 11 11:30:41 vpereira: i did not wuestion that :) Jun 11 11:31:41 LetoThe2nd: I dont know if am able to. Looks like the raspberry-pi layer doesnt implement it.. i dont know maybe is missing some hdmi drivers (i dont know its in the kernel mainline) Jun 11 11:32:14 LetoThe2nd: but with a raspian i connect my monitor and works. with the same configuration file, the yocto image doesnt Jun 11 11:32:29 vpereira: i've never used a raspi, so i can't comment on anything hw-specific Jun 11 11:32:45 LetoThe2nd: yup, thanks anyway :) Jun 11 11:32:53 vpereira: doesn't it have some kind of serial console? Jun 11 11:33:20 i mean, where does the bootloader spew its output? Jun 11 11:33:57 LetoThe2nd: there is a serial interface Jun 11 11:34:09 but well, i have to hack a cable into it Jun 11 11:34:17 *metalshrug* Jun 11 11:34:21 its not a proper connection. output is via HDMI Jun 11 11:34:46 i usually do this kind of debugging through a serial login Jun 11 11:35:11 if you have none, and no output to display...things are getting rough. Jun 11 11:35:36 i'd still bet on the rw/ro issue. maybe look at the fstab Jun 11 11:36:05 LetoThe2nd: yup. thats why I was looking for people that actually did it before. Yes I will Jun 11 11:36:40 LetoThe2nd: however, if my image has just the systemd section commented out. im able to access the ssh normally - however the hdmi output not Jun 11 11:37:00 so a traditional image using sysinit scripts works Jun 11 11:37:12 a systemd one, for me, not Jun 11 11:39:36 * RP screams again. Another problem :( Jun 11 11:41:20 * LetoThe2nd suspects RP is entering rob halford mode Jun 11 12:26:34 <_4urele_> bluelightning, another accident? modifying the value of "VIRTUAL-RUNTIME_init_manager" in the image bb file works Jun 11 12:40:14 hi. need some help again. once again, meta-raspberrypi related. i've created a custom machine that is presently just a copy of conf/machine/raspberrypi.conf. i have also a custom image. before creating a custom machine (and also with a some weeks older meta-raspberrypi) everything built ok, but now i get an error i do_rootfs for the image Jun 11 12:41:56 the error message is quite unhelpful: it says "Python function do_rootfs finished", and then "Function failed: do_rootfs". i've tried to debug this and have located the error to: NameError: global name 'get_kernelversion_file' is not defined Jun 11 12:42:24 so this error is somewhere in meta-raspberrypi, and i'm not sure how to proceed... Jun 11 13:38:00 <[w00t]> Hi, anyone with meta-selinux experience around? Jun 11 13:44:00 _4urele_: I'm really not sure how setting it in the image could be working Jun 11 13:45:24 <_4urele_> bluelightning, anyhow I removed packagegroup-core-boot from my image this was a nonsense, now my image is clean Jun 11 13:47:00 _4urele_: right, _that_ would definitely help Jun 11 17:15:06 RagBal: using rpm? Jun 11 17:23:46 I've got to change a config file belonging to another packgage from my recipe. How to find where is the root where the other package has installed the file? Jun 11 17:24:09 And what's the proper way of doing this? Jun 11 17:25:11 INSTALL_ROOT wasn't the correct path... Jun 11 17:25:53 HI question ... how do I set up the boot args on an image .. for example the minnnowboard max . Every time I boot I have to plug my serial cable and start the uefi commands Jun 11 17:58:16 so, with more and more framework code being moved from classes and recipes to Python libs in /lib/oe/, what's the proper way to make alterations to that code or override it from own layers? Jun 12 01:23:19 Hm where does Yocto install debug stuff by default? **** ENDING LOGGING AT Fri Jun 12 02:59:59 2015