summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf6
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"
551BUILD_OPTIMIZATION = "-O2 -pipe" 551BUILD_OPTIMIZATION = "-O2 -pipe"
552 552
553################################################################## 553##################################################################
554# Settings used by bitbake-layers.
555##################################################################
556BBLAYERS_LAYERINDEX_URL ??= "http://layers.openembedded.org/layerindex/"
557BBLAYERS_FETCH_DIR ??= "${COREBASE}"
558
559##################################################################
554# Download locations and utilities. 560# Download locations and utilities.
555################################################################## 561##################################################################
556 562