summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-07-16 01:40:42 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-07-31 23:07:15 -0500
commit83a4aa1a44cb21a44c6a69f08a193a724294442a (patch)
tree60aa47eb708413d9228cb7bbbf7870cb54d08bf5 /meta-crownbay
parent7bd163e41f6b861448ab19a13ded4b7c48e16641 (diff)
downloadmeta-intel-83a4aa1a44cb21a44c6a69f08a193a724294442a.tar.gz
emgd-driver-bin: upgrade from 1.10 to 1.14
1.14 is the latest released driver for emgd. This change is tested on crownbay machine. Add runtime dependency to libxcb-dri2 Otherwise the libxcb-dri2.so is not getting installed, and video acceleration of emgd does not work. It is dynamic dependency of emgd_drv_video.so put files in gstreamer-0.10/.debug directory to the debug package. It avoids debug files packaging warnings. add downloadfilename param to SRC_URI As the url does not have the filename of the tarball, specify it here so that updated wget bitbake fetcher can save the downloaded file accordingly. BTW now EDC has also published another download URL on our request: http://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_14_GOLD_2443.tgz And update emgd driver version in the README. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay')
-rw-r--r--meta-crownbay/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README
index b56c79a2..25214326 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -6,7 +6,7 @@ The Crown Bay platform consists of the Intel Atom Z6xx processor,
6plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff). 6plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff).
7 7
8It also supports the E6xx embedded on-chip graphics via the Intel 8It also supports the E6xx embedded on-chip graphics via the Intel
9Embedded Media and Graphics Driver (EMGD) 1.10 Driver. 9Embedded Media and Graphics Driver (EMGD) 1.14 Driver.
10 10
11 11
12Dependencies 12Dependencies
@@ -63,7 +63,7 @@ common metadata shared between BSPs) e.g.:
63The meta-crownbay layer contains support for two different machine 63The meta-crownbay layer contains support for two different machine
64configurations. These configurations are identical except for the fact 64configurations. These configurations are identical except for the fact
65that the one prefixed with 'crownbay' makes use of the 65that the one prefixed with 'crownbay' makes use of the
66Intel-proprietary EMGD 1.10 graphics driver, while the one prefixed 66Intel-proprietary EMGD 1.14 graphics driver, while the one prefixed
67with 'crownbay-noemgd' does not. 67with 'crownbay-noemgd' does not.
68 68
69If you want to enable the layer that supports EMGD graphics add the 69If you want to enable the layer that supports EMGD graphics add the
@@ -73,10 +73,10 @@ following to the local.conf file:
73 73
74The 'crownbay' machine includes the emgd-driver-bin package, which has 74The 'crownbay' machine includes the emgd-driver-bin package, which has
75a proprietary license that must be whitelisted by adding the string 75a proprietary license that must be whitelisted by adding the string
76"license_emgd-driver-bin_1.10" to the LICENSE_FLAGS_WHITELIST variable 76"license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable
77in your local.conf. For example: 77in your local.conf. For example:
78 78
79 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10" 79 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14"
80 80
81If you want to enable the layer that does not support EMGD graphics 81If you want to enable the layer that does not support EMGD graphics
82add the following to the local.conf file: 82add the following to the local.conf file: