diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-09-04 13:53:33 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-09-05 16:33:04 -0500 |
commit | ea69d2c22f38c735204ed13572aac351032e6dc8 (patch) | |
tree | bc6702c31676d742083e40733d0f6991a4da7f4a /meta-tlk/recipes-core/base-files | |
parent | 4b13b548bf517fc0658053a8171325331a2e8633 (diff) | |
download | meta-intel-ea69d2c22f38c735204ed13572aac351032e6dc8.tar.gz |
base-files: add /etc/motd with TLK info
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-tlk/recipes-core/base-files')
-rw-r--r-- | meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend | 3 | ||||
-rw-r--r-- | meta-tlk/recipes-core/base-files/files/motd | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend b/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend new file mode 100644 index 00000000..248b225f --- /dev/null +++ b/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
2 | |||
3 | PR .= ".1" | ||
diff --git a/meta-tlk/recipes-core/base-files/files/motd b/meta-tlk/recipes-core/base-files/files/motd new file mode 100644 index 00000000..13cd74c7 --- /dev/null +++ b/meta-tlk/recipes-core/base-files/files/motd | |||
@@ -0,0 +1,7 @@ | |||
1 | This image contains a time limited kernel and will reboot the machine | ||
2 | automatically in 10 days. Do not include this image in a product. | ||
3 | |||
4 | Use the image for evaluation purposes only. | ||
5 | |||
6 | Please see http://www.yoctoproject.org/tlk for instructions on how to | ||
7 | eliminate the timeout. | ||