All of lore.kernel.org
 help / color / mirror / Atom feed
* multiple git repos vs. AUTOREV?
@ 2015-06-16 14:12 Steffen Sledz
  2015-06-16 14:20   ` Paul Eggleton
  2015-06-16 14:40   ` [oe] " Martin Jansa
  0 siblings, 2 replies; 15+ messages in thread
From: Steffen Sledz @ 2015-06-16 14:12 UTC (permalink / raw)
  To: openembedded-core, openembedded-devel

For development purposes we use this method to build always from the HEAD revision of a git repository.

-------------> snip <--------------
SRCREV="${AUTOREV}"
PV = "gitr${SRCPV}"

SRC_URI = "git://git@bitbucket.org/.../foo.git;protocol=ssh"
-------------> snap <--------------

Now we like to do the same in one recipe which uses sources from two git repos.

Our first try was this one. But if failed..

-------------> snip <--------------
SRCREV_foo="${AUTOREV_foo}"
SRCREV_bar="${AUTOREV_bar}"
PV = "gitr${SRCPV_foo}+${SRCPV_bar}"

SRC_URI = " \
	git://git@bitbucket.org/.../foo.git;protocol=ssh,name=foo \
	git://git@bitbucket.org/.../bar.git;protocol=ssh,name=bar \
"
-------------> snap <--------------

Is it possible to do what we want? And what's the right way to do it?

Thx,
Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


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

end of thread, other threads:[~2015-06-17 10:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16 14:12 multiple git repos vs. AUTOREV? Steffen Sledz
2015-06-16 14:20 ` [OE-core] " Paul Eggleton
2015-06-16 14:20   ` Paul Eggleton
2015-06-17  7:27   ` [OE-core] " Steffen Sledz
2015-06-17  7:27     ` Steffen Sledz
2015-06-17  8:10     ` [OE-core] " Richard Purdie
2015-06-17  8:10       ` Richard Purdie
2015-06-17 10:09       ` [OE-core] " Steffen Sledz
2015-06-17 10:09         ` Steffen Sledz
2015-06-17 10:25         ` [OE-core] " Steffen Sledz
2015-06-17 10:25           ` Steffen Sledz
2015-06-17 10:31           ` [OE-core] " Paul Eggleton
2015-06-17 10:31             ` Paul Eggleton
2015-06-16 14:40 ` Martin Jansa
2015-06-16 14:40   ` [oe] " Martin Jansa

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.