mtx3: fix package-extra-archs
authorKoen Kooi <koen@openembedded.org>
Sat, 11 Aug 2007 11:05:01 +0000 (11:05 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 11 Aug 2007 11:05:01 +0000 (11:05 +0000)
conf/machine/mtx-3.conf
conf/machine/mtx-3a.conf

index dd848ea..020c507 100644 (file)
@@ -8,25 +8,20 @@
 # TARGET_ARCH should be set here in the machine configuration.
 # For compiling the kernel, ARCH will be derived form it by kernel-arch.bbclass 
 TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te "
+require conf/machine/include/tune-arm926ejs.conf
 
-PACKAGE_ARCHS = "all arm ${MACHINE}"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3"
 
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"  
 
-TARGET_CC_ARCH = "-march=armv5te"
-#-mtune=arm926ejs"
-
 USE_DEVFS = "1"
 USE_VT = "0"
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 
 BOOTSTRAP_EXTRA_RDEPENDS += ""
 
-#PREFERRED_VERSION_yamon = "2.24"
-
-
 # FIXME: old srec files as mtx-2 used to do it ... this may need to get adapted sometime!
 
 # create srec files
index 000b200..cb1b129 100644 (file)
@@ -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 += ""