aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-x86_2.6.20.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-x86_2.6.20.bb
parent47b59b0331788424d96b22fdd0c7e0e01b3a5c64 (diff)
downloadopenembedded-7b09a8c67663f4d920946b4323fe04da121a8e57.tar.gz
update kernel recipies to use new generic do_deploy from kernel.bbclass
Diffstat (limited to 'packages/linux/linux-x86_2.6.20.bb')
-rw-r--r--packages/linux/linux-x86_2.6.20.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/linux/linux-x86_2.6.20.bb b/packages/linux/linux-x86_2.6.20.bb
index cc2c9e1c1e..3872c50cba 100644
--- a/packages/linux/linux-x86_2.6.20.bb
+++ b/packages/linux/linux-x86_2.6.20.bb
@@ -28,13 +28,3 @@ do_configure_prepend_i586-generic() {
do_configure_prepend_i686() {
install -m 0644 ${WORKDIR}/i686-defconfig ${S}/.config
}
-
-
-do_deploy() {
- install -d ${DEPLOY_DIR_IMAGE}
- install -m 0644 arch/i386/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
-}
-
-do_deploy[dirs] = "${S}"
-
-addtask deploy before do_populate_staging after do_compile