mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
0f0075d090
commit
808eb778d5
|
@ -144,8 +144,8 @@ $ rpm2cpio emgd-bin-2032-1.6.i586.rpm > emgd-bin-2032-1.6.i586.cpio
|
|||
$ mkdir extracted; cd extracted
|
||||
$ cpio -idv < ../emgd-bin-2032-1.6.i586.cpio
|
||||
|
||||
Finally, you can copy the xorg-xserver binaries to the
|
||||
emgd-driver-bin-1.8 directory in meta-intel/common:
|
||||
You can now copy the xorg-xserver binaries to the emgd-driver-bin-1.8
|
||||
directory in meta-intel/common:
|
||||
|
||||
$ cp -a usr/lib meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8
|
||||
|
||||
|
@ -153,10 +153,25 @@ You also need to copy the IEMGD License.txt file to the same directory:
|
|||
|
||||
$ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8
|
||||
|
||||
Additionally, you should remove the following unused file from the
|
||||
emgd binaries in order to avoid a packaging error at build-time:
|
||||
|
||||
$ rm meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8/lib/dri/emgd_drv_video.so
|
||||
Finally, you need to extract and copy the video plugins to the
|
||||
emgd-driver-bin-1.8 directory in meta-intel/common:
|
||||
|
||||
$ cd IEMGD_HEAD_Linux/common/video_plugin
|
||||
$ rpm2cpio gst-plugins-mixvideo-0.10.30-1.i586.rpm > gst-plugins-mixvideo-0.10.30-1.i586.cpio
|
||||
$ rpm2cpio gst-plugins-va-0.10.7MFLD-1.i586.rpm > gst-plugins-va-0.10.7MFLD-1.i586.cpio
|
||||
$ rpm2cpio gst-vabuffer-0.10.5MFLD-1.i586.rpm > gst-vabuffer-0.10.5MFLD-1.i586.cpio
|
||||
$ rpm2cpio mixcommon-0.1.9-1.i586.rpm > mixcommon-0.1.9-1.i586.cpio
|
||||
$ rpm2cpio mixvbp-0.1.24-1.i586.rpm > mixvbp-0.1.24-1.i586.cpio
|
||||
$ rpm2cpio mixvideo-0.1.31-1.i586.rpm > mixvideo-0.1.31-1.i586.cpio
|
||||
$ mkdir extracted; cd extracted
|
||||
$ cpio -idv < ../gst-plugins-mixvideo-0.10.30-1.i586.cpio
|
||||
$ cpio -idv < ../gst-plugins-va-0.10.7MFLD-1.i586.cpio
|
||||
$ cpio -idv < ../gst-vabuffer-0.10.5MFLD-1.i586.cpio
|
||||
$ cpio -idv < ../mixcommon-0.1.9-1.i586.cpio
|
||||
$ cpio -idv < ../mixvbp-0.1.24-1.i586.cpio
|
||||
$ cpio -idv < ../mixvideo-0.1.31-1.i586.cpio
|
||||
$ rm usr/lib/*.so.0
|
||||
$ cp -a usr/lib meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8
|
||||
|
||||
At this point, you should be able to build meta-crownbay images as usual.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user