From b966b769aa388dc3cdce4bb1f68c987647b922ca Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 21 Jan 2013 14:57:03 -0800 Subject: emenlow: use emgd 1.16 driver for graphics Move from 1.14 version to 1.16 version of the emgd driver for graphics support. Signed-off-by: Nitin A Kamble Acked-by: Darren Hart Signed-off-by: Tom Zanussi --- meta-emenlow/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-emenlow/README') 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.: yocto/meta-intel/meta-emenlow \ The meta-emenlow layer contains support for the 'emenlow' machine -configuration, which makes use of the Intel-proprietary EMGD 1.14 +configuration, which makes use of the Intel-proprietary EMGD 1.16 graphics driver. To 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: The 'emenlow' machine includes the emgd-driver-bin package, which has a proprietary license that must be whitelisted by adding the string -"license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable +"license_emgd-driver-bin_1.16" to the LICENSE_FLAGS_WHITELIST variable in your local.conf. For example: - LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" + LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16" You should then be able to build an emenlow image as such: -- cgit v1.2.3-54-g00ecf