All of lore.kernel.org
 help / color / mirror / Atom feed
* output of helloworld
@ 2010-01-11 14:01 saleh usman
  2010-01-11 14:18 ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: saleh usman @ 2010-01-11 14:01 UTC (permalink / raw)
  To: Openembedded Discussion


Hi
I've run bitbake helloworld but I am unable to find /tmp/deploy folder where I can find output of helloworld.Where will be the output of this build? Terminal window is looking like as

[saleh@localhost ~]$ bitbake helloworld
NOTE: Handling BitBake files: - (7634/7634) [100 %]
NOTE: Parsing finished. 7045 cached, 303 parsed, 286 skipped, 0 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Tasks Summary: Attempted 461 tasks of which 461 didn't need to be rerun and 0 failed.

Saleh
 		 	   		  
_________________________________________________________________
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: output of helloworld
  2010-01-11 14:01 output of helloworld saleh usman
@ 2010-01-11 14:18 ` Gary Thomas
  2010-01-11 14:25   ` Saleh Usman
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2010-01-11 14:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: saleh usman

On 01/11/2010 07:01 AM, saleh usman wrote:
>
> Hi
> I've run bitbake helloworld but I am unable to find /tmp/deploy folder where I can find output of helloworld.Where will be the output of this build? Terminal window is looking like as
>
> [saleh@localhost ~]$ bitbake helloworld
> NOTE: Handling BitBake files: - (7634/7634) [100 %]
> NOTE: Parsing finished. 7045 cached, 303 parsed, 286 skipped, 0 masked.
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing runqueue
> NOTE: Tasks Summary: Attempted 461 tasks of which 461 didn't need to be rerun and 0 failed.

It's most likely not "/tmp" - look in your local.conf for TMPDIR.
Mine's set like this:
   TMPDIR = "${OEROOT}/build/tmp"
so my deploy directory is at
   ${OEROOT}/build/tmp/deploy

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: output of helloworld
  2010-01-11 14:18 ` Gary Thomas
@ 2010-01-11 14:25   ` Saleh Usman
  0 siblings, 0 replies; 4+ messages in thread
From: Saleh Usman @ 2010-01-11 14:25 UTC (permalink / raw)
  To: openembedded-devel

Gary Thomas <gary <at> mlbassoc.com> writes:

> 
> On 01/11/2010 07:01 AM, saleh usman wrote:
> >
> > Hi
> > I've run bitbake helloworld but I am unable to find /tmp/deploy folder where
I can find output of
> helloworld.Where will be the output of this build? Terminal window is looking
like as
> >
> > [saleh <at> localhost ~]$ bitbake helloworld
> > NOTE: Handling BitBake files: - (7634/7634) [100 %]
> > NOTE: Parsing finished. 7045 cached, 303 parsed, 286 skipped, 0 masked.
> > NOTE: Resolving any missing task queue dependencies
> > NOTE: Preparing runqueue
> > NOTE: Executing runqueue
> > NOTE: Tasks Summary: Attempted 461 tasks of which 461 didn't need to be
rerun and 0 failed.
> 
> It's most likely not "/tmp" - look in your local.conf for TMPDIR.
> Mine's set like this:
>    TMPDIR = "${OEROOT}/build/tmp"
> so my deploy directory is at
>    ${OEROOT}/build/tmp/deploy
> 

/tmp directory is there i.e. in ${OEROOT}/build but It doesn't contain deploy
directory in it.There are cache,staging,stamps,user and work directories in tmp
but it doesn't contain deploy directory.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Output of helloworld
@ 2010-01-11 15:01 saleh usman
  0 siblings, 0 replies; 4+ messages in thread
From: saleh usman @ 2010-01-11 15:01 UTC (permalink / raw)
  To: Openembedded Discussion


/tmp directory is there i.e. in ${OEROOT}/build but It doesn't contain deploy
directory in it.There are cache,staging,stamps,user and work directories in tmp
but it doesn't contain deploy directory.

Saleh

Gary Thomas <gary <at> mlbassoc.com> writes:

> 
> On 01/11/2010 07:01 AM, saleh usman wrote:
> >
> > Hi
> > I've run bitbake helloworld but I am unable to find /tmp/deploy folder where
I can find output of
> helloworld.Where will be the output of this build? Terminal window is looking
like as
> >
> > [saleh <at> localhost ~]$ bitbake helloworld
> > NOTE: Handling BitBake files: - (7634/7634) [100 %]
> > NOTE: Parsing finished. 7045 cached, 303 parsed, 286 skipped, 0 masked.
> > NOTE: Resolving any missing task queue dependencies
> > NOTE: Preparing runqueue
> > NOTE: Executing runqueue
> > NOTE: Tasks Summary: Attempted 461 tasks of which 461 didn't need to be
rerun and 0 failed.
> 
> It's most likely not "/tmp" - look in your local.conf for TMPDIR.
> Mine's set like this:
>    TMPDIR = "${OEROOT}/build/tmp"
> so my deploy directory is at
>    ${OEROOT}/build/tmp/deploy
> 
 		 	   		  
_________________________________________________________________
Keep your friends updated—even when you’re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-11 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11 14:01 output of helloworld saleh usman
2010-01-11 14:18 ` Gary Thomas
2010-01-11 14:25   ` Saleh Usman
  -- strict thread matches above, loose matches on Subject: below --
2010-01-11 15:01 Output " saleh usman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.