[oe] Modifying download directories

Tom Rini tom_rini at mentor.com
Tue Mar 29 14:50:04 UTC 2011


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




More information about the Openembedded-devel mailing list