From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 36DF1E0045D for ; Wed, 24 Oct 2012 17:34:14 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 24 Oct 2012 17:34:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,643,1344236400"; d="scan'208";a="238035804" Received: from unknown (HELO [10.255.14.152]) ([10.255.14.152]) by fmsmga001.fm.intel.com with ESMTP; 24 Oct 2012 17:34:13 -0700 Message-ID: <1351125252.27553.64.camel@empanada> From: Tom Zanussi To: nitin.a.kamble@intel.com Date: Wed, 24 Oct 2012 19:34:12 -0500 In-Reply-To: <6f887e6929f52dddb5a29fd2d92c48732486febb.1351110209.git.nitin.a.kamble@intel.com> References: <6f887e6929f52dddb5a29fd2d92c48732486febb.1351110209.git.nitin.a.kamble@intel.com> X-Mailer: Evolution 3.4.1 (3.4.1-2.fc17) Mime-Version: 1.0 Cc: yocto@yoctoproject.org, darren.hart@intel.com Subject: Re: [PATCH v2 5/6] jasperforest: add WEBTITLE & Compliance information 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: Thu, 25 Oct 2012 00:34:14 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-10-24 at 13:25 -0700, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble > > The WEBTITLE will be used to publish the BSP on the Yocto Project Website. > And adding the Yocto Project Compliance information for the 1.3 release. > Also specifying all the layers used from meta-intel repository. > > Signed-off-by: Nitin A Kamble > --- > meta-jasperforest/README | 8 +++++++- > meta-jasperforest/conf/machine/jasperforest.conf | 2 ++ > 2 files changed, 9 insertions(+), 1 deletions(-) > > diff --git a/meta-jasperforest/README b/meta-jasperforest/README > index 12f84c2..6397ec7 100644 > --- a/meta-jasperforest/README > +++ b/meta-jasperforest/README > @@ -8,6 +8,12 @@ combined with the Intel 3420 PCH chipset (Ibex Peak) make up the > 'Picket Post' CRB this BSP was developed on. > > > +Compliance > +========== > +This BSP is compliant with Yocto Project as per requirements listed here: > +http://www.yoctoproject.org/yocto-project-compatible-registration > + > + > Dependencies > ============ > > @@ -21,7 +27,7 @@ This layer depends on: > branch: master > > URI: git://git.yoctoproject.org/meta-intel > - layers: intel > + layers: meta-intel, meta-jasperforest > branch: master > > > diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf > index d661f7b..8111deb 100644 > --- a/meta-jasperforest/conf/machine/jasperforest.conf > +++ b/meta-jasperforest/conf/machine/jasperforest.conf > @@ -1,6 +1,8 @@ > #@TYPE: Machine > #@NAME: jasperforest > > +#@WEBTITLE: Platforms with Intel Xeon C5500/C3500 series processors with Intel 3420 PCH chipset (Jasper Forest) > + Similarly: Intel Xeon C5500/C3500 Series Processors with Intel 3420 PCH Chipset (Jasper Forest) Tom > #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post > # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) >