**** BEGIN LOGGING AT Sat Sep 23 03:00:03 2017 Sep 23 12:22:50 Is it possible the version specification in opkg is not working correclty? I get the error "nothing provides python3-aiohttp = 2.2.5" if I do a `RDEPENDS_${PN} = "python3-aiohttp (= 2.2.5)"`. If I change it to `RDEPENDS_${PN} = "python3-aiohttp (>= 2.2.5)"` or `RDEPENDS_${PN} = "python3-aiohttp (<= 2.2.5)"` it works. The version I have is 2.2.5. Sep 23 17:13:44 I met a problem, I have create a package to provides a library, and it install successfully when I build for the other package Sep 23 17:15:13 but it package can't find where the library comes from report me that https://paste.fedoraproject.org/paste/z3IS~q-jdF6kQphKmAoD9w Sep 23 17:15:48 does the "Skipping setscene dependency " make this problem? Sep 23 18:23:06 Hi Everybody! Is there anybody now who could help me with a kernel build issue with Raspberry Pi device... I've made a custom .bbappend file for build custom kernel, but bitbake says file not found for defconfig, but I've made everything according to the Yocto Project documentation. The strange is that bitbake looks for defconfig, but it is not searching for in the custom meta directory?! :( Sep 24 01:25:42 hi. is there a way to disable specific services on image build? I'm using systemd and don't wan't to append all bb files with SYSTEMD_AUTO_ENABLE because it should only be disabled on a specific image Sep 24 01:46:23 Guest47478: you have to do it via bbappend or local distro policy Sep 24 01:52:45 then I will remove the symlinks in an additional image function. want to have two specific services disabled not all of them Sep 24 01:54:58 write bbappends for the recipes which provide them Sep 24 01:55:00 and make the change Sep 24 02:02:06 khem: and how to append this step only for specific image? Sep 24 02:10:43 hmm if you need it per image then I would suggest to do is via image post processing functions Sep 24 02:11:13 kergoth: thx **** ENDING LOGGING AT Sun Sep 24 03:00:00 2017