All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] fix emgd driver issue
@ 2012-07-12  9:35 nitin.a.kamble
  2012-07-12  9:35 ` [PATCH 1/1] ia32-base.inc: also take -dev package of emgd nitin.a.kamble
  0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2012-07-12  9:35 UTC (permalink / raw)
  To: yocto

From: Nitin A Kamble <nitin.a.kamble@intel.com>

with the v3.2 kernel on crownbay x-server is failing with error
of "missing emgd driver". I root caused it to some of the files missing form the emgd 
driver. this commits makes bring these missing files in the rootfs.

Thanks,
Nitin

The following changes since commit ae18053df8d2b176b4f714bc5a826276f3fcbfad:

  linux-firmware: update md5sum for LICENCE.iwlwifi_firmware (2012-07-11 19:06:58 -0500)

are available in the git repository at:
  git://git.yoctoproject.org/meta-intel-contrib nitin/work
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/work

Nitin A Kamble (1):
  ia32-base.inc: also take -dev package of emgd

 conf/machine/include/ia32-base.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
1.7.3.4



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

* [PATCH 1/1] ia32-base.inc: also take -dev package of emgd
  2012-07-12  9:35 [PATCH 0/1] fix emgd driver issue nitin.a.kamble
@ 2012-07-12  9:35 ` nitin.a.kamble
  2012-07-12 17:19   ` Chris Larson
  0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2012-07-12  9:35 UTC (permalink / raw)
  To: yocto

From: Nitin A Kamble <nitin.a.kamble@intel.com>

emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev
& emgd-driver-bin-dbg packages. For emgd driver to work it also need
library files from emgd-driver-bin-dev package. This change makes sure
this -dev package is also added for emgd driver.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 conf/machine/include/ia32-base.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 99ac352..7d9413a 100644
--- a/conf/machine/include/ia32-base.inc
+++ b/conf/machine/include/ia32-base.inc
@@ -57,6 +57,7 @@ XSERVER_IA32_I965 = "xf86-video-intel \
            "
 
 XSERVER_IA32_EMGD = "emgd-driver-bin \
+                     emgd-driver-bin-dev \
            "
 
 XSERVER_IA32_VESA = "xf86-video-vesa"
-- 
1.7.3.4



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

* Re: [PATCH 1/1] ia32-base.inc: also take -dev package of emgd
  2012-07-12  9:35 ` [PATCH 1/1] ia32-base.inc: also take -dev package of emgd nitin.a.kamble
@ 2012-07-12 17:19   ` Chris Larson
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Larson @ 2012-07-12 17:19 UTC (permalink / raw)
  To: nitin.a.kamble; +Cc: yocto

On Thu, Jul 12, 2012 at 2:35 AM,  <nitin.a.kamble@intel.com> wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev
> & emgd-driver-bin-dbg packages. For emgd driver to work it also need
> library files from emgd-driver-bin-dev package. This change makes sure
> this -dev package is also added for emgd driver.

This seems questionable. If the driver requires those libraries, they
should probably be moved out of -dev, no?
-- 
Christopher Larson


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

end of thread, other threads:[~2012-07-12 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12  9:35 [PATCH 0/1] fix emgd driver issue nitin.a.kamble
2012-07-12  9:35 ` [PATCH 1/1] ia32-base.inc: also take -dev package of emgd nitin.a.kamble
2012-07-12 17:19   ` Chris Larson

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.