diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-11 12:51:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-11 12:51:28 +0000 |
commit | ef828c09c96cdc47f0b6901f2ee83cdb4bbcc8ec (patch) | |
tree | 4951178ef7a32bd5fbf984230aef2fd5cd22f5e7 /conf/machine | |
parent | 55c9ddab073ec7a7e404053861dd479f260688db (diff) |
Blackfin support:
* siteinfo.bbclass, bfin-common: autofoo support
* kernel-arch.bbclass, linux-libc-headers_2.6.20.bb: bfin -> blackfin mapping for the kernel
* insane.bbclass: stubs for bfin arch, needs proper number, but that will get reported when it encounters the first binary
* uclibc: config for adsp-bf537-stamp machine
* adsp-bf537-stamp.conf: machine description for adsp-bf537-stamp board (http://www.analog.com/en/prod/0%2C2877%2CBF537%25252DSTAMP%2C00.html)
The build currently stops in binutils cross with the "ld not supported on this archicture" message
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/adsp-bf537-stamp.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/adsp-bf537-stamp.conf b/conf/machine/adsp-bf537-stamp.conf new file mode 100644 index 0000000000..2a8fd640e7 --- /dev/null +++ b/conf/machine/adsp-bf537-stamp.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@Name: Analog Devices blackfin platfrom +#@DESCRIPTION: ADSP-BF537 STAMP Board + + +TARGET_ARCH = "bfin" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200" + |