**** BEGIN LOGGING AT Wed May 01 02:59:58 2013 May 01 08:51:52 JaMa: pull request for python-edje.inc fix is sent May 01 09:29:12 good morning May 01 09:30:51 hi all May 01 09:33:55 pb_: morning. :) May 01 09:36:34 yo zecke May 01 09:43:51 when should you increment PR in a recipe? May 01 10:06:21 I don't think you ever need to increment PR by hand any more. May 01 10:06:43 If you are building package feeds then you need to use the PR service. If you aren't then everything should "just work". May 01 10:15:41 pb_: what is a package feed? May 01 10:15:53 pb_: and what is the PR service? May 01 10:17:42 rah: https://wiki.yoctoproject.org/wiki/PR_Service May 01 10:17:46 rah: thanks May 01 10:22:56 I see May 01 10:23:55 holeeee shit May 01 10:23:56 NOTE: Tasks Summary: Attempted 7801 tasks of which 7064 didn't need to be rerun and all succeeded. May 01 10:24:09 SHR built May 01 10:24:14 rah: that patch doesn't look right (or at least explanation), we have edje-native to provide edje_cc, most recipes are using --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc or building edj manually ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj May 01 10:26:08 JaMa: it's not the case that edje_cc is missing May 01 10:26:31 JaMa: it's the case that the upstream Makefile is internally inconsistent May 01 10:26:51 JaMa: it contains no rules for building files that its rules state are dependencies May 01 10:27:25 JaMa: I don't understand how upstream is in the state it's in but in order to build the package, that option is required May 01 10:28:06 why not fix Makefile and send patch upstream? May 01 10:28:41 mu May 01 10:28:57 I have no obligation to fix the Makefile May 01 10:29:14 hrm, I seem to have some mystery agent running chmod() on a random selection of files from ${S} May 01 10:29:24 I wonder where that can be happening. May 01 10:29:59 pb_: does it also run chown xuser? May 01 10:30:28 no, it just changes the mode from 755 to 644 May 01 10:30:42 the weird thing is that it seems to affect a different, apparently random, set of files each time it happens May 01 10:31:12 it's irritating because ${S} points directly to a git checkout in this case, and changing the modes causes git to think the files are modified. May 01 10:31:45 which, in turn, causes the version number to change halfway through the build and then oe blows up. May 01 10:38:40 I'd also note that pidgin has problems cross-compiling May 01 10:39:11 its build system assumes that the python used during compilation is the same python as the target host May 01 13:44:09 I have a custom x-session executed during boot, but the mouse cursor doesnt appear on screen.. I have to kill the app, and start X and the application manually for the cursor to appear, am I missing something trivial here ? May 01 13:44:48 hm does the app disable the cursor or using a transparent cursor? May 01 13:45:04 The X session consists of just a Gtk application, no window manager or anything else May 01 13:45:10 a gtk3 application actually May 01 13:45:25 woglinde, hmm possibly May 01 13:45:29 does not stop the app from disable the cursor May 01 13:50:20 switch my gtk3 app to normal xterm, the cursor is visible.. May 01 13:50:33 in the session-script that is May 01 14:06:37 gdk window uses the cursor of its parent, which in my case apparently didnt have a cursor set May 01 14:06:56 manually setting an x cursor for the gdk window in my application works May 01 14:07:02 I am trying to get OE to build an image for the raspberrypi, but there seems to be a bad upload to git, the fetch which tries to pull from github is failing. I managed to get it once on saturday but not since. Is anyone working on this? May 01 14:07:28 jshanab, ive also seen it, the bootfiles right ? sometimes it works, sometimes it doesnt... May 01 14:08:13 I have tried over 25 times. This is not productive and I am gonna have to scrap using oe! :-( May 01 14:10:13 jshanab, you think your gonna succed with another tool downloading the bootfiles from the same place ? May 01 14:10:42 blame github if anything May 01 14:11:48 No. i started on this project with the raspberry pi toolchain and my own cmake files to cross compile but it is a tedious, error prone process. So I was switching over to OE. But if raspberry pi is not supported or tested.... May 01 14:12:45 Looking at the error, it may be becasue someuone updated github and the recipe in oe (pulled form a differnt repo) does not match. May 01 14:12:50 jshanab, im using together with OE right now May 01 14:13:02 rapberrypi May 01 14:13:57 What is th trick ? :-) May 01 14:15:32 from what I can tell sofar, get lucky when downloading the boot-files.. :-( May 01 14:19:48 so, I want to write a git repo to my target filesystem May 01 14:20:27 I currently have a recipe which fetches the git repo, then copies the ${S} to required place in the sysroot May 01 14:20:40 now, this seems to strip the .git folder May 01 14:21:01 I now want to include the .git folder as part of the ${PN}-dev package May 01 14:21:19 adding the following May 01 14:21:22 PACKAGES = "${PN}-dev" May 01 14:21:22 FILES_${PN}-dev += "/var/www/hiawatha/.git/" May 01 14:21:37 doesn;t work, and gives me warnings that none of the other files have been packaged May 01 14:21:48 is there a better way to be doing this? May 01 14:34:05 is there a particular way to use the same build tree to target more than one target? May 01 14:34:44 rah? May 01 14:34:46 I want to build for gta04/gta01 and I'd like not to have to rebuild all -native packages May 01 14:34:52 same arch its reused May 01 14:34:57 besides kernel May 01 14:35:20 woglinde: how is it reused? May 01 14:35:39 look under work or sysroot for armv4 May 01 14:35:48 which should be 04 and 01 May 01 14:35:59 hm wasnt 04 not the community project? May 01 14:36:05 whith omap? May 01 14:36:28 04 is the golden delicious with omap, yes May 01 14:36:37 so its armv7a May 01 14:36:41 not armv4 May 01 14:36:43 t May 01 14:36:50 so nothing is reused May 01 14:36:52 besides all May 01 14:36:57 which are few packages May 01 14:37:15 aren't the -native packages built for the host system (i.e., amd64)? May 01 14:37:35 yes May 01 14:37:42 native should be reused May 01 14:38:10 I want to know what I need to do to get it to be reused May 01 14:38:18 how can I get it to be reused? May 01 14:38:25 automaric May 01 14:38:31 ups automatic May 01 14:38:41 MACHINE=foo bitbake bla May 01 14:38:44 MACHINE=foo2 bitbake bla May 01 14:39:14 that's it? May 01 14:39:21 just setting the MACHINE variable? May 01 14:39:27 yes May 01 14:39:34 ok thanks May 01 15:44:47 morning May 01 15:48:01 hi chouimat May 01 17:23:19 arr May 01 18:16:09 hm hm mem=512M@0 looks not right **** ENDING LOGGING AT Thu May 02 02:59:58 2013