**** BEGIN LOGGING AT Mon Mar 10 02:59:58 2014 Mar 10 06:09:48 hai all, am trying to build cross compiler for at91sam9g35. Am getting the following issue http://pastebin.com/9BkhUwkE Mar 10 08:40:54 good morning Mar 10 08:41:37 good morning Mar 10 09:09:30 mornin Mar 10 09:39:24 morning all Mar 10 09:41:51 morning bluelightning Mar 10 09:43:12 Hi Mar 10 09:44:20 Have anyone here tried to build Qt-applications using cmake. Apparently it ends up linking with the native version... Mar 10 09:52:57 SorenHolm: we have example recipes that do that, e.g. see the recipe for qmmp Mar 10 09:53:20 bluelightning: I'll have a look thanks.. Mar 10 09:55:53 SorenHolm: I built them, yeah. Mar 10 09:56:07 in fact, the whole KDE stack is like that. Mar 10 10:04:03 bluelightning: hmmm it looks pretting much what I'm doing except that I have qt4-x11-free in DEPENDS. I'll try to inherit qt4x11 and see if it helps. Mar 10 10:05:19 SorenHolm: why are you still using qt4 ? :O Mar 10 10:06:20 lpapp: "If it works don't fix it". But we aare actually moving foward within the next weeks. Mar 10 10:06:27 SorenHolm: inheriting qt4x11 will already put qt4-x11-free in DEPENDS Mar 10 10:07:10 bluelightning: thought so. Mar 10 10:07:16 SorenHolm: I do not see how it works... but ok. Mar 10 10:07:36 it is slower, more unflexible, and unreliable. Mar 10 10:07:45 lpapp: please don't start this again Mar 10 10:07:45 and it is also unmaintained, pretty much. Mar 10 10:08:04 lpapp: We have an application that uses some on the thing that are removed from qt4. Mar 10 10:08:23 like? Mar 10 10:08:24 lpapp: But within the next weeks we are moving it. Mar 10 10:08:40 lpapp: qfilesystemmodel afair. Mar 10 10:08:56 http://qt-project.org/doc/qt-5/QFileSystemModel.html Mar 10 10:10:55 lpapp: oh well - my memory apparently is not helping me here :D ... but there where somehing. Mar 10 10:12:21 SorenHolm: if you do not need to release the software within the next few weeks, I would not personally bother putting more work in to qt 4, but this is just my opinion. Mar 10 10:15:09 lpapp: ok, thanks. I won't. Mar 10 10:17:13 SorenHolm: http://layers.openembedded.org/layerindex/branch/master/layer/meta-qt5/ Mar 10 10:17:34 (and http://qt-project.org/doc/qt-5/portingguide.html) Mar 10 10:17:46 lpapp: yup - I already have it pulled in. Mar 10 10:18:11 ok. :) Mar 10 10:19:42 hmm, I am surprised it depends on meta-ruby ... Mar 10 10:19:53 qt itself does not have any ruby dependency for sure. Mar 10 10:20:27 eh, they introduced it in webkit? :O Mar 10 10:21:02 (ok, it is optional... not sure how optional layer dependencies are handled) Mar 10 10:21:17 hai all, am trying to build cross compiler for at91sam9g35. Am getting the following issue http://pastebin.com/9BkhUwkE Mar 10 10:21:54 This paste has been removed! Mar 10 10:41:47 I am getting some hangs on shutdown with systemd 208. is it planned to upgrade to systemd 210 for Yocto 1.6? Mar 10 10:43:31 Net147: I'm not directly involved in systemd work but I had thought so, yes Mar 10 10:44:47 Net147: btw, re bug 5918 - is that something you'd be able to look into? Mar 10 10:44:48 Bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=5918 normal, Medium, 1.6, richard.purdie, NEW , git submodule init doesn't work on target Mar 10 10:50:33 yocti: busy with other things at the moment, but a simple sed would probably fix it... Mar 10 10:50:35 Net147: Error: "busy" is not a valid command. Mar 10 10:50:43 bluelightning: ^ Mar 10 10:50:43 bluelightning: ^ Mar 10 10:52:52 Net147: ok... we'll get to it when we get to it, but I figured if it was something you needed a bit more urgently... ;) Mar 10 11:06:32 bluelightning: cross development using Qt 5.2.1 + Qt Creator to Yocto-based target device seems to work well enough for me Mar 10 11:13:26 khem: ping Mar 10 11:21:56 for multimachine configurations... is PERSISTENT_DIR supposed to be shared or should it be set per machine? Mar 10 11:39:36 Jin^eLD: shared Mar 10 11:39:55 thx Mar 10 11:40:02 in most cases you shouldn't need to set it at all Mar 10 11:40:23 well it somehow creates it the top dir of my build Mar 10 11:40:33 *in Mar 10 11:40:45 the top dir meaning which directory exactly? your build directory? Mar 10 11:41:04 no, outside the actual build directory Mar 10 11:41:27 I have an $OETREE set and the cache is somehow created under $OETREE/cache Mar 10 11:41:50 $OETREE being my top directory below which I have all checkouts etc Mar 10 11:41:55 er, OETREE? Mar 10 11:42:03 I don't think that's a standard variable Mar 10 11:42:14 me neither :) Mar 10 11:42:33 well, I'd need to know what standard variable that does correspond to... Mar 10 11:43:06 I use it to set various standard variables relative to that Mar 10 11:43:20 FWIW, PERSISTENT_DIR is intended to be saved in your build directory, so that e.g. the persistent version sqlite database is preserved even if you throw out TMPDIR Mar 10 11:43:20 i.e. export DL_DIR=${OETREE}/downloads Mar 10 11:43:22 and similar Mar 10 11:43:41 I did not do any settings of PERSISTENT_DIR myself so I wonder how it landed outside Mar 10 11:43:58 but I'll just set PERSISTENT_DIR accordingly and it'll be fine I guess Mar 10 11:44:38 the default is ${TOPDIR}/cache Mar 10 11:45:04 normally TOPDIR points to the build directory Mar 10 11:45:11 aha, there it is... Mar 10 11:45:20 my TOPDIR points to the top directory of the checkout Mar 10 11:45:27 right, if you've set things up in an alternative layout you'll find things look different ;) Mar 10 11:46:13 I suspect we assume that TOPDIR is appropriate to write things into in other places, so I would caution against setting it to somewhere where that's not appropriate Mar 10 11:46:24 well I was assuming that TOPDIR is the shared top directory, i.e. judging from the example #DL_DIR ?= "${TOPDIR}/downloads" Mar 10 11:46:51 idea being that downloads directory is shared between all possible builds and configurations Mar 10 11:47:10 This variable points to the Build Directory. BitBake automatically sets this variable. Mar 10 11:47:13 that isn't the default though Mar 10 11:47:13 ok, so I should fix that Mar 10 11:47:16 and override downloads Mar 10 11:47:20 thanks Mar 10 15:22:13 I am using denzil and I use the psplash utiliy at boot up and it seems to work but I still have a break between the splash screen and Xorg starting that displays text output from the SysVinit. Does anyone know how to solve this? Mar 10 16:00:44 anyone out there? Mar 10 16:02:12 no Mar 10 16:02:45 thats what I thought Mar 10 16:03:16 * BCMM lurks Mar 10 16:05:21 IRC is asynchronous. all you can do is speak and await a response. not everyone sits staring at a quiet irc channel when they have day jobs and the like Mar 10 16:06:56 damn day jobs! :/ Mar 10 16:08:08 depends how big the channel is really Mar 10 16:08:26 ask a question in #ubuntu and something has gone wrong if you don't have five wrong answers in the first minute Mar 10 16:10:13 haha Mar 10 16:10:30 is one of them 'install mint" Mar 10 16:11:02 hah Mar 10 16:11:14 usually its more like "did your mint install break this, or are you actually using an ubuntu" Mar 10 16:29:55 Hello everyone, I'm trying to setup a rootfs with php support. I've built the php package successfully, but my rootfs does not have the php-cgi and php populated in the bin directory. Mar 10 16:31:05 you'll need to add the packages containing them to the image Mar 10 16:31:23 just building them doesn't put anything into an image Mar 10 16:32:14 is this why is creates the rpm packages? Mar 10 16:32:33 when i look inside of the rpm package that is also missing the binary Mar 10 16:33:07 it possibly put the binaries in a package you're not looking at. i've never used php though, so i can't really help. Mar 10 16:33:13 oh i see what you are saying, yes I did add them to the image Mar 10 16:33:30 IMAGE_INSTALL += "php" Mar 10 16:33:42 something along those lines is what you are saying needed to be done? Mar 10 16:33:47 yes Mar 10 16:34:06 yes, I believe I've done that correctly so and when i bitbake that it appears to build it Mar 10 16:34:30 also the php.inc in the recipe seems to specify that the php and php-cgi should be added to the bindir Mar 10 16:34:35 but somehow it fails to do that Mar 10 16:34:36 SnookEE: add php-cgi to IMAGE_INSTALL Mar 10 16:34:54 SnookEE: IMAGE_INSTALL += "php-cgi" Mar 10 16:34:58 yeah, looking at the recipe there's a load of packages you probably care about Mar 10 16:35:13 IMAGE_INSTALL = "udev-cache update-rc.d util-linux-libblkid packagegroup-core-boot sysvinit-inittab base-passwd modutils-initscripts update-alternatives-cworth initscripts libkmod netbase busybox-udhcpc eglibc udev sysvinit base-files udev-utils util-linux-libuuid busybox busybox-syslog busybox-hwclock init-ifupdown sysvinit-pidof run-postinsts " Mar 10 16:35:13 IMAGE_INSTALL += " bash libxml2 openssh openssl sqlite3 lighttpd php fuse grep gzip perl vim gdb file cronie sshfs-fuse util-linux sed time " Mar 10 16:35:13 IMAGE_INSTALL += " zlib lemon libc-client php-cgi" Mar 10 16:35:13 DESCRIPTION = "Image recipe for FFM main CPU" Mar 10 16:35:16 #/home/msnook/freescale/mx6_stuff/yocto_tryout/fsl-community-bsp/sources/poky/meta/ Mar 10 16:35:18 sorry about the big paste Mar 10 16:35:26 SnookEE: use pastebin Mar 10 16:36:34 SnookEE: try pastebin the recipe Mar 10 16:36:56 sorry one sec Mar 10 16:37:19 SnookEE: you just need to add php-cgi, as mckoan said Mar 10 16:37:30 ok doing that now Mar 10 16:38:22 isn't the php binary also something that should have been added? or is it just php-cgi? Mar 10 16:38:47 have a look at the recipe Mar 10 16:38:57 you'll see that php-cgi is the package that contains the php binary Mar 10 16:40:15 oh i think i see that Mar 10 16:40:16 FILES_${PN}-cli = "${bindir}/php" Mar 10 16:40:16 FILES_${PN}-cgi = "${bindir}/php-cgi" Mar 10 16:40:30 is that specifying a sub package of some sort? Mar 10 16:40:52 ahhh and this part Mar 10 16:40:53 FILES_${PN} = "${libdir}/php" Mar 10 16:41:09 I said just "php" so all it did was give me the library stuff Mar 10 16:42:45 you guys are the best! thanks Mar 10 19:22:39 Hi ! Mar 10 19:22:41 There is way to determine with bitbake if a recipe include another ? Mar 10 19:23:18 I want to know if angstrom console-image use boost recipe Mar 10 19:25:10 probably not Mar 10 19:28:45 so if I include in my recipe boost and console-image there may be an duplicated entry Mar 10 19:28:56 dupes are not an issue Mar 10 19:30:36 ok Mar 10 19:31:41 But, If I add boost in my recipe, bitbake will detect a change in my recipe, so does it rebuild some dependencies ? Mar 10 19:32:00 and so build boost twice Mar 10 19:45:43 MatthieuG: well, a dependency can come from many packages Mar 10 19:46:06 but bitbake's dependency resolver takes care of where to converge Mar 10 19:46:38 in this case both deps will terminate at 1 package i.e. boost Mar 10 19:46:55 gah, gettext version mismatch. anyone else doing builds without gplv3 recently? Mar 10 19:47:17 so bitbake will make sure that boost is built and staged before all recipes depending on it are built Mar 10 19:47:27 kergoth: w/o gplv3 ? Mar 10 19:47:36 so you use external tc Mar 10 19:47:43 like gcc 4.2 or somesuch Mar 10 19:48:13 it doesn't exclude it from native/cross, since those don't end up on the target Mar 10 19:48:37 how about gcc-runtime ? Mar 10 19:49:35 libgcc is gplv3? that seems unlikely, since itd infect everything you build, no? Mar 10 19:50:40 kergoth: its gplv3+exceptions :) Mar 10 19:51:00 but the fact is its license was changed when switch was made from v2 to v3 Mar 10 19:51:36 although the exception clause remained same until gcc 4.4 Mar 10 19:53:32 my hunch is FSF was expecting apple to return to gcc development/use with the exception rework Mar 10 19:55:38 khem: thank you for explain Mar 10 23:30:02 bitbake has gripes fetching some gitouious repos Mar 10 23:30:07 e.g. git://gitorious.org/qt/qtlocation.git Mar 10 23:30:22 I can clone it fine on same build system outside bitbake Mar 10 23:30:58 but bitbake Mar 10 23:31:00 ERROR: Fetcher failure: Unable to find revision f28408346243cf090326f4738fd838219c21e00f in branch master even from upstream ERROR: Function failed: Fetcher failure for URL: 'git://qt.gitorious.org/qt/qtlocation.git;branch=master'. Unable to fetch URL from any source. Mar 10 23:31:37 I have had issues with gitorious + bitbake in past Mar 11 00:24:42 khem: how is the recipe git stuff specified? Mar 11 00:25:09 did you try branch=master and src_rev=commit_hash ? Mar 11 00:25:43 git fetch stuff changed recently and doesn't seem to support src_rev=tag_name any more **** ENDING LOGGING AT Tue Mar 11 02:59:59 2014