[oe-commits] org.oe.dev angstrom: distinguish between uclibc and glibc images

koen commit openembedded-commits at lists.openembedded.org
Sun May 27 21:56:57 UTC 2007


angstrom: distinguish between uclibc and glibc images

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e35c79c0e44e6a58add42e2dc50ecfaad4e02c0e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e35c79c0e44e6a58add42e2dc50ecfaad4e02c0e
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -re7de9024279bd1abde4297d2bde29f3fc6e3f458 -re35c79c0e44e6a58add42e2dc50ecfaad4e02c0e
#
# 
# 
# patch "conf/distro/include/angstrom.inc"
#  from [fba9f115bec0545cef8caf0548b6c3fec242339a]
#    to [f253ad10578eef3bc7d8c9b9fc9109e63bbc0e53]
# 
============================================================
--- conf/distro/include/angstrom.inc	fba9f115bec0545cef8caf0548b6c3fec242339a
+++ conf/distro/include/angstrom.inc	f253ad10578eef3bc7d8c9b9fc9109e63bbc0e53
@@ -37,7 +37,7 @@ TARGET_FPU_ixp4xx ?= "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 






More information about the Openembedded-commits mailing list