All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meta-intel: a couple README fixes
@ 2011-10-25 20:15 tom.zanussi
  2011-10-25 20:15 ` [PATCH 1/2] meta-crownbay: README correction tom.zanussi
  2011-10-25 20:15 ` [PATCH 2/2] meta-fri2: " tom.zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: tom.zanussi @ 2011-10-25 20:15 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This adds a missed step to the READMEs for the manual version of the EMGD
setup for fri2 and crownbay.

The BSP tarballs for these, which would normally be what users would download
and use, don't need these instructions - this is only for users who would
manually extract the binaries from the EGMD tarball/rpm.

These README changes should be pulled into both edison and master.

The following changes since commit d531816b6d986e8a7ff3f827e86e53aba30c6cfb:
  Tom Zanussi (1):
        meta-jasperforest: add xserver-xorg bbappend

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/emgd-docfix-v0
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/emgd-docfix-v0

Tom Zanussi (2):
  meta-crownbay: README correction
  meta-fri2: README correction

 meta-crownbay/README |    5 +++++
 meta-fri2/README     |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] meta-crownbay: README correction
  2011-10-25 20:15 [PATCH 0/2] meta-intel: a couple README fixes tom.zanussi
@ 2011-10-25 20:15 ` tom.zanussi
  2011-10-25 20:15 ` [PATCH 2/2] meta-fri2: " tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-10-25 20:15 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

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>
---
 meta-crownbay/README |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta-crownbay/README b/meta-crownbay/README
index 439b8c7..de9f1f1 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:
 
 $ 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
+
 At this point, you should be able to build meta-crownbay images as usual.
 
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] meta-fri2: README correction
  2011-10-25 20:15 [PATCH 0/2] meta-intel: a couple README fixes tom.zanussi
  2011-10-25 20:15 ` [PATCH 1/2] meta-crownbay: README correction tom.zanussi
@ 2011-10-25 20:15 ` tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-10-25 20:15 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

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>
---
 meta-fri2/README |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/meta-fri2/README b/meta-fri2/README
index 29f2618..4dc135b 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:
 
 $ 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 remove the following file:
+
+$ rm meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8/lib/dri/emgd_drv_video.so
+
 At this point, you should be able to build meta-fri2 images as usual.
 
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-25 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 20:15 [PATCH 0/2] meta-intel: a couple README fixes tom.zanussi
2011-10-25 20:15 ` [PATCH 1/2] meta-crownbay: README correction tom.zanussi
2011-10-25 20:15 ` [PATCH 2/2] meta-fri2: " tom.zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.