ixp4xx: correct IPKG_ARCHS to include ${MACHINE}[bl] in ixp4xx.conf
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 12 Jan 2006 10:21:01 +0000 (10:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 12 Jan 2006 10:21:01 +0000 (10:21 +0000)
 - the kernel packages now use ${MACHINE}[bl] according to the system
   byte sex, therefore this must be included in the IPKG_ARCH list or
   the image build will fail.

conf/machine/include/ixp4xx.conf
conf/machine/nas100d.conf
conf/machine/nslu2.conf

index 5005f58..3c50770 100644 (file)
@@ -134,7 +134,8 @@ IPKG_ARCHS = "${@(lambda arch_thumb, arch_arm, is_arm, interwork: \
               (bb.data.getVar('THUMB_ARCHITECTURES', d, 1), \
                bb.data.getVar('ARM_ARCHITECTURES', d, 1), \
                bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) != 'thumb', \
-               bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes')} ${MACHINE_ARCH}"
+               bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes')} \
+               ${MACHINE_ARCH} ${MACHINE}${BYTE_SEX_CHAR}"
 
 #-------------------------------------------------------------------------------
 # Package versions
index 02a59d6..4798c23 100644 (file)
@@ -9,5 +9,5 @@ SERIAL_CONSOLE = "115200 ttyS0"
 KERNEL_CONSOLE = "ttyS0,115200n8"
 USE_VT = "0"
 CMDLINE_ROOT = "root=/dev/mtdblock2 rw rootfstype=jffs2 mem=64M@0x00000000 init=/linuxrc"
-IXP4XX_SUFFIX = "nas100d${BYTE_SEX_CHAR}"
+IXP4XX_SUFFIX = "${MACHINE}${BYTE_SEX_CHAR}"
 IXP4XX_MACHID = "865"
index f5ee008..a20e8b7 100644 (file)
@@ -9,6 +9,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
 KERNEL_CONSOLE = "ttyS0,115200n8"
 USE_VT = "0"
 CMDLINE_ROOT = "root=/dev/mtdblock4 rw rootfstype=jffs2 mem=32M@0x00000000 init=/linuxrc"
-IXP4XX_SUFFIX = "nslu2${BYTE_SEX_CHAR}"
+IXP4XX_SUFFIX = "${MACHINE}${BYTE_SEX_CHAR}"
 IXP4XX_MACHID = "597"
 IXP4XX_LEFIXUP = "1"