diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-21 15:43:49 +0100 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-02-12 10:09:55 -0600 |
commit | 763ef17ff313acb03ec8117eb64bc8552e408dab (patch) | |
tree | e1a0b1e16237175ff9dd4a95acf494bb48b3154a | |
parent | d3f491276519fa30fb2ce9dbdd3dd2591fa27558 (diff) | |
download | meta-intel-763ef17ff313acb03ec8117eb64bc8552e408dab.tar.gz |
meta-fri2: update README to match current emgd driver version
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-fri2/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-fri2/README b/meta-fri2/README index af33c0bc..b90613d9 100644 --- a/meta-fri2/README +++ b/meta-fri2/README | |||
@@ -93,7 +93,7 @@ bblayers.conf, e.g.: | |||
93 | The meta-fri2 layer contains support for two different machine | 93 | The meta-fri2 layer contains support for two different machine |
94 | configurations. These configurations are identical except for the fact | 94 | configurations. These configurations are identical except for the fact |
95 | that the one prefixed with 'fri2' makes use of the Intel-proprietary | 95 | that the one prefixed with 'fri2' makes use of the Intel-proprietary |
96 | EMGD 1.10 graphics driver, while the one prefixed with 'fri2-noemgd' | 96 | EMGD 1.14 graphics driver, while the one prefixed with 'fri2-noemgd' |
97 | does not. | 97 | does not. |
98 | 98 | ||
99 | If you want to enable the layer that supports EMGD graphics add the | 99 | If you want to enable the layer that supports EMGD graphics add the |
@@ -103,10 +103,10 @@ following to the local.conf file: | |||
103 | 103 | ||
104 | The 'fri2' machine includes the emgd-driver-bin package, which has a | 104 | The 'fri2' machine includes the emgd-driver-bin package, which has a |
105 | proprietary license that must be whitelisted by adding the string | 105 | proprietary license that must be whitelisted by adding the string |
106 | "license_emgd-driver-bin_1.10" to the LICENSE_FLAGS_WHITELIST variable | 106 | "license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable |
107 | in your local.conf. For example: | 107 | in your local.conf. For example: |
108 | 108 | ||
109 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10" | 109 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" |
110 | 110 | ||
111 | If you want to enable the layer that does not support EMGD graphics | 111 | If you want to enable the layer that does not support EMGD graphics |
112 | add the following to the local.conf file: | 112 | add the following to the local.conf file: |
@@ -128,7 +128,7 @@ added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf. | |||
128 | 128 | ||
129 | For example: | 129 | For example: |
130 | 130 | ||
131 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10 commercial" | 131 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14 commercial" |
132 | 132 | ||
133 | The reason this is needed is to prevent the image from including | 133 | The reason this is needed is to prevent the image from including |
134 | anything that might violate the license terms of the packages used to | 134 | anything that might violate the license terms of the packages used to |