From 2d96dd3d8722c5260740717f70c442b4cb445aac Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 23 Jan 2007 02:21:17 +0000 Subject: ixp4xx (and related ixp4xx-specific files): Change all usage of ARCH_BYTE_SEX to IXP4XX_MACHINE_ENDIAN (and ensure COMPATIBLE_MACHINE is in effect whereever it is used). Add the nslu2le and nslu2be machines. Change include/ixp4xx.conf to use tune-xscale and tune-thumb. Remove slugos-specific variables that had global OE equivalents. Deprecate ixp4xx.conf and nslu2.conf in favour of endian-specific replacements. --- conf/distro/include/slugos.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/distro/include') diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 7ca663a4d6..1cb9ef0bed 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -11,7 +11,7 @@ # slugos-[bl][at][gu] - a specific configuration encoded as follows: # # b or l - big or little endian -# set ARCH_BYTE_SEX to match +# set IXP4XX_MACHINE_ENDIAN to match # # a or t - ARM or Thumb instructions in the low level libraries # set ARM_INSTRUCTION_SET to match @@ -45,7 +45,7 @@ DISTRO_FEED ?= "unstable" # The following must also be set, they define the basic format of the build # -#ARCH_BYTE_SEX "be" or "le" +#IXP4XX_MACHINE_ENDIAN "be" or "le" #ARM_INSTRUCTION_SET "arm" or "thumb" #TARGET_OS "linux" or "linux-uclibc" #SLUGOS_IMAGESEX "big-endian" or "little-endian" (JFFS2 format) @@ -55,7 +55,7 @@ DISTRO_FEED ?= "unstable" USE_NLS ?= "no" # To make errors easier to identify: -DISTRO_NAME ?= "INVALID-${ARCH_BYTE_SEX}-${ARM_INSTRUCTION_SET}-${TARGET_OS}" +DISTRO_NAME ?= "INVALID-${IXP4XX_MACHINE_ENDIAN}-${ARM_INSTRUCTION_SET}-${TARGET_OS}" DISTRO_TYPE ?= "INVALID" # The following must not be changed. -- cgit v1.2.3