From fb15cc4e1c4be75c81acaf6a1dd33675a9142975 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Aug 2011 16:39:14 -0400 Subject: meta-tlk: initial creation Call this layer whatever you want, but when enabled it turns on BSP configuration items specific to autobuild/official binary images. Once this is enabled the uptime of any BSP will be limted to the value in the .cfg. It is currently at 2 minutes as an example, but it should be extended to a number of days going forward. Signed-off-by: Bruce Ashfield meta-tlk: Rename and changed to 10 day limit Signed-off-by: Saul Wold --- meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg (limited to 'meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg') diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg b/meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg new file mode 100644 index 00000000..44f4beaa --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg @@ -0,0 +1,3 @@ +CONFIG_UPTIME_LIMITED_KERNEL=y +CONFIG_UPTIME_LIMIT_DURATION=14400 +CONFIG_UPTIME_LIMIT_KERNEL_REBOOT=y -- cgit v1.2.3-54-g00ecf