summaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2017-12-05busybox: drop obsolete bbappendTim Orling
This was intended to be removed in prior commit. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2017-12-05busybox: allow version to floatTim Orling
Upstream has moved beyond 1.24.1, allow our version to float. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-09-07thermald: update development recipe to track latestReinette Chatre
This recipe tracks the git repo, not official releases, and we update it to track the latest at this time. 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-09-07busybox bbappend: Updated to new version numberScott Lawson
Poky layer has updated to Busybox 1.24.1. Rename recipes-core/busybox/busybox_1.23.2.bbappend -> recipes-core/busybox/ busybox_1.24.1.bbappend Signed-off-by: Scott Lawson <scott.lawson@intel.com> 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-01systemdev: add psmisc to all imagesReinette Chatre
The killall utility is very useful during some automated tests. Adding psmisc provides us with this utility as well as useful fuser and pstree. With fuser now provided by psmisc we can disable it in busybox. Image size increases: systemdev-image: 124K systemdev-image-sdk: 136K systemdev-image-xfce: 144K systemdev-image-xfce-sdk: 176K Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
2016-03-01busybox: use correct Kconfig language in config filesReinette Chatre
Using "=n" is not ideal way to disable configuration options. Move current disabled settings to use the recommended "# CONFIG* is not set" instead. Confirmed with buildhistory that this change has no impact on image Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
2015-12-02busybox: bbappend rename for master version 1.23.2Darren Hart
Update the recipe to apply to the recipe version in master. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-08-03thermald: new recipe for Linux Thermal DaemonReinette Chatre
Thermal issues are important to handle proactively to reduce performance impact. The project provides a Linux user mode daemon to system developers, reducing time to market with controlled thermal management using P-states, T-states, and the Intel power clamp driver. The Thermal Daemon uses the existing Linux kernel infrastructure and can be easily enhanced. The project is for system developers who want to enable application developers and their customers with the responsive and flexible thermal management, supporting optimal performance in desktop, clamshell, mobile and embedded devices. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-07-13systemdev-image: add time package to all imagesReinette Chatre
We are interested in the increased statistics provided by the time package and here replace the one provided by busybox. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-07-13systemdev-image: include procpsReinette Chatre
procps package contains many useful utilities about processes, more than what are provided by busybox. We would like to include the vmstat and pgrep utilities that are used by 0-day infrastructure into the image and include the procps package to accomplish that. Since there is overlap between what procps and busybox provides we disable the duplicate utilities in busybox. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>