From: Tim 'timtim' Ellis Date: Fri, 16 Jan 2009 22:55:07 +0000 (+0000) Subject: orion: Add missing machine include as used by lspro, ts109, ts209 and ts409 machines... X-Git-Tag: Release-2010-05/1~4330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86bee5a3eabd1282d888d2770f2fd548136a4217;p=openembedded.git orion: Add missing machine include as used by lspro, ts109, ts209 and ts409 machines already in OE --- diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc new file mode 100644 index 0000000000..4f2d9a38e5 --- /dev/null +++ b/conf/machine/include/orion.inc @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for various different Marvell Orion based devices + +TARGET_ARCH = "arm" +TARGET_FPU = "soft" + +MACHINE_FEATURES = "kernel26 usbhost ext2 pci" +MACHINE_TASK_PROVIDER = "task-base" + +USE_DEVFS = "0" + +PREFERRED_PROVIDER_virtual/bootloader = "" +PREFERRED_PROVIDER_virtual/kernel = "linux-orion" +PREFERRED_VERSION_linux-orion = "2.6.27.10" + +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" +IMAGE_FSTYPES = "tar.gz" +SERIAL_CONSOLE = "ttyS0 115200" + +require conf/machine/include/tune-arm926ejs.inc