summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 29ca0174eb..9c3e240d8f 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -6,7 +6,7 @@ BBFILES = "${OEROOT}/meta/packages/*/*.bb"
6# BBFILES := "${OEROOT}/meta/packages/*/*.bb ${OEROOT}/meta-extras/packages/*/*.bb" 6# BBFILES := "${OEROOT}/meta/packages/*/*.bb ${OEROOT}/meta-extras/packages/*/*.bb"
7# BBFILE_COLLECTIONS = "normal extras" 7# BBFILE_COLLECTIONS = "normal extras"
8# BBFILE_PATTERN_normal = "^${OEROOT}/meta/" 8# BBFILE_PATTERN_normal = "^${OEROOT}/meta/"
9# BBFILE_PATTERN_extras = "^${OEROOT}/meta/" 9# BBFILE_PATTERN_extras = "^${OEROOT}/meta-extras/"
10# BBFILE_PRIORITY_normal = "5" 10# BBFILE_PRIORITY_normal = "5"
11# BBFILE_PRIORITY_extras = "5" 11# BBFILE_PRIORITY_extras = "5"
12 12