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 1D172E014D3 for ; Wed, 5 Sep 2012 10:15:16 -0700 (PDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 05 Sep 2012 10:15:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,375,1344236400"; d="scan'208";a="189177202" Received: from unknown (HELO [10.255.13.76]) ([10.255.13.76]) by azsmga001.ch.intel.com with ESMTP; 05 Sep 2012 10:15:15 -0700 Message-ID: <504788A3.1020507@linux.intel.com> Date: Wed, 05 Sep 2012 10:15:15 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Khem Raj References: In-Reply-To: Cc: yocto@yoctoproject.org Subject: Re: [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4 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 17:15:16 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 09/05/2012 10:08 AM, Khem Raj wrote: > On Wed, Sep 5, 2012 at 9:56 AM, Saul Wold wrote: >> Signed-off-by: Saul Wold >> --- >> .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 ++ >> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 ++++++ >> .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 6 ++++++ >> 3 files changed, 14 insertions(+), 0 deletions(-) >> create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend >> create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend >> >> diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend >> index 58a6541..138cc21 100644 >> --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend >> +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend >> @@ -2,3 +2,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >> >> # enable the time limited kernel configuration options >> SRC_URI += "file://time-limited-kernel.cfg" >> + >> +PR .= ".1" >> diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend >> new file mode 100644 >> index 0000000..138cc21 >> --- /dev/null >> +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend >> @@ -0,0 +1,6 @@ >> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >> + >> +# enable the time limited kernel configuration options >> +SRC_URI += "file://time-limited-kernel.cfg" >> + >> +PR .= ".1" >> diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend >> new file mode 100644 >> index 0000000..138cc21 >> --- /dev/null >> +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend >> @@ -0,0 +1,6 @@ >> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >> + >> +# enable the time limited kernel configuration options >> +SRC_URI += "file://time-limited-kernel.cfg" >> + >> +PR .= ".1" > > what will this option do ? > Khem, It will add another .1 to the PR, if PR = 4.1, it will become 4.1.1 Sau! >