summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/README')
-rw-r--r--meta-emenlow/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-emenlow/README b/meta-emenlow/README
index b8b42107..6cc06fe6 100644
--- a/meta-emenlow/README
+++ b/meta-emenlow/README
@@ -83,7 +83,7 @@ common metadata shared between BSPs) e.g.:
83 yocto/meta-intel/meta-emenlow \ 83 yocto/meta-intel/meta-emenlow \
84 84
85The meta-emenlow layer contains support for the 'emenlow' machine 85The meta-emenlow layer contains support for the 'emenlow' machine
86configuration, which makes use of the Intel-proprietary EMGD 1.14 86configuration, which makes use of the Intel-proprietary EMGD 1.16
87graphics driver. 87graphics driver.
88 88
89To enable the emenlow layer, add the emenlow MACHINE to local.conf: 89To enable the emenlow layer, add the emenlow MACHINE to local.conf:
@@ -92,10 +92,10 @@ To enable the emenlow layer, add the emenlow MACHINE to local.conf:
92 92
93The 'emenlow' machine includes the emgd-driver-bin package, which has 93The 'emenlow' machine includes the emgd-driver-bin package, which has
94a proprietary license that must be whitelisted by adding the string 94a proprietary license that must be whitelisted by adding the string
95"license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable 95"license_emgd-driver-bin_1.16" to the LICENSE_FLAGS_WHITELIST variable
96in your local.conf. For example: 96in your local.conf. For example:
97 97
98 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" 98 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16"
99 99
100You should then be able to build an emenlow image as such: 100You should then be able to build an emenlow image as such:
101 101