All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto SDK: how to deploy application with step "make install" to target?
@ 2017-12-01 14:07 Jerry Lian
  2017-12-01 14:16 ` Eric Schwarz
  0 siblings, 1 reply; 10+ messages in thread
From: Jerry Lian @ 2017-12-01 14:07 UTC (permalink / raw)
  To: Yocto list discussion

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

I am new to embedded linux, and some concepts confuse me:
* I have downloaded an Autotools-based application to run on my board.
* If I boot the board with original image/original SDK, I normally
build/install it with steps:
----- ./bootstrap
----- ./configure
----- make
----- make install
* Now if I boot the board with yocto image without SDK, how can I deploy
the application?
---- (surely I do "bitbake -c populate_sdk some-image", and source the
environment!)
----- ./bootstrap (Yocto SDK on host)
----- ./configure (Yocto SDK on host)
----- make         (Yocto SDK on host)
----- make install (???)

* How to do "make install"? (I want to install it on target, but how?)

Thanks!

[-- Attachment #2: Type: text/html, Size: 942 bytes --]

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

end of thread, other threads:[~2017-12-04 21:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 14:07 Yocto SDK: how to deploy application with step "make install" to target? Jerry Lian
2017-12-01 14:16 ` Eric Schwarz
2017-12-01 14:34   ` Eric Schwarz
2017-12-01 15:15     ` Jerry Lian
2017-12-01 15:37       ` Eric Schwarz
2017-12-01 15:58         ` Jerry Lian
2017-12-01 16:30           ` Eric Schwarz
2017-12-01 16:56             ` Jerry Lian
2017-12-03 14:17       ` Philip Balister
2017-12-04 21:38         ` Jerry Lian

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.