**** BEGIN LOGGING AT Mon May 07 03:00:01 2018 May 07 08:09:07 I want to del the do_compile_prepend from a include file and overwrite it with my own, but deltask didn't work for me May 07 08:09:14 any good method there? May 07 08:24:39 stdint: Sadly I don't think that's currently supported without replacing the whole do_compile function May 07 08:25:06 The _prepend and _append functions aren't treated as separate tasks, they're effectively merged into the task they modify May 07 08:25:47 paulbarker, so unless I modify that include files, there is no such way to del it? May 07 08:25:58 That's my understanding May 07 08:26:06 or there is a way to overwrite it? May 07 08:26:23 Is the include file you're looking at part of a public layer? May 07 08:26:24 I found the do_compile_prepend I define would be applied before the one in the include file May 07 08:26:41 paulbarker, yes, but gstreamer/gst-plugins-base.inc May 07 08:26:48 s/but/the/ May 07 08:26:53 which layer? May 07 08:27:03 meta/recipes-multimedia May 07 08:28:25 Ah ok, I was thinking it was a bbappend but no it's a .inc file May 07 08:29:11 I'm not sure how the ordering of multiple _prepend functions is determined, probably just the order they appear in the file though with bbappends effectively adding to the bottom of the file May 07 08:29:52 paulbarker, I see, I would try May 07 09:11:57 paulbarker, saidness it doesn't work for me, thank you all the same May 07 09:12:14 it still not at the bottom May 07 09:44:54 stdint: Are you just trying to get your _prepend to run after the `export GIR_EXTRA_LIBS_PATH=...` line in http://git.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc? May 07 09:45:34 paulbarker, actually I want to append a path to that GIR_EXTRA_LIBS_PATH May 07 09:47:22 New news from stackoverflow: Is it possible to replace a file from one repository to another with android repo tool? || yocto and relational database why not? May 07 09:48:21 Ah I understand you. I'd recommend converting GIR_EXTRA_LIBS_PATH into a proper bitbake variable so you can _append to that. Then change to do_compile_prepend to just `export GIR_EXTRA_LIBS_PATH=${GIR_EXTRA_LIBS_PATH}` May 07 09:48:31 That would probably then be acceptable upstream May 07 09:51:03 paulbarker, I see I would try to post a patch tonight, thank you May 07 12:17:53 New news from stackoverflow: Kernel selection using yocto May 07 12:19:10 hello, I currently fail to populate SDK when using current meta-qt5 sumo branch: https://pastebin.com/0Xw4ncsz May 07 12:20:09 has anyone succeeded in generating a working SDK with meta-qt5 sumo branch recently? May 07 12:29:25 I'm writing my own recipe based on the trivial hellworld example but I get some very confusing errors. The errors: http://ix.io/19FB May 07 12:29:34 Can you make sense of it? I can't May 07 12:30:47 The recipe: http://ix.io/19FC May 07 12:31:34 * LetoThe2nd hereby declares typo of the day: "hellworld" May 07 12:31:35 :-) May 07 12:31:59 lol May 07 12:32:03 it is indeed hell May 07 12:33:10 but that error message really is weird. May 07 12:33:24 at first glance it seems like some sort of internal bug May 07 12:34:34 well, do /home/dr-lab/yocto/roc-build/poky/build/tmp/sysroots-components/x86_64/libtool-native/usr/lib/libltdl.so and /home/dr-lab/yocto/roc-build/poky/build/tmp/sysroots-components/x86_64/quilt-native/usr/bin/quilt exist? May 07 12:35:18 No they don't May 07 12:35:51 That would suggest that libtool-native and quilt-native have not been built (or installed) correctly May 07 12:36:13 have you tried wiping build/tmp and trying again? May 07 12:38:21 No, I'll try that now. May 07 12:57:20 neverpanic: it worked now... May 07 12:57:25 I mean, I get different errors now :P May 07 13:02:01 I get no errors now! May 07 13:03:09 otavio[m]: hello, are you there? I think I found a problem with current meta-qt5 sumo branch May 07 13:03:59 otavio[m]: there is a particular commit that generates a QA error when populating the SDK: https://github.com/meta-qt5/meta-qt5/commit/8124b3c768f8e539d6cbe670d6caca132415f435 May 07 13:05:14 otavio[m]: I get something like this: https://pastebin.com/0Xw4ncsz May 07 14:37:51 RP, stable/rocko-next and stable/pyro-next both good builds this weekend May 07 14:55:41 armpit: cool, will merge May 07 14:56:39 morty still needs the uninative changes May 07 14:57:06 armpit: are we good for releases of pyro/rocko? May 07 14:57:07 it looked like the weekly rokco build hung May 07 14:57:27 RP, yes May 07 14:58:10 armpit: ok, good. I think we should get these built ready for QA May 07 14:58:20 k May 07 14:58:24 armpit: is morty just the uninative pieces or is there more? May 07 14:58:29 armpit: just merged the branches, thanks May 07 14:58:36 np May 07 15:00:46 armpit: I'm feeling a lot happier about uninative with those changes... May 07 15:17:42 halstead: looks like there's a problem downloading babeltrace? http://www.efficios.com/files/babeltrace/babeltrace-1.5.5.tar.bz2 May 07 17:57:20 tlwoerner, I just finished with morning meetings. I see the download issue you messaged about. May 07 17:57:42 tlwoerner, There is a copy mirrored at http://sources.yoctoproject.org/mirror/sources/babeltrace-1.5.5.tar.bz2 May 07 17:58:40 halstead: okay thanks!! JaMa pointed out there already was a patch submitted for the recipe on Friday by AlexK to switch to git May 07 17:59:21 tlwoerner, Oh good. In the meantime does bitbake search the YP source mirror automatically? May 07 18:01:28 halstead: apparently yes :-) i just tested it May 07 18:01:45 WARNING: babeltrace-1.5.5-r0 do_fetch: Failed to fetch URL http://www.efficios.com/files/babeltrace/babeltrace-1.5.5.tar.bz2, attempting MIRRORS if available May 07 18:01:53 and then it succeeds in do_fetch May 07 18:02:46 tlwoerner, Thanks for testing. I didn't know if the URL was quite correct. The source mirror has moved a few times. May 07 18:19:05 New news from stackoverflow: Include an Application Image in Yocto Build May 07 21:16:02 When I setup the eclipse plugin and make the hello world project, the includes folder is from the native machine. Did I do something wrong, or do you always have to reconfigure these for the target sysroot? May 08 00:29:45 quick easy question... Raspberry Pi 3, ttyS0 is missing. How do I get it back? ttyAMA0 is there and working fine, but I'm not using AMA0, only S0. May 08 00:36:41 aarcane: SERIAL_CONSOLES_append = " 115200;ttyS0" I think May 08 00:36:56 clsulliv, I don't want to add a serial console May 08 00:37:05 I want ttyS0 to be available in /dev and unused by anything else May 08 00:38:15 aarcane: oh, if it doesn't exist at all its probably a kernel config item May 08 00:38:20 CONFIG_SERIAL_8250_CONSOLE=y maybe May 08 00:44:19 or CONFIG_SERIAL_8250_NR_UARTS=1 May 08 00:45:11 clsulliv, just add those to my config.txt on rpi and reboot? May 08 00:50:07 aarcane: I'm not familiar with how the rasperri pi layer configures its kernel, so I can't say sorry May 08 00:50:18 ah wait May 08 00:50:36 it will definitely be more than editing a text file and rebooting May 08 00:56:59 aarcane: before rebuilding check your config.txt for enable_uart=0 and remove it if its there, and add enable_uart=1, then restart May 08 00:57:31 clsulliv, I found that. It added the ttyS0 May 08 00:57:40 aarcane: great! **** ENDING LOGGING AT Tue May 08 03:00:03 2018