**** BEGIN LOGGING AT Sun Sep 22 03:00:00 2013 Sep 22 21:20:10 bluelightning, hello Sep 22 21:35:40 hi ant_home Sep 22 21:36:41 I'm trying to fix the klcc-cross issue and I'm trying to avoid the sstate cache Sep 22 21:37:10 I'm reading Yocto manual right now but th eexample is not immediate to me.. Sep 22 21:37:17 http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/classes/package.bbclass?id=737f8bbb4f27b4837047cb9b4fbfe01dfde36d54 Sep 22 21:37:36 or even this old MSG https://lists.yoctoproject.org/pipermail/yocto/2013-May/015931.html Sep 22 21:37:43 (not answered) Sep 22 21:38:18 I have added an extra file named MACHINE so I can retrigger do_install but maybe there are cleaner ways Sep 22 21:39:37 you just have to add a dependency on a variable that will change to force the task to re-execute Sep 22 21:39:47 MACHINE is ok Sep 22 21:39:52 do_whatever[deps] += "VARIABLE" Sep 22 21:40:16 hmm Sep 22 21:40:17 PACKAGE_ARCHS[vardeps] = "MACHINE" Sep 22 21:40:44 this is like $PACKAGE_ARCH = $MACHINE_ARCH ? Sep 22 21:40:52 not quite the same thing Sep 22 21:41:06 ok, the latter is giving me troubles Sep 22 21:41:15 it creates its own subdir Sep 22 21:42:08 what would do SSTATETASKS = "" ? Sep 22 21:43:25 remove any tasks from having their output saved to the sstate cache, I guess Sep 22 21:43:39 honestly though that would be a hack Sep 22 21:46:26 no results with PACKAGE_ARCHS[vardeps] = "MACHINE" Sep 22 22:09:56 jeez..no easy way Sep 22 22:10:40 no easy way to abuse of the buildsystem ;) Sep 22 22:26:27 need to rethink this Sep 22 22:26:29 gn **** ENDING LOGGING AT Mon Sep 23 02:59:59 2013