**** BEGIN LOGGING AT Fri Aug 15 03:00:00 2014 Aug 15 03:13:07 is there a good tutorial to create a recipe from qmake? Aug 15 03:13:15 for qt gui Aug 15 03:42:12 hi rburton Aug 15 03:54:23 found this https://community.freescale.com/thread/309578 to answer my own question Aug 15 03:57:18 joran_: there is a recipe for that, already. Aug 15 04:12:43 yeah that link i posted seems to make it pretty straightforward Aug 15 04:13:18 i just get nervous everytime i have to do something for the first time on yocto :P Aug 15 04:13:26 but im slowly getting the hang of it Aug 15 04:20:26 is this anything to be worried about? https://gist.github.com/anonymous/594a1ffc65e863a4e3cc Aug 15 07:29:28 good morning Aug 15 08:28:53 fray: I start thinking that you have a point with debug image for debugging. Aug 15 08:30:04 I should probably apply that technique. Aug 15 08:46:58 Say I have a package A that I have added to IMAGE_INSTALL and it in turn rdepends on package B, then if I build my image all is fine and both packages are built and end up in the image. Then I update the version of package B and re-run bibtake. Now it rebuilds B, but the image is not updated. Is this a bug or am I missing some subtle detail in how dependencies work? Aug 15 08:52:39 morning all Aug 15 08:57:46 bluelightning: the _exclude/remove option was introduced post-dylan for bitbake variables, yeah? Aug 15 08:58:32 dora Aug 15 08:58:43 so yes Aug 15 08:59:33 Saur: that sounds broken to me... Aug 15 08:59:42 Saur: did do_rootfs run or not? Aug 15 08:59:56 bluelightning: Nope, do_rootfs did not run. Aug 15 09:00:23 that suggests that somehow the signature did not change Aug 15 09:00:29 which shouldn't be possible... Aug 15 09:00:57 thanks Aug 15 09:01:12 Saur: is that behaviour reproducible? Aug 15 09:01:19 bluelightning: Yes Aug 15 09:01:29 Saur: ok, could you please file a bug? Aug 15 09:02:20 bluelightning: Well, it is reproducible for me at least. Haven't checked if any of my colleagues can reproduce it. Will do that first... Aug 15 09:03:10 Saur: ok, but even if not it would be worth trying to figure out why it's behaving like that on your system Aug 15 09:03:30 bluelightning: Oh, definitely. :) Aug 15 09:04:45 bluelightning: Any tips or tricks on how to dive into the dependency mechanism of bitbake to try to find out why the image doesn't think it needs to be rebuilt? Aug 15 09:05:12 Saur: bitbake-diffsigs would be my tool of choice for that Aug 15 09:05:25 we also now have bitbake -S printdiff Aug 15 09:05:55 bitbake-diffsigs I've used before. What does bitbake -S printdiff do? Aug 15 09:16:28 Saur: AFAIK it looks for the closest signature match in the sstate cache and then does a bitbake-diffsigs to show what the difference is Aug 15 09:16:45 bluelightning: Ok, sounds good. Aug 15 09:16:46 i.e. tries to answer "why wasn't sstate reused?" Aug 15 11:04:26 JaMa: seems it has not been enough to use this to get the latest source: Aug 15 11:04:26 SRCREV = "${AUTOREV}" Aug 15 11:04:27 PV = "${SRCPV}" Aug 15 11:04:45 JaMa: bitbake foo-git was doing the do_fetch stage, but it does not seem contain the latest commit. Aug 15 11:04:51 I waited a couple of minutes after the push. Aug 15 11:05:34 ah, sorry, my bad, I have not checked out the newly created AUTOINC folder. Aug 15 11:06:10 is there an option to clean up the old stuff automatically? Aug 15 11:06:21 and I do not mean rm_work here cause I would like to keep the latest to hack on. Aug 15 11:07:22 rm_old_work Aug 15 11:08:52 hidden gem, yeah? :) Aug 15 11:09:20 I cannot find anything like that in meta/ though. Aug 15 11:09:25 not even scripts or bitbake Aug 15 11:09:41 its not in oe-core Aug 15 11:12:28 why not ? Aug 15 11:12:38 it sounds useful for removing old git stuff while preserving the newest. Aug 15 11:13:46 because nobody has sent it Aug 15 11:14:11 i'd like to see rm_work merge the abilitiies that rm_old_work has Aug 15 11:15:15 anyone having experience adding support for freescale flexcan (driver and device) on imx6 (I am using wandboard-solo)? Aug 15 11:19:39 rburton: in what form? Aug 15 11:27:39 lpapp: doing both cleanups in single .bbclass maybe with variable to disable one of them if requested Aug 15 14:46:15 ok another dumb question .... Aug 15 14:46:38 ive been following these instructions for setting up yoctoqt Aug 15 14:46:39 https://community.freescale.com/thread/309578 Aug 15 14:47:11 but I dont have any file like /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi Aug 15 14:47:35 (I am using poky/1.6.1 but I dont have any environment-setup* Aug 15 14:48:59 those instructions are specific to the freescale bsp Aug 15 14:49:34 oh no, actually that's the ADT Aug 15 14:49:44 so if im using gumstix what does that mean for me? Aug 15 14:50:02 those instructions are terrible Aug 15 14:50:16 did you follow the first few steps? Aug 15 14:50:23 thats were you get environment-setup-* from Aug 15 14:51:32 yeah it built but I only have Aug 15 14:51:51 did you then install it? Aug 15 14:52:14 what that's doing is building a standalone toolchain and then telling qtcreator to use it Aug 15 14:52:37 ahh I lied i guess whatever I had running last night made the environfile Aug 15 14:52:41 im an idiot Aug 15 14:53:37 I swear it wasnt there when I went to bed ... but i was bitbaking qt4-embeded which must have spawned that Aug 15 14:53:57 but meta-toolchain-qt didnt I suppose Aug 15 16:39:27 khem: ran clean command as you suggested but seeing same error. I'm running with -j8 (autodetect) Aug 15 16:41:28 YAB became a bit floody ... Aug 15 16:42:28 lpapp: master-next just finished Aug 15 16:43:15 but as SWAT this week i'm glad its mostly success right now Aug 15 16:44:47 :-) Aug 15 17:34:41 I saw this comment on some template recipe for kernel module, `# The inherit of module.bbclass will automatically name module packages with "kernel-module-" prefix as required by the oe-core build environment.', Should I rename my module to kernel-module something or this should work out of box? Aug 15 17:37:26 it says it will automatically name it that Aug 15 17:37:31 i take that to mean it will automatically name it that Aug 15 18:09:34 Anyone ever see a repo sync barf on a tag .. despite it being there? I've tried vXXX-thing-release refs/tags/vXXX-thing-release .. Aug 15 18:10:02 Keep ending up with error: in `sync`: revision vXXX-thing-release in user/repo not found Aug 15 18:10:53 How can I tell yocto to install kernel headers on sysroot? Aug 15 18:11:09 anyone know why perf has symbols for libc and kernel, but not a user library? Aug 15 18:11:30 I put a header-y += myheader.h on properly Kbuild, and run bitbake -fc install linux, but my header isn't installed Aug 15 18:12:25 ;the install task doesn't write to the sysroot :P Aug 15 18:12:29 run populate_sysroot Aug 15 18:57:22 does anyone know an easy way to identify which kind of hardware watchdog a board has? The Inel NUC specification does not list it. Aug 15 18:57:35 compiling all hardware watchdogs into the kernel to see which one shows up? Aug 15 20:41:04 Hello. What may be the cause for "/sbin/init" to be missing from the image? It's causing a kernel panic. Aug 15 20:43:46 Hey guys, I'm back with the same problem Aug 15 20:45:35 My system is still creating /dev/sda on boot even when no drive is inserted Aug 15 21:01:48 neodypsis: how do you build it? Aug 15 21:18:51 volker: using bitbake my-yimage Aug 15 21:19:26 then I used the .hddimg Aug 15 21:28:19 ok, I never used the hddimg. did you remove any packages? I never had problem with the tiny example and then extending it with the packages I need. Aug 15 21:28:28 which version do you use? Aug 15 21:29:15 yes, I've been trying different configurations adding/removing packages. I'm using Poky 1.6 Aug 15 21:34:47 should I delete TMP and try building again? Aug 15 21:35:29 hi Aug 15 21:36:12 does anyone know why 40+ recipes get built when I try to build a single-source really simple and dumb recipe? Aug 15 21:36:31 I have my recipe called skeleton_1_0.bb Aug 15 21:36:38 put that into a new layer Aug 15 21:36:51 added layer to local.conf and removed other layers Aug 15 21:36:57 but when i do bitbake -g skeleton Aug 15 21:37:00 I get this list Aug 15 21:37:08 1 xz-native 2 m4-native 3 skeleton 4 prelink-native 5 bison-native 6 readline-native 7 eglibc 8 gnu-config-native 9 pseudo-native 10 binutils-native 11 beecrypt-native 12 attr-native 13 elfutils-native 14 eglibc-initial 15 pkgconfig-native 16 gcc-cross-initial 17 libtool-native 18 gcc-runtime 19 libgcc 20 gettext-minimal-native 21 linux-libc-headers 22 quilt-native 23 zlib-native 24 ncurses-native 2 Aug 15 21:37:42 there must be some default stuff set here Aug 15 21:38:24 any points will be appreciated Aug 15 21:42:41 hi, any pointers to beginners? Aug 15 21:43:00 I've looked through the docs, but the ramp still seems quite steep Aug 15 21:44:32 Guest24562: INHIBIT_DEFAULT_DEPS Aug 15 21:44:59 and BASEDEPENDS Aug 15 21:45:04 are your pointers Aug 15 21:48:33 thx JaMa! going to give it a try Aug 15 21:52:35 neodypsis: deleting TMP should not matter, yocto rebuilds automatically if needed Aug 15 21:52:57 neodypsis: I would try first poky-tiny and see if you have the issue (I never had it with 1.6) and then go one step after another to see what broke it. Aug 15 21:53:07 neodypsis: unless it is a bug... Aug 15 21:55:25 volker: ok, will try that, thx Aug 15 22:04:02 so I was able to reduce the size of tasks Aug 15 22:04:08 to 33 Aug 15 22:04:29 this is by setting INHIBIT_DEFAULT_DEPS = "1", DEPENDS = "", BASEDEPENDS = "" Aug 15 22:04:34 and RDEPENDS = "" Aug 15 22:04:55 but I still get packages like binutils and ncurses by default... Aug 15 22:06:15 I believe setting DEPENDS and RDEPENDS to emptry sting would remove dependencies for this recipe Aug 15 22:06:20 but apparently not...? Aug 15 22:11:11 just because your recipe doesn't deepnd on anything doesn't mean we don't need to build anything Aug 15 22:11:20 if your recipe is packaged, then we need to build packaging tools and all their deps Aug 15 22:11:32 (and every recipe is packaged if a packaging class is inherited) Aug 15 22:12:00 you can use bitbake -g -u depexp recipename to examine the dependency graph Aug 15 22:13:48 I see. I guess I'm not seeing the whole picture here yet. Aug 15 22:14:17 but first of all I need to resolve this thing with "gobject" not being found ... I'm using CentOS 6.5 Aug 15 22:14:22 brb **** ENDING LOGGING AT Sat Aug 16 02:59:58 2014