From: Phil Blundell Date: Sun, 5 Sep 2004 13:31:32 +0000 (+0000) Subject: deploy kernel into images directory X-Git-Tag: Release-2010-05/1~17379 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=983e0a879c8538f294fc027cbeb4deb39135daa9;p=openembedded.git deploy kernel into images directory BKrev: 413b1534b4RVi4l2tomJq_JwZF_DNw --- diff --git a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe index 8b41e3576e..1834894576 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -74,3 +74,13 @@ do_configure_prepend() { fi echo "CONFIG_CMDLINE=\"$CMDLINE mem=${mem}M\"" >> ${S}/.config } + +do_deploy() { + install -d ${DEPLOY_DIR}/images + install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${DATETIME} +} + +do_deploy[dirs] = "${S}" + +addtask deploy before do_build after do_compile +