summaryrefslogtreecommitdiff
path: root/packages/linux/linux-sun4cdm_2.4.26.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/linux-sun4cdm_2.4.26.bb
parent47b59b0331788424d96b22fdd0c7e0e01b3a5c64 (diff)
update kernel recipies to use new generic do_deploy from kernel.bbclass
Diffstat (limited to 'packages/linux/linux-sun4cdm_2.4.26.bb')
-rw-r--r--packages/linux/linux-sun4cdm_2.4.26.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/linux/linux-sun4cdm_2.4.26.bb b/packages/linux/linux-sun4cdm_2.4.26.bb
index 7145c4451c..52b3ecb26c 100644
--- a/packages/linux/linux-sun4cdm_2.4.26.bb
+++ b/packages/linux/linux-sun4cdm_2.4.26.bb
@@ -26,7 +26,3 @@ do_deploy() {
install -d ${DEPLOY_DIR_IMAGE}
elftoaout -o ${DEPLOY_DIR_IMAGE}/linux-aout-${DATETIME} ${KERNEL_IMAGETYPE}
}
-
-do_deploy[dirs] = "${S}"
-
-addtask deploy before do_build after do_compile