diff options
author | 2012-09-04 13:53:33 -0700 | |
---|---|---|
committer | 2012-09-05 16:33:04 -0500 | |
commit | ea69d2c22f38c735204ed13572aac351032e6dc8 (patch) | |
tree | bc6702c31676d742083e40733d0f6991a4da7f4a /meta-tlk | |
parent | 4b13b548bf517fc0658053a8171325331a2e8633 (diff) | |
download | meta-intel-ea69d2c22f38c735204ed13572aac351032e6dc8.tar.gz meta-intel-ea69d2c22f38c735204ed13572aac351032e6dc8.tar.bz2 meta-intel-ea69d2c22f38c735204ed13572aac351032e6dc8.zip |
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')
-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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +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 @@ +This image contains a time limited kernel and will reboot the machine +automatically in 10 days. Do not include this image in a product. + +Use the image for evaluation purposes only. + +Please see http://www.yoctoproject.org/tlk for instructions on how to +eliminate the timeout. |