This time I almost got to the end. I have followed all the instructions in the board sources PDF, and
run this command, finally
$ bitbake image-full-galileo -c populate_sdk
Five hours later and with 2820 out of 2866 tasks done, the build fails with these errors
| CC x86_64-softmmu/hw/i386/../ioapic.o
| {standard input}: Assembler messages:
| {standard input}:52666: Warning: end of file not at end of a line; newline inserted
| {standard input}:53815: Error: unknown pseudo-op: `.p'
| {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
| x86_64-pokysdk-linux-gcc: internal compiler error: Killed (program cc1)
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See <http://gcc.gnu.org/bugs.html> for instructions.
and
| CC arm-softmmu/hw/arm/../pxa2xx.o
| {standard input}: Assembler messages:
| {standard input}:50450: Warning: end of file not at end of a line; newline inserted
| {standard input}:50524: Error: unknown pseudo-op: `.'
| CC x86_64-softmmu/hw/i386/../multiboot.o
| {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
| x86_64-pokysdk-linux-gcc: internal compiler error: Killed (program cc1)
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See <http://gcc.gnu.org/bugs.html> for instructions.
| make[1]: *** [target-i386/translate.o] Error 4
| make: *** [subdir-i386-linux-user] Error 2
It looks like we're looking at the qemu build.
ERROR: Task 1655 (virtual:nativesdk:/home/victor/galileo/meta-clanton_v1.0.1/poky/meta/recipes-devtools/qemu/qemu_1.4.0.bb, do_compile) failed with exit code '1'
any suggestions?