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 00B80E00655 for ; Wed, 24 Oct 2012 17:42:56 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 24 Oct 2012 17:42:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,643,1344236400"; d="scan'208";a="238035391" Received: from unknown (HELO [10.255.14.152]) ([10.255.14.152]) by fmsmga001.fm.intel.com with ESMTP; 24 Oct 2012 17:32:54 -0700 Message-ID: <1351125173.27553.62.camel@empanada> From: Tom Zanussi To: nitin.a.kamble@intel.com Date: Wed, 24 Oct 2012 19:32:53 -0500 In-Reply-To: <49e3d5d16dca0beb47398a7769529cbc9964a474.1351110209.git.nitin.a.kamble@intel.com> References: <49e3d5d16dca0beb47398a7769529cbc9964a474.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 4/6] emenlow: 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:42:57 -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-emenlow/README | 8 +++++++- > meta-emenlow/conf/machine/emenlow.conf | 2 ++ > 2 files changed, 9 insertions(+), 1 deletions(-) > > diff --git a/meta-emenlow/README b/meta-emenlow/README > index 3932718..8216af2 100644 > --- a/meta-emenlow/README > +++ b/meta-emenlow/README > @@ -13,6 +13,12 @@ depending on which BSP tarball you downloaded. > Please see the corresponding sections below for details. > > > +Compliance > +========== > +This BSP is compliant with Yocto Project as per requirements listed here: > +http://www.yoctoproject.org/yocto-project-compatible-registration > + > + > Dependencies > ============ > > @@ -26,7 +32,7 @@ This layer depends on: > branch: master > > URI: git://git.yoctoproject.org/meta-intel > - layers: intel > + layers: meta-intel, meta-emenlow > branch: master > > > diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf > index d1efbc3..77cdbe6 100644 > --- a/meta-emenlow/conf/machine/emenlow.conf > +++ b/meta-emenlow/conf/machine/emenlow.conf > @@ -1,6 +1,8 @@ > #@TYPE: Machine > #@NAME: emenlow > > +#@WEBTITLE: Platforms with Intel Atom Z5xx processor with Intel US15W Controller Hub (Emenlow) > + To be consistent with the other ones e.g crownbay, remove the 'Platforms with' and also capitalize as: Intel Atom Z5xx Processor with Intel US15W Platform Controller Hub (Emenlow) I think Emenlow is actually eMenlow... Tom > #@DESCRIPTION: Machine configuration for eMenlow based systems, like the > # Webs-2120 box. >