summaryrefslogtreecommitdiffstats
path: root/meta-fri2
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-20 17:03:13 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-25 14:52:36 -0500
commitb5c9f0af18b80c2b4c478fd7cfb537e0a04a4e22 (patch)
treee33561af8fb9dc4c649eecbf11bd1ff91a0f75f8 /meta-fri2
parenta0488bd1b856abe56ec6ae6eb9ac9a3ada393656 (diff)
downloadmeta-intel-b5c9f0af18b80c2b4c478fd7cfb537e0a04a4e22.tar.gz
meta-fri2: README correction
In the instructions for manually extracting the binaries from the EMGD Linux tarball, an additional step for removing the emgd_drv_video shared library is necessary; this adds it for fri2. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fri2')
-rw-r--r--meta-fri2/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-fri2/README b/meta-fri2/README
index 29f26183..4dc135b3 100644
--- a/meta-fri2/README
+++ b/meta-fri2/README
@@ -124,6 +124,15 @@ You also need to copy the IEMGD License.txt file to the same directory:
124 124
125$ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8 125$ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8
126 126
127Additionally, you should remove the following unused file from the
128emgd binaries in order to avoid a packaging error at build-time:
129
130$ rm meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8/lib/dri/emgd_drv_video.so
131
132Finally, you need to remove the following file:
133
134$ rm meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8/lib/dri/emgd_drv_video.so
135
127At this point, you should be able to build meta-fri2 images as usual. 136At this point, you should be able to build meta-fri2 images as usual.
128 137
129 138