summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-crownbay/README27
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
147Finally, you can copy the xorg-xserver binaries to the 147You can now copy the xorg-xserver binaries to the emgd-driver-bin-1.8
148emgd-driver-bin-1.8 directory in meta-intel/common: 148directory 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
156Additionally, you should remove the following unused file from the 156Finally, you need to extract and copy the video plugins to the
157emgd binaries in order to avoid a packaging error at build-time: 157emgd-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
161At this point, you should be able to build meta-crownbay images as usual. 176At this point, you should be able to build meta-crownbay images as usual.
162 177