ixp4xx*: fix endianness of PACKAGE_ARCHS
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 16 Dec 2006 16:41:18 +0000 (16:41 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 16 Dec 2006 16:41:18 +0000 (16:41 +0000)
conf/machine/ixp4xxbe.conf
conf/machine/ixp4xxle.conf

index 5108623..700f799 100644 (file)
@@ -7,7 +7,7 @@ MACHINE_FEATURES = "kernel26 usbhost ext2"
 ARCH_BYTE_SEX = "be"
 include conf/machine/include/ixp4xx.conf
 
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}"
+PACKAGE_EXTRA_ARCHS = "armv4eb armv4teb armv5eb armv5teb ixp4xxeb"
 
 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 --faketime -n"
 
index ac62d66..347c7ba 100644 (file)
@@ -7,7 +7,7 @@ MACHINE_FEATURES = "kernel26 usbhost ext2"
 ARCH_BYTE_SEX = "le"
 include conf/machine/include/ixp4xx.conf
 
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle"
 
 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 --faketime -n"