All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: Modifying download directories
Date: Tue, 29 Mar 2011 07:50:04 -0700	[thread overview]
Message-ID: <4D91F19C.2090701@mentor.com> (raw)
In-Reply-To: <AANLkTinndYKCjXukE90p0yGuh1KCtm1joySugGMQXrTU@mail.gmail.com>

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



      reply	other threads:[~2011-03-29 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29  2:03 Modifying download directories Charles Manning
2011-03-29 14:50 ` Tom Rini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D91F19C.2090701@mentor.com \
    --to=tom_rini@mentor.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.