git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b13d9
)
linux: Make sure to copy the finished kernel to deploy
author
Oyvind Repvik
<nail@nslu2-linux.org>
Wed, 14 Mar 2007 21:17:12 +0000
(21:17 +0000)
committer
Oyvind Repvik
<nail@nslu2-linux.org>
Wed, 14 Mar 2007 21:17:12 +0000
(21:17 +0000)
packages/linux/linux_2.6.20.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux_2.6.20.bb
b/packages/linux/linux_2.6.20.bb
index
9fb8909
..
d6a093c
100644
(file)
--- 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