linux: Make sure to copy the finished kernel to deploy
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 14 Mar 2007 21:17:12 +0000 (21:17 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Wed, 14 Mar 2007 21:17:12 +0000 (21:17 +0000)
packages/linux/linux_2.6.20.bb

index 9fb8909..d6a093c 100644 (file)
@@ -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