msmcommd: add libmsmhll as dependency and bump PR
[openembedded.git] / conf / machine / n2100.conf
bloba86a8db42423723d4fa472fc116585d11ead59ae
1 #@TYPE: Machine
2 #@NAME: Thecus N2100
3 #@DESCRIPTION: Machine configuration for a Thecus N2100, an Intel IOP based NAS
5 TARGET_ARCH = "arm"
6 TARGET_OS = "linux"
7 INHERIT += "n2100-image"
9 SERIAL_CONSOLE="115200 console"
10 USE_VT="0"
12 MODUTILS=26
13 MACHINE_FEATURES = "kernel26 usbhost ext2 redboot"
14 MACHINE_EXTRA_RDEPENDS = "temper"
15 PREFERRED_PROVIDER_virtual/kernel = "linux"
16 PREFERRED_VERSION_linux = "2.6.20"
18 # We want udev support in the image
19 udevdir = "/dev"
21 ERASEBLOCK_SIZE = "0x20000"
22 IMAGE_FSTYPES = "jffs2"
23 EXTRA_IMAGECMD = "--little-endian"
25 # Creating an image that works with the webinterface required encrypting it
26 # So we'll need openssl
27 EXTRA_IMAGEDEPENDS = "openssl-native"
28 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
30 require conf/machine/include/tune-xscale.inc