[yocto] [meta-mono] Question about Q/A installed vs shipped failure

2013-11-01 Thread Alex J Lennon
Hi, I'm looking at at the gtk-sharp recipe in meta-mono: http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/tree/recipes-mono/gtk-sharp/gtk-sharp_2.10.2.bb This defines the contents of various gtk-sharp related packages making use of FILES_foo = and PACKAGES = When I try to build against

Re: [yocto] [meta-mono] Question about Q/A installed vs shipped failure

2013-11-01 Thread Søren Holm
Fredag den 1. november 2013 10:03:44 skrev Alex J Lennon: Hi, I'm looking at at the gtk-sharp recipe in meta-mono: http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/tree/recipes-mono/gtk-sh arp/gtk-sharp_2.10.2.bb This defines the contents of various gtk-sharp related packages making

Re: [yocto] [PATCH] e2fsprogs: Escape filenames in populate-extfs.sh

2013-11-01 Thread Burton, Ross
Please sent patches to oe-core@. Ross On 28 October 2013 23:11, Søren Holm s...@sgh.dk wrote: [YOCTO #5401] --- .../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

Re: [yocto] [PATCH] e2fsprogs: Escape filenames in populate-extfs.sh

2013-11-01 Thread Søren Holm
Fredag den 1. november 2013 11:11:52 skrev Burton, Ross: Please sent patches to oe-core@. Should patches be sent to oe-core only or should they also be sent to yocto? -- Søren Holm ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [meta-mono] Question about Q/A installed vs shipped failure

2013-11-01 Thread Paul Eggleton
Hi Alex, On Friday 01 November 2013 10:03:44 Alex J Lennon wrote: I'm looking at at the gtk-sharp recipe in meta-mono: http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/tree/recipes-mono/gtk-sh arp/gtk-sharp_2.10.2.bb This defines the contents of various gtk-sharp related packages making

Re: [yocto] [PATCH] e2fsprogs: Escape filenames in populate-extfs.sh

2013-11-01 Thread Burton, Ross
openembedded-c...@lists.openembedded.org only. yocto@ is for community announcements and user support. Ross On 1 November 2013 11:14, Søren Holm s...@sgh.dk wrote: Fredag den 1. november 2013 11:11:52 skrev Burton, Ross: Please sent patches to oe-core@. Should patches be sent to oe-core

Re: [yocto] filling in the missing entries in the ref manual variable glossary

2013-11-01 Thread Robert P. J. Day
On Thu, 24 Oct 2013, Rifenbark, Scott M wrote: Hey Robert, You don't need to submit full patches and explanations for these. Noting that they are missing and need documenting is perfect. If you do have time when you point out a missing variable, providing a brief explanation would help.

[yocto] 2.6.39 kernel and poky

2013-11-01 Thread Maxwell Bottiger
I have a custom kernel and drivers I built for an Atmel AT91SAM9x5ek system on a chip, and I'd like to use them with yocto to build a distribution. The original documentation, support CD, etc are all based around an open embedded build from 2011, which doesn't seem to work any longer. Yocto

Re: [yocto] 2.6.39 kernel and poky

2013-11-01 Thread Søren Holm
You could try to copy the 3.10 recipe and just fixc the revision to point to the old version. the kernels buildsystem have not changes dramatically since then I think/hope :) Fredag den 1. november 2013 11:21:39 skrev Maxwell Bottiger: I have a custom kernel and drivers I built for an Atmel

Re: [yocto] 2.6.39 kernel and poky

2013-11-01 Thread Karl Hiramoto
On 11/01/2013 04:21 PM, Maxwell Bottiger wrote: I have a custom kernel and drivers I built for an Atmel AT91SAM9x5ek system on a chip, and I'd like to use them with yocto to build a distribution. The original documentation, support CD, etc are all based around an open embedded build from

[yocto] How to Set up Perf tool

2013-11-01 Thread Amit Tomer
We have a requirement here to set up the perf tool through our Yocto frame work. As Perf source comes with linux kernel under tools/perf ,so it should be compiled with kernel recipe itself. But after bitbake of our kernel recipe,we couldn't find any binary related to perf. we made sure that

Re: [yocto] How to Set up Perf tool

2013-11-01 Thread Bruce Ashfield
On 13-11-01 12:40 PM, Amit Tomer wrote: We have a requirement here to set up the perf tool through our Yocto frame work. As Perf source comes with linux kernel under tools/perf ,so it should be compiled with kernel recipe itself. But after bitbake of our kernel recipe,we couldn't find any

[yocto] bbappend files and ERROR: no recipes available for

2013-11-01 Thread Markus Svilans
Dear list, I am working on a compact filesystem image, that contains firmware only for the network hardware on the motherboard. Therefore, I created a linux-firmware.bbappend file, with the following contents: # Cherrypick the firmware files that we need for our hardware

Re: [yocto] bbappend files and ERROR: no recipes available for

2013-11-01 Thread Søren Holm
Hi Rename your bbappend-file to the exact name of the original recipe. 1.5 (dora) contains linux-firmware_git.bb in which case the bbappend should be named linux-firmware_git.bbappend. Fredag den 1. november 2013 15:43:19 skrev Markus Svilans: Dear list, I am working on a compact

Re: [yocto] How to Set up Perf tool

2013-11-01 Thread Amit Tomer
Thanks Brauce We worked it out and Perf recipe as you said perf.bb is there in poky/meta/recipe-kernel. Also,we installed it our rootfs and it working good. Thanks Amit On Sat, Nov 2, 2013 at 12:22 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-11-01 12:40 PM, Amit Tomer wrote:

Re: [yocto] bbappend files and ERROR: no recipes available for

2013-11-01 Thread Markus Svilans
Hi Søren, Thanks very much for the suggestion. It worked. On the subject, I noticed you have to be careful when using += and =+ to append to variables in bb files. Here is my bbappend file, with the proper operator after the PACKAGES variable: # Cherrypick the firmware files that we need:

[yocto] [meta-measured][PATCH 0/7] Update to latest oe-core/Poky

2013-11-01 Thread Saul Wold
This patch set updates to use the latest 3.10 kernel and adds the needed support, including switching form unionfs to aufs for the initramfs. Saul Wold (7): trousers: Add libgcc as Runtime dependency linux-yocto: Update to 3.10 and set as default measured-image-bootimg: imstall mboot.c32

[yocto] [meta-measured][PATCH 1/7] trousers: Add libgcc as Runtime dependency

2013-11-01 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- recipes-tpm/trousers/trousers_0.3.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-tpm/trousers/trousers_0.3.10.bb b/recipes-tpm/trousers/trousers_0.3.10.bb index 33b2816..28594d2 100644 ---

[yocto] [meta-measured][PATCH 4/7] measured-image-bootimg: add libcom32

2013-11-01 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- recipes-txt/images/measured-image-bootimg.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-txt/images/measured-image-bootimg.inc b/recipes-txt/images/measured-image-bootimg.inc index d130ce4..8b00a17 100644 ---

[yocto] [meta-measured][PATCH 2/7] linux-yocto: Update to 3.10 and set as default

2013-11-01 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- conf/distro/oe-measured.conf| 2 +- .../linux/{linux-yocto_3.8.bbappend = linux-yocto_3.10.bbappend} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename

[yocto] [meta-measured][PATCH 5/7] pcr-calc: Use site-packages instead of dist-packages

2013-11-01 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- recipes-txt/pcr-calc/pcr-calc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-txt/pcr-calc/pcr-calc_git.bb b/recipes-txt/pcr-calc/pcr-calc_git.bb index 60d6e7f..44c5765 100644 ---

[yocto] [meta-measured][PATCH 7/7] core-image-tpm: add kmod and udev-extraconf

2013-11-01 Thread Saul Wold
Add these two packages to ensure media gets mounted correct and the modules are loaded, they are needed in both the core image and the initramfs Signed-off-by: Saul Wold s...@linux.intel.com --- recipes-tpm/images/core-image-tpm-initramfs.bb | 2 ++ recipes-tpm/images/core-image-tpm.inc

[yocto] [meta-measured][PATCH 6/7] init-boot-tpm.sh: Use aufs instead of unionfs for 3.10 kernel

2013-11-01 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- recipes-tpm/initrdscripts/files/init-boot-tpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tpm/initrdscripts/files/init-boot-tpm.sh b/recipes-tpm/initrdscripts/files/init-boot-tpm.sh index 45a6f4d..27e9f8d 100644

[yocto] [meta-measured][PATCH 3/7] measured-image-bootimg: imstall mboot.c32 for iso

2013-11-01 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- recipes-txt/images/measured-image-bootimg.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-txt/images/measured-image-bootimg.inc b/recipes-txt/images/measured-image-bootimg.inc index ba99f32..d130ce4 100644 ---

[yocto] xserver-xorg setuid bit

2013-11-01 Thread Jate Sujjavanich
I have been getting a permissions error when starting X server as a non-root user. The setuid bit is not set on /usr/bin/Xorg, so I have added a recipes-graphics/xserver-xorg_1.14.0.bbappend file that contains the following: # Setuid on Xorg server. Allows multiple users to run X

Re: [yocto] adding a udev entry for a camera

2013-11-01 Thread Edward Vidal
Hello All, Some progress getting the zImage to boot which was another problem before not getting /dev/video0. for the camera. I have been trying to get 3.10.11 from dora to boot. This kinda of works the following is in my uEnv.txt. vram=16M mpurate=1000 mmcboot=echo Booting from mmc ...; run