[oe-commits] Mike Westerhof : dsmg600-image.bbclass: use correct kernel file when assembling the bin image

GIT User account git at amethyst.openembedded.net
Sat Dec 13 01:35:50 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fe1957fead2fe09057e8285f3954df728ae31b35
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe1957fead2fe09057e8285f3954df728ae31b35

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Dec 12 19:33:29 2008 -0600

dsmg600-image.bbclass: use correct kernel file when assembling the bin image

---

 classes/dsmg600-image.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/dsmg600-image.bbclass b/classes/dsmg600-image.bbclass
index 5ccf492..4e4550f 100644
--- a/classes/dsmg600-image.bbclass
+++ b/classes/dsmg600-image.bbclass
@@ -1,6 +1,6 @@
 dsmg600_pack_image () {
 	install -d ${DEPLOY_DIR_IMAGE}/firmupgrade
-	install -m 0755 ${DEPLOY_DIR_IMAGE}/zImage-dsmg600${SITEINFO_ENDIANESS} \
+	install -m 0755 ${DEPLOY_DIR_IMAGE}/zImage-nslu2${SITEINFO_ENDIANESS}.bin \
 		${DEPLOY_DIR_IMAGE}/firmupgrade/ip-ramdisk
 	install -m 0644 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
 		${DEPLOY_DIR_IMAGE}/firmupgrade/rootfs.gz





More information about the Openembedded-commits mailing list