All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chong Lu <Chong.Lu@windriver.com>
To: <openembedded-core@lists.openembedded.org>,
	<paul.eggleton@linux.intel.com>
Subject: Re: [PATCH V4 1/2] bitbake.conf: Add two variables for layer index
Date: Thu, 12 Feb 2015 09:27:03 +0800	[thread overview]
Message-ID: <54DC0167.6070904@windriver.com> (raw)
In-Reply-To: <9f72fbe11fba8d12216ff3ebceec36a12124e355.1423649385.git.Chong.Lu@windriver.com>


On 02/11/2015 06:12 PM, Chong Lu wrote:
> Add BITBAKE_LAYERINDEX_URL variable that bitbake-layers can use to find layer index.
> Add LAYER_FETCH_DIR variable that bitbake-layers can use to specify fetch directory.

Please ignore this one. I will change this commit log and resend one.

Best Regards
Chong

>
> [YOCTO #5348]
>
> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
> ---
>   meta/conf/bitbake.conf | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index d22e9e8..a1c6b70 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -549,6 +549,12 @@ SELECTED_OPTIMIZATION[vardeps] += "FULL_OPTIMIZATION DEBUG_OPTIMIZATION"
>   BUILD_OPTIMIZATION = "-O2 -pipe"
>   
>   ##################################################################
> +# Settings used by bitbake-layers.
> +##################################################################
> +BBLAYERS_LAYERINDEX_URL ??= "http://layers.openembedded.org/layerindex/"
> +BBLAYERS_FETCH_DIR ??= "${COREBASE}"
> +
> +##################################################################
>   # Download locations and utilities.
>   ##################################################################
>   



  reply	other threads:[~2015-02-12  1:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-11 10:12 [PATCH V4 0/2] bitbake-layers: add a ability to query layer dependencies from layer index Chong Lu
2015-02-11 10:12 ` [PATCH V4 1/2] bitbake.conf: Add two variables for " Chong Lu
2015-02-12  1:27   ` Chong Lu [this message]
2015-02-11 10:12 ` [PATCH V4 2/2] bitbake-layers: add a ability to query layer dependencies from " Chong Lu

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=54DC0167.6070904@windriver.com \
    --to=chong.lu@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    /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.