Re: [yocto] Danny/Cedartrail psplash not showing

2013-06-18 Thread Haw, Foo Chien
Hi Chris, Did you manage to get the psplash screen show after adding the kernel argument? Regards, FC -Original Message- Date: Sun, 16 Jun 2013 23:31:53 +0100 From: Chris Tapp mailto:opensou...@keylevel.com>> To: Yocto Discussion Mailing List mailto:yocto@yoctoproject.org>> Sub

[yocto] Weekly build availability

2013-06-18 Thread Flanagan, Elizabeth
The weekly build will soon be available at: http://autobuilder.yoctoproject.org/pub/nightly/20130618-2 eclipse-poky60e99763dc9b77307d46eae4f43343948fa49757 meta-fsl-arm976ce7acf4e2b8b8ebf61cb2488c11c2c74e0af8 meta-fsl-ppc52b906c448f275719f241c634fe6e412e917b67a

[yocto] [Announcement] 1.5_M1 released

2013-06-18 Thread Flanagan, Elizabeth
The first milestone for the upcoming Yocto Project 1.5 release is now available at: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.5-m1/poky-yocto-1.5-m1.tar.gz Thanks to everyone for all their hard work. - -- Elizabeth Flanagan Yocto Project Build and Release - ---

[yocto] [RFC] eglibc / glibc and option-groups being deprecated?

2013-06-18 Thread Mark Hatle
Recently on the eglibc mailing list there has been a discussion about removing the option groups. See: http://www.eglibc.org/archives/patches/msg01268.html For folks who don't know what option-groups are, it's a patch that went into eglibc a number of years ago that allows you to disable vario

Re: [yocto] Qt build error for Debug and Release mode

2013-06-18 Thread Khem Raj
On Jun 18, 2013, at 9:15 AM, Navani Srivastava wrote: > Hi, > > I am using poky-danny (Poky-8.0). I am facing problem in building Qt > application. > > When we are building Qt application with “qmake CONFIG+=debug && make” it > appends “-g” to build the application in debug mode but when we

Re: [yocto] Cedartrail and Dylan?

2013-06-18 Thread Tom Zanussi
On Tue, 2013-06-18 at 20:50 +0100, Chris Tapp wrote: > Hi Tom, > > On 18 Jun 2013, at 15:04, Tom Zanussi wrote: > > > On Mon, 2013-06-17 at 16:56 -0700, Paul D. DeRocco wrote: > >> I've been using the Intel meta-cedartrail layer with Danny 8.0.1. Is this > >> layer likely to be unusable with Dyla

Re: [yocto] Cedartrail and Dylan?

2013-06-18 Thread Chris Tapp
Hi Tom, On 18 Jun 2013, at 15:04, Tom Zanussi wrote: > On Mon, 2013-06-17 at 16:56 -0700, Paul D. DeRocco wrote: >> I've been using the Intel meta-cedartrail layer with Danny 8.0.1. Is this >> layer likely to be unusable with Dylan 9.0? Or unusable without lots of >> tinkering that's probably bey

[yocto] Deleted tags in poky/eclipse-poky/meta-intel/meta-qt3/meta-minnow

2013-06-18 Thread Flanagan, Elizabeth
All, I pushed some incorrect tags about an hour ago and needed to delete them (tagged a tag). If you pulled in the last hour or so, please be away of this. -- Elizabeth Flanagan Yocto Project Build and Release ___ yocto mailing list yocto@yoctoproject.o

Re: [yocto] Default init_manager

2013-06-18 Thread Paul Eggleton
On Tuesday 18 June 2013 19:09:43 DAMARLA Satya Swaroop wrote: > *DISTRO_FEATURES_INITMAN = "systemd"* is not working... Is there anyother > way to chnage the init manager from sysvinit to systemd This was only used for a fairly short time in master. Please see the Development Manual for the proper

[yocto] Default init_manager

2013-06-18 Thread DAMARLA Satya Swaroop
Hi All, *DISTRO_FEATURES_INITMAN = "systemd"* is not working... Is there anyother way to chnage the init manager from sysvinit to systemd Greets, Satya ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-18 Thread Gary Thomas
On 2013-06-18 17:28, varun bhatnagar wrote: I am building one of my application using yocto by giving bitbake -k core-image-minimal command but I am facing some errors as this application requires two libraries *1) net-snmp* *2) fuse* * * I have one link where in they are asking to add these tw

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-18 Thread varun bhatnagar
I am building one of my application using yocto by giving bitbake -k core-image-minimal command but I am facing some errors as this application requires two libraries *1) net-snmp* *2) fuse* * * I have one link where in they are asking to add these two libraries in the form of layers and then execu

Re: [yocto] Cedartrail and Dylan?

2013-06-18 Thread Tom Zanussi
On Tue, 2013-06-18 at 09:17 -0700, Paul D. DeRocco wrote: > > From: Tom Zanussi > > > > I believe the main problem would be the graphics driver - it > > would need > > porting to the 3.8 kernel - the rest would probably be > > straightforward. > > > > The cedartrail BSP was discontinued followi

Re: [yocto] Cedartrail and Dylan?

2013-06-18 Thread Paul D. DeRocco
> From: Tom Zanussi > > I believe the main problem would be the graphics driver - it > would need > porting to the 3.8 kernel - the rest would probably be > straightforward. > > The cedartrail BSP was discontinued following danny, but I'm > cc:ing the maintainers in case they might have any fu

[yocto] Fwd: Qt build error for Debug and Release mode

2013-06-18 Thread Navani Srivastava
Hi, I am using poky-danny (Poky-8.0). I am facing problem in building Qt application. When we are building Qt application with “qmake CONFIG+=debug && make” it appends “-g” to build the application in debug mode but when we are building application in release mode by issuing following command “q

Re: [yocto] toolchain's environment-setup file that includes the image generated rootfs

2013-06-18 Thread Khem Raj
On Jun 18, 2013, at 7:19 AM, Thanassis Silis wrote: > /opt/poky/1.4.1/sysroots/armv7a-vfp-neon-poky-linux-gnueabi". If this dir exists on your build host then it doesn't need change ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctopro

Re: [yocto] Qt build error for Debug and Release mode

2013-06-18 Thread Marc Ferland
Navani Srivastava writes: > Hi, > > I am using poky-danny (Poky-8.0). I am facing problem in building Qt > application. > >  When we are building Qt application with “qmake CONFIG+=debug && > make” it appends “-g” to build the application in debug mode but when > we are building application in re

Re: [yocto] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk

2013-06-18 Thread Khem Raj
On Jun 18, 2013, at 6:55 AM, Thanassis Silis wrote: > Hello everyone, > it seems tcf-agent is not provided. Not even in the -sdk image I created. And > that is where my problems start: > > using this in my local.conf: IMAGE_INSTALL_append = " tcf-agent" > I expected to be able to automate the

[yocto] Qt build error for Debug and Release mode

2013-06-18 Thread Navani Srivastava
Hi, I am using poky-danny (Poky-8.0). I am facing problem in building Qt application. When we are building Qt application with “qmake CONFIG+=debug && make” it appends “-g” to build the application in debug mode but when we are building application in release mode by issuing following command “

[yocto] toolchain's environment-setup file that includes the image generated rootfs

2013-06-18 Thread Thanassis Silis
hello everyone, tampering with eclipse I was advised to use the image generated rootfs for sysroot entry, under window->preferences->Yocto Project ADT. I also used the meta-toolchain, which is extracted under /opt/poky/ If I copy extract the same toolchain and sysroots to another pc, I should al

Re: [yocto] Cedartrail and Dylan?

2013-06-18 Thread Tom Zanussi
On Mon, 2013-06-17 at 16:56 -0700, Paul D. DeRocco wrote: > I've been using the Intel meta-cedartrail layer with Danny 8.0.1. Is this > layer likely to be unusable with Dylan 9.0? Or unusable without lots of > tinkering that's probably beyond my abilities? > > And if I were to try Dylan, is it bes

[yocto] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk

2013-06-18 Thread Thanassis Silis
Hello everyone, it seems tcf-agent is not provided. Not even in the -sdk image I created. And that is where my problems start: using this in my local.conf: IMAGE_INSTALL_append = " tcf-agent" I expected to be able to automate the process of generating the tcf-agent and deploying it in my image w

Re: [yocto] [OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-18 Thread Bruce Ashfield
On Tue, Jun 18, 2013 at 1:25 AM, Khem Raj wrote: > > On Jun 17, 2013, at 9:58 PM, Bruce Ashfield > wrote: > >> On 13-06-18 12:41 AM, Khem Raj wrote: >>> >>> On Jun 17, 2013, at 9:37 PM, Bruce Ashfield >>> wrote: >>> On 13-06-17 11:30 PM, Khem Raj wrote: > Hi Bruce and All > >

Re: [yocto] Modify udev

2013-06-18 Thread Jack
Thanks a lot ChenQi for your comments. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto