[oe] Modifying download directories

Charles Manning cdhmanning at gmail.com
Tue Mar 29 02:03:02 UTC 2011


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




More information about the Openembedded-devel mailing list