aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-storcenter_2.6.12.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/linux-storcenter_2.6.12.6.bb')
-rw-r--r--packages/linux/linux-storcenter_2.6.12.6.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/linux/linux-storcenter_2.6.12.6.bb b/packages/linux/linux-storcenter_2.6.12.6.bb
index efbef7e937..b0e8c4d61c 100644
--- a/packages/linux/linux-storcenter_2.6.12.6.bb
+++ b/packages/linux/linux-storcenter_2.6.12.6.bb
@@ -44,18 +44,7 @@ do_configure() {
make ARCH=ppc oldconfig
}
-do_deploy() {
- install -d ${DEPLOY_DIR_IMAGE}
- install -m 0644 arch/${ARCH}/boot/images/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
-}
-
#ppc build leaves the kernel in a different place
#do_movekernel() {
#
#}
-
-do_deploy[dirs] = "${S}"
-
-addtask deploy before do_build after do_compile
-
-