Andrea Adami wrote:
> I did only notice now the bug....
> 
> it looks exactly like the (ignored) issue I reported here:
> 
> http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-July/002416.html
> 
> My solution is *not* to follow the 'building-angstrom' instructions

Well, don't follow it as well and use the version from the mtn
repository only with a minimal changes (I don't set TMPDIR). Maybe
setting TMPDIR triggers more QA errors caused by build dir traces.

Here are important parts (in fact I set a bit more to better fit to my
machine configuration):

--- /OE/build/conf/local.conf.sample    2008-02-25 21:14:50.000000000 +0000
+++ /OE/build/conf/local.conf   2008-07-30 23:25:25.000000000 +0000
@@ -24,7 +24,8 @@
 
 # Delete the line below. Then specify which .bb files to consider for
 # your build. Typically this will be something like BBFILES = 
"/path/to/openembedded/packages/*/*.bb"
-BBFILES := "[EMAIL PROTECTED]('Edit your conf/local.conf: BBFILES')}"
+#BBFILES := "[EMAIL PROTECTED]('Edit your conf/local.conf: BBFILES')}"
+BBFILES = "/OE/org.openembedded.dev/packages/*/*.bb"
 
 # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files
 # This is a regulary expression, so be sure to get your parenthesis balanced.
@@ -65,6 +67,7 @@
 # for machines currently known to OpenEmbedded. This will automatically take 
care
 # of TARGET_ARCH
 # MACHINE = "c7x0"
+MACHINE = "spitz"
 
 # Use this to specify the target architecture. Note that this is only
 # needed when building for a machine not known to OpenEmbedded. Better use
@@ -85,6 +88,7 @@
 # explicitely select specific versions of various packages.
 # Stay away from unversioned distros unless you really know what you are doing
 # DISTRO = "angstrom-2008.1"
+DISTRO = "angstrom-2008.1"
 
 # So far, angstrom.conf sets ENABLE_BINARY_LOCALE_GENERATION
 # to generate binary locale packages at build time using qemu-native and
@@ -154,4 +163,4 @@
 #CVS_TARBALL_STASH = ""
 
 # EDIT THIS FILE and then remove the line below before using!
-REMOVE_THIS_LINE:="[EMAIL PROTECTED]('Read the comments in your 
conf/local.conf')}"
+#REMOVE_THIS_LINE:="[EMAIL PROTECTED]('Read the comments in your 
conf/local.conf')}"


-- 
Best Regards / S pozdravem,

Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o.                          e-mail: [EMAIL PROTECTED]
Lihovarská 1060/12           tel: +420 284 028 966, +49 911 740538747
190 00 Praha 9                                  fax: +420 284 028 951
Czech Republic                                    http://www.suse.cz/


_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to