[yocto] [PATCH 2/3] base-files: add /etc/motd with TLK info

Saul Wold sgw at linux.intel.com
Tue Sep 4 14:39:17 PDT 2012


On 09/04/2012 01:57 PM, Saul Wold wrote:
> This adds infomation about how to disable the Time Limited Kernel
>
> [YOCTO #2704]
>
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>   .../base-files/base-files_3.0.14.bbappend          |    3 +++
>   meta-tlk/recipes-core/base-files/files/motd        |    7 +++++++
>   2 files changed, 10 insertions(+), 0 deletions(-)
>   create mode 100644 meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend
>   create mode 100644 meta-tlk/recipes-core/base-files/files/motd
>
> 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 0000000..248b225
> --- /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 0000000..a6a6270
> --- /dev/null
> +++ b/meta-tlk/recipes-core/base-files/files/motd
> @@ -0,0 +1,7 @@
> +This image contains a time limited kernel and will halt the machine
> +automatically in 10 days. Do not include this image in a product.
> +

Tom, Please hold these for 24 hours, I need to confirm with Bruce on if 
it HALTS the machine or Reboots it.

Thanks
	Sau!
> +Use the image for evaluation purposes only.
> +
> +Please see http://www.yoctoproject.org/tlk for instructions on how to
> +eliminate the timeout.
>



More information about the yocto mailing list