**** BEGIN LOGGING AT Wed Jul 22 02:59:59 2015 Jul 22 06:22:32 Hello together. I have a question about yocto: Iam working on a yocto-linux for a TI OMAP-L138, which is a ARM9+DSP in one package. The Linux is running fine, and does everything i want. I have implemented a kernel driver to start the DSP-Core from the Linux on the ARM9-Core, but now i need to generate the Firmware for the DSP with the Yocto buid system. Main problem is, that i need a compiler from TI to compile the Code for the DSP Jul 22 06:23:42 How do i write a recipe to download an place the compiler from TI-Website to my yocto build environment, and NOT to my target? Jul 22 06:24:40 ... so i can use that compiler in another recipe to generate the firmware for the DSP from my sources? Jul 22 07:16:58 hey guys Jul 22 07:17:09 how to remove LDFLAGS for the particular package? Jul 22 07:41:50 good morning Jul 22 07:41:51 have a vmdk image.. but this only boots until "EXT3-fs (hda2): mounted filesystem with ordered data mode" .. booting the iso image it Jul 22 07:41:54 will boot further into systemd. do you have any idea? Jul 22 08:51:32 Hi guys Jul 22 08:52:24 the linux kernel development manual suggests that the preempt-rt config inherits from standard Jul 22 08:52:35 i am building for x86_64 Jul 22 08:53:17 but the configuration (.config) i end up with is way too different from the standard branch final .config Jul 22 08:53:56 can anybody please guide me how I can debug the configuration process to root cause the issue Jul 22 09:17:31 kergoth: hey Jul 22 09:17:46 kergoth: I have responded you on github Jul 22 09:54:28 also where can I find d.getVar definition? Jul 22 10:15:04 hi guys Jul 22 10:15:37 i've got a issue that i'm not able to get rid off, could someone help me plz ? Jul 22 10:15:48 here's the trace: http://paste2.org/WwgB23D1 Jul 22 10:24:27 Looking through http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=ab0b9dd35d31a59918408558c62d35dd3e649d83 I can't figure out how this commit could add a button Jul 22 11:20:16 somebody already tried to get a working openjdk-8 working_ Jul 22 11:22:07 get a working X working ... Jul 22 11:22:17 done Jul 22 11:48:01 hello Jul 22 11:49:23 ls Jul 22 11:54:06 I'm new to yocto and beaglebone Jul 22 11:54:48 I've downloaded poky and the beaglebone bsp. I've also downloaded the tools and built/run the qemu santos image. Jul 22 11:55:41 i would like to build the beaglebone image now. Am I supposed to move the beaglebone bsp into the poky dir and replace/supplement the meta dirs there with the beaglebone version? Jul 22 11:56:52 Its fishy really Jul 22 11:57:36 Atm i have one recipe building a rootfs, and another recipe making an installable image; and I need to manually build the rootfs recipe before building the iso recipe; I've tried to add the rooffs recipe as a DEPENDS to no avail. Anyone got a clue what I might do wrong? Jul 22 11:57:49 ±spelling Jul 22 12:07:42 davis: beaglebone-bsp as in meta-ti? Jul 22 12:18:03 bboozzoo: im not sure about meta-ti. I pulled the bsp from git://git.yoctoproject.org/meta-yocto -b daisy as listed https://www.yoctoproject.org/downloads/bsps/daisy16/beaglebone Jul 22 12:19:57 hi, I wonder if I can put the same FEATURES in IMAGE_FEATURES and DISTRO_FEATURES or if there is a list of possible FEATURES that can be set on each ? Jul 22 12:20:02 davis: you should be fine with fido or master Jul 22 12:20:40 then just set your MACHINE="beaglebone" in local conf and to the build Jul 22 12:21:19 bboozzoo: for the build system, I pulled git clone -b fido git://git.yoctoproject.org/poky.git Jul 22 12:21:38 perhaps I should have pulled the third one there which was daisy? Jul 22 12:23:58 davis: all files are already there, you just clone poky, then source oe-init-build-env, set MACHINE="beaglebone" in local.conf and run bitbake core-image-minimal, once that finishes, you can just prep a SD card image with wic (wic create -e core-image-minimal sdimage-bootpart) and skip the fdisk part of the manual Jul 22 12:24:27 bboozzoo: sounds good. i'll try that. Jul 22 12:24:39 bboozzoo: I apprecaite your help. Thank you! Jul 22 12:25:34 btw, can I keep the qemu and the beaglebone simultaneously and swith back and forth as needed without rebuilding everything? Jul 22 12:27:52 wonder if EXTRA_IMAGEDEPENDS is what I'm looking for... Jul 22 12:58:00 does bitbake have timeouts for do_fetch? I have wget stuck on a misbehaving svn repo with -t 2 and -T 360 but the download seems to be stuck somewhere else for more than 10 minutes Jul 22 13:01:20 so, what might be the best solution if I want to include a rootfs.tar.gz in an other rootfs which is gonna be an iso? Jul 22 13:15:35 anmyone recognize this issue? pseudo: uh-oh! '/proc/XXXX/fd/3' seems to be a symlink, but I can't read it. Ignoring. Can't open /proc/XXXX/fd/3: Is a directory Jul 22 13:17:20 mcfrisk: wget stuck on an svn repo? wget shouldn't be fetching from svn... Jul 22 13:21:31 i.e. I want to make take foo-${MACHINE}.tar.gz and place it in foo-installer-${MACHINE}.iso etc.. Jul 22 13:21:40 bluelightning: we're using wget to https svn repo to avoid credential crap with svn, .netrc is enough, but timeouts are not working somehow.. Jul 22 13:21:43 as a separate file Jul 22 13:25:03 anyone? Jul 22 13:28:58 AzaToth_: EXTRA_IMAGEDEPENDS just says that the do_populate_sysroot task for the items listed needs to have been run before the image is built Jul 22 13:29:50 I don't think that's really what you want Jul 22 13:30:56 you could try looking at our live image support and maybe do something like what it does Jul 22 13:31:06 bluelightning, ok Jul 22 13:31:12 meta/classes/image-live.bbclass (which uses bootimg.bbclass) Jul 22 13:31:43 bluelightning: any input on the problem on of my devs is having with all instances of bitbake he is trying to use ? Jul 22 13:31:57 WarheadsSE: none I'm afraid, never seen that error before Jul 22 14:56:14 bluelightning: might be hitting an oddity in apparmor all of a sudden. Jul 22 14:56:19 we're looking into it Jul 22 14:57:34 WarheadsSE: it may be worth noting that dora is now nearly two versions out of support Jul 22 14:57:53 Yes, we know. this last release will be the last we use with dora. Jul 22 14:58:08 (out the door in about a week), then we're moving all the way up Jul 22 15:30:14 joshuagl: the mesa sed patch on the list from yesterday is for fido, btw Jul 22 16:04:26 rburton: ack, have the mail open on my busy desktop :-) Jul 22 17:39:12 zeddii, any idea what this means? Jul 22 17:39:28 ERROR. Could not locate meta series for zynq Jul 22 17:39:38 from a kernel do_patch Jul 22 17:41:21 it means that the BSP description + configuration wasn't found so the series that controls the patch phase wasn't generated. is this with current master ? If I can poke at it, I can be more specific. Jul 22 17:41:46 yeah current master Jul 22 17:41:53 something similar worked Jul 22 17:41:58 a few days ago Jul 22 17:42:10 I'm looking for stupid typos atm Jul 22 17:42:19 interesting. nothing should have merged to impact that. My new series I sent could do that .. but it isn;t merged. Jul 22 17:42:35 Crofton|work, I feel your pain. I built, booted and stress tested qemuarm on 4.1 Jul 22 17:42:44 I'm pretty sure it worked at least :) Jul 22 17:42:46 and then when I go back to it today .. nothing, boot hang. Jul 22 17:42:57 and now I can't get it too boot on any kernel, any config. Jul 22 17:43:00 so of course I blame you Jul 22 17:43:10 * zeddii is used to it. Jul 22 17:43:14 :) Jul 22 17:43:36 the error reporting doesn't help me solve problems Jul 22 17:44:00 while you are here, do al .cfg files need to be called out in an scc file Jul 22 17:44:08 can you pastebin the layers ? Jul 22 17:44:10 It appears just addingthe cfg file works Jul 22 17:44:31 Crofton|work. nope. they can just be right on the SRC_URI. or in a .scc file. either works. Jul 22 17:44:36 ok Jul 22 17:45:11 * zeddii wonders if gcc 5.1 is his pain source. Jul 22 17:47:17 heh Jul 22 17:47:22 blame someone else Jul 22 17:48:31 buy myself some time. smashing my head into my desk isn't helping. Jul 22 17:48:57 let me stash changes and see if old one builds Jul 22 17:55:54 zeddii, the recipe works, only broke after I tried updating with new patches from the developer Jul 22 17:56:01 you are likely off the hook Jul 22 17:56:10 except for the not so helpful error messages Jul 22 17:56:40 any kind of ordering needed with scc cfg and patch files Jul 22 17:56:44 agreed. I have some changes there. but I did actually take a note. Jul 22 17:57:04 Crofton|work, nope. you can mix and match. with obvious patch ordering implications. Jul 22 17:57:23 but a problem there would lead to a patch fail in the log Jul 22 17:57:31 yep. Jul 22 17:57:50 there were some missed return codes back in the day .. but they are caught now. Jul 22 17:58:08 gah. Jul 22 17:58:09 perf. Jul 22 17:58:15 * zeddii dives into a perf failure now. Jul 22 18:10:11 zeddii, one char error in a file name, between scc and SRC_URI Jul 22 18:10:47 ok. I can make that same error here, and craft a better debug message. Jul 22 18:12:22 that would be helpful Jul 22 18:12:30 you shoudl certainly be able to dupe it Jul 22 18:28:11 Hi all, I'm trying to install elasticsearch and am running into a dependency issue. I bet it's a simple fix but haven't found the answer yet. Jul 22 18:28:28 *not install, trying to build an image that includes elasticsearch Jul 22 18:28:48 During do_rootfs, I see the following error: Jul 22 18:29:08 ERROR: Unable to install packages. Command '...' returned 1: Jul 22 18:29:19 error: elasticsearch-1.7.0-r0 requires libc.so.6(GLIBC_2.0) Jul 22 18:29:22 error: elasticsearch-1.7.0-r0 requires libc.so.6(GLIBC_2.1) Jul 22 18:29:26 error: elasticsearch-1.7.0-r0 requires libc.so.6 Jul 22 18:30:27 I'm including glibc 2.20 as part of the build, and the .so.6 symlink is there as well. Jul 22 18:30:29 Any ideas? Jul 22 19:41:44 r22s: is elasticsearch precompiled Jul 22 19:49:37 khem`: It's a few bash scripts that call into java .jars Jul 22 20:11:23 is there some yocto dev day planned before/after elce ? Jul 22 20:27:57 abelloni, what is elce Jul 22 20:28:04 ? Jul 22 20:31:04 embedded linux conference europe Jul 22 20:31:19 ah ;) Jul 22 23:38:27 Hi ! **** ENDING LOGGING AT Thu Jul 23 02:59:59 2015