diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-07-16 10:04:41 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-07-19 13:41:49 -0500 |
| commit | 070abb943e5b28e52930619e87a947ae11065a7a (patch) | |
| tree | 3d6ad31bfa7870851bf8fb60ee683378d6bf7aeb | |
| parent | 2edd04f6df29c7d4b239e990c2aaa2771459e3c8 (diff) | |
| download | meta-intel-070abb943e5b28e52930619e87a947ae11065a7a.tar.gz | |
crownbay: update to use emgd 1.18 user recipe
Updating the crownbay bsp to use version 1.18 of emgd userland recipe.
Update emgd version in the README
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-crownbay/README | 10 | ||||
| -rw-r--r-- | meta-crownbay/conf/machine/crownbay.conf | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README index 4b539b60..a10ea7eb 100644 --- a/meta-crownbay/README +++ b/meta-crownbay/README | |||
| @@ -6,7 +6,7 @@ The Crown Bay platform consists of the Intel Atom E6xx processor, | |||
| 6 | plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff). | 6 | plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff). |
| 7 | 7 | ||
| 8 | It also supports the E6xx embedded on-chip graphics via the Intel | 8 | It also supports the E6xx embedded on-chip graphics via the Intel |
| 9 | Embedded Media and Graphics Driver (EMGD) 1.16 Driver. | 9 | Embedded Media and Graphics Driver (EMGD) 1.18 Driver. |
| 10 | 10 | ||
| 11 | Further information on the platforms supported by this BSP can be | 11 | Further information on the platforms supported by this BSP can be |
| 12 | found here: | 12 | found here: |
| @@ -81,7 +81,7 @@ common metadata shared between BSPs) e.g.: | |||
| 81 | The meta-crownbay layer contains support for two different machine | 81 | The meta-crownbay layer contains support for two different machine |
| 82 | configurations. These configurations are identical except for the fact | 82 | configurations. These configurations are identical except for the fact |
| 83 | that the one prefixed with 'crownbay' makes use of the | 83 | that the one prefixed with 'crownbay' makes use of the |
| 84 | Intel-proprietary EMGD 1.16 graphics driver, while the one prefixed | 84 | Intel-proprietary EMGD 1.18 graphics driver, while the one prefixed |
| 85 | with 'crownbay-noemgd' does not. | 85 | with 'crownbay-noemgd' does not. |
| 86 | 86 | ||
| 87 | If you want to enable the layer that supports EMGD graphics add the | 87 | If you want to enable the layer that supports EMGD graphics add the |
| @@ -91,10 +91,10 @@ following to the local.conf file: | |||
| 91 | 91 | ||
| 92 | The 'crownbay' machine includes the emgd-driver-bin package, which has | 92 | The 'crownbay' machine includes the emgd-driver-bin package, which has |
| 93 | a proprietary license that must be whitelisted by adding the string | 93 | a proprietary license that must be whitelisted by adding the string |
| 94 | "license_emgd-driver-bin_1.16" to the LICENSE_FLAGS_WHITELIST variable | 94 | "license_emgd-driver-bin_1.18" to the LICENSE_FLAGS_WHITELIST variable |
| 95 | in your local.conf. For example: | 95 | in your local.conf. For example: |
| 96 | 96 | ||
| 97 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16" | 97 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" |
| 98 | 98 | ||
| 99 | If you want to enable the layer that does not support EMGD graphics | 99 | If you want to enable the layer that does not support EMGD graphics |
| 100 | add the following to the local.conf file: | 100 | add the following to the local.conf file: |
| @@ -116,7 +116,7 @@ added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf. | |||
| 116 | 116 | ||
| 117 | For example: | 117 | For example: |
| 118 | 118 | ||
| 119 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16 commercial" | 119 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin commercial" |
| 120 | 120 | ||
| 121 | The reason this is needed is to prevent the image from including | 121 | The reason this is needed is to prevent the image from including |
| 122 | anything that might violate the license terms of the packages used to | 122 | anything that might violate the license terms of the packages used to |
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index fa061100..35ff86f1 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf | |||
| @@ -27,7 +27,7 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | |||
| 27 | PREFERRED_VERSION_mesa ?= "9.1.3" | 27 | PREFERRED_VERSION_mesa ?= "9.1.3" |
| 28 | PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" | 28 | PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" |
| 29 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | 29 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" |
| 30 | PREFERRED_VERSION_emgd-driver-bin ?= "1.16" | 30 | PREFERRED_VERSION_emgd-driver-bin ?= "1.18" |
| 31 | PREFERRED_VERSION_libva ?= "1.0.16" | 31 | PREFERRED_VERSION_libva ?= "1.0.16" |
| 32 | 32 | ||
| 33 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" | 33 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" |
