summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sys940x/README')
-rw-r--r--meta-sys940x/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-sys940x/README b/meta-sys940x/README
index 75bd7e00..be5bc0fc 100644
--- a/meta-sys940x/README
+++ b/meta-sys940x/README
@@ -79,7 +79,7 @@ between BSPs) e.g.:
79The meta-sys940x layer contains support for two different machine 79The meta-sys940x layer contains support for two different machine
80configurations. These configurations are identical except for the fact 80configurations. These configurations are identical except for the fact
81that the one prefixed with 'sys940x' makes use of the Intel-proprietary 81that the one prefixed with 'sys940x' makes use of the Intel-proprietary
82EMGD 1.10 graphics driver, while the one prefixed with 'sys940x-noemgd' 82EMGD graphics driver, while the one prefixed with 'sys940x-noemgd'
83does not. 83does not.
84 84
85If you want to enable the layer that supports EMGD graphics add the 85If you want to enable the layer that supports EMGD graphics add the
@@ -89,10 +89,10 @@ following to the local.conf file:
89 89
90The 'sys940x' machine includes the emgd-driver-bin package, which has a 90The 'sys940x' machine includes the emgd-driver-bin package, which has a
91proprietary license that must be whitelisted by adding the string 91proprietary license that must be whitelisted by adding the string
92"license_emgd-driver-bin_1.10" to the LICENSE_FLAGS_WHITELIST variable 92"license_emgd-driver-bin" to the LICENSE_FLAGS_WHITELIST variable
93in your local.conf. For example: 93in your local.conf. For example:
94 94
95 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10" 95 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
96 96
97If you want to enable the layer that does not support EMGD graphics 97If you want to enable the layer that does not support EMGD graphics
98add the following to the local.conf file: 98add the following to the local.conf file:
@@ -114,7 +114,7 @@ added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf.
114 114
115For example: 115For example:
116 116
117 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10 commercial" 117 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin commercial"
118 118
119The reason this is needed is to prevent the image from including 119The reason this is needed is to prevent the image from including
120anything that might violate the license terms of the packages used to 120anything that might violate the license terms of the packages used to