[yocto] Build doesn't interrupt cleanly

2013-06-19 Thread Gary Thomas
Using Yocto master (1dd643b142c69ac9035e29bff11d02201638dc65) I forcefully interrupted a bitbake build with ^C^C. When it shut down, I made some changes to my local.conf and then tried to fire it up again, only to get this error: ERROR: Only one copy of bitbake should be run against a build di

Re: [yocto] [PATCH] ecryptfs-utils: Modify systemd service file to 'simple'.

2013-06-19 Thread Khem Raj
On Wed, Jun 19, 2013 at 9:17 PM, Mikhail Durnev wrote: > ecryptfsd is a resident program, i.e. daemon. According to systemd > documentation, Type=oneshot/RemainAfterExit=yes should be used for programs > that do not remain working after exit. But for daemons we should use > Type=forked to indicate

Re: [yocto] [PATCH] ecryptfs-utils: Modify systemd service file to 'simple'.

2013-06-19 Thread Khem Raj
reasoning why it is being turned into simple service would be nice On Jun 19, 2013, at 3:53 AM, "Noor, Ahsan" wrote: > From: Noor > > Signed-off-by: Mikhail Durnev > Signed-off-by: Noor Ahsan > --- > .../ecryptfs-utils/ecryptfs-utils/ecryptfs.service |4 +--- > 1 file changed, 1 insertion

Re: [yocto] Cedartrail and Dylan?

2013-06-19 Thread Tom Zanussi
On Wed, 2013-06-19 at 16:09 -0700, Paul D. DeRocco wrote: > > From: 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'v

Re: [yocto] Installing .deb file in Build

2013-06-19 Thread Khem Raj
On Jun 19, 2013, at 12:10 AM, DAMARLA Satya Swaroop wrote: > Hey, > > I have a .deb file which has to be installed. It installs properly on the > target image but I want to install it at the build itself by creating a > bitbake recipe.. Is it possible to install .deb files or not? If possibl

Re: [yocto] Cedartrail and Dylan?

2013-06-19 Thread Paul D. DeRocco
> From: 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 >

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, June 18, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-06-19 Thread Liu, Song
Attendees: David Wolf, Cristiana, Nitin, Richard, Paul, TomZ, BjörnS, Kevin, Ross, MichaelH, MarkH, AlexG, Beth, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.4.1 status (Paul) - It's still in QA. Eclipse plug in issue, error message in Bluetooth. Will know more. - RP: it's looki

[yocto] Trying to Integrate QNX's Neutrino 6.5.0 toolcain into OE/Yocto as a foreign (external) tool-chain

2013-06-19 Thread Glenn Schmottlach
The company I work for tends to do a fair amount of work in both Linux and QNX. Primarily we use the Bitbake/OpenEmbedded/Yocto build framework to build individual recipes (packages, e.g. libraries, apps, etc...) and ultimately Linux BSP images for several HW platforms and CPUs. As I understand it

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

2013-06-19 Thread Navani Srivastava
It Worked :) Thanks On Wed, Jun 19, 2013 at 2:11 AM, Khem Raj wrote: > > On Jun 18, 2013, at 9:15 AM, Navani Srivastava < > navani.srivast...@gmail.com> wrote: > > Hi, > > I am using poky-danny (Poky-8.0). I am facing problem in building Qt > application. > > When we are building Qt application

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

2013-06-19 Thread Zhang, Jessica
Overall, we don't suggest user to copy and alter the environment-setup file manually. From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Thanassis Silis Sent: Tuesday, June 18, 2013 7:19 AM To: yocto@yoctoproject.org Subject: [yocto] toolchain's environme

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

2013-06-19 Thread Zhang, Jessica
Hi Thanassis, I don't know why tcf-agent is not included in your sdk image. But you also can use ssh to create a rse remote connection that allows you to do remote interaction. When you create remote connection, instead of choosing tcf, use ssh. You'll need openssh in your target image fo

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

2013-06-19 Thread varun bhatnagar
Thanks for the reply Gary. I am attaching recipe file below. Please have a look at it. And yes, there is a line where in all the dependencies are given. And this is the link from where I created the layer : http://cgit.openembedded.org/meta-openembedded/tree/ // Varun On Tue, Jun 18, 2013 at 10:

Re: [yocto] Cross building question

2013-06-19 Thread Burton, Ross
On 19 June 2013 16:25, Gary Thomas wrote: > > FILES_${PN} += "/usr/lib \ > /usr/local \ > " > INSANE_SKIP_${PN} += "dev-so" > > Now I get errors like these (they might have been there before): > ERROR: QA Issue: non debug package contains .debug directory: amanda path > /

Re: [yocto] Cross building question

2013-06-19 Thread Gary Thomas
On 2013-06-19 15:52, Burton, Ross wrote: On 19 June 2013 15:39, Gary Thomas wrote: In the mean time, I faked that one and moved on and got the whole thing to build :-) Now I face this packaging issue: ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: amanda path '/work

Re: [yocto] Cross building question

2013-06-19 Thread Burton, Ross
On 19 June 2013 15:39, Gary Thomas wrote: > In the mean time, I faked that one and moved on and got the whole thing > to build :-) Now I face this packaging issue: > ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: > amanda path > '/work/ppce500v2-amltd-linux-gnuspe/amand

Re: [yocto] Cross building question

2013-06-19 Thread Gary Thomas
On 2013-06-19 15:14, Burton, Ross wrote: On 19 June 2013 15:03, Gary Thomas wrote: What's the best way to handle this and how? I recall in the dark old days that there were many such things that relied on running QEMU to actually execute target code. Is this still possible (and being done)?

Re: [yocto] Cross building question

2013-06-19 Thread Burton, Ross
On 19 June 2013 15:03, Gary Thomas wrote: > What's the best way to handle this and how? I recall in the > dark old days that there were many such things that relied on > running QEMU to actually execute target code. Is this still > possible (and being done)? If so, is that a solution and how >

Re: [yocto] meta-selinux make ALLOW_EMPTY package specific

2013-06-19 Thread Philip Tricca
Ping. Any interest in taking this (and the other patch I sent) into meta-selinux? Regards - Philip On 06/10/2013 08:54 PM, Philip Tricca wrote: > Hello again, > > Again a quick patch to get meta-selinux dylan branch building with oe-core > dylan. The QA scripts error'd out complaining that AL

[yocto] Cross building question

2013-06-19 Thread Gary Thomas
I'm asking on this list since this is a pretty general question. If it's more appropriate for another venue, just let me know. I'm trying to build a new package for my target which has never been ported to OpenEmbedded/Yocto/... (It's the Amanda backup server if anyone has ever looked at this).

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-19 Thread DAMARLA Satya Swaroop
Yes... I thought the same and so, I made two build directories , one for sysvinit and the other for systemd and the errors I get abosulte no error when I try to *populate_sdk* under sysvinit but I get the following errors when I run the same under systemd. *| The following packages have unmet depe

[yocto] core-image-x11 works on QEMU and not on real hardware

2013-06-19 Thread Alex M
Hello! I'm using poky-dylan-9.0.0.tar.bz2 I just built core-image-x11 and able to run it on qemux86, but all my attempts to run image on real hardware with nVidia GTX465 or AMD HD6320 - failed. In X11 logs I see errors about GLX module. What I should do to add GLX and OpenGL 2.1 3D acceleration w

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-19 Thread Burton, Ross
On 19 June 2013 13:08, DAMARLA Satya Swaroop wrote: > I think I had to open the issue as its not closed... Here is more > clarity > > The issue is I decided the problem may be with init_manager. I did two > builds one with sysvinit using traditional Poky distro and other one is > uisng systemd

[yocto] Toolchain... Issues with systemd (probably)

2013-06-19 Thread DAMARLA Satya Swaroop
I think I had to open the issue as its not closed... Here is more clarity The issue is I decided the problem may be with init_manager. I did two builds one with sysvinit using traditional Poky distro and other one is uisng systemd using new distribution which is different as we need a new dist

[yocto] [PATCH] ecryptfs-utils: create symlinks for mount file in expected path

2013-06-19 Thread Noor, Ahsan
From: Noor * mounting ecryptfs drive was failing because it was looking for mount.ecryptfs binary in /sbin/ however in our file-system, it was present in /usr/sbin/. So, create symlinks of required binaries in /sbin/ as well Signed-off-by: Noor Ahsan --- .../ecryptfs-utils/ecryptfs-utils_1

[yocto] [PATCH] ecryptfs-utils: Modify systemd service file to 'simple'.

2013-06-19 Thread Noor, Ahsan
From: Noor Signed-off-by: Mikhail Durnev Signed-off-by: Noor Ahsan --- .../ecryptfs-utils/ecryptfs-utils/ecryptfs.service |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils/ecryptfs.service b/recipes-support-ivi/ecryptfs

Re: [yocto] Yocto root permission issue

2013-06-19 Thread Paul Barker
On 19 June 2013 10:51, Rohit2 Jindal wrote: > Hi, > > I am facing issue in building sysconfig. Actually i want to compile > everything with root permissions in yocto. Is there anything that supports it. > > Eg say i have binary called build-ucore with root permission but i am not > able to execu

[yocto] Yocto root permission issue

2013-06-19 Thread Rohit2 Jindal
Hi, I am facing issue in building sysconfig. Actually i want to compile everything with root permissions in yocto. Is there anything that supports it. Eg say i have binary called build-ucore with root permission but i am not able to execute this binary using default yocto permissions in do_comp

Re: [yocto] Danny/Cedartrail psplash not showing

2013-06-19 Thread Chris Tapp
On 19 Jun 2013, at 03:53, Haw, Foo Chien wrote: > Hi Chris, > > Did you manage to get the psplash screen show after adding the kernel > argument? Yes, that seems to have fixed it. Though I'm not sure why ;-) > > Regards, > FC > > -Original Message- > Date: Sun, 16 Jun 2013 23:31:5

[yocto] Installing .deb file in Build

2013-06-19 Thread DAMARLA Satya Swaroop
Hey, I have a .deb file which has to be installed. It installs properly on the target image but I want to install it at the build itself by creating a bitbake recipe.. Is it possible to install .deb files or not? If possible, please suggest me so that I can make it.. Greets, Satya ___