[poky] [PATCH 1/1] n450: fix wrong video driver
Darren Hart
dvhart at linux.intel.com
Thu Mar 22 20:53:28 PDT 2012
On 03/22/2012 06:36 PM, edwin.zhai at intel.com wrote:
> From: Zhai Edwin <edwin.zhai at intel.com>
>
> n450 should use i915 rather than i965.
>
> [YOCTO #1840] fixed
>
> Signed-off-by: Zhai Edwin <edwin.zhai at intel.com>
> ---
> 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
More information about the poky
mailing list