[linux-yocto] [PATCH] meta: features/drm-gma500/drm-gma3600: add

2013-08-21 Thread Ross Burton
Add feature fragment for the GMA3600/GMA3650 GPU, as used in the Cedar Trail platform. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/cfg/kernel-cache/features/drm-gma500/drm-gma3600.cfg |1 + meta/cfg/kernel-cache/features/drm-gma500/drm-gma3600.scc |3 +++ 2 files changed, 4

[linux-yocto] [PATCH] meta: add genericx86 BSP

2013-08-21 Thread Ross Burton
This BSP aims at supporting a broad range of Intel platforms, from Atom up to Xeon. As such the kernel includes a range of drivers, and the corresponding machine configuration in meta-yocto-bsp includes a range of user-space drivers. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../bsp

Re: [yocto] [PATCH] buildset-config: build core-image-sato SDK

2013-07-01 Thread Ross Burton
On Fri, 2013-06-28 at 14:24 -0700, Khem Raj wrote: as an aside, if meta-toolchain is deprecated why should we carry meta-toolchain-gmae as well? it seems a special SDK only target. I think it will be better to have sdks from images all the time. Because the QA testing for Danny and likely

[yocto] [PATCH] buildset-config: build core-image-sato SDK

2013-06-27 Thread Ross Burton
The meta-toolchain* recipes are deprecated, so when building meta-toolchain-gmae also build the SDK for core-image-sato. Signed-off-by: Ross Burton ross.bur...@intel.com --- buildset-config/nightly-arm.conf |2 ++ buildset-config/nightly-fsl-arm.conf |2 ++ buildset-config/nightly

[yocto] [meta-intel][PATCH] intel-gpu-tools: add new package

2013-06-25 Thread Ross Burton
This package contains numerous useful tools for working with Intel GPUs. Add a patch to install intel_panel_fitter as it's genuinely useful and not just a debugging tool. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../intel-gpu-tools/files/install-fitter.patch | 26

[yocto] [meta-intel][PATCH] lms8: handle different host setups

2013-06-25 Thread Ross Burton
The configure script looks at the *host* environment to decide where to install the init script, so it's location at packaging time can change. Signed-off-by: Ross Burton ross.bur...@intel.com --- common/recipes-bsp/amt/lms8_8.0.0-7.bb |8 +++- 1 file changed, 7 insertions(+), 1 deletion

[yocto] [meta-intel][PATCH] meta-nuc: don't install lms8 as NUC doesn't support AMT

2013-06-25 Thread Ross Burton
The NUC doesn't support Active Management Technology, so don't install lms8 as part of the machine recommendations. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-nuc/conf/machine/nuc.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-nuc/conf/machine

Re: [yocto] boost qt-mobility-x11 added to core-image-sato

2013-04-04 Thread Ross Burton
Please remember to ensure the list is included in your replies, i.e. reply to all not reply to sender. On Wednesday, 3 April 2013 at 23:47, Edward Vidal wrote: Hello, I first want to thank Ross and Paul for pointing me in the direction of dev-manual. I was looking in the ref-manual this

Re: [yocto] Can't find guile-2.0

2013-03-20 Thread Ross Burton
On Wednesday, 20 March 2013 at 20:06, Paul D. DeRocco wrote: From: Burton, Ross Okay, try doing bitbake -c devshell autogen-native, and then running pkg-config --cflags --libs guile-2.0. That should produce errors, which may be more useful. Debugging over email is quite difficult. :(

Re: [yocto] Can't find guile-2.0

2013-03-20 Thread Ross Burton
On Wednesday, 20 March 2013 at 20:35, Paul D. DeRocco wrote: They're both current within the last few weeks. However, a bit of history: My goal was to add Samba, which is contained in the meta-oe layer of meta-openembedded, which also required adding the meta layer of openembedded-core. But I

Re: [yocto] Can't find guile-2.0

2013-03-20 Thread Ross Burton
On Wednesday, 20 March 2013 at 20:45, Paul D. DeRocco wrote: Okay, here goes... I'll let you know how it comes out, some time tomorrow. I'm compiling it on my lowly D2700. ;-) Oh my! If you wiped tmp/ but left sstate/, it shouldn't take that long. Ross

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Ross Burton
On Tuesday, 12 February 2013 at 09:14, Jukka Rissanen wrote: I am building a small network appliance for tethering purposes. I do not need graphics so I removed X support, also added systemd from meta-ivi and upgraded connman into latest 1.11 version, and also did some minor tweaks here and

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Ross Burton
On Tuesday, 12 February 2013 at 10:30, Burton, Ross wrote: On 12 February 2013 10:14, Jukka Rissanen jukka.rissa...@linux.intel.com (mailto:jukka.rissa...@linux.intel.com) wrote: At least the systemd version in initramfs is missing /etc/udev/rules.d/automount.rules

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Ross Burton
On Tuesday, 12 February 2013 at 13:17, Jukka Rissanen wrote: Thanks Ross! Adding RRECOMMENDS_${PN} = udev-extraconf to my systemd_git.bbappend allowed the device to boot. Great. I'll fix up systemd in oe-core, and ensure that the live initramfs has these hooks all the time as they are

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-13 Thread Ross Burton
Sorry for top posting... Have you verified that GL still works with this major version bump? Ross-- Ross Burton Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, 13 January 2013 at 16:23, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta-fri2

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-13 Thread Ross Burton
On Sunday, 13 January 2013 at 19:39, Andrei Gherzan wrote: Tested with a new sato build on master. Everything seems to be OK. glxinfo/glxgears or something that actually uses the hardware? Ross ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] libva failing for mp4 using gstreamer under 'danny' with cedartrail BSP

2012-12-13 Thread Ross Burton
On Thursday, 13 December 2012 at 21:10, Chris Tapp wrote: I've got an X application that uses gstreamer to capture frames from video files and display them using GLES textures. This works fine for webm and flv files, but if I try and use mp4 (or avi) then I get no frames. I'm not seeing

Re: [yocto] libva failing for mp4 using gstreamer under 'danny' with cedartrail BSP

2012-12-13 Thread Ross Burton
On Thursday, 13 December 2012 at 22:22, Chris Tapp wrote: Good catch. This shows there is no video/x-surface decoder available. Off to find which plugin I need... I should have thought of trying that. Thanks! I'll have to find out why my gstreamer error handler isn't spotting the problem!

Re: [yocto] [PATCH 1/3] xserver-xorg: bump PR to get the new xorg-abi- RPROVIDES

2012-11-06 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com -- Ross Burton Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, 6 November 2012 at 23:22, Tom Zanussi wrote: On Tue, 2012-11-06 at 14:32 -0600, Tom Zanussi wrote: Missing signed-off-by. Please just reply

[yocto] [PATCH meta-intel] meta-cedartrail: really fix mesa-dri version (typo'd)

2012-11-05 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf/machine/cedartrail.conf index aa2a46a..a5fa0f0 100644

[yocto] [PATCH 1/3] xserver-xorg: bump PR to get the new xorg-abi- RPROVIDES

2012-11-05 Thread Ross Burton
--- common/recipes-graphics/xorg-xserver/xserver-xorg-1.9.3.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-graphics/xorg-xserver/xserver-xorg-1.9.3.inc b/common/recipes-graphics/xorg-xserver/xserver-xorg-1.9.3.inc index 8c7009f..1c71d7b 100644 ---

[yocto] [PATCH 2/3] cdv-pvr-driver: add xorg-abi-video- dependency

2012-11-05 Thread Ross Burton
for a provider of xorg-abi-video-8 at parse time, which it won't find. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb |9 + 1 file changed, 9 insertions(+) diff --git a/meta-cedartrail/recipes-graphics/xorg-driver

[yocto] [PATCH 3/3] emgd-driver-bin: add xorg-abi-video- dependency

2012-11-05 Thread Ross Burton
for a provider of xorg-abi-video-8 at parse time, which it won't find. Signed-off-by: Ross Burton ross.bur...@intel.com --- common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb |9 + 1 file changed, 9 insertions(+) diff --git a/common/recipes-graphics/xorg-driver/emgd-driver

[yocto] [PATCH] meta-cedartrail: bump mesa-dri preferred version to 8.04

2012-10-30 Thread Ross Burton
There isn't a 7.11 anywhere for it to build, so use 8.04. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf

[yocto] [PATCH] cdv-pvr-driver: inhibit package stripping

2012-10-26 Thread Ross Burton
The binaries are already stripped, so don't try stripping them again (which results in a warning). Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[yocto] [PATCH] gnu-efi: add missing sha256 checksum

2012-10-25 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb |1 + 1 file changed, 1 insertion(+) diff --git a/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb b/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb index a0d5823..f8015f2 100644 --- a/common/recipes-bsp

[yocto] [PATCH] gstreamer-vaapi: add missing build dependencies

2012-10-23 Thread Ross Burton
[YOCTO #3321] Signed-off-by: Ross Burton ross.bur...@intel.com --- common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer

Re: [yocto] build failures after pull

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 18:47, Jim Abernathy wrote: I've reported this before, but it still happens. Today, I did a git pull into my local while master was checked out, both on poky and meta-intel. I then tried to rerun without cleaning or deleting anything for chiefriver. My last

Re: [yocto] Performance improvements and machine build configuration

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 22:19, McClintock Matthew-B29882 wrote: On Tue, Oct 23, 2012 at 1:45 PM, Elvis Dowson elvis.dow...@gmail.com (mailto:elvis.dow...@gmail.com) wrote: The only curious thing that I've noticed is that I don't see a large performance improvement using a standard

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 22:03, Trevor Woerner wrote: Just out of curiosity... On Tue, Oct 23, 2012 at 3:53 PM, Burton, Ross ross.bur...@intel.com (mailto:ross.bur...@intel.com) wrote: An alternative (and less intrusive) is to increase the commit timeout on the build partition

Re: [yocto] Performance improvements and machine build configuration

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 22:37, McClintock Matthew-B29882 wrote: My machine has 16G of RAM, and after a good build will have 12G of cache (according to /proc), but the disk activity light was frantic. I can only imagine it would be more frantic with less RAM to act as an over-sized

[yocto] [PATCH] meta-intel: don't require commercial licenses for gstreamer-vaapi

2012-10-22 Thread Ross Burton
Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended by the machine configuration. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |3 +-- meta-chiefriver/conf/machine/chiefriver.conf |3 +-- meta-crownbay/conf

Re: [yocto] why was meta-dlna submodule history stripped out?

2012-10-20 Thread Ross Burton
On Saturday, 20 October 2012 at 13:16, Paul Eggleton wrote: Long term however I'd rather see the additional unique recipes in meta- guacamayo itself go into more official OE community layers. meta-dlna would continue to take them from there using combo-layer though I suspect. (This is the plan

[yocto] Cedar Trail and gst-vaapi fixes

2012-10-17 Thread Ross Burton
Hi, Make gst-vaapi work on Cedar Trail, upgrade the gst-vaapi to the latest version which doesn't need ffmpeg anymore, and remove the commercial restriction on gst-vaapi. The new gst-vaapi was tested on Cedar Trail, and played the Sintel 720p trailer smoothly. ffmpeg was required for the audio

[yocto] [PATCH 2/3] gstreamer-vaapi: upgrade to 0.3.8, and remove ffmpeg dependencies

2012-10-17 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gstreamer/gstreamer-vaapi_git.bb | 21 ++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer

[yocto] [PATCH 1/3] cedartrail: add missing gst-va-intel-vaapi machine feature

2012-10-17 Thread Ross Burton
There needs to be a gst-va-* MACHINE_FEATURE to get the right VA elements in the images. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cedartrail/conf/machine

[yocto] [PATCH 3/3] meta-intel: don't require commercial licenses for gstreamer-vaapi

2012-10-17 Thread Ross Burton
Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended by the machine configuration. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |5 + meta-chiefriver/conf/machine/chiefriver.conf |5 + meta-crownbay

Re: [yocto] [PATCH] cedartrail: add missing gst-va-intel-vaapi machine feature

2012-10-17 Thread Ross Burton
On Wednesday, 17 October 2012 at 22:23, Tom Zanussi wrote: Does this supercede the one in the 'Cedar Trail and gst-vaapi fixes' patchset? This patch is incorrect, the one I sent today was the correct one. Also, do you have a branch we can pull from? I do now -

[yocto] [PATCH] cedartrail: add missing gst-va-intel-vaapi machine feature

2012-10-16 Thread Ross Burton
There needs to be a gst-va-* MACHINE_FEATURE to get the right VA elements in the images. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cedartrail/conf/machine

Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Ross Burton
It's a package produced by libclutter-1.8, not a recipe. Ross-- Ross Burton Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, 12 October 2012 at 00:39, Kamble, Nitin A wrote: -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday

Re: [yocto] core-image-sato keyboard

2012-10-07 Thread Ross Burton
On Saturday, 6 October 2012 at 20:20, Edward Vidal wrote: Hello, Just built core-image-sato for beagleboard xM C. I have a usb keyboard and mouse connected. The Mouse works but not the keyboard when Terminal is selected. The virtual keyboard works okay. Does the keyboard work at a

Re: [yocto] Cannot do atom-pc build with meta-cedartrail

2012-09-29 Thread Ross Burton
On Thursday, 27 September 2012 at 18:07, Tom Zanussi wrote: Yeah, looks like the other SRC_URIs do that, but it's missing from that SRC_URI - I just pushed a fix for this one to meta-intel/master. Thanks Tom, I've been frequently flipping between atom-pc and cedartrail and this was getting

[yocto] [PATCH] meta-emenlow: add missing exa dependency

2012-09-26 Thread Ross Burton
The psb video drivers use the EXA framework, so add a dependency on xserver-xorg-module-exa. [YOCTO #3149] Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb|4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[yocto] [PATCH] meta-emenlow: don't set virtual/libx11 provider

2012-09-25 Thread Ross Burton
libx11-trim doesn't exist anymore so setting that as the default isn't going to work, resulting in a multiple providers error. Tthe default provider (libx11) is good for 99.9% of people, so inherit that from oe-core. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-emenlow/conf/machine

[yocto] [PATCH] meta-emenlow: add missing exa dependency

2012-09-24 Thread Ross Burton
The psb video drivers use the EXA framework, so add a dependency on xserver-xorg-module-exa. [YOCTO #3149] Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb|4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[yocto] beagleboard: change to xserver-xorg, not -lite

2012-09-06 Thread Ross Burton
Coming up is a patch to change the meta-yocto-bsp beagleboard machine to use xorg-xserver instead of xorg-xserver-lite. The -lite variant was intended to be GLX/DRI-free for systems which don't support GLX but the GLX module is packaged separately so it's simple enough to just not install it. Yi

[yocto] [PATCH] beagleboard: change to xserver-xorg, not -lite

2012-09-06 Thread Ross Burton
The difference is less than 16kb, and for that the extra maintenance of two recipies really isn't worth it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto-bsp/conf/machine/beagleboard.conf |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto-bsp

[yocto] [PATCH 1/2] mpc8315e: switch to Xorg instead of kdrive

2012-08-22 Thread Ross Burton
All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto/conf/machine/mpc8315e-rdb.conf |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf

[yocto] [PATCH 2/2] routerstationpro: switch to Xorg instead of kdrive

2012-08-22 Thread Ross Burton
All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto/conf/machine/routerstationpro.conf |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/machine

[yocto] [PATCH] meta-emenlow: unset preferred providers for virtual/libgles[12]

2012-08-21 Thread Ross Burton
The recent changes to enable GLES/EGL in mesa-dri have caused emenlow to fail: ERROR: Trying to resolve runtime dependency libglu resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were:

Re: [yocto] poky git pull merge failures

2012-07-21 Thread Ross Burton
On Saturday, 21 July 2012 at 20:15, Elvis Dowson wrote: I guess I have to reset the meta-openembedded layer as well. Yes: ERROR: ParseError at /tool/yocto/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb:60: unparsed line: ' HEAD' That's a merge

Re: [yocto] Is it just me? Can't get 'Atom-PC' to boot.

2012-07-16 Thread Ross Burton
On Monday, 16 July 2012 at 21:25, Chris Tapp wrote: I've built the 'atom-pc' kernel as follows: 1) git clone git://git.yoctoproject.org/poky.git (http://git.yoctoproject.org/poky.git) 2) git checkout denzil 3) source poky/oe-init-build-env work-area 4) Edit local.conf so that

[yocto] More useful generic-x86 machine

2012-06-13 Thread Ross Burton
Hi, My current test hardware for Yocto work is a Celeron-class Sandy Bridge-based micro PC. As is to be expected for a machine like this, it's got modern Intel graphics and wireless. Neither of which are supported by atom-pc, as it's nominally a generic netbook image. Let's face it -- it's a

Re: [yocto] More useful generic-x86 machine

2012-06-13 Thread Ross Burton
On Wednesday, 13 June 2012 at 21:47, Darren Hart wrote: Seems reasonable to me. We should probably have 32b and 64b of this machine as well. And x32… :) Ross ___ yocto mailing list yocto@yoctoproject.org

[yocto] [PATCH 0/1] [1.1.2] Fix syslinux on kernel 3.3

2012-05-30 Thread Ross Burton
Backporting a patch from master that fixes building syslinux on kernel 3.3. The following changes since commit 1cdea4cf5f8ec8b32aa406b1767338a11618dba5: syslinux: Avoid using linux.ext2_fs.h if possible (2012-05-28 12:29:04 +0100) are available in the git repository at:

[yocto] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-05-30 Thread Ross Burton
Hart dvh...@linux.intel.com CC: Ross Burton ross.bur...@intel.com CC: Joshua Lock j...@linux.intel.com Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../libinstaller-Avoid-using-linux-ext2_fs.h.patch | 975 meta/recipes-devtools/syslinux/syslinux_4.03.bb|5 +- 2

<    1   2