diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-28 10:28:55 -0600 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-12-01 22:21:30 -0600 |
| commit | 808eb778d58cdeecdb2bfa6987c0ed35ee4756b0 (patch) | |
| tree | a6a7a2c7bb19ab6e44973fcab1cfe52e02f75eb5 | |
| parent | 0f0075d0905a72221a735b6f3aa65982eabb930d (diff) | |
| download | meta-intel-808eb778d58cdeecdb2bfa6987c0ed35ee4756b0.tar.gz | |
meta-crownbay: update README with EMGD video plugin instructions
Adding support for video acceleration means some new components need
to be installed - update the instructions to reflect that.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-crownbay/README | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README index e1cf28d2..65289f71 100644 --- a/meta-crownbay/README +++ b/meta-crownbay/README | |||
| @@ -144,8 +144,8 @@ $ rpm2cpio emgd-bin-2032-1.6.i586.rpm > emgd-bin-2032-1.6.i586.cpio | |||
| 144 | $ mkdir extracted; cd extracted | 144 | $ mkdir extracted; cd extracted |
| 145 | $ cpio -idv < ../emgd-bin-2032-1.6.i586.cpio | 145 | $ cpio -idv < ../emgd-bin-2032-1.6.i586.cpio |
| 146 | 146 | ||
| 147 | Finally, you can copy the xorg-xserver binaries to the | 147 | You can now copy the xorg-xserver binaries to the emgd-driver-bin-1.8 |
| 148 | emgd-driver-bin-1.8 directory in meta-intel/common: | 148 | directory in meta-intel/common: |
| 149 | 149 | ||
| 150 | $ cp -a usr/lib meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8 | 150 | $ cp -a usr/lib meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8 |
| 151 | 151 | ||
| @@ -153,10 +153,25 @@ You also need to copy the IEMGD License.txt file to the same directory: | |||
| 153 | 153 | ||
| 154 | $ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8 | 154 | $ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8 |
| 155 | 155 | ||
| 156 | Additionally, you should remove the following unused file from the | 156 | Finally, you need to extract and copy the video plugins to the |
| 157 | emgd binaries in order to avoid a packaging error at build-time: | 157 | emgd-driver-bin-1.8 directory in meta-intel/common: |
| 158 | 158 | ||
| 159 | $ rm meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8/lib/dri/emgd_drv_video.so | 159 | $ cd IEMGD_HEAD_Linux/common/video_plugin |
| 160 | $ rpm2cpio gst-plugins-mixvideo-0.10.30-1.i586.rpm > gst-plugins-mixvideo-0.10.30-1.i586.cpio | ||
| 161 | $ rpm2cpio gst-plugins-va-0.10.7MFLD-1.i586.rpm > gst-plugins-va-0.10.7MFLD-1.i586.cpio | ||
| 162 | $ rpm2cpio gst-vabuffer-0.10.5MFLD-1.i586.rpm > gst-vabuffer-0.10.5MFLD-1.i586.cpio | ||
| 163 | $ rpm2cpio mixcommon-0.1.9-1.i586.rpm > mixcommon-0.1.9-1.i586.cpio | ||
| 164 | $ rpm2cpio mixvbp-0.1.24-1.i586.rpm > mixvbp-0.1.24-1.i586.cpio | ||
| 165 | $ rpm2cpio mixvideo-0.1.31-1.i586.rpm > mixvideo-0.1.31-1.i586.cpio | ||
| 166 | $ mkdir extracted; cd extracted | ||
| 167 | $ cpio -idv < ../gst-plugins-mixvideo-0.10.30-1.i586.cpio | ||
| 168 | $ cpio -idv < ../gst-plugins-va-0.10.7MFLD-1.i586.cpio | ||
| 169 | $ cpio -idv < ../gst-vabuffer-0.10.5MFLD-1.i586.cpio | ||
| 170 | $ cpio -idv < ../mixcommon-0.1.9-1.i586.cpio | ||
| 171 | $ cpio -idv < ../mixvbp-0.1.24-1.i586.cpio | ||
| 172 | $ cpio -idv < ../mixvideo-0.1.31-1.i586.cpio | ||
| 173 | $ rm usr/lib/*.so.0 | ||
| 174 | $ cp -a usr/lib meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8 | ||
| 160 | 175 | ||
| 161 | At this point, you should be able to build meta-crownbay images as usual. | 176 | At this point, you should be able to build meta-crownbay images as usual. |
| 162 | 177 | ||
