mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
meta-fri2: update README to match current emgd driver version
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
92a8b18dbd
commit
a3eef7790f
|
|
@ -93,7 +93,7 @@ bblayers.conf, e.g.:
|
|||
The meta-fri2 layer contains support for two different machine
|
||||
configurations. These configurations are identical except for the fact
|
||||
that the one prefixed with 'fri2' makes use of the Intel-proprietary
|
||||
EMGD 1.10 graphics driver, while the one prefixed with 'fri2-noemgd'
|
||||
EMGD 1.14 graphics driver, while the one prefixed with 'fri2-noemgd'
|
||||
does not.
|
||||
|
||||
If you want to enable the layer that supports EMGD graphics add the
|
||||
|
|
@ -103,10 +103,10 @@ following to the local.conf file:
|
|||
|
||||
The 'fri2' 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.10" to the LICENSE_FLAGS_WHITELIST variable
|
||||
"license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable
|
||||
in your local.conf. For example:
|
||||
|
||||
LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10"
|
||||
LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14"
|
||||
|
||||
If you want to enable the layer that does not support EMGD graphics
|
||||
add the following to the local.conf file:
|
||||
|
|
@ -128,7 +128,7 @@ added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf.
|
|||
|
||||
For example:
|
||||
|
||||
LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10 commercial"
|
||||
LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14 commercial"
|
||||
|
||||
The reason this is needed is to prevent the image from including
|
||||
anything that might violate the license terms of the packages used to
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user