[oe-commits] Chong Lu : bitbake.conf: Add two variables for layer index

git at git.openembedded.org git at git.openembedded.org
Sat Feb 21 22:06:06 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: ae585a7d2744222606aeb533815d22ade8e10097
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ae585a7d2744222606aeb533815d22ade8e10097

Author: Chong Lu <Chong.Lu at windriver.com>
Date:   Fri Feb 20 17:44:05 2015 +0000

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]

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index b5b54b7..10ee42a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -551,6 +551,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.
 ##################################################################
 



More information about the Openembedded-commits mailing list