All of lore.kernel.org
 help / color / mirror / Atom feed
* creating images which include actively developed applications
@ 2015-04-22 15:32 Brian Karcz
  2015-04-22 17:58 ` Paul Eggleton
  0 siblings, 1 reply; 13+ messages in thread
From: Brian Karcz @ 2015-04-22 15:32 UTC (permalink / raw)
  To: yocto@yoctoproject.org

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

Hi,

I'm attempting to create a recipe for some custom applications that we want to include in our target image. The applications are actively developed and it's often desired to generate images without versioning the application code. It's also desired to be able to work in a source tree that is external to the build tree. I'm trying to determine if Yocto has a mechanism similar to the "source directory override" in Buildroot that allows you to point a package/recipe at an external directory to locate the source code.

We have been using Poky for a couple years, but so far, have had to build the applications externally and use some magic in the image recipes to bring in the pre-built executables explicitly. We accomplished this by using some relative pathing in the SRC_URI and then placing the files in the rootfs by adding some commands to the image preprocess command.

Is there a way to create a recipe to build actively developed code located in an external source directory? Basically skip the fetch and unpack steps and always execute the compile and populate steps each time and image is built?
Thanks,
Brian



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

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

end of thread, other threads:[~2015-05-06  2:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-22 15:32 creating images which include actively developed applications Brian Karcz
2015-04-22 17:58 ` Paul Eggleton
2015-04-22 20:51   ` Brian Karcz
2015-04-22 23:22     ` Paul Eggleton
2015-04-23  6:49       ` Khem Raj
2015-04-23  8:45         ` Paul Eggleton
2015-04-23  9:05           ` Khem Raj
2015-04-23  9:26             ` Paul Eggleton
2015-04-23  5:34   ` Mike Looijmans
2015-05-01 20:25   ` Trevor Woerner
2015-05-05  8:32     ` Paul Eggleton
2015-05-06  1:35       ` Michael_E_Brown
2015-05-06  2:02         ` Khem Raj

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.