Re: [yocto] proper recipe for building for beagle xM? meta-ti?

2012-03-05 Thread Jack Mitchell
On 04/03/12 21:38, Robert P. J. Day wrote: On Sun, 4 Mar 2012, Gary Thomas wrote: Can you explain what the toolchain problems are and why the versions in oe-core don't work for meta-ti? i just finished doing a bitbake core-image-minimal for a beagleboard using the meta-ti layer, and

Re: [yocto] Documentation: Default FILESDIR

2012-03-05 Thread Joshua Immanuel
Hello Darren, On Thu, 2012-03-01 at 11:17 -0800, Darren Hart wrote: FILESPATH: The : delimited set of paths that bitbake will search for files referenced in the SRC_URI. Defaults to .:files:${PN}. FILESEXTRAPATHS: Appends a : delimited set of paths to FILESPATH. This is intended for use in

Re: [yocto] How to Create SDK

2012-03-05 Thread praveenvk
Hi, I am very new to Yocto so kindly help. I wish to create bsp for our project in which we are using arm1136 processor. I have created a layer (meta_prj) same as meta for our project and have made required changes in meta/conf/bblayers.conf.sample to consider meta_prj for compilation of

Re: [yocto] How to Create SDK

2012-03-05 Thread Zhang, Jessica
Hi Praveen, If you want to create bsp, I'd think you need to build a image for the target arch. For Yocto, the build system will use the cross compilation during the build process base on your meta-data and layer configuration. If later your want to enable development work for your bsp, then

[yocto] FW: Yocto Project Technical Team Meeting - cancelled

2012-03-05 Thread Liu, Song
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

Re: [yocto] in ref manual, images list (and other lists) appear incomplete

2012-03-05 Thread Rifenbark, Scott M
I am looking at http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images and agree that we are missing some images. Each image you noted below (except the core-image-rt and core-image-rt-sdk) is missing. The latest version of the YP Reference Manual lists these

[yocto] [PATCH 0/5] meta-intel: update emenlow checksums

2012-03-05 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com Several recipes need checksums, add them. The following changes since commit df18b721f86f0737c0f302e49b27ea232c70e683: meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer (2012-02-24 14:52:01 -0600) are available in the

[yocto] [PATCH 1/5] meta-emenlow: add SRC_URI checksums to xpsb-glx

2012-03-05 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 3/5] meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psb

2012-03-05 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../xserver-xorg-video-psb_0.32.1.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 4/5] meta-emenlow: add SRC_URI checksums to psb-firmware

2012-03-05 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../psb-firmware/psb-firmware_0.30.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 5/5] meta-emenlow: add SRC_URI checksums to libva

2012-03-05 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../recipes-graphics/libva/libva_0.31.0.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[yocto] Canceled: Yocto Project Technical Team Meeting - cancelled

2012-03-05 Thread Liu, Song
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] iptables not building on master

2012-03-05 Thread Autif Khan
I was working with M2 until recently and had to switch to master. After I switched to master, I tried to bitbake core-image-sato for machine crownbay. The build fails with the following error: unknown type name '__aligned_u64' The file in question is extenstions/libxt_pkttypes.c After a bit of

Re: [yocto] iptables not building on master

2012-03-05 Thread Autif Khan
I love working with master: work/i586-poky-linux/polkit-0.104-r4/temp/log.do_configure says: configure: error: Could not find pam/pam-devel, please install the needed packages. It seems like pam/pam-dev is needed in the target environment and not in the host environment. Although, iptables

Re: [yocto] yocto vs poky terminology

2012-03-05 Thread Rifenbark, Scott M
If I run into spare time I might try to repair this. I have thought of this little problem before. Thanks for pointing it out Robert. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Robert P. J. Day Sent: Saturday,

Re: [yocto] iptables not building on master

2012-03-05 Thread Autif Khan
Interesting - core image minimal builds fine - it does not actually build iptables. So the point is moot. I did a clean build for core-image-sato and it failed at the same place for the same error. I am no sure how meta-intel + meta-crownbay can interact with iptables - there is no recipe for

Re: [yocto] iptables not building on master

2012-03-05 Thread Tom Zanussi
Hi Autif, I'm sure it's nothing to do with crownbay or meta-intel, but I'll fire off a build anyway. I only have my laptop available, so it may take all night, but will let you know what I find. FWIW I normally build on master of both meta-intel and poky and haven't seen this, so it must be

Re: [yocto] iptables not building on master

2012-03-05 Thread Cui, Dexuan
Hi all, I got the same issue 3 days age and reported a bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=2053 I did some analysis and I tend to think we need to fix iptables's makefile. I have been in a business traval since then so I can't continue the debugging. It would be great if

Re: [yocto] iptables not building on master

2012-03-05 Thread Robert Yang
Hi Dexuan, I will take the bug and work on it. // Robert On 03/06/2012 01:35 PM, Cui, Dexuan wrote: Hi all, I got the same issue 3 days age and reported a bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=2053 I did some analysis and I tend to think we need to fix iptables's makefile.

Re: [yocto] iptables not building on master

2012-03-05 Thread Tom Zanussi
In the meantime, if you remove the line: PREFERRED_PROVIDER_linux-libc-headers ?= linux-libc-headers-yocto from meta-intel/conf/machine/include/ia32-base.inc it will pick up the same headers as qemux86 and you shouldn't see this problem. Tom On Tue, 2012-03-06 at 13:59 +0800, Robert Yang