**** BEGIN LOGGING AT Fri Mar 06 02:59:58 2015 Mar 06 07:50:33 nerdboy: ping Mar 06 07:56:49 good morning Mar 06 07:57:47 chankit: i bet it's morning for you too? Mar 06 08:00:02 good morning Mar 06 08:01:48 So after my build yesterday im still missing a .hdd file or any other file of image sorts Mar 06 08:02:07 Which file can I use in the Yocto build to make a yocto bootable? Mar 06 08:02:23 and how do I go about doing it? with dd ? which file do I dd ? Mar 06 08:04:22 what do you have under deploy/images/blah Mar 06 08:04:33 and what machine? Mar 06 08:05:06 chankit: was that a drive-by ping? Mar 06 08:07:47 nerdboy: Here is a list Mar 06 08:07:48 http://paste.ofcode.org/Fchc7SUhrELVz7EThJgxbs Mar 06 08:08:10 of things I have in my image /build/tmp/deploy/images Mar 06 08:08:57 I mean build/tmp/deploy/images/qemux86 Mar 06 08:11:45 nerdboy: do you know how to override compiler flags, compiler in poky? Mar 06 08:12:02 I want to use LLVM compiler instead so I would need to override those Mar 06 08:15:42 haven't tried that Mar 06 08:15:55 grep for it Mar 06 08:18:08 puf: you have a rootfs tarball and a rootfs ext3 image Mar 06 08:18:41 qemu can boot the kernel and ext3 image Mar 06 08:18:51 use the script Mar 06 08:20:12 if that sounds foreign then i would read the yocto quick ref and manual Mar 06 08:21:09 strange for open source, i know, but the docs are your friends Mar 06 08:24:35 * nerdboy updating cheap build server for fresh master build Mar 06 08:33:46 What would be the right way of making changes in a .bbappend (like adding patches to SRC_URI or extending configure options in EXTRA_OECONF) depend on a distro feature? Mar 06 08:35:37 Check for the distro feature in the distro conf, then add to OVERRIDES and just use SRC_URI_append_ and EXTRA_OECONF_append_? Mar 06 08:35:51 nerdboy: Ok thanks allot man :) Mar 06 08:38:37 nerdboy: will do...thanks dude Mar 06 08:53:12 I have a libjpeg-turbo problem Mar 06 08:53:12 chankit: maybe it's a gentoo thing, but i use find,xargs,grep a lot Mar 06 08:53:53 I set PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" in my distro conf Mar 06 08:54:15 but it seems like i get both jpeg8 and libjpeg-turbo, but everything is linking to jpeg8 Mar 06 08:54:23 How is this supposed to work? Mar 06 08:54:30 is it set in another place? Mar 06 08:54:37 It seems like there isn't even a libjpeg-turbo-dev rpm? Mar 06 08:55:40 it won't complete install/packaging if it collides Mar 06 08:56:47 nerdboy: will certainly take note of that :-) Mar 06 08:57:24 alexlarsson: it's only set by default in my rpi layer Mar 06 08:57:42 *set to libjpeg-turbo Mar 06 08:58:38 make sure it's not set somewhere else and if nothing else try putting it in your local.conf Mar 06 08:59:07 nerdboy: I'm doing my own layer+distro, and it has the above PREFERRED_PROVIDER_jpeg, and it only RDEPENDS on libjpeg-turbo Mar 06 08:59:28 Which is pulled in, but it *also* somehow pulls in jpeg8 Mar 06 08:59:33 but if regular jpeg is alreacdy in your build/cache/etc then you might need to start fresh Mar 06 08:59:37 I just don't understand how its supposed to work Mar 06 09:00:07 libjpeg-turbo builds with a soname of libjpeg-turbo.so. How is -ljpeg ever supposed to pick that up? Mar 06 09:00:31 something in there must depend on jpeg8 instead of the virtual? Mar 06 09:00:49 possibly, but i don't see it... Mar 06 09:01:29 i have yocto 1.7 + meta-oe 1.7 layers, and my own layer only has: Mar 06 09:01:38 git grep jpeg Mar 06 09:01:38 meta-freedesktop/conf/distro/freedesktop.conf:PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" Mar 06 09:01:38 meta-freedesktop/recipes-core/tasks/task-freedesktop-contents-platform.bb: libjpeg-turbo \ Mar 06 09:01:38 meta-freedesktop/recipes-core/tasks/task-freedesktop-contents-sdk.bb: libjpeg-turbo-dbg \ Mar 06 09:01:38 meta-freedesktop/recipes-core/tasks/task-freedesktop-contents-sdk.bb: libjpeg-turbo-dev \ Mar 06 09:02:09 it builds both libturbojpeg.so and libjpeg.so Mar 06 09:03:05 Ah, i see, so i do get the extr libturbojpeg.so package, but not the regular ones Mar 06 09:04:07 Its like its ignoring the preferred provider Mar 06 09:04:10 hmmm Mar 06 09:05:59 i should hit the same thing on a fresh build Mar 06 09:07:54 Is there some build log file somewhere that could give a clue to why jpeg8 was picked? Mar 06 09:08:08 maybe not with just yocto and beaglebone Mar 06 09:08:31 there are logs for each src build Mar 06 09:08:45 not sure about that one though Mar 06 09:10:43 * nerdboy 's distcc cluster hammered by webkit Mar 06 09:12:28 nerdboy: webkit is my bane... Mar 06 09:21:30 * nerdboy pushing beaglebone to 3.19 Mar 06 09:42:41 So I've been reading about autobuilders, PRServ and such. The manual section "Working with a PR Service" says that not using leave no guarantees about upgrade paths, implying you _do_ get working upgrade paths if it's enabled. Mar 06 09:43:37 Now, is this intended to work across different yocto releases for example, or is it "within" a single release? Mar 06 09:44:23 The wording seems to suggest (to me) the former Mar 06 09:50:48 This does not make a bootable usb for some reason... Mar 06 09:50:49 dd if=core-image-minimal-qemux86-20150304142625.rootfs.ext3 of=/dev/sde1 Mar 06 09:51:13 Ive read the reference but the only thing they say about USB stick is that dd program Mar 06 09:51:46 It seems to copy the files from the .ext3 file to the USB but I cant boot from it Mar 06 09:55:46 Can I start matchbox-panel without the clock and the menu? It can find any parameter for it. Mar 06 09:55:49 puf: I haven't done that using poky and I'm a bit fuzzy on the details, but is the partition marked as bootable? Mar 06 10:11:26 Hello, I have a driver (external module) for bluetooth. The .ko is compiled and present in image/lib/modules/3.14.0-yocto-standard/kernel/drivers/bluetooth/ package/lib/modules/3.14.0-yocto-standard/kernel/drivers/bluetooth/ packages-split/kernel-module-btwilink/lib/modules/3.14.0-yocto-standard/kernel/drivers/bluetooth/ and linux-qrad-standard-build/drivers/bluetooth/ BUT it is not present in the Mar 06 10:11:28 rootfs. What did I miss ? Should I add a do_install_append in my linux-yocto_3.14.bbappend ? Mar 06 10:18:23 gourve_l, you need to add the package kernel-module-bla to your image Mar 06 10:21:45 hello Mar 06 10:22:04 is there a git wizard who can help me with this : http://stackoverflow.com/questions/28896699/sime-git-repos-dont-work-with-yocto ? Mar 06 10:31:18 Hi all. I have a usb device. The usb device gets mounted automatically and while removal of the device the mount point also vanishes ( using udev-extraconf in the rootfs). But I would like to know how does umount command removes the mount point in some of the distros like openSUSE? Mar 06 10:31:54 is that part controlled by udisks? Mar 06 10:35:30 bukington: it seems to work, thanks ! Mar 06 11:05:24 simonl: "Ahmm on the HDD? Yea I think it is Mar 06 11:05:37 Doenst DD do that ? Mar 06 11:05:46 doesn't`` Mar 06 11:06:20 IIRC, no. I think it's part of the partition table. dd would only write the contents of the partition Mar 06 11:07:18 unless, of course, image contains the partition table, but then it should be written to /dev/sde (without the partition number) Mar 06 11:07:46 My lack of knowledge about how poky does it kind of shines through now, though :P Mar 06 12:22:18 Hi all - I'm wondering if i could export the cross-toolchain from my yocto build tree. I want to have a yocto build tree running and a second machine only using the cross-toolchein plus the targets sysrootfs within eclipse environment Mar 06 12:42:58 hi, by default yocto create .iso and .hddimg image, how can I tell the build system not to create .iso image? Mar 06 12:43:01 Is there anyone for that ? http://stackoverflow.com/questions/28896699/sime-git-repos-dont-work-with-yocto-bitbake Mar 06 12:44:12 EddyLai: see in conf/local.conf Mar 06 12:45:51 Hi all - I'm wondering if i could export the cross-toolchain from my yocto build tree. I want to have a yocto build tree running and a second machine only using the cross-toolchein plus the targets sysrootfs within eclipse environment Mar 06 12:48:43 fisehara, Have you looked at creating an SDK? Basically running `bitbake -c populate_sdk`? Mar 06 12:51:51 AndersD yes i've tried this - I'll give it a second try Mar 06 13:05:03 AndersD Thank you - With this shot it works partly. Currently eclipse won't connect to the qemu for remote debugging. I'll have some more investigations. But thanks :-) Mar 06 13:11:40 Good to hear. Unfortunately, I can't help you with eclipse, as I've only sporadically played around with that... Mar 06 13:18:53 I'll figure it out Mar 06 13:29:23 What are the files .done in the download directory ? Mar 06 13:37:26 Retzo: just a stamp that says the corresponding file has been downloaded and checksum has been checked Mar 06 13:37:34 to avoid doing those again Mar 06 13:38:04 So I move them too when I move the downloaded sources into my local repo ? Mar 06 13:39:50 sounds reasonable to me -- haven't done that myself though Mar 06 14:52:39 tomz, I feel like if I rerun wic without removing the build dir, it hangs Mar 06 14:54:48 hum, never happens to me Mar 06 14:56:37 Crofton|work: hmm, haven't seen that either, but let me build something and try here Mar 06 14:56:53 this is with master and an sd card Mar 06 14:58:01 Crofton|work: so sdimage-bootpart? Mar 06 14:58:21 wic create ../meta-sdr/contrib/wks/sdimage-8G.wks -e gnuradio-demo-image -o images/$MACHINE Mar 06 14:58:24 is what I run Mar 06 14:59:10 https://github.com/balister/meta-sdr/blob/master/contrib/wks/sdimage-8G.wks Mar 06 15:00:07 Crofton|work: ok, that should be enough to reproduce Mar 06 15:01:38 Crofton|work: I'm wondering if it could be related to this commit: "wic: bootimg-partition: Stop removing whole workdir", but it's just a guess from the description of the problem. I'll have to try first reproducing and then maybe reverting that. Mar 06 15:03:29 what hash is that? Mar 06 15:03:53 eba9f8a16d3a09ac0212af5043a7620b03c9b13a Mar 06 15:05:50 home not in oe-core? Mar 06 15:06:32 Crofton|work: that's poky, dunno for oe-core Mar 06 15:07:03 ah from that troublemaker abelloni Mar 06 15:08:14 testing Mar 06 15:11:54 weird Mar 06 15:12:01 wic compeltes multiple times now Mar 06 15:16:23 urg Mar 06 15:16:36 didn't commit revert .. Mar 06 15:16:41 need to double check Mar 06 15:27:21 the only thing that happens with that commit is that you have all the images in the folder Mar 06 15:27:28 instead of only the last one Mar 06 15:27:41 I know Mar 06 15:27:45 that is what is weird Mar 06 15:27:51 but on master wic hangs Mar 06 15:28:09 the good way to handle it would be to reuse RM_OLD_IMAGE I guess Mar 06 15:28:27 did you try wic create -D Mar 06 15:28:32 to know where it hangs Mar 06 15:28:33 http://pastebin.com/yCvgNKR9 Mar 06 15:28:44 that is out of ctrl c Mar 06 15:30:54 after haning on master, rerunning on the bracnh with revert succeeds Mar 06 15:31:50 weird, that works just fine on my side Mar 06 15:31:59 and I have a vfat partition Mar 06 15:32:45 very weird Mar 06 15:32:49 Fedora 21 here Mar 06 15:33:09 try running with -D Mar 06 15:33:32 to understand which command is hanging Mar 06 15:33:36 debug? Mar 06 15:33:41 yeah Mar 06 15:33:53 I'd say the mkfs.vfat Mar 06 15:34:27 that may be a permission issue Mar 06 15:34:43 it is at the mcopy Mar 06 15:35:27 stiall at mcopy Mar 06 15:37:10 http://pastebin.com/21rKgMPJ Mar 06 15:37:14 been here a while Mar 06 15:40:36 what happens if you remove build/rootfs_boot.vfat between each wic run ? Mar 06 15:44:41 looks better Mar 06 15:49:52 Ok, I'll patch it to remove it before creating it then Mar 06 15:50:07 ok Mar 06 15:50:13 that looks to be the issue Mar 06 17:20:23 ('S') don't exist, you must set 'S' to a proper value Mar 06 17:20:25 What does this mean? Mar 06 17:31:23 S is the path to the source tree. it doens't exist Mar 06 17:31:25 as it says Mar 06 17:31:28 so it needs to specified Mar 06 17:31:53 (and exist) Mar 06 17:32:15 so if you have a recipe with no sources that expand to PV-PN, you need to change S appropriate Mar 06 17:32:30 (oe-core 0d84b9a8ba408d168cb8a92e895d2f7338d6da1b) Mar 06 17:33:11 recipes that have never been tested against master can fail like that Mar 06 17:45:59 http://pastebin.com/qSmWtEfd Mar 06 17:46:11 There is no S specififed in there but a couple of files in SRC_URI Mar 06 19:52:08 Do any of the automated tests build live images? Mar 06 19:52:33 I'm seeing a failure "No IMAGE_CMD defined for IMAGE_FSTYPES entry 'iso'" that I'm really skeptical of Mar 06 21:00:12 does anyone know if there are samba server recipes for yocto ? Mar 06 21:01:52 realBigfoot: http://layers.openembedded.org/layerindex/branch/master/recipes/?q=samba Mar 06 21:08:41 abelloni, i have tested this meta-brayon but it didn't work :( .... i will see meta-oe Mar 06 21:09:44 thanks a lot Mar 06 21:21:43 abelloni, thanks! From oe it worked :) Mar 06 21:22:58 good Mar 06 22:03:39 gdal failed to compile, how can I get a more detailed error ? https://paste.kde.org/ppztoraed Mar 06 22:04:06 (...) "it looked at host include and/or library paths while determining system capabilities" Mar 06 22:14:34 I see, it greps config.log for poisoning warnings Mar 06 22:14:55 removed xerces-c from my system and it worked **** ENDING LOGGING AT Sat Mar 07 02:59:58 2015