summaryrefslogtreecommitdiff
path: root/packages/linux/linux-gumstix_2.6.15.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-03-27 19:14:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-03-27 19:14:07 +0000
commit3df1caaa46fdf9a05ca01e642bcc41d4c4dec349 (patch)
tree7814451c527f9ea1f17ba2ae0fd88655651b37ed /packages/linux/linux-gumstix_2.6.15.bb
parentf60de8368154bdc3549b11911d09f3e6ccd81042 (diff)
parent8810fa39e0f43199cd3b2f494e6798577ee9fb03 (diff)
merge of '08741953caff388c0875d0ab93ac3409dee8f1a2'
and 'e8194e4192e392d230ab779c662314391f3e6ef0'
Diffstat (limited to 'packages/linux/linux-gumstix_2.6.15.bb')
-rw-r--r--packages/linux/linux-gumstix_2.6.15.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/linux/linux-gumstix_2.6.15.bb b/packages/linux/linux-gumstix_2.6.15.bb
index 3e0302fe5f..1812148f6e 100644
--- a/packages/linux/linux-gumstix_2.6.15.bb
+++ b/packages/linux/linux-gumstix_2.6.15.bb
@@ -72,17 +72,13 @@ do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig-gumstix ${S}/.config
}
-do_deploy() {
+do_deploy_append() {
${HOST_PREFIX}objcopy -O binary -R .note -R .comment -S arch/arm/boot/compressed/vmlinux arch/arm/boot/compressed/linux.bin
mkimage -A arm -O linux -T kernel -C none -a 0xa0008000 -e 0xa0008000 -n "gumstix" -d arch/arm/boot/compressed/linux.bin arch/arm/boot/uImage
install -d ${DEPLOY_DIR_IMAGE}
cp arch/arm/boot/uImage ${DEPLOY_DIR_IMAGE}/uImage-${PN}-${PV}
}
-do_deploy[dirs] = "${S}"
-
-addtask deploy before do_build after do_compile
-
PACKAGES += "kernel-modules-sound kernel-modules-bluetooth kernel-modules-pcmcia kernel-modules-ide kernel-modules-ethernet kernel-modules-wireless kernel-modules-usb kernel-modules-mmc kernel-modules-fat kernel-modules-nfs"
ALLOW_EMPTY_kernel-modules-sound = "1"