diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
commit | 9d829ed05c295df608b4fc108eb1c628fd06fd39 (patch) | |
tree | c1b27cfe4498f8abef1a61325922906f3e6a32ff /conf/machine/n2100.conf | |
parent | 1434b204e16e87b7f59f074f3036d5dcbcf0116f (diff) | |
parent | 6ccac10beeaaa02a86081bd6179fd57c208ad6b1 (diff) |
merge of '76e1e69496801009ea0aa69c84f76e858978ab99'
and 'db976a98427dd6a195e2cf167e225de2d0206aea'
Diffstat (limited to 'conf/machine/n2100.conf')
-rw-r--r-- | conf/machine/n2100.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf new file mode 100644 index 0000000000..f275d617de --- /dev/null +++ b/conf/machine/n2100.conf @@ -0,0 +1,27 @@ +TARGET_ARCH = "arm" +TARGET_OS = "linux" +TARGET_FPU = "soft" +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" +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.20" + +# We want udev support in the image +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" +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" + +require conf/machine/include/tune-xscale.conf |