**** BEGIN LOGGING AT Sat Nov 23 02:59:59 2013 Nov 23 05:38:04 hi all i have been trying to compile a cmux source to arm-poky-linux-gnueabi-gcc it throws me the error http://pastebin.com/fi3epKsQ can you help me to solve this issues Nov 23 05:55:12 missing headers Nov 23 05:55:17 got sysroot? Nov 23 05:59:16 nerdboy, yes yes i got sysroot and i installed that in /opt Nov 23 06:03:12 nerdboy, i waitin for your answer bcz struggling with that error Nov 23 06:07:22 hi yocto. I am facing a error of http://pastebin.com/w7LDJKwV when compiling mplayer. The error pointing with mesa missing its licence file. So i cleaned the package and rebuild again. But it again points the same error. Wat i am missing? Nov 23 06:07:39 nerdboy, it requires which header and want to copy that to sysroot? Nov 23 06:17:56 i think you just need an -I/path/to/include for your sysroot Nov 23 06:19:22 do a "find /path/to/include -name \*.h | xargs grep fd_set Nov 23 06:19:36 s/"// Nov 23 06:21:27 do you have select.h in your sysroot? Nov 23 06:29:09 a) don't use x86 headers, and b) don't just copy things to /blah/blah/include unless that's where it actually lives Nov 23 06:29:54 that one should be included as so it needs to be in /blah/blah/include/sys Nov 23 06:32:11 so you would add -I/blah/blah/include to your makefile Nov 23 06:34:13 a little easier if you define SYSROOT ?= /blah/blah and use -I$(SYSROOT)/usr/include Nov 23 06:37:46 nerdboy, yes it is type defined so i just include header as you said,now it compiled, thanks. Nov 23 07:40:28 hi yocto. I am facing a error of http://pastebin.com/w7LDJKwV when compiling mplayer. The error pointing with mesa missing its licence file. So i cleaned the package and rebuild again. But it again points the same error. Wat i am missing? Nov 23 12:35:03 hello, does anyone here hav experience with Toradex Colibri T30 / Iris carrier board? ... trying to get it booting from sd card, but apparently there's something more needed then what I have done and the docs I've found are a bit vague. Nov 23 16:28:52 hello. tell me the easiest way to switch branches to build a repository of recipes? for example - have a recipe test.bb, it is necessary to switch between the repository branch master and develop. it is the easiest to implement? Nov 23 16:29:46 Ideally - generally between 2 repositories. Nov 23 18:32:04 hello Nov 23 18:32:57 I'm trying to switch from using PACKAGE_CLASSES ?= "package_rpm" to using PACKAGE_CLASSES ?= "package_ipk" so I can use opkg for package management, Nov 23 18:33:24 but I find when I do the image yocto generates doesn't boot, /etc (among other things) is completely missing Nov 23 18:33:35 what do I need to do to switch properly from rpm to ipk ? Nov 23 18:35:20 (the boot error is "[ 3.004353] Kernel panic - not syncing: No init found.... " fwiw) Nov 23 18:35:45 tumble_: that is the only change that should be needed Nov 23 18:35:53 something very strange is going on in your setup... Nov 23 18:36:26 ok, I tried removing the tmp directory completely and rebuilding, but same problem Nov 23 18:37:04 which version of the build system are you using? Nov 23 18:37:16 I'm basically following these instructions: http://www.elinux.org/Getting_started_with_Yocto_on_Wandboard Nov 23 18:38:29 BitBake Build Tool Core version 1.21.0, bitbake version 1.21.0 Nov 23 18:39:15 ok so you're building master Nov 23 18:40:04 /etc is produced by a number of different recipes, I can't imagine what would cause you to have no files there Nov 23 18:40:27 actually, I'm not sure if it's master...I used: Nov 23 18:40:28 repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dylan Nov 23 18:40:30 I think Nov 23 18:40:40 let me try re-running that with master instead Nov 23 18:40:50 well, that's not what I was suggesting Nov 23 18:40:59 1.21 is the latest version of bitbake Nov 23 18:41:09 ah ok Nov 23 18:41:10 which would suggest that you're building master Nov 23 18:41:19 I have to step out I'm afraid Nov 23 18:41:25 bbl Nov 23 18:42:10 I can see that ipk files are being built in the right output directories, but the rootfs isn't getting populated in the sdcard image Nov 23 18:42:20 is there something that would cause them to get stripped from the resulting sdcard image ? Nov 23 18:49:17 missing depends maybe? Nov 23 18:50:03 if the ipks are built but not installed in the rootfs, then you either need RDEPENDS somewhere or you can add the packages to your image recipe Nov 23 18:52:38 tumble_: is it creating a rootfs image at all? Nov 23 20:09:37 if i want to manually compile something using the toolchain bitbake already made for me, where do i find the compiler and how can i make the right paths get used? Nov 23 20:13:36 you can build meta-toolchain-sdk and put it where you want it... Nov 23 20:33:21 nerdboy: as in, extract the package that makes somewhere? Nov 23 20:36:03 yes, as in untar it to /opt or whatever Nov 23 20:36:21 sorry, it's a shell archinve Nov 23 20:37:49 nerdboy: thanks Nov 23 21:38:54 nerdboy: yes, it is creating a rootfs, there's just a bunch of stuff missing Nov 23 21:39:17 switching back to package_rpm works perfectly Nov 23 21:40:20 so rpms get installed correctly but ipks don't? Nov 23 21:40:51 that doesn't make sense... Nov 23 21:40:57 yeah it doesn't make sense Nov 23 21:41:13 I can see the ipk file products themselves Nov 23 21:41:20 but the rootfs doesn't contain them or eg /etc Nov 23 21:41:47 is there something I should look for from the output of bitbake -e ? Nov 23 21:45:55 depends on what's different between doing that with just rpms configured vs. just ipks Nov 23 21:46:04 worth a look tho Nov 23 21:46:44 using bitbake -v during the build I see a bunch of output like this: Nov 23 21:48:01 INSTALLING foo.ipk to rootfs Nov 23 21:50:30 that's before do_rootfs runs though...looks like do_rootfs is mostly writing to /usr Nov 23 22:11:41 so weird if I look at the output directory ls tmp/work/wandboard_dual-poky-linux-gnueabi/todd-new/1.0-r0/rootfs/etc/ Nov 23 22:11:45 it's full of all the right stuff Nov 23 22:11:52 but somehow that does not get copied into the sdcard image Nov 23 22:18:05 yeah him /etc is completely missing from the yocto generated .ext3 file which eventually being built into the sdcard file Nov 23 22:22:14 damn, weirder still... Nov 23 22:22:55 so I guess something is failing in do_rootfs Nov 24 02:52:18 hello Nov 24 02:52:24 It appears that copying the files to the ext3 / sdcard image is failing in populate-extfs.sh I see a series of these errors: copy_file: Could not allocate block in ext2 filesystem Any idea what might cause this? I've verified that the initial .tar archive and the bz2 contain the right files. Nov 24 02:55:00 also seeing these: Nov 24 02:55:05 symlink: Could not allocate block in ext2 filesystem while expanding directory Nov 24 02:55:16 very strange...nothing of the sort happens when using package_rpm Nov 24 02:55:24 only when using package_ipk Nov 24 02:57:42 maybe it miscalculates the size of the image? Nov 24 02:57:58 that was my ass talking btw... Nov 24 02:58:21 does sound like not enough space tho **** ENDING LOGGING AT Sun Nov 24 02:59:58 2013