summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2012-01-31 13:43:00 -0600
committerJesse Gilles <jgilles@multitech.com>2012-03-13 13:18:00 -0500
commit456ca08e6dae286481c792a173efd09d8e9580ed (patch)
tree28146b4fae1ea1909f1a4815f39617ffd2377f7c /conf
parent525164df04456ad3ea9433e0419dbd5b7517b25b (diff)
add meta-java to bblayers and adjust layer priorities
Diffstat (limited to 'conf')
-rw-r--r--conf/bblayers.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/bblayers.conf b/conf/bblayers.conf
index d32d034..9ca9b0a 100644
--- a/conf/bblayers.conf
+++ b/conf/bblayers.conf
@@ -1,4 +1,4 @@
-LCONF_VERSION = "1"
+LCONF_VERSION = "2"
BBFILES ?= ""
BBPATH = "${OETREE}"
-BBLAYERS = "${OETREE}/openembedded ${OETREE}/multitech ${OETREE}/user-layer"
+BBLAYERS = "${OETREE}/openembedded ${OETREE}/meta-java ${OETREE}/multitech ${OETREE}/user-layer"