**** BEGIN LOGGING AT Sun May 21 03:00:03 2017 May 21 08:40:28 hi, how do i use toaster with a fresh yocto-pyro install ? May 21 08:41:08 there are no recipes to choose from ? May 21 09:08:17 i installed poky-morty and toaster, and there i can directly choose Layers,Machines,Software Recipes, Image Recipes but with the poky-pyro toaster install, there is nothing to choose from? what is new or what do i wrong May 21 21:28:35 [meta-java] virtual/javac-native seems to not be happy with sstate... it works the first time but not the second May 21 21:29:17 [meta-java] and .jar fetching seems to be similarly hit and miss (unzip not defined evenough though lib/bb/fetch2 should be properly catching .jar May 21 22:20:52 I want to build an initramfs image, but when I include modules, the kernel bzImage is installed in /boot too. And the the size is too large to load. May 21 22:22:33 Any ideas how to prevent installing or removing it before generating the cpio? May 21 22:43:52 ROOTFS_POSTPROCESS_COMMAND perhaps? May 21 22:44:13 paulg: hit and run... maybe respond to his email May 21 22:44:51 oh well, if a person expects an answer in under 20m on a weekend .... May 21 22:44:59 or ever May 21 22:46:27 ftoth: you can set RDEPENDS_kernel-base = "" in kernel recipe May 21 22:47:02 then add modules you need into your initramfs image recipe May 21 22:47:35 IMAGE_INSTALL += "kernel-module-" May 21 22:49:12 So that would remove the dependancy of the modules on the kernel right? May 21 22:49:38 welcome back ftoth, glad you stuck around to get some answers :) May 21 22:50:45 Yes, just went ou for a smoke, sorry. In the initramsfs recepy I used PACKAGE_INSTALL, so I need to raplace that by IMAGE_INSTALL? May 21 22:53:09 (actually I subscribed to the mailing list, but it took so long for the post to appear that I thought something went wrong, then decided to try IRC. Didn't expect an answer here so quick) May 21 22:53:24 So, thanks for helping me out! May 21 22:54:06 https://raw.githubusercontent.com/OverC/meta-overc/master/meta-cube/recipes-core/images/cube-essential_0.1.bb May 21 22:54:45 ^^ <--- example of using ROOTFS_POSTPROCESS_COMMAND to do customizations based on IMAGE_FEATURES. May 21 22:57:14 eh, so how does this work? May 21 22:58:23 you probably don't want anything that complex with three options; based on what you said to begin with your post processing command could just clobber the bzImage. May 21 23:01:00 Ah, would that just be as simple as ROOTFS_POSTPROCESS_COMMAND += '${rm /boot/*} ? May 21 23:01:44 ya, something like that, but maybe with the close quote. :) May 21 23:02:22 I'm sure the yocto docs have coverage on ROOTFS_POSTPROCESS_COMMAND with examples. (at least I hope so...) May 21 23:03:34 Ah, I see, it's 1 AM here. I need to bet some sleep now, and will try tomorrow. You guys have been very helpful, thanks! May 21 23:04:00 fwiw, the example in that file switches between the functions listed below it, based on what it finds in IMAGE_FEATURES. May 21 23:04:17 maybe that helps make sense of it. May 21 23:08:22 That seems to be a very usefull example. From this I think I need to change to rm ${IMAGE_ROOTFS}/boot/*. Always good to use the correct path in combination with rm :-) May 21 23:09:05 Good night! **** ENDING LOGGING AT Mon May 22 03:00:01 2017