From 808eb778d58cdeecdb2bfa6987c0ed35ee4756b0 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 28 Nov 2011 10:28:55 -0600 Subject: 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 --- meta-crownbay/README | 27 +++++++++++++++++++++------ 1 file 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 $ 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. -- cgit v1.2.3-54-g00ecf