**** BEGIN LOGGING AT Sat Dec 21 02:59:58 2019 Dec 21 09:11:04 Hello. Dec 21 09:14:16 I'm using poky-rocko, is it possible to have a fallback kernel in case uboot cannot boot the normal one ? Dec 21 10:38:17 New news from stackoverflow: How to bitbake basic c file in yocto with help of local git repo Dec 21 11:54:24 i'm building LFS and some yocto users keep flexing on me with yocto.. Why is it better? Dec 21 11:55:24 * kreyren has shell/bash scripts to build LFS atm Dec 21 15:39:07 New news from stackoverflow: How do I write a yocto/bitbake recipe to copy a directory to the targe root file system || Use a yocto layer's recipe or class without inheriting all bbappends Dec 21 19:40:24 hey guys! I try to build Zeus w/ Qt etc. I don't want qtwebkit to be built because it fails to do so. IMAGE_INSTALL_remove doesn't help me, it still tries to get qtwebkit. It happens when I do bitbake -c populate_sdk for an image that is "inherit populate_sdk_qt5". Dec 21 19:41:03 qtwebkit seems to come from a package group. Doesn't IMAGE_INSTALL_remove supposed to handle that? Using bitbake -e didn't yield anything meaningful yet :-( Dec 21 19:42:18 I already have a lot of PACKAGECONFIG_remove_pn-qttools += " qtwebkit " etc, but no result. Dec 21 19:42:37 even tried stating qtwebkit in IMAGE_FEATURES_remove += Dec 21 19:58:09 nevermind. bbappend for the packagegroup recipe... Dec 21 20:49:06 kreyren[m]: it is not better, it is something different Dec 21 20:49:23 kreyren[m]: if LFS suits your needs, just keep on using it :) Dec 21 20:53:27 jwwww: its doable, but no magic to do that is included. you'd need to create some decision/detection magic, and make that wprk with u-boot. Dec 21 21:02:14 kreyren[m]: technically, one could maybe see Yocto/OE as automated cross-LFS on steroids. it gives you a real lot of power and customization possibilities, while maintaining the automation. Dec 21 21:04:55 kreyren[m]: it really shines when you repeatedly need to bild custom rootfs/distros for devices that you ship. if your usecase is more like an evolving desktop / general usage distro, its not particularly well suited usually. Dec 21 21:09:04 I never heard of LFS, but I heard of buildroot Dec 21 21:12:36 Ad0: there are many ways to build a linux system from source, and yocto is "just" one of them Dec 21 21:12:43 Ad0: all have pros and cons. Dec 21 21:13:12 yocto seems more difficult than buildroot but the stuff I needed had layers for yocto, so here I am :) Dec 21 21:13:26 seems like a bigger community and support with yocto Dec 21 21:14:00 Ad0: it doesn't "seem" more difficult, it _is_ more difficult. :) Dec 21 21:14:21 hehe. yeah isn't buildroot a nice menu system and stuff Dec 21 21:14:39 it has a kconfig based ui, yes Dec 21 21:14:53 yea looked a lot like kernel config Dec 21 21:15:01 like i said, kconfig. Dec 21 21:15:45 will bitbake -e reveal what insists on installing ALSA and "sound card" stuff? Dec 21 21:16:15 nope Dec 21 21:16:40 buildhistory or bitbake -g will, probably Dec 21 21:17:23 ok thanks Dec 21 21:39:10 I do chown on a directory created in install, from pkg_postinst_${PN}, but on build machine A I get no errors but on a fresh one I get "Deferring to first boot via 'exit 1' is no longer supported. Dec 21 21:39:10 " Dec 21 21:40:58 I can do it all in install, what's the recommended way, really Dec 21 21:44:45 user to chown with is not available before after do_install :P Dec 21 23:03:52 hm chown failed, although it wasn't revealed anywhere, and comment # seems to have no effect inside functions Dec 22 02:10:57 New news from stackoverflow: How do I write a yocto/bitbake recipe to copy a directory to the target root file system **** ENDING LOGGING AT Sun Dec 22 02:59:58 2019