* [PATCH 0/1] Fix a dependency issue for sys940x
@ 2012-08-14 7:07 nitin.a.kamble
2012-08-14 7:07 ` [PATCH 1/1] sys940x: fix libva dependency issues nitin.a.kamble
0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2012-08-14 7:07 UTC (permalink / raw)
To: darren.hart, yocto
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This is for the denzil branch in the meta-intel repository.
The following changes since commit a1a32b20ee7677f05cc01ab7428f256127657e98:
fri2: Update README (2012-07-30 16:24:01 -0700)
are available in the git repository at:
git://git.yoctoproject.org/meta-intel-contrib nitin/denzil+work
http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/denzil+work
Nitin A Kamble (1):
sys940x: fix libva dependency issues
meta-sys940x/conf/machine/sys940x.conf | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] sys940x: fix libva dependency issues
2012-08-14 7:07 [PATCH 0/1] Fix a dependency issue for sys940x nitin.a.kamble
@ 2012-08-14 7:07 ` nitin.a.kamble
2012-08-15 15:10 ` Darren Hart
0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2012-08-14 7:07 UTC (permalink / raw)
To: darren.hart, yocto
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This fixes bug:
[YOCTO #2946]
Avoids these errors:
| error: Failed dependencies:
| libva.so.1 is needed by libegl1-1.10-r0.core2
| libva-tpi.so.1 is needed by libegl1-1.10-r0.core2
| libva-x11.so.1 is needed by libegl1-1.10-r0.core2
NOTE: package core-image-sato-sdk-1.0-r0: task do_rootfs: Failed
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-sys940x/conf/machine/sys940x.conf | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 58e2ba1..18f769d 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -8,7 +8,7 @@ require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
# Add "pcbios" if you have a non-efi version of the firmware
-MACHINE_FEATURES += "efi pcbios"
+MACHINE_FEATURES += "efi pcbios gst-va-mixvideo"
PREFERRED_VERSION_linux-yocto ?= "3.2%"
@@ -23,3 +23,7 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"
+
+VA_FEATURES ?= "gst-va-intel va-intel"
+
+MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] sys940x: fix libva dependency issues
2012-08-14 7:07 ` [PATCH 1/1] sys940x: fix libva dependency issues nitin.a.kamble
@ 2012-08-15 15:10 ` Darren Hart
0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2012-08-15 15:10 UTC (permalink / raw)
To: nitin.a.kamble; +Cc: yocto
On 08/14/2012 12:07 AM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> This fixes bug:
> [YOCTO #2946]
>
> Avoids these errors:
> | error: Failed dependencies:
> | libva.so.1 is needed by libegl1-1.10-r0.core2
> | libva-tpi.so.1 is needed by libegl1-1.10-r0.core2
> | libva-x11.so.1 is needed by libegl1-1.10-r0.core2
> NOTE: package core-image-sato-sdk-1.0-r0: task do_rootfs: Failed
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Merged, Thanks.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-15 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 7:07 [PATCH 0/1] Fix a dependency issue for sys940x nitin.a.kamble
2012-08-14 7:07 ` [PATCH 1/1] sys940x: fix libva dependency issues nitin.a.kamble
2012-08-15 15:10 ` Darren Hart
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.