Re: [yocto] Application Development

2013-06-10 Thread Jeff Osier-Mixon
ore/images/core-image-minimal-mtdutils.bb >>>> > IMAGE_FEATURES += " ssh-server-dropbear \ >>>> > " >>>> > >>>> > Its a console-only type of image for an embedded device with no >>>> > graph

Re: [yocto] Application Development

2013-06-10 Thread Hans Beckérus
;> To: Zhang, Jessica >>> >> Cc: DAMARLA Satya Swaroop; yocto@yoctoproject.org >>> >> Subject: Re: [yocto] Application Development >>> >> >>> >> On Fri, Jun 7, 2013 at 4:03 PM, Zhang, Jessica >>> >> wrote: >>&g

Re: [yocto] Application Development

2013-06-10 Thread Hans Beckérus
rt what so ever. >> > Building the the rootfs and booting it up on the device works fine. >> > I have had no X11 dependency until I added tools-sdk to IMAGE_FEATURES >> > as suggested. >> > What I am after is a command-line-only toolchain which will be using >>

Re: [yocto] Application Development

2013-06-10 Thread Hans Beckérus
s > > >> -Original Message- >> From: Hans Beckérus [mailto:hans.becke...@gmail.com] >> Sent: Friday, June 07, 2013 7:09 AM >> To: Zhang, Jessica >> Cc: DAMARLA Satya Swaroop; yocto@yoctoproject.org >> Subject: Re: [yocto] Application Development

Re: [yocto] Application Development

2013-06-07 Thread Hans Beckérus
asking for something that is not supported? Hans > -Original Message- > From: Hans Beckérus [mailto:hans.becke...@gmail.com] > Sent: Friday, June 07, 2013 7:09 AM > To: Zhang, Jessica > Cc: DAMARLA Satya Swaroop; yocto@yoctoproject.org > Subject: Re: [yocto] Application Devel

Re: [yocto] Application Development

2013-06-07 Thread Zhang, Jessica
ke...@gmail.com] Sent: Friday, June 07, 2013 7:09 AM To: Zhang, Jessica Cc: DAMARLA Satya Swaroop; yocto@yoctoproject.org Subject: Re: [yocto] Application Development On Fri, Jun 7, 2013 at 4:03 PM, Zhang, Jessica wrote: > Yes, you need those packages in your sysroot for cross development.

Re: [yocto] Application Development

2013-06-07 Thread Hans Beckérus
my target device rootfs, or? > > Cheers, > > Jessica > > > > From: satyaswaroop.dama...@gmail.com [mailto:satyaswaroop.dama...@gmail.com] > On Behalf Of DAMARLA Satya Swaroop > Sent: Friday, June 07, 2013 12:10 AM > To: Zhang, Jessica; yocto@yoctoproject.org >

Re: [yocto] Application Development

2013-06-07 Thread Zhang, Jessica
: [yocto] Application Development SHould we install development and debigging pacakages in the images when we want to build a toolchain.. I mean this "dbg-pkgs" - add -dbg packages for all installed packages # (adds symbol information for debugging/profiling

Re: [yocto] Application Development

2013-06-07 Thread Hans Beckérus
>>>>> | E: Unable to correct problems, you have held broken packages. >>>>> | DEBUG: Python function do_populate_sdk finished >>>>> | ERROR: Function failed: populate_sdk_image (see >>>>> >>>>> /home/damarla/yocto/poky/buildSki

Re: [yocto] Application Development

2013-06-07 Thread Hans Beckérus
>>>> for further information) >>>> ERROR: Task 10 >>>> >>>> (/home/damarla/yocto/poky/meta/recipes-graphics/images/core-image-skidata.bb, >>>> do_populate_sdk) failed with exit code '1' >>>> NOTE: Tasks Summary: Attempte

Re: [yocto] Application Development

2013-06-07 Thread Gary Thomas
@yoctoproject.org] On Behalf Of Satya Swaroop Damarla Sent: Wednesday, June 05, 2013 6:05 AM To: yocto@yoctoproject.org Subject: [yocto] Application Development Hi Guys, I have an issue... I created a custom image based on NVIDIA Tegra2 with a custom kernel. I installed packages specific Tegra

Re: [yocto] Application Development

2013-06-07 Thread Hans Beckérus
ges/core-image-skidata.bb, >> do_populate_sdk >> Summary: There was 1 ERROR message shown, returning a non-zero exit code. >> >> I am not able to install those packages as they say there are no >> installation candidate for them... >> >> >> On Thu, Jun

Re: [yocto] Application Development

2013-06-07 Thread DAMARLA Satya Swaroop
hat allows you to >> develop app against… >> >> ** ** >> >> Cheers, >> >> Jessica >> >> ** ** >> >> *From:* yocto-boun...@yoctoproject.org [mailto: >> yocto-boun...@yoctoproject.org] *On Behalf Of *Satya Swaroop Damarla &

Re: [yocto] Application Development

2013-06-06 Thread DAMARLA Satya Swaroop
> develop app against… > > ** ** > > Cheers, > > Jessica > > ** ** > > *From:* yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] *On Behalf Of *Satya Swaroop Damarla > *Sent:* Wednesday, June 05, 2013 6:05 AM > *To:* yoct

Re: [yocto] Application Development

2013-06-06 Thread DAMARLA Satya Swaroop
> develop app against… > > ** ** > > Cheers, > > Jessica > > ** ** > > *From:* yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] *On Behalf Of *Satya Swaroop Damarla > *Sent:* Wednesday, June 05, 2013 6:05 AM > *To:* yoct

Re: [yocto] Application Development

2013-06-05 Thread Zhang, Jessica
Swaroop Damarla Sent: Wednesday, June 05, 2013 6:05 AM To: yocto@yoctoproject.org Subject: [yocto] Application Development Hi Guys, I have an issue... I created a custom image based on NVIDIA Tegra2 with a custom kernel. I installed packages specific Tegra board and application specific. Now

[yocto] Application Development

2013-06-05 Thread Satya Swaroop Damarla
Hi Guys, I have an issue... I created a custom image based on NVIDIA Tegra2 with a custom kernel. I installed packages specific Tegra board and application specific. Now we want to send the baord and the new linux image for application development... As I went through ADT manual, I only found qe