summaryrefslogtreecommitdiff
path: root/packages/linux/mx31ads-kernel_2.6.19rc6.bb
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-03-27 18:13:53 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-03-27 18:13:53 +0000
commit7b09a8c67663f4d920946b4323fe04da121a8e57 (patch)
tree3a9fe2b92fe315cadbb4da5590cd20b1a67cd334 /packages/linux/mx31ads-kernel_2.6.19rc6.bb
parent47b59b0331788424d96b22fdd0c7e0e01b3a5c64 (diff)
update kernel recipies to use new generic do_deploy from kernel.bbclass
Diffstat (limited to 'packages/linux/mx31ads-kernel_2.6.19rc6.bb')
-rw-r--r--packages/linux/mx31ads-kernel_2.6.19rc6.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/linux/mx31ads-kernel_2.6.19rc6.bb b/packages/linux/mx31ads-kernel_2.6.19rc6.bb
index 3854a82eb8..90463936d8 100644
--- a/packages/linux/mx31ads-kernel_2.6.19rc6.bb
+++ b/packages/linux/mx31ads-kernel_2.6.19rc6.bb
@@ -45,13 +45,4 @@ do_configure_prepend() {
}
-do_deploy() {
- install -d ${DEPLOY_DIR_IMAGE}
- install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}-${DATETIME}.bin
-}
-
-do_deploy[dirs] = "${S}"
-
-addtask deploy before do_build after do_compile
-
KERNEL_RELEASE = "2.6.19-rc6"