All of lore.kernel.org
 help / color / mirror / Atom feed
* Best practice for building a large amount of source files
@ 2015-12-10 21:16 Michael Habibi
  2015-12-10 21:32 ` Jeremy A. Puhlman
  2015-12-10 21:54 ` Burton, Ross
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Habibi @ 2015-12-10 21:16 UTC (permalink / raw)
  To: yocto

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

If I have some source I want to bring into my layer, for example:

Recipe dir:
meta-mylayer/recipes-management/myapplication/myapplication_1.0/<tons of
source files>

What is the best option for adding all of these and compiling? As far as I
know, you have to do one of the following:

1) Use a fetch that fetches a tarball with all your source, or a repo with
all of your source
2) Use a million-line long SRC_URI assignment to include every file that
your application uses.

Is there a third (or fourth) option that I may have missed?

Michael

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

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

end of thread, other threads:[~2015-12-10 22:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 21:16 Best practice for building a large amount of source files Michael Habibi
2015-12-10 21:32 ` Jeremy A. Puhlman
2015-12-10 21:54 ` Burton, Ross
2015-12-10 22:07   ` Michael Habibi
2015-12-10 22:11     ` Burton, Ross

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.