diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-11-07 11:41:39 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-11-07 11:41:39 -0600 |
commit | 12af35b76f22b05556da084fd3a6bddd92a67131 (patch) | |
tree | 832f4cad7030a9184900612b3f4d8d7f3ca18665 /conf/bblayers.conf | |
parent | 86d02c0a22817f57c4285cf7923fb2a70a31aa93 (diff) |
added user-layer placeholder for custom recipes
Diffstat (limited to 'conf/bblayers.conf')
-rw-r--r-- | conf/bblayers.conf | 2 |
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" |