**** BEGIN LOGGING AT Sat Feb 14 02:59:58 2015 Feb 14 08:28:26 kroon: you can try Feb 14 08:31:01 kroon: I don't think many people are trying to do what you're doing. If we want to make that work we'll have to rewrite the libtool patches to support that workflow Feb 14 08:31:21 kroon: we can't just drop them from the nativesdk version, those patches exist for a reason Feb 14 08:46:57 RP, I see why they are needed in OE-Core, but as an SDK user, wouldn't that workflow I described be common ? Feb 14 08:48:06 RP, and I guess/hope some of those patches aren't as crucial for the nativesdk-libtool version ? Feb 14 08:51:01 or is nativesdk-libtool used when building nativesdk-* packages Feb 14 08:51:24 kroon: nativesdk-libtool is used when building SDK target packages Feb 14 08:51:49 as well as nativesdk Feb 14 08:52:22 ok :-/ Feb 14 08:53:25 kroon: probably the code has to become conditional on cross compiling Feb 14 08:55:43 RP, so fixinstall.patch looks like a reasonable candidate to begin playing with ? I'll try reverting it for nativesdk, and see wether my problem goes away to begin with Feb 14 08:56:21 kroon: right Feb 14 08:56:39 kroon: I get nervous about the libtool patches as the impact on performance for example can be significant Feb 14 08:56:50 kroon: I lost half of this week to that exact problem :( Feb 14 08:57:12 kroon: it doesn't mean we can't change them but they need more careful thought/review than some other areas Feb 14 08:57:36 RP, sounds reasonable Feb 14 08:57:42 kroon: so if you see this taking more time, that will be why, its nothing to do with ignoring you or anything ;-) Feb 14 09:01:06 RP, no worries, I'm a patient man Feb 14 09:52:25 RP, indeed, reverting relevant parts of fixinstall.patch solves my issue Feb 14 09:52:52 RP, lets see if I'm able to make depend on wether we are cross compiling or not.. Feb 14 09:54:29 RP, but if I do that, that would mean the performance improvement we had is lost for the nativesdk-* recipes :-/ Feb 14 09:59:19 kroon: Its a build time improvement and probably on the scale of what you're doing in the SDK, its not as relevant Feb 14 10:03:42 RP, ok Feb 14 10:30:30 RP, thanks for the tips, I'll see if I can come up with something, gotta run Feb 14 16:25:23 ERROR: Task 448 (virtual:native:/home/el3/yocto/poky/meta/recipes-extended/xz/xz_5.1.3alpha.bb, do_configure) failed with exit code '1' Feb 14 16:25:39 Building my first image Feb 14 16:27:29 I am following the Quick start tutorial. Not finish built yet, but I see some errors. Is this normal? Feb 14 16:34:38 Finished and when try to run, I get -> runqemu qemux86 Feb 14 16:34:40 Couldn't find a qemux86 rootfs image in /home/el3/yocto/poky/firstBuild/tmp/deploy/images/qemux86. Feb 14 16:46:24 ERROR: Function failed: do_configure (log file is located at /home/el3/yocto/poky/firstBuild/tmp/work/x86_64-linux/xz-native/5.1.3alpha-r0/temp/log.do_configure.3928) Could some one help me ? http://pastebin.com/Ky9yNGq5 Feb 14 16:58:40 el3: yes, this channel becomes a digital wasteland after 5PM monday-friday, weekends too Feb 14 17:01:11 el3: bbiab, my wife has me moving furniture. Feb 14 17:20:17 T0mW: Finally here is the local.conf http://pastebin.com/uTTCnjsu Feb 14 17:32:17 el3: set MACHINE to MACHINE = "cubieboard2" Feb 14 17:32:35 el3: it is defaulting to qemu Feb 14 17:33:34 el3: DL_DIR is ok Feb 14 17:34:14 el3: set PACKAGE_CLASSES ?= "package_rpm" (get rid of the others) Feb 14 17:34:36 el3: set EXTRA_IMAGE_FEATURES = "dev-pkgs tools-sdk tools-debug debug-tweaks" Feb 14 17:35:07 el3: that will give you a gcc compiler, etc. in the final image. You can then build programs in the pcduino Feb 14 17:37:46 el3: This is what I run in the subdirectory that contains tmp/ sstate-cache, etc. It removes all the temporary files / dirs and is essentially "start over". http://pastebin.com/GjVwPKLK Feb 14 17:38:23 el3: make changes to conf/local.conf, run the cleanup.sh script, then 'bitbake core-image-minimal' Feb 14 17:52:57 T0mW: Okey I will try that now. Feb 14 17:53:44 T0mW: If I need g_mass_storage. Where in the process do I make that? Feb 14 18:02:30 T0mW: Where do I run the cleanup command? Feb 14 18:02:48 el3: you're doing this on Windows, right? Feb 14 18:03:00 T0mW: no Ubuntu Feb 14 18:03:55 ok, when you 'source oe-init-build-env ' what is ? Feb 14 18:04:15 T0mW: firstBuild Feb 14 18:04:33 el3: ok, run that script inside the firstbuild directory Feb 14 18:05:08 T0mW: rm -rf bitbake.lock cache/ sstate-cache/ sys3505.h tmp/ Feb 14 18:05:12 worked Feb 14 18:05:25 T0mW: but cleanup not found Feb 14 18:05:33 cleanup.sh Feb 14 18:06:21 T0mW: oh I guess that what is in the cleanup.sh :D sry Feb 14 18:06:33 T0mW: suppose I am ready to build then Feb 14 18:07:04 bitbake core-image-minimal Feb 14 18:07:07 el3: bitbake core-image-minimal Feb 14 18:07:40 hmm bitbakke not found Feb 14 18:13:05 el3: did you clone the Yocto git repository? and, if so, what is the path to where you put it? Feb 14 18:13:14 T0mW: Okey I tried to make a new. nextBuild, with the new local.conf -> look at the last lines. http://pastebin.com/tnBejDHu Feb 14 18:13:54 T0mW: I cloned poky into my /home/el3/yocto Feb 14 18:14:18 T0mW: in yocto I have /poky /downloads Feb 14 18:15:09 T0mW: I followed these guide http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html#super-user Feb 14 18:19:22 el3: I followed this: http://linux-sunxi.org/OpenEmbedded Feb 14 18:19:52 el3: problem is that the stock Yocto has no recipes related to the sunxi (allwinner) stuff. Feb 14 18:20:03 T0mW: Ok I will try that. I beleave I have to add some machines somewhere that contain cubieboard Feb 14 18:20:19 el3: following that page, you get the allwinner stuff as well as the Yocto. Feb 14 18:20:43 T0mW: Okey thank you Feb 14 18:24:15 T0mW: So now in my yocto directory I got -> /poky /downloads /meta-sunxi Feb 14 18:26:35 el3: follow that guide, don't worry about cubieboard / pcduino right now. Just do the steps to learn what Yocto is. Feb 14 18:26:44 el3: see what it does. Feb 14 18:26:49 T0mW: okey Feb 14 18:27:21 el3: I got to do some work, product is due to ship soon and I've a deadlock to fix. Feb 14 18:27:59 T0mW: so I start with a clean directory right. And forget about the yocto directory I got? Feb 14 18:28:56 T0mW: okey no problem. Maybe I get to you another time. Thanks for help and patience Feb 14 18:35:54 In OEBasicHash/OEBasic.. if I modify one of the files SRC_URI points to.. I still need to bump the PR? How do I do it if that file comes from a bbappend? Feb 14 18:55:29 ls Feb 14 23:07:48 zecke: no, it checksums file:// files in SRC_URI Feb 15 00:27:45 T0mW: Finally I managed to successfully build a core-minimal image, and run it on runqemu. Building one cubieboard2 now. Will pcduino3 boot on that? Feb 15 00:39:54 hmm Feb 15 00:50:10 hmm hmm **** ENDING LOGGING AT Sun Feb 15 02:59:59 2015