diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-20 17:03:13 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-02-22 11:55:45 -0600 |
commit | 8ace164d333b37ec832ad227de9259e594f93bcc (patch) | |
tree | 02855dae1e956c23ce777b7c46bab9fb758b83da /meta-fri2 | |
parent | bedbf9586554684bd5301bf7289d16d8c1780dfb (diff) | |
download | meta-intel-8ace164d333b37ec832ad227de9259e594f93bcc.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/README | 9 |
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 | ||
127 | Additionally, you should remove the following unused file from the | ||
128 | emgd 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 | |||
132 | Finally, 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 | |||
127 | At this point, you should be able to build meta-fri2 images as usual. | 136 | At this point, you should be able to build meta-fri2 images as usual. |
128 | 137 | ||
129 | 138 | ||