From 6b801829303ea3d95049c68e8035f58deb0a495d Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 27 Jul 2011 19:14:33 +0100 Subject: layer.conf: add OPIE_GIT_DIR Define OPIE_GIT_DIR (in OE-dev this was in bitbake.conf) Signed-off-by: Paul Eggleton --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index dcba5da..3865945 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,3 +11,6 @@ BBFILE_COLLECTIONS += "meta-opie" BBFILE_PATTERN_meta-opie := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-opie = "8" +# Some basic definitions +OPIE_GIT = "git://gitorious.org/opie/opie.git" + -- cgit 1.2.3-korg