[oe] [PATCH v2] metano.conf: Add IMAGE_BASENAME to IMAGE_NAME in Metano’s configuration file.

angelox_123 angelox.123 at gmail.com
Mon Nov 15 00:24:22 UTC 2010


* This will help me to identify the names of our images :)
* By: Angelo S. Mavridis Bartolome (angelox_123) (from IRC #metano_linux),developer and maintainer of Metano Distro

Signed-off-by: angelox_123 <angelox.123 at gmail.com>
---
 conf/distro/metano.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/metano.conf b/conf/distro/metano.conf
index 934c598..ba0e3d7 100644
--- a/conf/distro/metano.conf
+++ b/conf/distro/metano.conf
@@ -56,7 +56,7 @@ IPKG_VARIANT = "opkg"
 #############################################################################
 # IMAGES CONFIGURATION
 #############################################################################
-IMAGE_NAME = "Metano_Linux-PD.Edition-${DISTRO_VERSION}-${MACHINE}"
+IMAGE_NAME = "Metano_Linux-PD.Edition-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
 
 CACHE = "${TMPDIR}/cache/${LIBC}/${MACHINE}"
 DEPLOY_DIR ?= "${TMPDIR}/deploy/${LIBC}"
-- 
1.7.2.3





More information about the Openembedded-devel mailing list