**** BEGIN LOGGING AT Sun Aug 13 03:00:00 2017 Aug 13 03:25:48 hello everyone. Aug 13 03:26:16 I've built yocto for my embedded device and im finding that my /var/log directory is volatile and gets destroyed on a reboot. Aug 13 03:26:20 Anyone seen tha tbefore? Aug 13 03:38:34 tcpdump: yes, that's the default behavior, both to support read-only-rootfs and reduce flash writes for devices with flash media rootfs. it can be overridden, but we don't document the method, afaik. would be worth checking the yocto docs on that Aug 13 03:39:35 kergoth: thanks! I suppose an easier "fix" would be to put non-volatile logs in a different location? Aug 13 03:39:45 so is /var/log a ramdisk then? Aug 13 03:40:21 /var/log and /var/tmp are symlinked into /var/volatile, which is a tmpfs. so yes, though indirectly Aug 13 12:02:41 Hi, I want to update my image buildsystem to the lastes yocto master. Now one of my self made BSP fails with 'Deprecated variable(s) found: "IMAGE_DEPENDS_sdcard"'. But there is no IMAGE_DEPENDS_sdcard in all of my recipes. Aug 13 15:56:02 zzeroo: its probably coming from one of BSP layers you depend on Aug 13 15:56:13 zzeroo: what all layers are in the mix Aug 13 15:57:44 wherever you have it it needs to be replaced with do_image-sdimg[depends] **** ENDING LOGGING AT Mon Aug 14 03:00:01 2017