On 10/09/2012 03:10 PM, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble <nitin.a.kam...@intel.com> > > The Intel Linux graphics stack version 12.07 released on 2012-07-24 > requires version 2.20.0 as seen here: > http://intellinuxgraphics.org/2012.07.html > > Currently oecore has 2.19.0 version. So get this 2.20.0 version in > meta-intel layer to be used by sugarbay and other BSPs using the > Intel graphics stack. > > Signed-off-by: Nitin A Kamble <nitin.a.kam...@intel.com> > --- > .../xorg-driver/xf86-video-intel_2.20.0.bb | 26 +++++++++++++++ > .../xorg-driver/xorg-driver-common.inc | 33 > ++++++++++++++++++++ > .../xorg-driver/xorg-driver-video.inc | 4 ++ > 3 files changed, 63 insertions(+), 0 deletions(-) > create mode 100644 > common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb > create mode 100644 common/recipes-graphics/xorg-driver/xorg-driver-common.inc > create mode 100644 common/recipes-graphics/xorg-driver/xorg-driver-video.inc > > diff --git a/common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb > b/common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb > new file mode 100644 > index 0000000..a7bf45a > --- /dev/null > +++ b/common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb > @@ -0,0 +1,26 @@ > +require xorg-driver-video.inc > + > +SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" > + > +DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ > +chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ > +the driver supports hardware accelerated 3D via the Direct Rendering \ > +Infrastructure (DRI)." > + > +LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" > + > +PR = "${INC_PR}.0" > + > +DEPENDS += "virtual/libx11 drm xf86driproto glproto \ > + virtual/libgl xineramaproto xf86driproto libpciaccess" > + > + > +EXTRA_OECONF += "--disable-xvmc"
I think Ross's version enables xvmc. Any reason to disable it? Is the new method to use PACKAGECONF instead of EXTRA_OECONF now? Again, this is what I saw in Ross's layer. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto