**** BEGIN LOGGING AT Tue Apr 15 02:59:59 2014 Apr 15 06:45:39 Morning! Anyone expert with TI's products, especially Keystone 2? If so, can you explain what is difference between keystone-linux(https://git.ti.com/keystone-linux/linux) and arago?? Apr 15 08:59:24 morning all Apr 15 10:21:06 bitbake's uri_replace() is one hell of an ugly beast to read and understand :-) Apr 15 12:44:42 Morning morning... Apr 15 12:45:06 Probably an obvious question, but can you have >1 bbappends? Apr 15 12:45:14 That work together? Apr 15 12:50:22 pev: yes. Apr 15 12:50:37 they are applied based on layer priority. Apr 15 12:50:43 if they are in different layers Apr 15 12:56:28 cool, thanks. I guess as long as I just append to vars with += and make sure that patches imply order via the numbering in names it should all play nicely... Apr 15 13:02:33 pev: patches are not applied by their name/numbering. they are applied in the order they appear in SRC_URI Apr 15 13:02:48 so you need to make sure your bbappend are applied in the order you want. Apr 15 13:07:22 ndec : ah! Good tip, thanks... What happens with PRINC with the multiple appends though? Apr 15 13:07:56 hmm. PRINC has nothing to do with that. what do you mean? Apr 15 13:09:46 pev: don't worry about PRINC; if you're using 1.4+ and care about PRs incrementing, use the PR service instead Apr 15 13:10:20 the point being that bbappend do not impact PR, or PV, at all. Apr 15 13:11:22 not intrinsically, but if a bbappend changes the value of a variable, that may change task signatures and if you're using the PR service that should trigger PR to increment Apr 15 13:11:59 ah. right. Apr 15 13:12:20 Interesting, I'd not seen the PR service before (I've been stuck in an old rev of poky for a while until this week!) Apr 15 13:12:38 I assume it's not running by default and I have to explicitly enable in the build? Apr 15 13:12:47 pev: correct Apr 15 13:13:12 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#incrementing-a-package-revision-number Apr 15 13:13:35 Was just reading file://teton-p81/0301-Fastboot-porting.patch \ Apr 15 13:13:39 Opps no Apr 15 13:13:41 https://wiki.yoctoproject.org/wiki/PR_Service Apr 15 13:20:11 hi, I could run neverball on xorg 1.14 with vivante but 2d exa support is very slow Apr 15 13:20:20 where could I looking for a problem ? Apr 15 13:42:48 deuter: any message on /var/log/Xorg.0.log about EXA accel? Apr 15 13:53:51 diego_r: working ok, no any warnings Apr 15 13:54:24 from Xorg log point of view Apr 15 13:55:25 deuter: how about confirmations in Xorg.0.log that it is enabled? Are there any? Apr 15 13:58:21 something like lines 135 and subsequent: http://pastebin.com/V9hm03BE Apr 15 14:14:31 diego_r: I had : VIVANTE(0): test Initializing EXA Apr 15 14:14:48 I'll supply Xorg log Apr 15 14:58:25 YPTM: Participant passcode: 42001078 Dial-in number: 1.972.995.7777 US Toll Free number: 1.877.561.6828 Apr 15 14:59:09 YPTM: Stephen Joined Apr 15 14:59:15 YPTM: Vali Cobelea Apr 15 14:59:15 YPTM: Cristiana is on the call Apr 15 15:00:41 YPTM: Scott Rifenbark is on the call Apr 15 15:01:48 YPTM: Jeff Polk is on Apr 15 15:02:39 YPTM: Paul Eggleton is on Apr 15 15:02:44 YPTM: Michael on the call. Apr 15 15:02:48 YPTM: Matthew is on the call Apr 15 15:02:53 YPTM: Armin is on the call Apr 15 15:04:35 TPTM: hi all Apr 15 15:10:25 YPTM - Meeting is done - Thanks to all how joined the call! Apr 15 16:02:36 denix: hi, are you around? Apr 15 16:03:02 bluelightning: yep Apr 15 16:04:31 denix: we're a bit lost with this beaglebone path length / booting issue; do you have any advice? Apr 15 16:08:56 bluelightning: not at the moment... Apr 15 17:32:52 http://pastebin.com/mLBVNHgr Apr 15 20:12:46 what the.. bitbake has lost its mind Apr 15 20:14:32 I have an event handler in a bbclass that's only inherited by a certain small number of recipes Apr 15 20:14:43 as far as i can tell, it's being run in a copmletely different recipe that doens't inherit that class Apr 15 20:15:33 changing it from an event handler with an event mask to anonymous python fixed the problem. looks like event handlers in classes inherited by recipes rather than via INHERIT can't be used safely at this time Apr 15 20:15:39 * kergoth 'll open a bug with a reproducer Apr 15 20:16:27 woohoo, my eglibc-external in my broken-up WIP meta-sourcery successfully packaged Apr 15 20:50:29 Hey guys, having a problem with making a python module package that requires another one. Apr 15 20:51:04 I have two modules, one is python-pathutils and one is python-watchdog. python-watchdog requires python-pathutils Apr 15 20:51:26 I add that requirement to the recipe but when I try to install the package, I get this error: check_data_file_clashes: Package python-watchdog wants to install file /usr/lib/python2.7/site-packages/pathtools-0.1.2-py2.7.egg/EGG-INFO/dependency_links.txt Apr 15 20:51:26 But that file is already provided by package * python-pathtools Apr 15 20:51:44 so for some reason the package that requires the other package is trying to install it as well, does anyone have any ideas what could be causing this? Apr 15 21:08:34 Hello! Apr 15 21:10:02 Just wondering if anyone can offer some help re: getting USB devices working on a BeagleBoard xM. Apr 15 21:22:04 Hello> Apr 15 21:22:06 ? Apr 15 22:01:19 what is the correct way to tell my local.conf to include a specific nativesdk-* package? Apr 15 22:25:32 hi guys! Can I use the meta-qt5 master branch because I need the sdk toolchain with poky dora branch? Apr 15 22:52:29 what is the correct way to tell my local.conf to include a specific nativesdk-* package? Apr 15 22:58:23 in what? Apr 15 23:00:12 well I want to have the qt5 toolchain included in populate_sdk Apr 15 23:01:46 * kergoth discovers some odd behaviors of _remove and investigates **** ENDING LOGGING AT Wed Apr 16 02:59:58 2014