aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 0040434..f765ece 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,6 +11,10 @@ BBFILE_COLLECTIONS += "meta-opie"
BBFILE_PATTERN_meta-opie := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-opie = "8"
+LAYERDEPENDS_meta-opie = "core"
+LAYERDEPENDS_meta-opie += "openembedded-layer"
+LAYERDEPENDS_meta-opie += "networking-layer"
+
# Some basic definitions
OPIE_GIT = "git://gitorious.org/opie/opie.git"