From 070abb943e5b28e52930619e87a947ae11065a7a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 16 Jul 2013 10:04:41 -0700 Subject: crownbay: update to use emgd 1.18 user recipe Updating the crownbay bsp to use version 1.18 of emgd userland recipe. Update emgd version in the README Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-crownbay/README | 10 +++++----- meta-crownbay/conf/machine/crownbay.conf | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-crownbay') diff --git a/meta-crownbay/README b/meta-crownbay/README index 4b539b60..a10ea7eb 100644 --- a/meta-crownbay/README +++ b/meta-crownbay/README @@ -6,7 +6,7 @@ The Crown Bay platform consists of the Intel Atom E6xx processor, plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff). It also supports the E6xx embedded on-chip graphics via the Intel -Embedded Media and Graphics Driver (EMGD) 1.16 Driver. +Embedded Media and Graphics Driver (EMGD) 1.18 Driver. Further information on the platforms supported by this BSP can be found here: @@ -81,7 +81,7 @@ common metadata shared between BSPs) e.g.: The meta-crownbay layer contains support for two different machine configurations. These configurations are identical except for the fact that the one prefixed with 'crownbay' makes use of the -Intel-proprietary EMGD 1.16 graphics driver, while the one prefixed +Intel-proprietary EMGD 1.18 graphics driver, while the one prefixed with 'crownbay-noemgd' does not. If you want to enable the layer that supports EMGD graphics add the @@ -91,10 +91,10 @@ following to the local.conf file: The 'crownbay' machine includes the emgd-driver-bin package, which has a proprietary license that must be whitelisted by adding the string -"license_emgd-driver-bin_1.16" to the LICENSE_FLAGS_WHITELIST variable +"license_emgd-driver-bin_1.18" to the LICENSE_FLAGS_WHITELIST variable in your local.conf. For example: - LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16" + LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" If you want to enable the layer that does not support EMGD graphics add the following to the local.conf file: @@ -116,7 +116,7 @@ added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf. For example: - LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16 commercial" + LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin commercial" The reason this is needed is to prevent the image from including anything that might violate the license terms of the packages used to diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index fa061100..35ff86f1 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf @@ -27,7 +27,7 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" PREFERRED_VERSION_mesa ?= "9.1.3" PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" -PREFERRED_VERSION_emgd-driver-bin ?= "1.16" +PREFERRED_VERSION_emgd-driver-bin ?= "1.18" PREFERRED_VERSION_libva ?= "1.0.16" APPEND += "video=vesafb vga=0x318 vmalloc=256MB" -- cgit v1.2.3-54-g00ecf