summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-20 17:01:39 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-25 14:46:20 -0500
commita0488bd1b856abe56ec6ae6eb9ac9a3ada393656 (patch)
treecca54905968e29756865072759267cfb7890fcef /meta-crownbay
parentd531816b6d986e8a7ff3f827e86e53aba30c6cfb (diff)
downloadmeta-intel-a0488bd1b856abe56ec6ae6eb9ac9a3ada393656.tar.gz
meta-crownbay: 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 crownbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay')
-rw-r--r--meta-crownbay/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README
index 439b8c70..de9f1f1c 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -122,6 +122,11 @@ You also need to copy the IEMGD License.txt file to the same directory:
122 122
123$ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8 123$ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8
124 124
125Additionally, you should remove the following unused file from the
126emgd binaries in order to avoid a packaging error at build-time:
127
128$ rm meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8/lib/dri/emgd_drv_video.so
129
125At this point, you should be able to build meta-crownbay images as usual. 130At this point, you should be able to build meta-crownbay images as usual.
126 131
127 132