diff options
Diffstat (limited to 'meta-tlk')
-rw-r--r-- | meta-tlk/README | 6 | ||||
-rw-r--r-- | meta-tlk/conf/layer.conf | 6 | ||||
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg | 3 | ||||
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 |
4 files changed, 19 insertions, 0 deletions
diff --git a/meta-tlk/README b/meta-tlk/README new file mode 100644 index 00000000..5ff4d3bc --- /dev/null +++ b/meta-tlk/README | |||
@@ -0,0 +1,6 @@ | |||
1 | meta-autobuilder | ||
2 | =============== | ||
3 | |||
4 | Contains recipe modifications required to produce the official | ||
5 | yocto autobuild BSPs. | ||
6 | |||
diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf new file mode 100644 index 00000000..9af646f0 --- /dev/null +++ b/meta-tlk/conf/layer.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
3 | |||
4 | # We have a packages directory, add to BBFILES | ||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
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 @@ | |||
1 | CONFIG_UPTIME_LIMITED_KERNEL=y | ||
2 | CONFIG_UPTIME_LIMIT_DURATION=14400 | ||
3 | CONFIG_UPTIME_LIMIT_KERNEL_REBOOT=y | ||
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 00000000..58a6541c --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | # enable the time limited kernel configuration options | ||
4 | SRC_URI += "file://time-limited-kernel.cfg" | ||