diff options
author | Martin Dietze <di@fh-wedel.de> | 2007-04-18 16:51:50 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2007-04-18 16:51:50 +0000 |
commit | 41582932aea12ea9dfec41b1ce75386f00c5e160 (patch) | |
tree | 4dc6b8406476a23a3583acff9b84138062d6d2e6 /conf/machine | |
parent | 295be5808d5da24cf311677af0d6c74e55995306 (diff) |
conf/distro/nylon.conf, conf/machine/mtx-3a.conf, classes/nylon-image.bbclass:
* formally added (experimental, ARM-based) mtx-3a hardware platform used by nylon
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mtx-3a.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/mtx-3a.conf b/conf/machine/mtx-3a.conf new file mode 100644 index 0000000000..bda68acd12 --- /dev/null +++ b/conf/machine/mtx-3a.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine - the orange marvell box +#@NAME: 4G Systems mtx-3a +#@DESCRIPTION: Machine configuration for the mtx-3a + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a" +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" +TARGET_CC_ARCH = "-march=armv5te" +USE_DEVFS = "1" +USE_VT = "0" +SERIAL_CONSOLE = "115200 ttyS0 vt100" +BOOTSTRAP_EXTRA_RDEPENDS += "" |