**** BEGIN LOGGING AT Mon Sep 19 02:59:59 2016 Sep 19 07:13:31 Hi all Sep 19 07:27:58 I have just build a rpi-hwup-image from meta-raspberrypi (branch:master) using yocto/poky branch master-next the the boot issue is http://pastebin.com/JLPxvvEP. how to find what change brakes the rootfs ? Sep 19 07:40:52 Hi everybody! I'm trying to add a framebuffer device in the device tree (http://pastebin.com/yewKVemB), but i get this error 'Error opening /dev/fb0: No such file or directory'. Any ideas on what i should change? Sep 19 13:52:10 hi, I would like to define a new iamge type, depending on an existing image type Sep 19 13:52:17 I just want to add some actions after the img file has been done Sep 19 13:52:50 I believe this can eb done by defining a new image typo in the image_types.bbclass (inherit image_types) and somehow adding a depend to rootfs.initramfs Sep 19 13:52:54 adding a dependency *** Sep 19 13:53:08 could someone point me to some documentation? or briefly explain how to do so? Sep 19 14:00:37 if you just want to post process the image then look at what the md5 / bzip etc "compressions" do Sep 19 14:00:50 (renamed from compression in master as you can do more than compress with them) Sep 19 14:12:20 rburton: ok, thanks Sep 19 14:45:20 Hrm.. I have a recipe I'm working on and I am getting "QA Issue: files/directories were installed but not shipped in any package". What is my recipe missing? Sep 19 14:48:00 you probably need to add FILES_${PN} = "file1 file2" Sep 19 14:48:02 3:42:08 PM - ZubairLK: Hi, I have a 64 bit kernel with 32 bit rootfs. Unfortunately the kernel-modules cause errors to pop up on do_package_qa. Is there a way to specify them using INSANE_SKIP? I've been trying but to haven't had any luck until now. Sep 19 14:48:02 3:42:42 PM - ZubairLK: the errors are 32/64 bit mismatch.. Sep 19 14:48:02 3:42:58 PM - ZubairLK: ERROR: linux-yocto-4.4+gitAUTOINC+6ec93aaa70_628bf62756-r0.1 do_package_qa: QA Issue: Bit size did not match (32 to 64) linux-yocto on work/qemumips64r2el_o32-poky-linux/linux-yocto/4.4+gitAUTOINC+6ec93aaa70_628bf62756-r0.1/packages-split/kernel-module-vfat/lib/modules/4.4.11-yocto-standard/kernel/fs/fat/vfat.ko [arch] Sep 19 14:52:43 ZubairLK: the good news is that you can set INSANE_SKIP_[pkg] = "arch" Sep 19 14:52:50 ZubairLK: the bad news is that it is per-package! Sep 19 14:53:43 ttllkk: is there some way to do this automatically? The package I based the recipe on does not have this and there are 135 files listed Sep 19 14:53:48 but each kernel module is a package ! Sep 19 14:55:47 ZubairLK: you can probab;ly do ERROR_QA_remove = "arch" in the recipe Sep 19 14:56:28 a1cypher: there is not as far as I know, but I think you can just add the root folder for all the files and that should work Sep 19 14:57:10 ZubairLK: can you file a bug as whilst this isn't common it's not rare and we need to make it simple enough. Sep 19 14:57:19 ie the class could set it for you when it does the splitting Sep 19 14:57:57 I read http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#kernel-metadata-syntax Sep 19 14:58:00 But I can't find a kernel bsp organize in that way Sep 19 14:58:03 so what is the recommend organization of kernel recipe metadata? which could I use as example? Sep 19 14:58:11 rburton: i got my custom image type working, thanks! =) Sep 19 14:58:14 rburton: thanks for the help Sep 19 14:58:21 i'll file a bug Sep 19 15:11:18 rburton: created https://bugzilla.yoctoproject.org/show_bug.cgi?id=10305 Sep 19 15:11:19 Bug 10305: normal, Undecided, ---, bruce.ashfield, NEW , do_package_qa should not error on 64 bit kernel modules + 32 bit rootfs Sep 19 15:12:58 hello yocti Sep 19 15:14:47 ZubairLK: thanks. Sep 19 15:19:27 np Sep 19 15:54:20 when I try to bitbake an image, for example core-image-full-cmdline it either does not create or does not find the .ext4 root filesystem file that is then used to create the final image file. do_rootfs runs fine, do_image runs fine, but do_image_sdcard fails Sep 19 15:58:43 I see what I believe is the right image in the deploy-core-image-full-cmdline-image-complete folder but it doesnt get copied to the build/tmp/deploy/images/machine folder Sep 19 16:04:37 I guess i have to figure out which task is supposed to create the .ext4 image in the deploy folder Sep 19 19:29:48 Hey folks, I'm running into some issues with bitbake complaining about 'taskhash mistmatches' for a recipe using ${AUTOREV} when I try to cleanall after `rm -rf cache` (to force hashes to update, I'm using BB_SRCREV_POLICY="cache"). Trying to just build it again fails too, seems that bitbake i failing to run the `do_configure` task again (or perhaps is just not fetching source and the defaults don't do Sep 19 19:29:50 anything). Any ideas? Sep 19 19:30:23 I'm sure deleting `tmp` would get it funtional, but it does take some time for re-population of sysroot to occur, so I'd rather avoid that if possible. Sep 19 19:30:50 Here's a gist with some output & the recipe in question: https://gist.github.com/jmesmon/9389b450ccb005fda946c11c4b7c1ffb Sep 19 19:31:43 This is using poky master. Sep 19 20:13:09 I am not seeing any of the changes I made doing 'bitbake -c menuconfig virtual/kernel' Sep 19 20:13:51 it creates a new .config file in the build/ directory, but after I do my build, the new .config file is gone, and I am not seeing any additional moduels under /lib/module Sep 19 20:14:26 (I am trying to enable USB_NET so I can get internet though a USB-Ethernet dongle) **** ENDING LOGGING AT Tue Sep 20 02:59:58 2016