From: Jacob Stiffler <j-stiffler@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [PATCH] ocl: Extract git SRC_URI parameters into individual variables
Date: Wed, 28 Oct 2015 09:18:14 -0400 [thread overview]
Message-ID: <5630CB16.4050204@ti.com> (raw)
In-Reply-To: <1445884768-3082-1-git-send-email-j-stiffler@ti.com>
I will be submitting a v2. After thinking about this more, I would like
to also create a new variable for SRCREV.
On 10/26/2015 2:39 PM, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> meta-arago-extras/recipes-ti/ocl/ocl.inc | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> index adf65e0..c2515f7 100644
> --- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
> +++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> @@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/ocl:"
>
> -BRANCH = "master"
> -SRC_URI = "git://git.ti.com/opencl/ti-opencl.git;protocol=git;branch=${BRANCH}"
> +OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git"
> +OCL_GIT_PROTOCOL = "git"
> +OCL_GIT_BRANCH = "master"
> +
> +SRC_URI = "${OCL_GIT_URI};protocol=${OCL_GIT_PROTOCOL};branch=${OCL_GIT_BRANCH}"
> SRCREV = "992dfba8783af895f6d4e4877ad7c0466d085bf0"
prev parent reply other threads:[~2015-10-28 13:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-26 18:39 [PATCH] ocl: Extract git SRC_URI parameters into individual variables Jacob Stiffler
2015-10-28 13:18 ` Jacob Stiffler [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=5630CB16.4050204@ti.com \
--to=j-stiffler@ti.com \
--cc=meta-arago@arago-project.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.