Hello all!

Now I'm trying to build an Angstrom for a picosam9 machine (http://arm.mini-box.com/) and I've got some problem with it.

I made a git clone of Angstrom (
git clone git://git.angstrom-distribution.org/setup-scripts
), then - as mentioned at angstrom-distribution.org - I've issued

MACHINE=picosam9 ./oebb.sh config picosam9
MACHINE=picosam9 ./oebb.sh update
MACHINE=picosam9 ./oebb.sh bitbake virtual/kernel

Last command failed with this error:

DEBUG: Using cache in '/home/arm/setup-scripts/build/tmp-angstrom_2010_x-eglibc/cache/bb_codeparser.dat' for codeparser cache ERROR: Poky's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please set a valid MACHINE in your local.conf or environment

ERROR: Execution of event handler 'check_sanity_eventhandler' failed


complete log you can find here: http://pastebin.com/UnXDkfUr

Then I tried to build Angstrom for some more popular machine - for example, beagleboard, but got the same result.

Then I tried to understand, how machine information is stored in Angstrom, but had no success.
How does bitbake know, which machine it can build and which - cannot?

Directory structure which I've got, is here:

setup-scripts
|-- build
|   |-- sstate-cache
|   `-- tmp-angstrom_2010_x-eglibc
|-- buildlog.txt
|-- conf
|   |-- auto.conf
|   |-- bblayers.conf
|   |-- local.conf
|   |-- sanity_info
|   `-- site.conf
|-- oebb.sh
|-- picosam9-recipe.tgz
|-- scripts
|   |-- layerman
|   |-- layers.awk
|   |-- listpatches.sh
|   `-- listpending.sh
`-- sources
    |-- bitbake
    |-- layers.txt
    |-- meta-angstrom
    |-- meta-efikamx
    |-- meta-ettus
    |-- meta-handheld
    |-- meta-intel
    |-- meta-java
    |-- meta-mozilla
    |-- meta-nslu2
    |-- meta-openembedded
    |-- meta-openpandora
    |-- meta-opie
    |-- meta-smartphone
    |-- meta-ti
    |-- meta-xilinx
    |-- openembedded
    `-- openembedded-core

A sources/openembedded is contents of picosam9-recipe.tgz (https://www.gitorious.org/picopc-tools/picopc-angstrom/archive-tarball/master, http://arm.mini-box.com/index.php?title=Compiling_Angstrom_for_pico-SAM9G45). How can I get use of these recipes?

Thanks in advance!

_______________________________________________
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