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:
34ba4b8
)
linux-hackndev: added do_deploy - close #1819
author
Sergey Lapin
<slapinid@gmail.com>
Thu, 25 Jan 2007 18:49:03 +0000
(18:49 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 25 Jan 2007 18:49:03 +0000
(18:49 +0000)
packages/linux/linux-hackndev-2.6_svn.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux-hackndev-2.6_svn.bb
b/packages/linux/linux-hackndev-2.6_svn.bb
index
bb3a141
..
7ef5ad5
100644
(file)
--- a/
packages/linux/linux-hackndev-2.6_svn.bb
+++ b/
packages/linux/linux-hackndev-2.6_svn.bb
@@
-2,6
+2,7
@@
DESCRIPTION = "Hack&Dev's Linux kernel for Palm devices."
HOMEPAGE = "http://www.hackndev.com/"
SECTION = "kernel"
LICENSE = "GPL"
+PR = "r1"
COMPATIBLE_MACHINE = "(palmtx|palmld|palmz72)"
@@
-76,3
+77,12
@@
do_compile_prepend() {
cd -
fi
}
+
+do_deploy() {
+ install -d ${DEPLOY_DIR_IMAGE}
+ install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
+}
+
+do_deploy[dirs] = "${S}"
+
+addtask deploy before do_build after do_compile