summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-11-07 11:41:39 -0600
committerJesse Gilles <jgilles@multitech.com>2011-11-07 11:41:39 -0600
commit12af35b76f22b05556da084fd3a6bddd92a67131 (patch)
tree832f4cad7030a9184900612b3f4d8d7f3ca18665 /conf
parent86d02c0a22817f57c4285cf7923fb2a70a31aa93 (diff)
added user-layer placeholder for custom recipes
Diffstat (limited to 'conf')
-rw-r--r--conf/bblayers.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bblayers.conf b/conf/bblayers.conf
index be77226..d32d034 100644
--- a/conf/bblayers.conf
+++ b/conf/bblayers.conf
@@ -1,4 +1,4 @@
LCONF_VERSION = "1"
BBFILES ?= ""
BBPATH = "${OETREE}"
-BBLAYERS = "${OETREE}/openembedded ${OETREE}/multitech"
+BBLAYERS = "${OETREE}/openembedded ${OETREE}/multitech ${OETREE}/user-layer"