git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667aa19
)
dsmg600-image.bbclass: use correct kernel file when assembling the bin image
author
Mike Westerhof
<mwester@dls.net>
Sat, 13 Dec 2008 01:33:29 +0000
(19:33 -0600)
committer
Mike Westerhof
<mwester@dls.net>
Sat, 13 Dec 2008 01:33:29 +0000
(19:33 -0600)
classes/dsmg600-image.bbclass
patch
|
blob
|
history
diff --git
a/classes/dsmg600-image.bbclass
b/classes/dsmg600-image.bbclass
index
5ccf492
..
4e4550f
100644
(file)
--- 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