aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/slugos.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.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.conf')
-rw-r--r--conf/distro/slugos.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
index 15a2788958..4cc33888d7 100644
--- a/conf/distro/slugos.conf
+++ b/conf/distro/slugos.conf
@@ -42,6 +42,7 @@
#ARCH_BYTE_SEX "be" or "le"
#ARM_INSTRUCTION_SET "arm" or "thumb"
#TARGET_OS "linux" or "linux-uclibc"
+#SLUGOS_IMAGESEX "big-endian" or "little-endian" (JFFS2 format)
# The following need not be set, the defaults should be adequate
#USE_NLS = "no" or "yes"
@@ -70,9 +71,6 @@ DISTRO_BASE = ":slugos"
# change the generated image).
SLUGOS_IMAGENAME ?= "${DISTRO_NAME}"
-# default to native-endian JFFS2 partitions
-SLUGOS_IMAGESEX ?= "${@['big-endian', 'little-endian'][bb.data.getVar('ARCH_BYTE_SEX', d, 1) == 'le']}"
-
# pull in the frozen list of bbfiles - this sets BBFILES and this will override any
# setting in local.conf Since this depends on ${DISTRO} it doesn't actually do
# anything by default unless conf/distro/${DISTRO}-packages.conf exists.