summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/README
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-12-03 12:35:56 -0800
committerTom Zanussi <tom.zanussi@intel.com>2012-12-03 18:16:45 -0600
commitcb34a2d77df75d4c020334804b74fd897eea5c62 (patch)
tree5361f8138739f69d3a5249f8224596addf3b1cec /meta-emenlow/README
parentf632252c367610c01793cc7067cd961c8f305dad (diff)
downloadmeta-intel-cb34a2d77df75d4c020334804b74fd897eea5c62.tar.gz
eMenlow README: add text to specify the licensing need of EMGD
This commit adds information about specifying this line LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" in local.conf to get the EMGD support enabled for the BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/README')
-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