diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-01-21 14:00:44 -0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-01-23 14:05:11 -0600 |
commit | fbb51638e8811995e667bf8ccc62f573de8a0ec6 (patch) | |
tree | 0ba786adff00248c66599fa424f35e92161df9f0 /meta-crownbay/README | |
parent | b966b769aa388dc3cdce4bb1f68c987647b922ca (diff) | |
download | meta-intel-fbb51638e8811995e667bf8ccc62f573de8a0ec6.tar.gz meta-intel-fbb51638e8811995e667bf8ccc62f573de8a0ec6.tar.bz2 meta-intel-fbb51638e8811995e667bf8ccc62f573de8a0ec6.zip |
crownbay: 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>
Diffstat (limited to 'meta-crownbay/README')
-rw-r--r-- | meta-crownbay/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README index f236d8f4..4b539b60 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.14 Driver. +Embedded Media and Graphics Driver (EMGD) 1.16 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.14 graphics driver, while the one prefixed +Intel-proprietary EMGD 1.16 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.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: - LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" + LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16" 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.14 commercial" + LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16 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 |