diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-08 14:04:35 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-08 14:04:35 +0000 |
commit | 17d3e0fb3ff532507361ceab18a739d001f4f728 (patch) | |
tree | 94324712f0353f7c158048b6d603bd0347d320b7 | |
parent | fde5d2142d60a9cd9b1a253fbae6d635ae165db6 (diff) |
angstrom.inc: Removed SLUGOS_IMAGESEX from throughout OE.
-rw-r--r-- | conf/distro/include/angstrom.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 79ec27af72..aef4abf55d 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -37,10 +37,6 @@ TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" TARGET_FPU_ixp4xx ?= "soft" - -#Make a LE jffs2 image -SLUGOS_IMAGESEX = "little-endian" - #Name the generated images in a sane way IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" |