From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9AAD4E014BE for ; Tue, 4 Sep 2012 21:21:41 -0700 (PDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 04 Sep 2012 21:21:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,371,1344236400"; d="scan'208";a="188903053" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.252]) by azsmga001.ch.intel.com with ESMTP; 04 Sep 2012 21:21:40 -0700 From: Saul Wold To: yocto@yoctoproject.org Date: Tue, 4 Sep 2012 21:21:38 -0700 Message-Id: <1346818900-27785-2-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: <1346818900-27785-1-git-send-email-sgw@linux.intel.com> References: <1346818900-27785-1-git-send-email-sgw@linux.intel.com> Subject: [PATCH 2/3 v2] base-files: add /etc/motd with TLK info X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 04:21:41 -0000 This adds infomation that a time limited kernel is running and how to eliminate the message by building a proper distro. [YOCTO #2704] Signed-off-by: Saul Wold --- .../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..13cd74c --- /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. -- 1.7.7.6