[oe] AVR32 can build "base-image" target

Geoffrey Wossum geoffrey at pager.net
Tue Mar 25 15:47:36 UTC 2008


On Tuesday 25 March 2008 10:23:51 am Geoffrey Wossum wrote:
> Hi all,
>
> I just submitted patches to the OpenEmbedded Bugzilla that will allow you
> to build the Angstrom 2008.1 "base-image" target for the AVR32.  Bug #4123
> (http://bugs.openembedded.net/show_bug.cgi?id=4123).

For anyone interested, here's my local.conf for the AVR32, minus all comments 
and blank lines:

---begin---
DL_DIR = "${PRJROOT}/sources"
BBFILES = "${PRJROOT}/org.openembedded.dev/packages/*/*.bb"
BBMASK = ""
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += " 
virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
PREFERRED_VERSION_linux = "2.6.23"
MACHINE = "at32stk1000"
TARGET_OS = "linux-uclibc"
DISTRO = "angstrom-2008.1"
ANGSTROM_MODE = "uclibc"
IMAGE_FSTYPES = "ext3 jffs2 tar"
BBDEBUG = "yes"
PARALLEL_MAKE = "-j 3"
BBINCLUDELOGS = "yes"
---end---


---
Geoffrey




More information about the Openembedded-devel mailing list