diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-03-27 18:13:53 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-03-27 18:13:53 +0000 |
commit | 7b09a8c67663f4d920946b4323fe04da121a8e57 (patch) | |
tree | 3a9fe2b92fe315cadbb4da5590cd20b1a67cd334 /packages/linux/linux-gumstix_2.6.15.bb | |
parent | 47b59b0331788424d96b22fdd0c7e0e01b3a5c64 (diff) |
update kernel recipies to use new generic do_deploy from kernel.bbclass
Diffstat (limited to 'packages/linux/linux-gumstix_2.6.15.bb')
-rw-r--r-- | packages/linux/linux-gumstix_2.6.15.bb | 6 |
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" |