summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fri2/README8
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.:
93The meta-fri2 layer contains support for two different machine 93The meta-fri2 layer contains support for two different machine
94configurations. These configurations are identical except for the fact 94configurations. These configurations are identical except for the fact
95that the one prefixed with 'fri2' makes use of the Intel-proprietary 95that the one prefixed with 'fri2' makes use of the Intel-proprietary
96EMGD 1.10 graphics driver, while the one prefixed with 'fri2-noemgd' 96EMGD 1.14 graphics driver, while the one prefixed with 'fri2-noemgd'
97does not. 97does not.
98 98
99If you want to enable the layer that supports EMGD graphics add the 99If you want to enable the layer that supports EMGD graphics add the
@@ -103,10 +103,10 @@ following to the local.conf file:
103 103
104The 'fri2' machine includes the emgd-driver-bin package, which has a 104The 'fri2' machine includes the emgd-driver-bin package, which has a
105proprietary license that must be whitelisted by adding the string 105proprietary 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
107in your local.conf. For example: 107in 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
111If you want to enable the layer that does not support EMGD graphics 111If you want to enable the layer that does not support EMGD graphics
112add the following to the local.conf file: 112add 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
129For example: 129For 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
133The reason this is needed is to prevent the image from including 133The reason this is needed is to prevent the image from including
134anything that might violate the license terms of the packages used to 134anything that might violate the license terms of the packages used to