summaryrefslogtreecommitdiff
path: root/packages/linux/linux-sun4cdm_2.4.26.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/linux-sun4cdm_2.4.26.bb')
-rw-r--r--packages/linux/linux-sun4cdm_2.4.26.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-sun4cdm_2.4.26.bb b/packages/linux/linux-sun4cdm_2.4.26.bb
index 5075523179..d91b952787 100644
--- a/packages/linux/linux-sun4cdm_2.4.26.bb
+++ b/packages/linux/linux-sun4cdm_2.4.26.bb
@@ -23,8 +23,8 @@ do_configure_prepend() {
}
do_deploy() {
- install -d ${DEPLOY_DIR}/images
- elftoaout -o ${DEPLOY_DIR}/images/linux-aout-${DATETIME} ${KERNEL_IMAGETYPE}
+ install -d ${DEPLOY_DIR_IMAGE}
+ elftoaout -o ${DEPLOY_DIR_IMAGE}/linux-aout-${DATETIME} ${KERNEL_IMAGETYPE}
}
do_deploy[dirs] = "${S}"