summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2016-09-07ndctl: do not build documentationReinette Chatre
Building the ndctl documentation introduce host dependency on asciidoc and xmlto that we would prefer not to enforce. The documentation is not a required component for this system development based image so we disable it. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2016-09-07ndctl: update to latest release v54Reinette Chatre
New release is available and update to it. ndctl new version now install bash-completion files so ensure these are packaged correctly with appropriate dependencies installed. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Joe Konno <joe.konno@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2016-03-01ndctl: new recipeReinette Chatre
We introduce a new recipe for ndctl, the base library for supporting management of platform NVDIMM (Non-volatile Memory) resources. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
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>