diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2015-02-20 17:44:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-21 22:05:37 +0000 |
commit | 48d0b3f160625ecad0611247fa000e2eb7d15536 (patch) | |
tree | ebe3b2a599fcb638e2691d0390e6a74518e87272 | |
parent | f1daefbf52db8e97a56f1df1837a520ca1a86444 (diff) | |
download | poky-48d0b3f160625ecad0611247fa000e2eb7d15536.tar.gz |
bitbake.conf: Add two variables for layer index
Add BBLAYERS_LAYERINDEX_URL variable that bitbake-layers can use to find layer index.
Add BBLAYERS_FETCH_DIR variable that bitbake-layers can use to specify fetch directory.
[YOCTO #5348]
(From OE-Core rev: ae585a7d2744222606aeb533815d22ade8e10097)
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b5b54b7819..10ee42ab9a 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -551,6 +551,12 @@ SELECTED_OPTIMIZATION[vardeps] += "FULL_OPTIMIZATION DEBUG_OPTIMIZATION" | |||
551 | BUILD_OPTIMIZATION = "-O2 -pipe" | 551 | BUILD_OPTIMIZATION = "-O2 -pipe" |
552 | 552 | ||
553 | ################################################################## | 553 | ################################################################## |
554 | # Settings used by bitbake-layers. | ||
555 | ################################################################## | ||
556 | BBLAYERS_LAYERINDEX_URL ??= "http://layers.openembedded.org/layerindex/" | ||
557 | BBLAYERS_FETCH_DIR ??= "${COREBASE}" | ||
558 | |||
559 | ################################################################## | ||
554 | # Download locations and utilities. | 560 | # Download locations and utilities. |
555 | ################################################################## | 561 | ################################################################## |
556 | 562 | ||