* Modifying download directories
@ 2011-03-29 2:03 Charles Manning
2011-03-29 14:50 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Charles Manning @ 2011-03-29 2:03 UTC (permalink / raw)
To: Openembedded-devel
Hi All
I am fetching various modules from svn and need to create a specific
directory structure with them. I'm struggling to find the correct
combination to make this work.
If I use
SRC_URI = " \
svn://xxx/svn/a/trunk;module=Common;proto=http \
svn://xxx/svn/a/trunk;module=Core;proto=http \
svn://xxx/svn/b/trunk;module=HAL;proto=http \
"
that fetches the modules so that I end up with
${WORKDIR}/Common
${WORKDIR}/Core
${WORKDIR}/HAL
but what I really want is;
${WORKDIR}/foo/Common
${WORKDIR}/foo/Core
${WORKDIR}/bar/HAL
because that is how the Makefiles are set up
Any advice welcome.
Thanks
Charles
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Modifying download directories
2011-03-29 2:03 Modifying download directories Charles Manning
@ 2011-03-29 14:50 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2011-03-29 14:50 UTC (permalink / raw)
To: openembedded-devel
On 03/28/2011 07:03 PM, Charles Manning wrote:
> Hi All
>
> I am fetching various modules from svn and need to create a specific
> directory structure with them. I'm struggling to find the correct
> combination to make this work.
>
> If I use
> SRC_URI = " \
> svn://xxx/svn/a/trunk;module=Common;proto=http \
> svn://xxx/svn/a/trunk;module=Core;proto=http \
> svn://xxx/svn/b/trunk;module=HAL;proto=http \
> "
> that fetches the modules so that I end up with
>
> ${WORKDIR}/Common
> ${WORKDIR}/Core
> ${WORKDIR}/HAL
>
> but what I really want is;
>
> ${WORKDIR}/foo/Common
> ${WORKDIR}/foo/Core
> ${WORKDIR}/bar/HAL
I think you can use ';subdir=Common' and so forth in the URIs.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-29 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29 2:03 Modifying download directories Charles Manning
2011-03-29 14:50 ` Tom Rini
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.