**** BEGIN LOGGING AT Tue Sep 29 02:59:58 2015 Sep 29 07:17:38 good morning Sep 29 07:42:35 morning mckoan, all Sep 29 11:53:45 gm Sep 29 12:02:52 hi folks Sep 29 12:03:52 can we have more that 1 .bbappend for a recipe ? like, "weston_1.5.0.bb", "weston_1.5.0.bbappend" in one directory and "weston_1.5.0.bbappend" in one other ? I get the impression it does not work... Sep 29 12:04:56 Tarnyko: that should work yes Sep 29 12:05:57 bluelightning: thanks a lot, must be sth other, will double-check Sep 29 12:06:22 Tarnyko: bitbake-layers show-appends should tell you for sure whether the two bbappends are being picked up Sep 29 12:06:58 if one isn't, check that the layer's BBFILES is actually set up to match .bbappend files Sep 29 12:09:32 thanks, this command is gold ! looks like it is picked, but intended result does not show, will investigate further Sep 29 12:12:04 Tarnyko: ok, in that case bitbake -e recipename | less and then search for the variable name to see what the actual operations on it are Sep 29 13:20:26 bluelightning: thanks, one of the .bbappend was actually redefining a variable (=) instead of appending it (+=). I guess I need a way to make one .bbappend apply specifically _after_ one another... looking Sep 29 13:21:19 Tarnyko: or use _append instead of += since that is deferred and will happen afterwards (but you will need to add a leading space to the value you are appending) Sep 29 13:22:46 ho right, thank you so much Sep 29 22:16:24 PACKAGECONFIG[gpsd] = "-DENABLE_GPSD=ON,-DENABLE_GPSD=OFF,gpsd" Sep 29 22:16:41 will bad things happen because I left the trailing "," off? **** ENDING LOGGING AT Wed Sep 30 02:59:58 2015