linux: Add do_deploy for n2100
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 14 Mar 2007 11:19:10 +0000 (11:19 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Wed, 14 Mar 2007 11:19:10 +0000 (11:19 +0000)
packages/linux/linux_2.6.20.bb

index 9fb8909..9ea1a77 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Linux Kernel"
 SECTION = "kernel"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
            file://defconfig"
@@ -27,3 +27,8 @@ KERNEL_IMAGETYPE_n2100 = "zImage"
 do_configure_prepend() {
        install -m 0644 ${WORKDIR}/defconfig ${S}/.config
 }
+
+do_deploy_n2100() {
+        install -d ${DEPLOY_DIR_IMAGE}
+        install -m 0644 arch/${ARCH}/boot/images/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
+}