From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 668FBE013D9 for ; Thu, 22 Mar 2012 20:54:14 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 22 Mar 2012 20:54:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="120752853" Received: from unknown (HELO envy.home) ([10.255.15.182]) by orsmga001.jf.intel.com with ESMTP; 22 Mar 2012 20:54:13 -0700 Message-ID: <4F6BF3B8.20502@linux.intel.com> Date: Thu, 22 Mar 2012 20:53:28 -0700 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1 MIME-Version: 1.0 To: edwin.zhai@intel.com References: <99b3a94a7298427e306aaced77694bdc047d30b2.1332466139.git.edwin.zhai@intel.com> In-Reply-To: <99b3a94a7298427e306aaced77694bdc047d30b2.1332466139.git.edwin.zhai@intel.com> X-Enigmail-Version: 1.4 Cc: poky@yoctoproject.org Subject: Re: [PATCH 1/1] n450: fix wrong video driver X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 03:54:14 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 03/22/2012 06:36 PM, edwin.zhai@intel.com wrote: > From: Zhai Edwin > > n450 should use i915 rather than i965. > > [YOCTO #1840] fixed > > Signed-off-by: Zhai Edwin > --- > conf/machine/include/ia32-base.inc | 4 ++++ > meta-sugarbay/conf/machine/sugarbay.conf | 2 +- > 2 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc > index 7da53f6..9b2ef5a 100644 > --- a/conf/machine/include/ia32-base.inc > +++ b/conf/machine/include/ia32-base.inc > @@ -49,6 +49,10 @@ XSERVER_IA32_EXT = "xserver-xorg-extension-dri \ > " > > XSERVER_IA32_I915 = "xf86-video-intel \ > + mesa-dri-driver-i915 \ > + " > + > +XSERVER_IA32_I965 = "xf86-video-intel \ > mesa-dri-driver-i965 \ > " Looks good. > diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf > index 776089e..a44f918 100644 > --- a/meta-sugarbay/conf/machine/sugarbay.conf > +++ b/meta-sugarbay/conf/machine/sugarbay.conf > @@ -11,5 +11,5 @@ require conf/machine/include/ia32-base.inc > > XSERVER ?= "${XSERVER_IA32_BASE} \ > ${XSERVER_IA32_EXT} \ > - ${XSERVER_IA32_I915} \ > + ${XSERVER_IA32_I965} \ > " Tom, this one is your call - I presume this is right? Will leave to you to pull in, I'm good with the common i915 definition. Thanks, -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel