From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 41E73E00321 for ; Tue, 23 Aug 2011 10:55:02 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 23 Aug 2011 10:55:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,270,1312182000"; d="scan'208";a="43389269" Received: from unknown (HELO [10.255.14.203]) ([10.255.14.203]) by fmsmga002.fm.intel.com with ESMTP; 23 Aug 2011 10:55:01 -0700 Message-ID: <4E53E975.1070901@linux.intel.com> Date: Tue, 23 Aug 2011 10:55:01 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0 MIME-Version: 1.0 To: Darren Hart References: <4E53DC59.1090202@linux.intel.com> In-Reply-To: <4E53DC59.1090202@linux.intel.com> Cc: yocto@yoctoproject.org Subject: Re: [PATCH 0/1] Add Time-Limited-Kernel Layer to meta-intel 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: Tue, 23 Aug 2011 17:55:02 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 08/23/2011 09:59 AM, Darren Hart wrote: > > > On 08/21/2011 04:15 PM, Saul Wold wrote: >> Tom, Darren: >> >> This adds Bruce's changes to allow for a time limited kernel, the >> default is set for 10 days. > > I presume we need a linux-yocto-rt_3.0.bbappend as well? > Are we building and delivering RT images for the release? If not then there is no need. Sau! > -- > Darren > >> >> This layer will only be added to the meta-intel BSP on the Auto-builder. >> >> Sau! >> >> >> The following changes since commit 5c41b9b6a245664543e6ddd440d10a0696caaf7b: >> >> n450: decouple from meta-yocto atom-pc machine config (2011-08-19 14:22:21 -0700) >> >> are available in the git repository at: >> git://git.yoctoproject.org/meta-intel sgw/tlk >> http://git.yoctoproject.org/cgit.cgi/meta-intel/log/?h=sgw/tlk >> >> Bruce Ashfield (1): >> meta-tlk: initial creation >> >> meta-tlk/README | 6 ++++++ >> meta-tlk/conf/layer.conf | 6 ++++++ >> .../linux/linux-yocto/time-limited-kernel.cfg | 3 +++ >> .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++++ >> 4 files changed, 19 insertions(+), 0 deletions(-) >> create mode 100644 meta-tlk/README >> create mode 100644 meta-tlk/conf/layer.conf >> create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto/time-limited-kernel.cfg >> create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend >> >