summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-emenlow/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-emenlow/README b/meta-emenlow/README
index 148ee1e6..f867a514 100644
--- a/meta-emenlow/README
+++ b/meta-emenlow/README
@@ -77,10 +77,21 @@ common metadata shared between BSPs) e.g.:
77 yocto/meta-intel \ 77 yocto/meta-intel \
78 yocto/meta-intel/meta-emenlow \ 78 yocto/meta-intel/meta-emenlow \
79 79
80The meta-emenlow layer contains support for the 'emenlow' machine
81configuration, which makes use of the Intel-proprietary EMGD 1.14
82graphics driver.
83
80To enable the emenlow layer, add the emenlow MACHINE to local.conf: 84To enable the emenlow layer, add the emenlow MACHINE to local.conf:
81 85
82 MACHINE ?= "emenlow" 86 MACHINE ?= "emenlow"
83 87
88The 'emenlow' machine includes the emgd-driver-bin package, which has
89a proprietary license that must be whitelisted by adding the string
90"license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable
91in your local.conf. For example:
92
93 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14"
94
84You should then be able to build an emenlow image as such: 95You should then be able to build an emenlow image as such:
85 96
86 $ source oe-init-build-env 97 $ source oe-init-build-env