> > ERROR: Failure expanding variable PRINC[:=], 
> > expression was ${@int(PRINC) + 1} which 
> > triggered exception NameError: name 'PRINC' is 
> > not defined

Add this to conf/bblayers.conf:

diff --git a/conf/bblayers.conf b/conf/bblayers.conf
index 1fbec9d..b602ba5 100644
--- a/conf/bblayers.conf
+++ b/conf/bblayers.conf
@@ -3,6 +3,8 @@
 LCONF_VERSION = "4"
 TOPDIR := "${@os.path.dirname(os.path.dirname(d.getVar('FILE',
True)))}"
 
+PRINC = "0"
+
 BBPATH = "${TOPDIR}"
 
 BBFILES = ""

That's all
Regards
Gyorgy Kovesdi


_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to