diff options
author | Matthias Hentges <oe@hentges.net> | 2006-02-23 12:34:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-23 12:34:37 +0000 |
commit | ae019d8a5ac713a25768b76f4cb0af5c362b9cdf (patch) | |
tree | d3058590bc1c4161e0fa8103c02b88bb32597402 /packages/linux/ixp4xx-kernel.inc | |
parent | f8955e0dc7898ad33000cd50f92b3ea15e84169e (diff) | |
parent | 6a44a40bb78b471889cc33b8624574e132a3213f (diff) |
merge of 5d00faa43da50d29b85f6526e4e7910ddc4c2894
and 5dc03a4f61ff65b8e7255e287dd9ead584c6c81f
Diffstat (limited to 'packages/linux/ixp4xx-kernel.inc')
-rw-r--r-- | packages/linux/ixp4xx-kernel.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel.inc b/packages/linux/ixp4xx-kernel.inc index 2ddb7cbb61..41ff745e71 100644 --- a/packages/linux/ixp4xx-kernel.inc +++ b/packages/linux/ixp4xx-kernel.inc @@ -350,11 +350,11 @@ do_install_append() { do_deploy[dirs] = "${S}" deploy_image() { - copy_image '${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-'"$1" "$2" + copy_image '${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-'"$1" "$2" } do_deploy() { - install -d ${DEPLOY_DIR}/images + install -d ${DEPLOY_DIR_IMAGE} deploy_image '${IXP4XX_SUFFIX}' # And the machine specific images |