On 3/5/2014 7:45 PM, Hart, Darren wrote:
On 3/5/14, 17:58, "Kamble, Nitin A" <[email protected]> wrote:
From: Nitin A Kamble <[email protected]>
The I965 X11 driver for Intel graphics provides 3D and video acceleration.
Signed-off-by: Nitin A Kamble <[email protected]>
---
conf/machine/intel-corei7-64.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/intel-corei7-64.conf
b/conf/machine/intel-corei7-64.conf
index 514ca9f..9414ccf 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -13,4 +13,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \
${XSERVER_X86_MATROX_MGA} \
${XSERVER_X86_MODESETTING} \
+ ${XSERVER_X86_I965} \
"
+MACHINE_FEATURES += "va-impl-intel"
+MACHINE_HWCODECS ?= "va-intel gst-va-intel"
--
1.8.1.4
With the latest patches, this file should look like this (I965 as well as
others are included), as are the va bits. Please confirm you are using the
latest dvhart-ng...
Looks like your commits on dvhart/bsp-ng changed, and already have these
changes. So this commit is not needed anymore.
Nitin
$ cat conf/machine/intel-corei7-64.conf
#@TYPE: Machine
#@NAME: intel-corei7-64
#@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and
later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support.
Supports a moderately wide range of drivers that should boot and be usable
on "typical" hardware.
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
require conf/machine/include/meta-intel.inc
require conf/machine/include/intel-corei7-64-common.inc
require conf/machine/include/intel-common-pkgarch.inc
MACHINE_FEATURES += "pcbios efi"
MACHINE_FEATURES += "va-impl-intel"
MACHINE_FEATURES += "wifi 3g"
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
XSERVER ?= "${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \
${XSERVER_X86_FBDEV} \
${XSERVER_X86_I915} \
${XSERVER_X86_I965} \
${XSERVER_X86_MATROX_MGA} \
${XSERVER_X86_MODESETTING} \
${XSERVER_X86_VESA} \
"
SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel