angstrom: distinguish between uclibc and glibc images
authorKoen Kooi <koen@openembedded.org>
Sun, 27 May 2007 19:29:01 +0000 (19:29 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 27 May 2007 19:29:01 +0000 (19:29 +0000)
conf/distro/include/angstrom.inc

index 6605fff..3d4be08 100644 (file)
@@ -37,7 +37,7 @@ TARGET_FPU_armeb ?= "soft"
 TARGET_FPU_ixp4xx ?= "soft"
 
 #Name the generated images in a sane way
-IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
+IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${ANGSTROM_MODE}-${DISTRO_VERSION}-${MACHINE}"
 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
 
 # Angstrom *always* has some form of release config, so error out if someone thinks he knows better