From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8AA3AE006D1 for ; Wed, 26 Oct 2011 17:05:46 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 26 Oct 2011 17:05:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="67911700" Received: from unknown (HELO [10.255.15.57]) ([10.255.15.57]) by orsmga002.jf.intel.com with ESMTP; 26 Oct 2011 17:05:45 -0700 From: Tom Zanussi To: "kishore.k.bodke@intel.com" In-Reply-To: <9a822879f487777536cf56f8c329fd03f0586a14.1319666230.git.kishore.k.bodke@intel.com> References: <9a822879f487777536cf56f8c329fd03f0586a14.1319666230.git.kishore.k.bodke@intel.com> Date: Wed, 26 Oct 2011 19:05:02 -0500 Message-ID: <1319673902.3945.34.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: "yocto@yoctoproject.org" Subject: Re: [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke 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, 27 Oct 2011 00:05:46 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-10-26 at 16:25 -0700, kishore.k.bodke@intel.com wrote: > From: Kishore Bodke > > --- > MAINTAINERS | 4 ++++ > meta-romley/conf/machine/romley.conf | 4 +--- > .../linux/linux-yocto_2.6.37.bbappend | 7 ------- > 3 files changed, 5 insertions(+), 10 deletions(-) > delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > > diff --git a/MAINTAINERS b/MAINTAINERS > index fda48ad..54559dd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -61,3 +61,7 @@ SUGARBAY > M: Tom Zanussi > F: meta-sugarbay/ > > +ROMLEY > +M: Kishore Bodke > +F: meta-romley/ > + This is fine, and should be the only thing in the patch. Also please add your Signed-off-by. > diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf > index 1035d82..38bd17a 100644 > --- a/meta-romley/conf/machine/romley.conf > +++ b/meta-romley/conf/machine/romley.conf > @@ -32,9 +32,7 @@ XSERVER ?= "xserver-xorg \ > xf86-input-evdev \ > xf86-input-synaptics \ > xf86-video-mga \ > - xf86-video-intel \ > - mesa-dri \ > - mesa-dri-driver-i965" > + mesa-dri" > > SERIAL_CONSOLE = "115200 ttyS0" > > diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > deleted file mode 100644 > index 4e0af5a..0000000 > --- a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > +++ /dev/null > @@ -1,7 +0,0 @@ > -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > - > -COMPATIBLE_MACHINE_romley = "romley" > -KMACHINE_romley = "yocto/standard/common-pc-64/romley" > - > -SRCREV_machine_pn-linux-yocto_romley ?= "7f495be2ccaa209bf505b8a8899cea64cfd968bb" > -SRCREV_meta_pn-linux-yocto_romley ?= "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" Please squash these into previous patches as mentioned. Thanks, Tom