[meta-intel] Poky and meta-intel window manager

2014-11-04 Thread Anuj Mittal
I'm trying to build core-image-sato-sdk with meta-intel for Intel
valleyview.

Is there a way I can have a different interface than sato? I've an
application that displays in tiles which, it looks like, won't work with
the sato  matchbox available in poky.

Thank you.

Anuj
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] core-image-sato-sdk64-bit is not working on Intel bakersport board

2014-11-04 Thread Ong, Boon Leong
HI Rahul,
Thanks for your email. Would you please create an defect ticket 
under https://bugzilla.yoctoproject.org/index.cgi
Please provide as clear information as possible, such as the 
BIOS version and steps that you are using to create the issue.
Rebecca who is CC’ed should be assigned to this since she is 
the maintainer for this BSP.

Thanks.
Boon Leong
Intel IOTG

From: meta-intel-boun...@yoctoproject.org 
[mailto:meta-intel-boun...@yoctoproject.org] On Behalf Of Rahul Gupta
Sent: Tuesday, November 4, 2014 5:43 PM
To: meta-intel@yoctoproject.org
Subject: [meta-intel] core-image-sato-sdk64-bit is not working on Intel 
bakersport board

Hi,
I have tried yotcto poky(core-image-sato-sdk, Valleyisland-64 bit) image on 
intel bakersport board and I found that  It is not working with it. I found 
bootloader issue with this image.
But your 32bit images are working fine.
I tried the images given in the link
https://www.yoctoproject.org/downloads/bsps/daisy161/valley-island-64-bithttps://mail.hcl.com/owa/redir.aspx?C=TrO4fDSTGEO6f6WPq_lBbLHA0paqy9EICTOb80zew835ysAhthQ8wKsU7eNMwH6v5a4zvAJyMnU.URL=https%3a%2f%2fwww.yoctoproject.org%2fdownloads%2fbsps%2fdaisy161%2fvalley-island-64-bit

Download 
valleyisland-1.0-daisy-1.6.1.tar.bz2https://mail.hcl.com/owa/redir.aspx?C=TrO4fDSTGEO6f6WPq_lBbLHA0paqy9EICTOb80zew835ysAhthQ8wKsU7eNMwH6v5a4zvAJyMnU.URL=http%3a%2f%2fdownloads.yoctoproject.org%2freleases%2fyocto%2fyocto-1.6.1%2fmachines%2fvalleyisland%2fvalleyisland-1.0-daisy-1.6.1.tar.bz2

 and i found that it 32 bit image is working but 64bit is not working
please prove the solution

BRs
rahul kumar


-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH] intel-gpu-tools: add missing build-dependencies

2014-11-04 Thread Darren Hart
Thanks for the fix Ross!
Was this manifesting as a racy build failure?

On 11/3/14 15:50, Ross Burton wrote:
 Signed-off-by: Ross Burton ross.bur...@intel.com
 ---
  common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb 
 b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb
 index 8c234ec..d54d020 100644
 --- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb
 +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb
 @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = 
 115475b528c78d67741ae6cbedfbfced1d471b356140e48245cbad8fdf
  
  LIC_FILES_CHKSUM = file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd
  
 -DEPENDS += libdrm libpciaccess cairo udev glib-2.0
 +DEPENDS += libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext 
 libxrandr
  
  EXTRA_OECONF = --disable-nouveau --disable-shader-debugger --disable-dumper
  COMPATIBLE_HOST = (x86_64.*|i.86.*)-linux
 

-- 
Darren Hart
Intel Open Source Technology Center
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH] intel-gpu-tools: add missing build-dependencies

2014-11-04 Thread Burton, Ross
On 4 November 2014 16:53, Darren Hart dvh...@linux.intel.com wrote:

 Was this manifesting as a racy build failure?


Nope, new QA warnings.  Presumably it's gone unnoticed as only the
autobuilder does world builds, and nobody bothers checking those for
warnings.

Ross
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH] intel-gpu-tools: add missing build-dependencies

2014-11-04 Thread Darren Hart


On 11/4/14 9:55, Burton, Ross wrote:
 On 4 November 2014 17:54, Burton, Ross ross.bur...@intel.com wrote:
 
 Was this manifesting as a racy build failure?


 Nope, new QA warnings.  Presumably it's gone unnoticed as only the
 autobuilder does world builds, and nobody bothers checking those for
 warnings.

 
 I should add that yes a racy build failure is exactly the way it *could*
 fail, which is why there's a new QA warning for it in dizzy.
 

OK, having that in the commit message would expedite pulling it into the
tree :-)

Again, thanks for catching it and sending the patch.

-- 
Darren Hart
Intel Open Source Technology Center
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH 1/1] meta-emenlow: Update linux-yocto_3.17 SRCREVs to v3.17.1

2014-11-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com

Use the latest HEADs of the git branches from the linux-yocto v3.17
kernel repository.

Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com
---
 common/recipes-kernel/linux/linux-yocto_3.17.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/recipes-kernel/linux/linux-yocto_3.17.bbappend 
b/common/recipes-kernel/linux/linux-yocto_3.17.bbappend
index 72cff48..dcb0740 100644
--- a/common/recipes-kernel/linux/linux-yocto_3.17.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_3.17.bbappend
@@ -5,7 +5,7 @@ KERNEL_FEATURES_INTEL_COMMON += features/amt/mei/mei.scc
 
 LINUX_VERSION_core2-32-intel-common = 3.17.1
 COMPATIBLE_MACHINE_core2-32-intel-common = ${MACHINE}
-SRCREV_meta_core2-32-intel-common = 229ce533868773f201f9ab36e2b4248b381309ec
+SRCREV_meta_core2-32-intel-common = b86dd5c6f4d87cc4d8097ab8ffa445ef6d4b4ccf
 SRCREV_machine_core2-32-intel-common = 
0caf16d38536e3dec8a02ea657e1960f1216f174
 KMACHINE_core2-32-intel-common = intel-core2-32
 KBRANCH_core2-32-intel-common = standard/base
@@ -13,7 +13,7 @@ KERNEL_FEATURES_append_core2-32-intel-common = 
${KERNEL_FEATURES_INTEL_COMMON}
 
 LINUX_VERSION_corei7-64-intel-common = 3.17.1
 COMPATIBLE_MACHINE_corei7-64-intel-common = ${MACHINE}
-SRCREV_meta_corei7-64-intel-common = 229ce533868773f201f9ab36e2b4248b381309ec
+SRCREV_meta_corei7-64-intel-common = b86dd5c6f4d87cc4d8097ab8ffa445ef6d4b4ccf
 SRCREV_machine_corei7-64-intel-common = 
0caf16d38536e3dec8a02ea657e1960f1216f174
 KMACHINE_corei7-64-intel-common = intel-corei7-64
 KBRANCH_corei7-64-intel-common = standard/base
-- 
1.8.1.4

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel