From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
To: "Noor, Ahsan" <noor_ahsan@mentor.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [RFC] rawcopy.py: Copy source file in image creation build folder
Date: Thu, 22 Oct 2015 09:02:18 -0500 [thread overview]
Message-ID: <5628EC6A.2090803@linux.intel.com> (raw)
In-Reply-To: <1445443468-8394-1-git-send-email-noor_ahsan@mentor.com>
> + else:
> + dst = os.path.join(cr_workdir, source_params['file'])
> + dd_cmd = "cp src dst"
> + exec_cmd(dd_cmd)
>
the constructed dst variable is not being included into the dd_cmd, is
it? I would expect something like
dd_cmd = "cp %s %s" % (src, dst)
next prev parent reply other threads:[~2015-10-22 14:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 16:04 [RFC] rawcopy.py: Copy source file in image creation build folder Noor, Ahsan
2015-10-22 10:14 ` Ahsan, Noor
2015-10-22 14:02 ` Leonardo Sandoval [this message]
2015-10-22 15:17 ` Ahsan, Noor
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=5628EC6A.2090803@linux.intel.com \
--to=leonardo.sandoval.gonzalez@linux.intel.com \
--cc=noor_ahsan@mentor.com \
--cc=openembedded-core@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.