diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-11 11:05:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-11 11:05:01 +0000 |
commit | 8a8a5ab7df458204622c3774859d99ba1b6856d4 (patch) | |
tree | 0ad711c2c251cd87481e52de43b49a1a8e85e012 /conf/machine/mtx-3a.conf | |
parent | fe2529d87a1827a7a2fcfdff5b18cd44a92a46c9 (diff) |
mtx3: fix package-extra-archs
Diffstat (limited to 'conf/machine/mtx-3a.conf')
-rw-r--r-- | conf/machine/mtx-3a.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/mtx-3a.conf b/conf/machine/mtx-3a.conf index 000b200840..cb1b129660 100644 --- a/conf/machine/mtx-3a.conf +++ b/conf/machine/mtx-3a.conf @@ -2,12 +2,10 @@ #@NAME: 4G Systems mtx-3a #@DESCRIPTION: Machine configuration for the mtx-3a +include conf/machine/mtx-3.conf + TARGET_ARCH = "arm" -PACKAGE_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 += "" |