All of lore.kernel.org
 help / color / mirror / Atom feed
* Can Yocto treat layers like an external package?
@ 2017-05-24 14:39 Koehler, Yannick (HPN Aruba)
  2017-05-24 14:49 ` Gary Thomas
  0 siblings, 1 reply; 8+ messages in thread
From: Koehler, Yannick (HPN Aruba) @ 2017-05-24 14:39 UTC (permalink / raw)
  To: yocto@yoctoproject.org

In our development with Yocto, we use vendor provided layers.  At this time we have to pull those manually (using git or submodule or other technics) to get the vendor layer on disk before bitbake can start.  Does Yocto allow to automatically pull a yocto layer given a uri, branch and other information, similar way as it can pull the source of a package?

This way, we could omit the vendor layer stuff from our git and instead have Yocto fetch the layer from its source (honoring all the premirror and mirror stuff).  The layer specification would be similar to SRC_URI format with an additional parameter to indicate locally where to put the files, maybe with a default of vendor/<layer-name> structure?

	git://git@mylayer.company.com/layer-name.git;protocol=ssh;branch=master

This would pull into 

	vendors/layer-name

Prior to parse all reccipes?

--
Yannick Koehler


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

end of thread, other threads:[~2017-05-26 13:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-24 14:39 Can Yocto treat layers like an external package? Koehler, Yannick (HPN Aruba)
2017-05-24 14:49 ` Gary Thomas
2017-05-25  4:11   ` Trevor Woerner
2017-05-25  5:38     ` Andrea Galbusera
2017-05-25 13:13       ` Koehler, Yannick (HPN Aruba)
2017-05-25 14:39         ` Marcelo E. Magallon
2017-05-25 16:04           ` Koehler, Yannick (HPN Aruba)
2017-05-26 13:34             ` Patrick Ohly

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.