Merge http://oe-devel@oe-devel.bkbits.net/openembedded
authorBruno Randolf <br1@subnet.at>
Wed, 22 Dec 2004 13:40:51 +0000 (13:40 +0000)
committerBruno Randolf <br1@subnet.at>
Wed, 22 Dec 2004 13:40:51 +0000 (13:40 +0000)
into null.(none):/data/mtx/oe/openembedded

2004/12/22 14:40:19+01:00 (none)!br1
nylon: better image names

BKrev: 41c97963CwJwl09o746HOLNjwaETGg

conf/distro/nylon.conf
packages/linux/linux-mtx-1_2.4.27.bb

index 8f04613..6ba3af7 100644 (file)
@@ -35,6 +35,10 @@ PREFERRED_VERSION_prism54-firmware = "1.0.3.0"
 PREFERRED_VERSION_usbutils = "0.11"
 
 # use meshcub.org mirrors
-CVS_TARBALL_STASH = "http://meshcube.org/nylon/unstable/sources/"
+CVS_TARBALL_STASH = "http://meshcube.org/nylon/${NYLON_RELEASE}/sources/"
 INHERIT += "nylon-mirrors"
 
+export FEED_URIS="nylon##http://meshcube.org/nylon/${NYLON_RELEASE}/feed"
+
+IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}_${BUILDNAME}"
+KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}_${BUILDNAME}"
index 98b59b7..3593098 100644 (file)
@@ -57,9 +57,9 @@ FILES_kernel += " /tmp"
 
 do_deploy() {
         install -d ${DEPLOY_DIR}/images
-       install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/kernel-${KV}-${MACHINE}-${DATETIME}.flash.bin
-        install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/kernel-${KV}-${MACHINE}-${DATETIME}.flash.srec
-       install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/kernel-${KV}-${MACHINE}-${DATETIME}.ram.srec
+       install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.flash.bin
+        install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.flash.srec
+       install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.ram.srec
 }
 
 do_deploy[dirs] = "${S}"