Re: [yocto] busybox udhcpd service file

2015-10-06 Thread Lukas Böhm
Hello and thanks for the answers! Am 05.10.2015 um 19:10 schrieb Daniel.: I would suggest you to setup build history and look files installed by busybox package. Ok, I did: buildhistory/.../busybox/busybox-udhcpd/latest lists all the wished files: PV = 1.22.1 PR = r32 RPROVIDES = RDEPENDS =

[yocto] Why RDEPENDS wont install packages in rootfs

2015-10-06 Thread Vivek Per
Hi, I am including RDEPENDS += " " variable in rootfs-image.bb . why RDEPENDS won't install packages in roofts. I can install packages through IMAGE_INSTALL.can any one tell me the reason why RDEPENDS wont install packages in rootfs . Thanks and regards vivek -- _

Re: [yocto] Flashing Yocto to SOM?

2015-10-06 Thread stefano babic
Hi Alexander, Am 05.10.2015 um 20:31 schrieb Alexander Korsos: > > Hi, > > I'm trying to flash Yocto Dizzy (core-image-minimal built with > BitBake) onto a LogicPD DM3730 / AM3730 Torpedo + Wireless SOM using > the following commands at the U-Boot prompt: > > # nand erase.chip > # env default -f

Re: [yocto] Flashing Yocto to SOM?

2015-10-06 Thread Alexander Korsos
Hi Stefano, Thanks for getting back to me. I just tried flashing u-boot.img instead of u-boot.bin, using "nandecc sw", and get: U-Boot SPL 2012.07-dirty Board: DM37xx Torpedo Error: Bad compare! failed Error: Bad compare! failed ... I flashed it again with "nandecc hw" and got: U-Boot SPL 2012

Re: [yocto] Why RDEPENDS wont install packages in rootfs

2015-10-06 Thread Burton, Ross
On 6 October 2015 at 14:24, Vivek Per wrote: > I am including RDEPENDS += " " variable in rootfs-image.bb > . why RDEPENDS won't install packages in roofts. I can install packages > through IMAGE_INSTALL.can any one tell me the reason why RDEPENDS wont > install packages in rootfs . > Bec

Re: [yocto] Flashing Yocto to SOM?

2015-10-06 Thread stefano babic
Hi Alexander, I am afraid we are off-topic here - this is not a Yocto issue. Am 06.10.2015 um 14:38 schrieb Alexander Korsos: > Hi Stefano, > > Thanks for getting back to me. I just tried flashing u-boot.img > instead of u-boot.bin, using "nandecc sw", and get: > > U-Boot SPL 2012.07-dirty >

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Oct. 6, 2015 8:00 AM US Pacific Time

2015-10-06 Thread Jolley, Stephen K
Attendees: Stephen, Robbie, Randy, Sona, Kukkonen, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) YP 2.0 rc1 is in QA. Target for final release is before the end of October. YP 2.1 planning is beginning next week. If there are enhancements you want to se

[yocto] [PATCH 1/2][auh] upgradehelper.py: Display error when git commit fails.

2015-10-06 Thread Aníbal Limón
Don't hide error if git commit fails this helps to debug git problems. Git commit fail if isn't configured with user name and email. [YOCTO #8390] Signed-off-by: Aníbal Limón --- upgradehelper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/upgradehelper.py b/upgradehelper.py index 31f8

[yocto] [PATCH 2/2][auh] README: Upgrade instructions with changes done in 1.9.

2015-10-06 Thread Aníbal Limón
Add section zero for point that needs Yocto dependencies also git configured. Add description about the buildhistory output if upgrade succeed. Remove mode usage for upgrade two recipes in automatic now is deprecated the available modes are automatic for all recipes and manual for one. [YOCTO #7

Re: [yocto] PSPLASH PPC Colors

2015-10-06 Thread Smith, Daniel W
Thanks, I verified that the fix provided in the Bug fixed the Psplash PPC color issue. -Daniel Smith -Original Message- From: Bystricky, Juro [mailto:juro.bystri...@intel.com] Sent: Tuesday, September 29, 2015 4:56 PM To: Smith, Daniel W; Gary Thomas; yocto@yoctoproject.org Subject: RE:

[yocto] [meta-raspberrypi] ELCE 2015

2015-10-06 Thread Andrei Gherzan
Hi all, If you guys are in Dublin tomorrow at ELCE we can have a chat and maybe a beer. Cheers! P.S.: Yes, I will get back on track with patches review. Promise. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctopr

[yocto] tmp on NFS

2015-10-06 Thread Luke (Lucas) Starrett
Hi, Can anybody give a brief history of time on why using an NFS drive for tmp is necessarily a bad thing, and why we have a sanity check for it? We're doing this without any obvious side effects. I'm aware of the checks added by changes like this: patchwork.openembedded.org/patch/61107/ How

[yocto] can any one please tell the difference between DEPENDS and RDEPENDS

2015-10-06 Thread Vivek Per
Hi, Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS . I am not able to get it . How these variables are exactly parsed. regards vivek -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject

Re: [yocto] can any one please tell the difference between DEPENDS and RDEPENDS

2015-10-06 Thread YUKATHARSANI JEYACHANDRA
DEPENDS means a build-time dependency i.e. between recipes, RDEPENDS means a runtime dependency i.e. between packages. From: yocto-boun...@yoctoproject.org on behalf of Vivek Per Sent: Wednesday, October 7, 2015 11:40 AM To: yocto@yoctoproject.org Subject: [y