**** BEGIN LOGGING AT Wed Sep 19 03:00:00 2018 Sep 19 03:59:05 RP: couple of patches in http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/master pull into master-next when you setup new queue Sep 19 03:59:41 they are already on ml for few days Sep 19 09:02:18 guys, i am confused , DEPENDS forces a package to be build prior to the other , but it doesnt force it to get installed in a image , correct ? Sep 19 09:07:12 never mind .. RDEPENDS ... hehehe Sep 19 10:14:53 Hi all! Sep 19 10:15:40 I have created a recipe just for add a new file in DEPLOY_DIR, We don't need a package, but Yocto try to install the package (that not exist) and generate the error "Package 'xxxxx' has no installation candidate". We don't need this package in our target system. How can avoid that the system add this package in rootfs? Sep 19 10:31:01 egavin: where did you add a reference to the recipe? Sep 19 10:33:53 bluelightning, into the image recipe Sep 19 10:35:26 egavin: presumably you mean IMAGE_INSTALL in there? Sep 19 10:36:23 egavin: if so, that is the cause of the error - you need to use do_rootfs[depends] += "yourrecipe:do_deploy" instead Sep 19 10:39:45 bluelightning, thanks a lot, I will try. Sep 19 10:40:18 first boot Sep 19 10:42:47 I wanted to ask if somebody has some guidance on how to debug errors like "Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, Sep 19 10:42:48 then please place them into pkg_postinst_ontarget_${PN} ()." I'm struggling to find out what exactly went wrong and caused the postinstall to fail because I didn't really find where the logs for these are. Sep 19 10:54:10 Hi guys. I tried to create an own layer for iMX6 board with X11 support. I have added IMAGE_FEATURES += x11-base and IMAGE_INSTALL_append += "twm". Sep 19 10:54:52 But when I run startx, then X-server fails with this error: Sep 19 10:54:53 Failed to load module "vivante" (module does not exist, 0) Sep 19 10:55:27 Where I can look on a vivante dependency? Sep 19 10:57:25 kuzulis: Did you have a look at the layer index: http://layers.openembedded.org/layerindex/branch/master/recipes/?q=vivante Sep 19 10:58:05 upd: The dmesg | grep drm shows that vivante module is loaded: [ 1.274560] [drm] Initialized drm 1.1.0 20060810 Sep 19 10:58:05 [ 1.279626] [drm] Initialized vivante 1.0.0 20120216 on minor 0 Sep 19 11:00:00 kuzulis: does it say "Unloading vivante" above the "Failed to load" line? Sep 19 11:00:56 if so, someone else had that problem here: https://community.nxp.com/thread/304081?commentID=321953#comment-321953 Sep 19 11:01:07 zagor: No, I did not see any 'vivante' mentions.. Sep 19 11:01:19 zagor: any other 'vivante' mentions.. Sep 19 11:02:43 zagor: Ahh... do you mean X-org log file.. Yes, there are the 'Unloading ..' mention Sep 19 11:05:07 zagor: Is following trick makes sense: https://www.toradex.com/community/questions/17125/imx6-xfce-image-not-working.html ? Sep 19 11:05:20 zagor: Is it right way? Sep 19 11:05:52 kuzulis: I don't know I'm afraid. I just found that and thought I would point you in the right direction. Sep 19 11:07:30 bluelightning, It works, thanks again! Sep 19 11:11:04 egavin: np Sep 19 11:27:47 JaMa: is v4 the last one? every time i apply your glibc patch i switch back to my mailer and find a new revision :) Sep 19 11:50:21 can someone send a msg with my nickname in it? want to see if hexchat can notify me reasonanbly when I am away :) Sep 19 11:51:14 kanavin: hi Sep 19 11:52:10 cheers Sep 19 11:52:27 Does it work? Sep 19 11:52:28 still unsure how to tell if someone mentioned me when I'm back in the morning, but nevermind Sep 19 11:52:43 can you try once more? Sep 19 11:52:50 kanavin: sure Sep 19 11:53:04 right, the channel name goes green Sep 19 11:53:13 fair enough, thanks :) Sep 19 11:53:18 yw. :-) Sep 19 12:01:32 A couple of surprising things happened in the kernel community on September 16: Linus Torvalds announced that he was taking a break from kernel development to focus on improving his own behavior Sep 19 12:01:44 https://lwn.net/Articles/764901/ Sep 19 12:02:20 no, this is not a prank :) Sep 19 12:02:43 looks like we might get a Linus 2.0 with reduced swearing? Sep 19 12:06:35 maybe Sep 19 12:07:06 I sure hope so Sep 19 12:19:04 Guys, is it possible to create a Yocto image without of -lic packages? Sep 19 12:19:16 it takes ~24 MB Sep 19 12:27:49 kuzulis: they're not in images by default Sep 19 12:29:21 have you set COPY_LIC_DIRS=1? don't do that. Sep 19 12:29:46 rburton: Ahh... ok. many thanks Sep 19 14:09:31 is there any way to see which bbappend files have been used during a bitbake? Sep 19 14:09:59 sven^, bitbake -e recipe Sep 19 14:10:13 ty Sep 19 14:13:36 uh, that's a bit much :) Sep 19 14:17:13 sven^: bitbake-layers show-appends Sep 19 14:30:26 thanks Sep 19 14:31:23 my bbappend is not there. Is there any way to debug this? I added a bbappend in the same directory as the .bb and it just gets ignored Sep 19 14:41:10 is there a way for a package to prevent bbappends? Sep 19 14:43:40 nvm, I think I got it Sep 19 16:26:28 New news from stackoverflow: Camera driver interfacing using yocto projects [closed] Sep 19 18:04:58 kanavin: I think more developers should take time to work on their behavior, I know at least a couple haha Sep 19 18:24:27 kanavin: i guess it's official: hell has frozen over ;-) Sep 19 18:27:05 i.e. the torvalds thing Sep 19 18:32:53 aehs29: kanavin haha Sep 19 19:12:04 alimon: haha not you Anibal Sep 19 20:42:53 hello there, did some people experiment with a dedicated partition for /var/log with systemd in Yocto? **** ENDING LOGGING AT Thu Sep 20 03:00:01 2018