From 41582932aea12ea9dfec41b1ce75386f00c5e160 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Wed, 18 Apr 2007 16:51:50 +0000 Subject: 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 --- conf/machine/mtx-3a.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/machine/mtx-3a.conf (limited to 'conf/machine') 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 += "" -- cgit 1.2.3-korg