aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/n2100.conf
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-17 19:25:02 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-17 19:25:02 +0000
commitf867616c8f4d7a176181d42952ff4ba8db4baf20 (patch)
tree91a47ff6f478f9a3633f7e71602e9eb3073e3a67 /conf/machine/n2100.conf
parentdc10abcda446ad5b1628134797eddedea814f5e3 (diff)
downloadopenembedded-f867616c8f4d7a176181d42952ff4ba8db4baf20.tar.gz
n2100: Remove PACKAGE_ARCHS in machine config, already in tune-xscale and add name, description etc
Diffstat (limited to 'conf/machine/n2100.conf')
-rw-r--r--conf/machine/n2100.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf
index 026339ded6..36a0f9edf4 100644
--- a/conf/machine/n2100.conf
+++ b/conf/machine/n2100.conf
@@ -1,14 +1,16 @@
+#@TYPE: Machine
+#@NAME: Thecus N2100
+#@DESCRIPTION: Machine configuration for a Thecus N2100, an Intel IOP based NAS
+
TARGET_ARCH = "arm"
TARGET_OS = "linux"
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
-
INHERIT += "n2100-image"
SERIAL_CONSOLE="115200 console"
USE_VT="0"
MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost pci ext2 redboot"
+MACHINE_FEATURES= "kernel26 usbhost ext2 redboot"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "2.6.20"
@@ -18,9 +20,10 @@ udevdir = "/dev"
ERASEBLOCK_SIZE = "0x20000"
IMAGE_FSTYPES = "jffs2"
EXTRA_IMAGECMD = "--little-endian"
+
# Creating an image that works with the webinterface required encrypting it
# So we'll need openssl
-EXTRA_IMAGEDEPENDS = "openssl-native"
+EXTRA_IMAGEDEPENDS = "openssl-native temper"
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
require conf/machine/include/tune-xscale.inc