**** BEGIN LOGGING AT Sun Dec 29 03:00:00 2019 **** BEGIN LOGGING AT Sun Dec 29 06:23:55 2019 Dec 29 13:31:39 Hello, I have an linker error : cannot find -lc. I have found this occurs in mailinig list. I made sure I have tools-sdk added to image. Dec 29 18:42:09 New news from stackoverflow: Yocto How to overwrite a file of linux rootfs depending on an IMAGE-recipe? Dec 29 18:45:14 RP: the latest patchset is also available on https://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/misc Dec 29 22:35:10 LetoThe2nd: I can confirm I managed to display a splashscreen at boot startup, running the image with QEMUm while I'm encountering a framebuffer issue with Virtual Box.. Dec 29 22:35:42 I guess I gonna pursue my tests with QEMU, then.. Dec 29 23:33:54 khem: thanks. Trying to get a bit caught up is conflicting with me trying to get some rest :) Dec 29 23:34:22 khem: Some of those are in -next I think Dec 30 01:04:23 Hi everyone...I'm trying to add my own fstab to rootfs(of target) the problem is that 2 recipes are trying to install it and the error "file /etc/fstab conflicts between attempted installs" is shown.The implicated recipes are base-files_%.bb and dev-rootfs_%.bb. The latter is my recipe and the one i want to be the responsible to install Dec 30 01:04:24 fstab(without modifying anything else), i tried to usethe update-alternatives.bbclass without luck.The following is what i tried in my dev-rootfs_%.bb recipe ALTERNATIVE_base-files= "fstab"ALTERNATIVE_LINK_NAME[fstab] = "/etc/fstab"ALTERNATIVE_TARGET = "/etc/fstab"do_install () { install -d ${D}${sysconfdir} install -m 0755 ${MY_ETC}/fstab Dec 30 01:04:24 ${D}${sysconfdir}/fstab}I hope you can give me any clue on this... thank you very much! Dec 30 02:03:01 mikernl91: alternatives only works if all recipes providing the file use it. Dec 30 02:03:12 mikernl91: you'd need to also bbappend base-files to use it there too Dec 30 02:03:27 but you could just bbappend base-files to alter fstab directly rather than using your own recipe for it instead Dec 30 02:47:19 kergoth: Thanks for the reply! Dec 30 02:56:14 actually i did what you mentioned but, the reason i use another recipe is because i want to be able to to modify this fstab based on the image-recipe i'm building, i.e. adding the dev-rootfs in my IMAGE_INSTALL. Also i tried to use ROOTFS_POSTPROCESS_COMMAND but following this discussion https://narkive.com/XcannnRd:3.552.52 it looks like it is Dec 30 02:56:15 better to avoid POSTPROCESS **** ENDING LOGGING AT Mon Dec 30 02:59:57 2019