[oe-commits] Tim 'timtim' Ellis : orion: Add missing machine include as used by lspro, ts109, ts209 and ts409 machines already in OE

GIT User account git at amethyst.openembedded.net
Fri Jan 16 22:59:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 86bee5a3eabd1282d888d2770f2fd548136a4217
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=86bee5a3eabd1282d888d2770f2fd548136a4217

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Fri Jan 16 22:55:07 2009 +0000

orion: Add missing machine include as used by lspro, ts109, ts209 and ts409 machines already in OE

---

 conf/machine/include/orion.inc |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
new file mode 100644
index 0000000..4f2d9a3
--- /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





More information about the Openembedded-commits mailing list