r2117 - trunk/oe/conf
mickey at sita.openmoko.org
mickey at sita.openmoko.org
Sat Jun 2 00:26:57 CEST 2007
Author: mickey
Date: 2007-06-02 00:26:57 +0200 (Sat, 02 Jun 2007)
New Revision: 2117
Modified:
trunk/oe/conf/site.conf
Log:
revert inadvertent change from svn commit 1612. this caused builds on hosts != buildhost to build packages from the wrong repository
Modified: trunk/oe/conf/site.conf
===================================================================
--- trunk/oe/conf/site.conf 2007-06-01 21:51:27 UTC (rev 2116)
+++ trunk/oe/conf/site.conf 2007-06-01 22:26:57 UTC (rev 2117)
@@ -2,6 +2,11 @@
DL_DIR = "${OMDIR}/sources"
BBFILES := "${OMDIR}/openembedded/packages/*/*.bb ${OMDIR}/oe/packages/*/*.bb"
+BBFILE_COLLECTIONS = "upstream local"
+BBFILE_PATTERN_upstream = "^${OMDIR}/openembedded/"
+BBFILE_PATTERN_local = "^${OMDIR}/oe/"
+BBFILE_PRIORITY_upstream = "5"
+BBFILE_PRIORITY_local = "10"
BBINCLUDELOGS = "yes"
KERNEL_CONSOLE = "tty1"
#DEBUG_OPTIMIZATION = "-O -g3"
More information about the commitlog
mailing list