From 6a44a40bb78b471889cc33b8624574e132a3213f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 23 Feb 2006 11:44:25 +0000 Subject: linux kernels: use DEPLOY_DIR_IMAGE instead in DEPLOY_DIR/images --- packages/linux/linux-sun4cdm_2.4.26.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/linux/linux-sun4cdm_2.4.26.bb') 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}" -- cgit v1.2.3