summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-27 19:29:01 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-27 19:29:01 +0000
commit607585307faff650f3cbcc2d9cc3d9930e6562f0 (patch)
tree31927dc8ed8c941c1de00365fb8157bfc6abe4db /conf/distro/include/angstrom.inc
parent14249e6918312ed80afc70eb467bb236ed1d04cf (diff)
angstrom: distinguish between uclibc and glibc images
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 6605fff3e8..3d4be081fb 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -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