[yocto] [PATCH 1/2] meta-intel: fix symlink typo and QA checks in emgd-driver-bin

2011-09-26 Thread tom . zanussi
From: Tom Zanussi There was a typo in the libEGL.so symlink creation - this fixes it. It also adds a missing symlink for scope services, and fixes the QA warnings for 'non-dev package contains symlink .so...'. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb|

[yocto] [PATCH 2/2] meta-crownbay: remove emgd-1.6

2011-09-26 Thread tom . zanussi
From: Tom Zanussi emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb|2 +- .../xorg-xserver/emgd-driver-bin_1.6.bb| 25 2 files changed, 1 insertions(+), 26 d

[yocto] [PATCH 0/2] meta-intel: emgd updates

2011-09-26 Thread tom . zanussi
From: Tom Zanussi This small patchset fixes a typo and some QA warnings in emgd-driver-bin_1.8. It also removes obsolete emgd-1.6 support. The following changes since commit d286d43b6552dc2abffe7888d726d8b08f77b96c: Tom Zanussi (1): meta-intel: update SRCREVs are available in the git

Re: [yocto] ntpclient compile fail

2011-09-26 Thread Ni Qingliang
I have added "override" in the head of every CFLAGS/LDFLAGS line, but error still there. the link order is a common problem. -Wl,-lrt ntpclient.o phaselock.o -o ntpclient should be ntpclient.o phaselock.o -Wl,-lrt ntpclient Does poky have some option or some solution for that? (I build it success

[yocto] ntpclient compile fail

2011-09-26 Thread Ni Qingliang
Hello: I'm adding ntpclient into my distro. but build fail, reason is the CFLAGS/LDFLAGS in it's Makefile didn't take effect. What can I do? the original makefile is: CFLAGS += -fno-strict-aliasing CFLAGS += -std=c89 CFLAGS += -W -Wall CFLAGS += -O2 CFLAGS += -DENABLE_DEBUG CFLAGS += -DENABLE_RE

Re: [yocto] rootfs-ramdisk error

2011-09-26 Thread Ni Qingliang
maybe not only similar, but same:) curious, the issue disappeared, what I can remeber is reconfigured the busybox. maybe another thing is rebuilded all. before that, I have added debug code in udhcpc's script, and found that: mkdir /etc/A will fail but cd /etc mkdir ./A will success. may

Re: [yocto] rootfs-ramdisk error

2011-09-26 Thread McClintock Matthew-B29882
2011/9/26 Matthew McClintock : > Have you checked your rootfs itself to see how much free space is > left? You could mount it in loopback on your build machine to check. > > There are some vars within poky that determine the rootfs size, grep > for IMAGE_ROOTFS_SIZE. I'm actually seeing a similiar

Re: [yocto] Minutes: Yocto Technical Team Meeting - (Tuesday, September 20, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))

2011-09-26 Thread Liu, Song
Hi Saul/Mark, would you guys please help clarifying this? We also need to document this in the release note. Song -Original Message- From: McClintock Matthew-B29882 [mailto:b29...@freescale.com] Sent: Monday, September 26, 2011 11:42 AM To: Liu, Song Cc: McClintock Matthew-B29882; Hatle

Re: [yocto] Minutes: Yocto Technical Team Meeting - (Tuesday, September 20, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))

2011-09-26 Thread McClintock Matthew-B29882
On Wed, Sep 21, 2011 at 11:08 AM, Liu, Song wrote: > Matthew, I believe Mark fixed this problem. > > Mark, would you please confirm that? prelinking is not working on powerpc64 currently. Is it known to be working well on other 64bit machines? -M ___ y

[yocto] Release Status

2011-09-26 Thread Richard Purdie
[Cross posted as I think there are two interested parties in this information] Things have been a little chaotic recently and I wish they could have been different. We've just had to make the best of them however and I do think things are coming together. Things were not helped by the fact I was t

Re: [yocto] rootfs-ramdisk error

2011-09-26 Thread McClintock Matthew-B29882
Have you checked your rootfs itself to see how much free space is left? You could mount it in loopback on your build machine to check. There are some vars within poky that determine the rootfs size, grep for IMAGE_ROOTFS_SIZE. -M On Mon, Sep 26, 2011 at 12:03 AM, Ni Qingliang wrote: > If change

Re: [yocto] Eclipse Plugin 1.1-M4

2011-09-26 Thread Jack Mitchell
On 24/09/2011 03:22, Lu, Lianhao wrote: Hi Jack, -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Jack Mitchell Sent: Friday, September 23, 2011 10:13 PM To: yocto@yoctoproject.org Subject: Re: [yocto] Eclipse Plugin 1.1-M4 On