From: Oyvind Repvik Date: Wed, 14 Mar 2007 21:17:12 +0000 (+0000) Subject: linux: Make sure to copy the finished kernel to deploy X-Git-Tag: Release-2010-05/1~8868^2~1092^2~1^2~7^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bb2f831c3d6afc9b86f154c1c695b1d3854dae;p=openembedded.git linux: Make sure to copy the finished kernel to deploy --- diff --git a/packages/linux/linux_2.6.20.bb b/packages/linux/linux_2.6.20.bb index 9fb8909dfd..d6a093c05f 100644 --- a/packages/linux/linux_2.6.20.bb +++ b/packages/linux/linux_2.6.20.bb @@ -27,3 +27,7 @@ KERNEL_IMAGETYPE_n2100 = "zImage" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config } + +do_install_append_n2100() { + install -m 0644 ${S}/arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME} +} \ No newline at end of file