From 456ca08e6dae286481c792a173efd09d8e9580ed Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Tue, 31 Jan 2012 13:43:00 -0600 Subject: add meta-java to bblayers and adjust layer priorities --- conf/bblayers.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') 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" -- cgit v1.2.3