**** BEGIN LOGGING AT Sat Feb 20 02:59:58 2016 Feb 20 13:47:36 hello Feb 20 13:48:28 i understand that in 'bitbake core-image-minimal' , core-image-minimal is a target Feb 20 13:48:35 where is this target defined? Feb 20 13:53:11 c0rnel: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/images/core-image-minimal.bb Feb 20 14:06:04 neverpanic, thanks a lot Feb 20 14:29:06 is there a image smaller than the core-image-minimal ? Feb 20 14:32:07 among te default images, that is Feb 20 14:32:52 I don't think so. However, there might be a couple of ways to reduce the size of core-image-minimal, e.g. by using musl over glibc Feb 20 14:36:33 neverpanic, i see. thank you Feb 20 14:37:42 c0rnel: how much smaller do you need - 8mb? Feb 20 14:39:48 raykinsella78, what i want is learn to add things to the build starting from as small as possible Feb 20 14:40:07 so yes, 8mb would be good :) Feb 20 14:41:54 also i am limited by hardware resources, in that it took 6 hours to build half of the core-image0minimal recipes Feb 20 16:15:03 Hey, I was wondering has anyone experience with INITRAMFS_IMAGE variable? It generates image as expected INITRAMFS_IMAGE = "my-initramfs", but how can can I install it rootfs? under /boot? Feb 20 16:15:21 *in rootfs Feb 20 16:22:54 Why would you want your initramfs inside your rootfs? The whole point of the initramfs is that it mounts the rootfs, so putting it inside of it seems recursive? Feb 20 16:26:46 neverpanic, because i hard code in grub Feb 20 16:26:52 where to find initramfs Feb 20 16:27:11 but after that it is up to initramfs how to mount the rootfs Feb 20 16:27:46 how does that require putting your initramfs inside the rootfs? Feb 20 16:28:44 its a complex setup :) Feb 20 16:28:59 all i want to know is how to install it there Feb 20 16:50:09 Hi. I need to run a script on rootfs, uImage, u-boot files. Which bb file should I use to create an bbappend file in my layer? Feb 20 19:49:00 fray: is virtual/nativesdk-libintl set correctly for mingw? I'm getting failures due to missing libintl.h. do we need proxy-libintl or gettext for this? Feb 20 19:49:03 * kergoth experiments Feb 20 20:02:08 hi Feb 20 20:03:24 my core-image-minimal buld fails in the end in qemu 2.4.0 bb Feb 20 20:03:41 the output points me to a log file Feb 20 20:04:06 the log file contains what is already on the screen, and in the end it references itself Feb 20 20:04:22 is there another file where i can see what failed and why? Feb 20 20:06:17 the log file is the right place Feb 20 20:06:25 which task failed, and what does the log file contain? Feb 20 20:10:02 neverpanic, http://fpaste.org/326696/55998901/ Feb 20 20:10:25 maybe is important to say i'm in fedora 23 Feb 20 20:11:14 Hm, that doesn't seem to show the complete build process anymore and thus doesn't explain why the file would be truncated Feb 20 20:11:57 the .o files are either corrupted or half baked Feb 20 20:12:07 do you have enough space ? Feb 20 20:12:14 second thing to try is Feb 20 20:12:21 set PARALLEL_MAKE = "" Feb 20 20:12:26 in qemu recipe Feb 20 20:12:35 khem`, 86GB free Feb 20 20:12:42 so to check if there are any race conditions in qemu build Feb 20 20:12:47 ok Feb 20 20:16:24 bitbake qemu should do Feb 20 20:16:27 , right? Feb 20 20:20:47 qemu-native, since that's what failed Feb 20 20:21:04 also, try bitbake -c clean qemu-native, then try again Feb 20 20:21:37 oh Feb 20 20:21:38 ok Feb 20 20:26:52 it takes some time Feb 20 21:12:36 command succeeded Feb 20 21:12:56 now, f i change the recipe, the build will be reexecuted, right? Feb 20 21:14:02 you need to trigger the build, but relevant tasks will be re-executed Feb 20 21:15:28 hmmm Feb 20 21:15:38 actually -c clean was not enough Feb 20 21:15:51 what do i need to do to trigger the rebuild? Feb 20 21:18:46 what are you changing? Feb 20 21:18:58 you can use -c cleansstate to force rebuild when there is no change in metadata Feb 20 21:22:46 ok, this works Feb 20 21:22:50 thank you JaMa Feb 20 22:05:18 ok, to conclude, the problem seems it was an unattended computer shutdown, followed by a wrong clean of qemu, instead of qemu-native Feb 20 22:05:26 thank you for all your help **** ENDING LOGGING AT Sun Feb 21 02:59:58 2016