[meta-intel] [PATCH 5/9] crownbay: update to use emgd 1.18 user recipe

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed Jul 17 12:07:37 PDT 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 <nitin.a.kamble at intel.com>
---
 meta-crownbay/README                     | 10 +++++-----
 meta-crownbay/conf/machine/crownbay.conf |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-crownbay/README b/meta-crownbay/README
index 4b539b6..a10ea7e 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 fa06110..35ff86f 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"
-- 
1.8.1.4




More information about the meta-intel mailing list