summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/turbostat
AgeCommit message (Collapse)Author
2015-12-02turbostat: support new kernel build processReinette Chatre
Poky commit 86893e4ea5896199a "kernel: Rearrange for 1.8" made significant changes in the kernel build process that includes moving the kernel source and build artifacts out of sstate control and into a shared location. We build turbostat from the kernel source and need to accommodate these upstream changes adding the new dependency of "do_shared_workdir". In addition we inherit the new "kernelsrc" class instead of depending on kernel (virtual/kernel) self. This feature was added in 86893e4ea5896199a. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-02-20create turbostat recipeReinette Chatre
turbostat reports processor topology, frequency, idle power-state statistics, temperature and power on modern X86 processors. Either command is forked and statistics are printed upon its completion, or statistics are printed periodically. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>