diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-11 10:23:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-11 10:23:01 +0000 |
commit | 8724f16eaa787e6b9ef103640c374286bbd4db7a (patch) | |
tree | 6bcf59e2175532342e1f826e58cb86bc03825b73 /conf/distro/slugos.conf | |
parent | 8654061bea23f92c20eab7925e702d1b7562f130 (diff) |
slugos: Enabled JFFS2 endianness to be controlled.
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r-- | conf/distro/slugos.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 4146e4a9a0..15a2788958 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -70,6 +70,9 @@ 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. |