**** BEGIN LOGGING AT Tue Sep 05 03:00:00 2017 Sep 05 07:21:42 good morning Sep 05 09:57:56 bluelightning: hi, do you have any additional thoughts about this? https://bugzilla.yoctoproject.org/show_bug.cgi?id=11350 Sep 05 09:58:31 bluelightning: I mean, do you see it as easy to solve/implement? Sep 05 09:59:19 mckoan: I can only assume it'll have to go through every recipe and prevent building the eSDK if AUTOREV is set... but I'm not entirely sure how to do that; getting that kind of information in the context the SDK is building within is a bit difficult Sep 05 09:59:51 maybe we could check it when we do the dependency check though (which actually runs an internal copy of bitbake on the copied metadata) Sep 05 12:48:45 for http://paste.ubuntu.com/25472001/ Makefile, what does it mean by $< and $@ in line 8 ? Sep 05 13:05:28 promach: The automatic variable $< is the prerequisite Sep 05 13:05:41 promach: and the value of $@ is the target Sep 05 13:05:49 promach: https://www.gnu.org/software/make/manual/make.html Sep 05 13:06:25 strange, at line 12, after the keyword 'simulation : ' , there is a list of files, but no executable command at line 12 Sep 05 19:24:49 is it possible to patch a recipe include file? For example: Sep 05 19:24:49 foo-image.inc has IMAGE_INSTALL += "lighttpd" and in my recipe, recipe which inherits foo-image.bb, I would like to remove that package. Sep 05 19:24:49 Is there something like a -= operator that I can use, or should I get over it and modify the real recipe? Sep 05 19:24:57 s/real/original/ Sep 05 19:26:04 zwg: there is a _remove operator but why not just write your own image? Sep 05 19:28:16 @rburton lots of work done by our vendor that I'd rather not mess with (save for removing some obvious fluff like lightty) Sep 05 19:28:19 thanks! Sep 05 19:32:46 zwg: tell them to stop being idiots and doing stuff like forcing lighttp into images, and split useful bits into inc files and/or classes Sep 05 19:39:16 my favorite is that the crontab file for several packages is installed through one recipe, despite each package having their own independent recipe. Too lazy to script the editing of /etc/crontab Sep 05 19:39:22 yay for market share... **** ENDING LOGGING AT Wed Sep 06 03:00:01 2017