emenlow: use emgd 1.16 driver for graphics

Move from 1.14 version to 1.16 version of the emgd driver for
graphics support.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Nitin A Kamble 2013-01-21 14:57:03 -08:00 committed by Tom Zanussi
parent 0b2a42bab3
commit b966b769aa
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ common metadata shared between BSPs) e.g.:
yocto/meta-intel/meta-emenlow \ yocto/meta-intel/meta-emenlow \
The meta-emenlow layer contains support for the 'emenlow' machine The meta-emenlow layer contains support for the 'emenlow' machine
configuration, which makes use of the Intel-proprietary EMGD 1.14 configuration, which makes use of the Intel-proprietary EMGD 1.16
graphics driver. graphics driver.
To enable the emenlow layer, add the emenlow MACHINE to local.conf: To enable the emenlow layer, add the emenlow MACHINE to local.conf:
@ -92,10 +92,10 @@ To enable the emenlow layer, add the emenlow MACHINE to local.conf:
The 'emenlow' machine includes the emgd-driver-bin package, which has The 'emenlow' machine includes the emgd-driver-bin package, which has
a proprietary license that must be whitelisted by adding the string a proprietary license that must be whitelisted by adding the string
"license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable "license_emgd-driver-bin_1.16" to the LICENSE_FLAGS_WHITELIST variable
in your local.conf. For example: in your local.conf. For example:
LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16"
You should then be able to build an emenlow image as such: You should then be able to build an emenlow image as such:

View File

@ -22,7 +22,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
PREFERRED_VERSION_xserver-xorg ?= "1.9.3" PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
PREFERRED_VERSION_mesa-dri ?= "7.11" PREFERRED_VERSION_mesa-dri ?= "7.11"
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
PREFERRED_VERSION_emgd-driver-bin ?= "1.14" PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
APPEND += "video=vesafb vga=0x318 vmalloc=256MB" APPEND += "video=vesafb vga=0x318 vmalloc=256MB"

View File

@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_emenlow = "emenlow" COMPATIBLE_MACHINE_emenlow = "emenlow"
KMACHINE_emenlow = "emenlow" KMACHINE_emenlow = "emenlow"
KBRANCH_emenlow = "standard/emenlow" KBRANCH_emenlow = "standard/emenlow"
KERNEL_FEATURES_emenlow_append = " features/drm-emgd cfg/vesafb" KERNEL_FEATURES_emenlow_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
KMACHINE_emenlow-noemgd = "emenlow" KMACHINE_emenlow-noemgd = "emenlow"
@ -17,4 +17,4 @@ SRCREV_emgd_pn-linux-yocto_emenlow ?= "${AUTOREV}"
SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}" SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}"
SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}" SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}"
SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd" SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"