into null.(none):/data/mtx/oe/openembedded
2004/12/22 14:40:19+01:00 (none)!br1
nylon: better image names
BKrev: 41c97963CwJwl09o746HOLNjwaETGg
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}"
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}"