summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-11 08:12:11 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-11 08:12:11 +0000
commit4298ad67f59c242f7d3e79773455e9503a06e367 (patch)
tree68b2bcb14d6c970ba6c4a7e93d49ecb4b93c0897 /conf/machine
parent8f3b63a69c689bc4a534e0445839e59f1985a34e (diff)
conf/machine/: doing the changes to installkit for collie correctly now.
thanks, koen, for spotting the error in 503b3ade200ad628a4b30fab228c365b8c0cf2ea I believe, there is further work that can be done after some discussion.
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/collie-2.6.inc2
-rw-r--r--conf/machine/include/zaurus-2.6.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/collie-2.6.inc b/conf/machine/include/collie-2.6.inc
index bc80185fa0..8f8ccafeb1 100644
--- a/conf/machine/include/collie-2.6.inc
+++ b/conf/machine/include/collie-2.6.inc
@@ -12,7 +12,7 @@ zaurus_make_installkit () {
rm -rf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/
mkdir ${IMAGE_NAME}-installkit/
# Get the latest kernel using the zImage-<machine>.bin symlink
- cp zImage-${MACHINE}.bin ${IMAGE_NAME}-installkit/zImage.bin
+ cp zImage-${MACHINE}.bin ${IMAGE_NAME}-installkit/zImage
if [ "${MACHINE}" = "spitz" ]; then
cp gnu-tar ${IMAGE_NAME}-installkit/
cp ${IMAGE_NAME}.rootfs.tar.gz ${IMAGE_NAME}-installkit/hdimage1.tgz
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc
index 3f84138ac8..eb020dbcba 100644
--- a/conf/machine/include/zaurus-2.6.inc
+++ b/conf/machine/include/zaurus-2.6.inc
@@ -49,7 +49,7 @@ zaurus_make_installkit () {
mkdir ${IMAGE_NAME}-installkit/
# Get the latest kernel using the zImage-<machine>.bin symlink
- cp zImage-${MACHINE}.bin ${IMAGE_NAME}-installkit/zImage.bin
+ cp zImage-${MACHINE}.bin ${IMAGE_NAME}-installkit/zImage
if [ "${MACHINE}" = "spitz" ]; then
cp gnu-tar ${IMAGE_NAME}-installkit/