aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/slugos-bau.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-11 22:19:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-11 22:19:49 +0000
commit685b95cae8516570c7e445910b026b576d281808 (patch)
tree96f118519f8cb05b397a663d0ef30eed1bea3e33 /conf/distro/slugos-bau.conf
parent6f7bd413184fad59110c5252d0dc3fc059fe7c02 (diff)
downloadopenembedded-685b95cae8516570c7e445910b026b576d281808.tar.gz
slugos: make slugos-??? default to big-endian throughout in slugos.conf
- the JFFS2 format can be overridden in the DISTRO .conf (unlike the other slugos configuration parameters) It can also be changed in local.conf if using a slugos-??? build directly.
Diffstat (limited to 'conf/distro/slugos-bau.conf')
-rw-r--r--conf/distro/slugos-bau.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/slugos-bau.conf b/conf/distro/slugos-bau.conf
index ab25777a07..72bafc1c1c 100644
--- a/conf/distro/slugos-bau.conf
+++ b/conf/distro/slugos-bau.conf
@@ -14,5 +14,6 @@ DISTRO_TYPE ?= "alpha"
ARCH_BYTE_SEX = "be"
ARM_INSTRUCTION_SET = "arm"
TARGET_OS = "linux-uclibc"
+SLUGOS_IMAGESEX ?= "big-endian"
include conf/distro/slugos.conf